@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */

/* 
リセット
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0px;
  margin: 0px;
  font-weight: 300;
}

p {
  margin: 0 0 15px 0;
}

img {
  vertical-align: bottom;
  border: none;
}

hr {
  border: none;
  border-bottom: 1px dashed #eeeeee;
  margin: 10px 0px;
}

a {
  text-decoration: none!important;
}

a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/* absoluteを使う親要素に使用 */

.bold {
  font-weight: bold;
}

/* ゴシック体 */
.f_gothic {
  font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

/* ページ内リンク先ID */
span.anchor {
  position: relative;
  top: 0;
  left: 0;
}
span.anchor a {
  position: absolute;
  top: -20px;
  left: 0;
}

a {
  transition: all .4s;
}

a.anchor {
  float: left;
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.embos01 {
  -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
  boder: 1px solid rgba(0, 0, 0, 0.2);
}

.embos02 {
  -moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.7) inset;
  boder: 1px solid rgba(0, 0, 0, 0.2);
}

.sub {
  color: #666666;
  font-size: 12rem;
  line-height: 1.5em;
}

.warning {
  font-weight: bold;
  color: #FF0000;
}

.flex_bgbox {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flex_bgbox:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flex_bgbox .flex_bgbox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.box-shadow {
  -moz-box-shadow: 1px 10x 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 10x 5px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 10x 5px rgba(0, 0, 0, 0.25);
}

.cf {
  /* For IE 6/7 (trigger hasLayout) */
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

#back-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  margin-right: 0;
  display: block;
  z-index: 10;
}
#back-top a {
  display: block;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  text-decoration: none;
  color: #006DAC;
  background-color: #666;
  color: #fff;
  width: 2em;
  line-height: 1.8em;
  padding-bottom: 5px;
  /* transition */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover {
  background-color: #aaa;
}

@media only screen and (min-width: 768px) {
  body {
    /*
    		font-family:"Open Sans", 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;	
    */
  }
}

/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
/*
	common
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #4d4d4d;
  font-weight: 400;
}

.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: auto;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
}

@media (max-width: 749px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

.ipad {
  display: none;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .ipad {
    display: block;
  }
}
@media (min-width: 1040px) {
  .ipad.pc {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 749px) {
  .sp {
    display: block;
  }
}

.menusp {
  display: none;
}
@media (min-width: 1015px) and (max-width: 1300px) {
  .menusp {
    display: none;
  }
}
@media (max-width: 1014px) {
  .menusp {
    display: block;
  }
}

.menupc {
  display: block;
}
@media (min-width: 1015px) and (max-width: 1300px) {
  .menupc {
    display: block;
  }
}
@media (max-width: 1014px) {
  .menupc {
    display: none;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt50 {
  margin-top: 50px;
}

/*
/*
	footer
----------------------------------------------------------*/
footer {
  background: #7fb3da;
  margin: 60px 0 0;
}
footer .inner {
  padding: 23px 0;
}
footer .left {
  max-width: 600px;
  float: left;
}
@media (min-width: 750px) and (max-width: 1040px) {
  footer .left {
    max-width: 300px;
  }
}
@media (max-width: 749px) {
  footer .left {
    max-width: 260px;
    width: 90%;
    float: none;
    margin: 0 auto;
    padding-top: 0;
  }
}
footer .left .l-left {
  width: 300px;
  float: left;
}
@media (max-width: 749px) {
  footer .left .l-left {
    width: 100%;
    text-align: center;
  }
  footer .left .l-left img {
    display: inline-block;
  }
}
footer .left .l-left .cname {
  font-size: 25px;
  font-weight: 700;
  padding: 20px 0 10px 10px;
  color: #FFF;
}
@media (max-width: 749px) {
  footer .left .l-left .cname {
    padding: 20px 0 10px;
  }
}
footer .left .l-left p {
  font-size: 15px;
  line-height: 2.1rem;
  padding: 0 0 0 10px;
  color: #FFF;
}
@media (max-width: 749px) {
  footer .left .l-left p {
    font-size: 13px;
    line-height: 2rem;
    text-align: center;
    padding: 0;
  }
}
footer .left .l-right {
  margin-top: 15px;
  padding: 15px 10px;
  float: right;
  background-color: #FFF;
}
@media (min-width: 750px) and (max-width: 1040px) {
  footer .left .l-right {
    float: left;
  }
}
footer .left .l-right .img {
  padding: 8px 0 0;
}
footer .left .l-right p {
  text-align: center;
  font-size: 12px;
}
footer .left .l-right p.green {
  font-size: 18px;
  color: #00b900;
}
footer .right {
  width: 480px;
  float: right;
  text-align: right;
}
@media (min-width: 750px) and (max-width: 1040px) {
  footer .right {
    width: 410px;
  }
}
@media (max-width: 749px) {
  footer .right {
    display: none;
  }
}
footer .right ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  footer .right ul {
    margin-left: 20px;
  }
}
footer .right ul:first-child {
  margin-left: 0px;
}
footer .right ul li {
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  line-height: 4.5rem;
}
@media (min-width: 750px) and (max-width: 1040px) {
  footer .right ul li {
    font-size: 14px;
    line-height: 3rem;
  }
}
footer .right ul li a {
  color: #FFF;
  padding: 3px 0 0 10px;
  background-image: url("images/common/fnav.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  footer .right ul li a {
    background-image: url("images/common/fnav@2x.png");
    -webkit-background-size: 6px 8px;
  }
}
footer .right ul li ul {
  display: block;
  margin-left: 0px;
}
footer .right ul li ul li {
  font-size: 16px;
  font-weight: 500;
}
footer .right ul li ul li a {
  background: none;
}
footer .copy {
  font-size: 13px;
  text-align: center;
  padding: 15px 0 15px;
  color: #FFF;
  background: #3788c5;
}
@media (max-width: 749px) {
  footer .copy {
    font-size: 12px;
    padding: 10px 0 10px;
  }
}

/*
	aside
----------------------------------------------------------*/
aside {
  margin: 0px auto;
  max-width: 300px;
  width: 30%;
}

aside ul {
  margin: 0 0 30px 20px;
}
aside ul li {
  width: 100%;
	  text-align: left;
	position: relative;
}

aside ul li::before {
  content: '・';
	position: absolute;
	top: 0;
	left: -18px;
}

aside .widget h2{
	font-size: 20px;
	line-height: 25px;
	text-align: left;
	padding: 5px 0;
	border-bottom: solid 4px #83BA34;
	    margin-bottom: 15px;
}
@media (max-width: 480px) {
	aside {
	  width: 100%;
	}
  aside ul li {
    width: 100%;
  }
}

aside ul li a {
  display: block;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 700;
  background-image: url("images/common/i-btn-arrow.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  aside ul li a {
    background-image: url("images/common/i-btn-arrow@2x.png");
    -webkit-background-size: 31px 31px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  aside ul li a {
    font-size: 16px;
  }
}
@media (max-width: 749px) {
  aside ul li a {
    font-size: 14px;
    background-size: auto 20px !important;
  }
}
aside ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
aside ul li a span {
  display: inline-block;
  padding: 35px 75px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  aside ul li a span {
    padding: 25px 50px;
  }
}
@media (max-width: 749px) {
  aside ul li a span {
    padding: 25px 50px;
  }
}
aside ul li:nth-child(1) a span {
  background-image: url("images/common/i-homeb.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  aside ul li:nth-child(1) a span {
    background-image: url("images/common/i-homeb@2x.png");
    -webkit-background-size: 51px 43px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  aside ul li:nth-child(1) a span {
    background-size: auto 30px !important;
  }
}
@media (max-width: 749px) {
  aside ul li:nth-child(1) a span {
    background-size: auto 30px !important;
  }
}
aside ul li:nth-child(2) a span {
  background-image: url("images/common/i-mailb.png");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  aside ul li:nth-child(2) a span {
    background-image: url("images/common/i-mailb@2x.png");
    -webkit-background-size: 45px 36px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  aside ul li:nth-child(2) a span {
    background-size: auto 26px !important;
    padding: 25px 40px;
  }
}
@media (max-width: 749px) {
  aside ul li:nth-child(2) a span {
    background-size: auto 26px !important;
    padding: 25px 40px;
  }
}
aside .label {
  text-align: center;
  font-size: 21px;
  line-height: 2.5rem;
}
@media (max-width: 749px) {
  aside .label {
    font-size: 18px;
  }
}
aside .call {
  text-align: center;
  font-size: 17px;
  color: #3788c5;
  line-height: 2.5rem;
  padding-top: 10px;
}
aside .call span {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 749px) {
  aside .call span {
    font-size: 28px;
  }
}

/*
	common
----------------------------------------------------------*/
@media (max-width: 749px) {
  .content-wrap {
  }
}

section.sectionbox {
  margin: 60px auto 100px;
}
@media (max-width: 749px) {
  section.sectionbox {
    margin: 30px auto 50px;
  }
}
section.sectionbox.mb40 {
  margin-bottom: 40px;
}

.bg01 {
  background: #e9f2f9;
  padding: 60px 0;
}

.inner {
  max-width: 1180px;
  width: 94%;
  margin: 0 auto;
}

.inners {
  max-width: 945px;
  width: 94%;
  margin: 0 auto;
}

.two_column li {
  width: 44%;
  float: left;
}
@media (max-width: 749px) {
  .two_column li {
    width: 100%;
    float: none;
  }
}
.two_column li:nth-child(even) {
  float: right;
  padding-right: 20px;
}
@media (max-width: 749px) {
  .two_column li:nth-child(even) {
    float: none;
    padding-right: 0px;
    margin-top: 15px;
  }
}
.two_column.center li {
  width: 44%;
  float: none;
  margin: 0 auto;
}

.three_column li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.three_column li:nth-child(3n) {
  margin-right: 0px;
}
@media (max-width: 749px) {
  .three_column li {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 30px !important;
    float: none;
  }
}
.three_column li .img {
  position: relative;
  padding: 0 0 10px;
}
.three_column li .img span.new {
  position: absolute;
  display: block;
  background: #d62032;
  color: #FFFFFF;
  width: 57px;
  padding: 3px 0;
  text-align: center;
  font-size: 14px;
  right: 0;
  top: 0;
}
.three_column li .title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 2.3rem;
}
.three_column li .date {
  font-size: 13px;
  font-weight: 500;
}
.three_column li a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.four_column li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.four_column li:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 749px) {
  .four_column li {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 30px !important;
    float: none;
  }
}
.four_column li .img {
  position: relative;
  padding: 0 0 10px;
}
.four_column li .img span.new {
  position: absolute;
  display: block;
  background: #d62032;
  color: #FFFFFF;
  width: 57px;
  padding: 3px 0;
  text-align: center;
  font-size: 14px;
  right: 0;
  top: 0;
}
.four_column li .title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 2.3rem;
}
.four_column li .date {
  font-size: 13px;
  font-weight: 500;
}
.four_column li a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.five_column li {
  width: 16.4%;
  margin-right: 4.5%;
  float: left;
}
.five_column li:nth-child(5n) {
  margin-right: 0px;
}

.bread {
  background: #65a6ce;
  color: #FFF;
  padding: 15px 0 18px;
}
@media (max-width: 749px) {
  .bread {
    margin-top: 57px;
  }
}
.bread span {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.title01 {
  text-align: center;
  margin: 0 0 40px;
}
.title01 .en {
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #0081d2;
  font-weight: 700;
  padding: 0 0 15px;
}
@media (max-width: 749px) {
  .title01 .en {
    font-size: 27px;
    padding: 0 0 7px;
  }
}
.title01 .jp {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #4d4d4d;
}
@media (max-width: 749px) {
  .title01 .jp {
    font-size: 13px;
  }
}

.title02 {
  font-size: 30px;
  line-height: 3.4rem;
  font-weight: 700;
  color: #3788c5;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 749px) {
  .title02 {
    font-size: 22px;
    line-height: 2.6rem;
    margin-bottom: 30px;
  }
}
.title02.left {
  text-align: left;
  margin-bottom: 55px;
}
@media (max-width: 749px) {
  .title02.left {
    margin-bottom: 20px;
  }
}
.title02.left span {
  background: #3788c5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
  font-size: 24px;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 15px;
}
.title02.m0 {
  margin-bottom: 0px;
}

.title03 {
  margin: 43px 0 15px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #7fb3da;
}

.btn01 {
  text-align: center;
  margin-top: 50px;
}
.btn01 a {
  display: inline-block;
  width: 225px;
  border: 4px solid #7fb3da;
  background: #FFF;
  color: #7fb3da;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  box-shadow: 4px 4px 0 #7fb3da;
}
.btn01 a:hover {
  box-shadow: none;
  transform: translate3d(4px, 4px, 0);
  text-decoration: none;
}
.btn01 a span {
  font-size: 15px;
  line-height: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: url("images/common/i-arrow-blue.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 50px 0 25px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn01 a span {
    background-image: url("images/common/i-arrow-blue@2x.png");
    -webkit-background-size: 26px 26px;
  }
}

.btn02 {
  text-align: left;
}
.btn02 a {
  display: inline-block;
  margin: 40px auto 0;
  font-size: 16px;
  background-image: url("images/common/btn02.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 22px 0;
  background-color: #3788c5;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  width: 300px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn02 a {
    background-image: url("images/common/btn02@2x.png");
    -webkit-background-size: 19px 19px;
  }
}
.btn02 a:hover {
  text-decoration: none;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.btn02.center {
  text-align: center;
}

.btn03 {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 749px) {
  .btn03 {
    margin-top: 20px;
  }
}
.btn03 a {
  display: inline-block;
  width: 100%;
  border: 4px solid #7fb3da;
  background: #FFF;
  color: #7fb3da;
  padding: 75px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  box-shadow: 20px 20px 0 #7fb3da;
}
@media (max-width: 749px) {
  .btn03 a {
    width: 80%;
    padding: 20px 0;
    box-shadow: 10px 10px 0 #7fb3da;
  }
}
.btn03 a:hover {
  box-shadow: none;
  transform: translate3d(20px, 20px, 0);
  text-decoration: none;
}
.btn03 a span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: url("images/common/btn03.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 50px 0 25px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn03 a span {
    background-image: url("images/common/btn03@2x.png");
    -webkit-background-size: 39px 40px;
  }
}
@media (max-width: 749px) {
  .btn03 a span {
    font-size: 22px;
  }
}

.btn04 {
  text-align: center;
}
.btn04 a {
  display: inline-block;
  width: 240px;
  color: #7fb3da;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border: 3px solid #7fb3da;
  background-image: url("images/common/btn04.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn04 a {
    background-image: url("images/common/btn04@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.btn04 a:hover {
  text-decoration: none;
  background: #7fb3da;
  color: #FFFFFF;
  background-image: url("images/common/btn04on.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .btn04 a:hover {
    background-image: url("images/common/btn04on@2x.png");
    -webkit-background-size: 7px 16px;
  }
}

.maintitle {
  padding: 0px 110px 0px 0;
  text-align: center;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 749px) {
  .maintitle {
    padding: 0 60px 0 0;
    margin-bottom: 100px;
  }
}
.maintitle .inner {
  padding: 120px 0 120px 110px;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 749px) {
  .maintitle .inner {
    padding: 60px  0 60px 60px;
  }
}
.maintitle .en {
  font-size: 50px;
  letter-spacing: 0.2em;
  color: #0081d2;
  font-weight: 700;
  padding: 0 0 15px;
}
@media (max-width: 749px) {
  .maintitle .en {
    font-size: 29px;
    padding: 0 0 7px;
  }
}
.maintitle .jp {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #4d4d4d;
}
@media (max-width: 749px) {
  .maintitle .jp {
    font-size: 13px;
  }
}
.maintitle .maintitle-wrap::after {
  content: "";
  width: 50%;
  height: 270px;
  background: #7fb3da;
  position: absolute;
  bottom: -80px;
  left: 50%;
  z-index: -1;
}
@media (max-width: 749px) {
  .maintitle .maintitle-wrap::after {
    height: 160px;
    bottom: -40px;
  }
}
.maintitle.main_privacy_policy .maintitle-wrap {
  background: url("images/page/main-privacy_policy.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_faq .maintitle-wrap {
  background: url("images/page/main-faq.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_feature .maintitle-wrap {
  background: url("images/page/main-feature.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_company .maintitle-wrap {
  background: url("images/page/main-company.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_access .maintitle-wrap {
  background: url("images/page/main-company.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_flow .maintitle-wrap {
  background: url("images/page/main-flow.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_lineup .maintitle-wrap {
  background: url("images/page/main-lineup.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_news .maintitle-wrap {
  background: url("images/page/main-news.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_contact .maintitle-wrap {
  background: url("images/page/main-contact.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_modelhouse .maintitle-wrap {
  background: url("images/page/main-modelhouse.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_booking-form .maintitle-wrap {
  background: url("images/page/main-modelhouse.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_404 .maintitle-wrap {
  background: url("images/page/main-modelhouse.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_works .maintitle-wrap {
  background: url("images/page/main-works.jpg") no-repeat center center;
  background-size: cover;
}
.maintitle.main_voice .maintitle-wrap {
  background: url("images/page/main-voice.jpg") no-repeat center center;
  background-size: cover;
}

#primary {
  margin-bottom: 120px;
}
@media (max-width: 749px) {
  #primary {
    margin-bottom: 60px;
  }
}

.textbox14, .post-wrap .post {
  font-size: 14px;
  line-height: 3rem;
}
.textbox14 .fb, .post-wrap .post .fb {
  margin-top: 2em;
  font-weight: 700;
}
.textbox14.c, .post-wrap .c.post {
  text-align: center;
}

.textbox16 {
  font-size: 16px;
  line-height: 2.5rem;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 33.89%;
  position: relative;
}
@media (max-width: 749px) {
  .googlemap {
    padding-bottom: 45%;
  }
}
.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.googlemap2 {
  height: 0;
  overflow: hidden;
  padding-bottom: 21.21%;
  position: relative;
}
.googlemap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
	index
----------------------------------------------------------*/
.mainslide {
  position: relative;
}
.mainslide .slick-slide {
  width: 100%;
  padding: 0 110px 0 0;
}
.mainslide .slick-slide .slide-inner {
  background: #FFF url("images/index/mainimage01.jpg") no-repeat bottom right;
  background-size: cover;
  height: 660px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1015px) and (max-width: 1300px) {
  .mainslide .slick-slide {
    padding: 0 90px 0 0;
  }
  .mainslide .slick-slide .slide-inner {
    height: 500px;
  }
}
@media (max-width: 1014px) {
  .mainslide .slick-slide {
    padding: 0 90px 0 0;
  }
  .mainslide .slick-slide .slide-inner {
    height: 400px;
  }
}
@media (max-width: 749px) {
  .mainslide .slick-slide {
    padding: 0 50px 0 0;
  }
  .mainslide .slick-slide .slide-inner {
    height: 240px;
  }
}
.mainslide::after {
  content: "";
  width: 50%;
  height: 267px;
  background: #7fb3da;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .mainslide::after {
    height: 220px;
  }
}
@media (max-width: 749px) {
  .mainslide::after {
    height: 120px;
  }
}


@media (min-width: 1015px) and (max-width: 1300px) {
  ul.slick-dots {
    padding: 10px 83px 0 0;
  }
}
@media (max-width: 1014px) {
  ul.slick-dots {
    padding: 10px 83px 0 0;
  }
}
@media (max-width: 749px) {
  ul.slick-dots {
    padding: 10px 43px 0 0;
  }
}



.top-feature .five_column {
  max-width: 936px;
  width: 100%;
  margin: 0 auto 35px;
}
@media (max-width: 749px) {
  .top-feature .five_column {
    max-width: 300px;
  }
}
.top-feature .five_column li {
  background: #e6e6e6;
}
@media (max-width: 749px) {
  .top-feature .five_column li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .top-feature .five_column li br {
    display: none;
  }
  .top-feature .five_column li:nth-child(5) {
    margin-bottom: 0px;
  }
}
.top-feature .five_column li div {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2rem;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 749px) {
  .top-feature .five_column li div {
    height: 70px;
    padding: 23px 0 0 80px;
    text-align: left;
  }
}
.top-feature .five_column li div span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px 0 10px;
}
@media (max-width: 749px) {
  .top-feature .five_column li div span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
  }
}
.top-feature .five_column li div span img {
  display: inline-block;
}
.top-feature .five_column li:nth-child(2) div span {
  padding: 0px 0 0;
}
.top-feature .five_column li:nth-child(3) div span {
  padding: 0px 0 0;
}

@media (max-width: 749px) {
  .lineup-slide {
    max-width: 343px;
    width: 90%;
    margin: 0 auto;
  }
}
.lineup-slide li {
  margin: 0 30px;
}
.lineup-slide li .img {
  position: relative;
  padding: 0 0 15px;
}
.lineup-slide li .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 3rem;
  color: #3788c5;
}
.lineup-slide li .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 3rem;
  color: #3788c5;
}
@media (max-width: 749px) {
  .lineup-slide li .title {
    font-size: 19px;
    line-height: 2.2rem;
  }
}
.lineup-slide li .subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: 0.2em;
  padding: 5px 0 0;
}
.lineup-slide li .text {
  padding: 20px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.2rem;
}

@media (min-width: 750px) and (max-width: 1040px) {
  .top-lineup .inner {
    width: 84%;
  }
}
.top-lineup .slick-next {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #e9f2f9;
  transform: none;
  background-image: url("images/common/i-next.png");
  background-repeat: no-repeat;
  background-position: center 24%;
  right: -55px;
  top: 0%;
  z-index: 9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .top-lineup .slick-next {
    background-image: url("images/common/i-next@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
@media (min-width: 1040px) and (max-width: 1300px) {
  .top-lineup .slick-next {
    right: -20px;
  }
}
@media (max-width: 749px) {
  .top-lineup .slick-next {
    right: -20px;
    background-position: center 20%;
    background-size: 20px auto !important;
  }
}
.top-lineup .slick-prev {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #e9f2f9;
  transform: none;
  background-image: url("images/common/i-prev.png");
  background-repeat: no-repeat;
  background-position: center 24%;
  left: -55px;
  top: 0%;
  z-index: 9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .top-lineup .slick-prev {
    background-image: url("images/common/i-prev@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
@media (min-width: 1040px) and (max-width: 1300px) {
  .top-lineup .slick-prev {
    left: -20px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  .top-lineup .slick-prev {
    left: -20px;
  }
}
@media (max-width: 749px) {
  .top-lineup .slick-prev {
    left: -20px;
    background-position: center 20%;
    background-size: 20px auto !important;
  }
}

@media (min-width: 1040px) and (max-width: 1300px) {
  .top-rs .inner {
    width: 90%;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  .top-rs .inner {
    width: 84%;
  }
}
@media (max-width: 749px) {
  .top-rs .inner {
    max-width: 272px;
  }
}
.top-rs .slick-next {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #FFF;
  transform: none;
  background-image: url("images/common/i-next.png");
  background-repeat: no-repeat;
  background-position: center 35%;
  right: -55px;
  top: 0%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .top-rs .slick-next {
    background-image: url("images/common/i-next@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
.top-rs .slick-next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (min-width: 1040px) and (max-width: 1300px) {
  .top-rs .slick-next {
    right: -40px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  .top-rs .slick-next {
    right: -40px;
  }
}
@media (max-width: 749px) {
  .top-rs .slick-next {
    right: -30px;
    background-position: center 35%;
    background-size: 20px auto !important;
  }
}
.top-rs .slick-prev {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #FFF;
  transform: none;
  background-image: url("images/common/i-prev.png");
  background-repeat: no-repeat;
  background-position: center 35%;
  left: -55px;
  top: 0%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .top-rs .slick-prev {
    background-image: url("images/common/i-prev@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
.top-rs .slick-prev:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media (min-width: 1040px) and (max-width: 1300px) {
  .top-rs .slick-prev {
    left: -40px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  .top-rs .slick-prev {
    left: -40px;
  }
}
@media (max-width: 749px) {
  .top-rs .slick-prev {
    left: -30px;
    background-position: center 35%;
    background-size: 20px auto !important;
  }
}
.top-rs .text {
  font-size: 16px;
  line-height: 2.8rem;
  padding: 10px 0 0;
}
.top-rs li {
  margin: 0 10px;
}

.estate-slide {
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
}
.estate-slide li img {
  width: 100%;
  height: auto;
}
.estate-slide .slick-next {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #e9f2f9;
  transform: none;
  background-image: url("images/common/i-next.png");
  background-repeat: no-repeat;
  background-position: center 50%;
  right: -60px;
  top: 0%;
  z-index: 9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .estate-slide .slick-next {
    background-image: url("images/common/i-next@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
@media (max-width: 749px) {
  .estate-slide .slick-next {
    right: -20px;
    background-position: center 20%;
    background-size: 20px auto !important;
  }
}
.estate-slide .slick-prev {
  width: 35px;
  height: 100%;
  text-indent: -99999px;
  background-color: #e9f2f9;
  transform: none;
  background-image: url("images/common/i-prev.png");
  background-repeat: no-repeat;
  background-position: center 50%;
  left: -60px;
  top: 0%;
  z-index: 9;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .estate-slide .slick-prev {
    background-image: url("images/common/i-prev@2x.png");
    -webkit-background-size: 35px 35px;
  }
}
@media (max-width: 749px) {
  .estate-slide .slick-prev {
    left: -20px;
    background-position: center 20%;
    background-size: 20px auto !important;
  }
}

.top-works {
  background: url("images/index/top-work.jpg") no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.top-works li {
  padding: 14px 10px 0px;
  background: #FFF;
  box-sizing: border-box;
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 0px;
}
@media (max-width: 749px) {
  .top-works li {
    width: 100%;
  }
}
.top-works li .li-inner {
  display: table;
  width: 100%;
}
.top-works li .img {
  max-width: 321px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.top-works li .text {
  height: 70px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2rem;
}

.tab-wrap {
  padding: 0 0 20px;
}
.tab-wrap .tabs {
  border-bottom: 1px solid #e6e6e6;
}
.tab-wrap .tabs ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 10px 25px;
  border-bottom: 5px solid #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 749px) {
  .tab-wrap .tabs ul li {
    font-size: 14px;
    padding: 10px 5px 15px;
  }
}
.tab-wrap .tabs ul li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tab-wrap .tabs ul li.active {
  border-bottom: 5px solid #0081d2;
  color: #0081d2;
}
.tab-wrap .tabbox {
  display: none;
}
.tab-wrap .tabbox.show {
  display: block;
}

.tab-wrap2 .tabcontents {
  border-bottom: 1px solid #e6e6e6;
}
.tab-wrap2 .tabcontents ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab-wrap2 .tabcontents ul li a {
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding: 20px 10px 25px;
  border-bottom: 5px solid #FFF;
}
@media (max-width: 749px) {
  .tab-wrap2 .tabcontents ul li a {
    font-size: 11px;
    padding: 10px 5px 15px;
  }
}
.tab-wrap2 .tabcontents ul li a:hover {
  text-decoration: none;
}
.tab-wrap2 .tabcontents ul li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tab-wrap2 .tabcontents ul li.active a {
  border-bottom: 5px solid #0081d2;
  color: #0081d2;
}

.infodl {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.infodl dt {
  width: 260px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4rem;
}
.infodl dt span {
  background: #e6e6e6;
  display: inline-block;
  margin: 0 0 0 20px;
  width: 120px;
  text-align: center;
  padding: 3px 0;
  font-size: 14px;
}
@media (max-width: 749px) {
  .infodl dt {
    width: 100%;
    float: none;
  }
}
.infodl dd {
  margin-left: 260px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4rem;
}
@media (max-width: 749px) {
  .infodl dd {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.top-case .three_column {
  width: 90%;
  margin: 0 auto;
}
.top-case .three_column .title {
  font-size: 19px;
  font-weight: 500;
  padding: 0 0px 10px;
}
.top-case .three_column .text {
  font-size: 15px;
  line-height: 25px;
  padding: 0 0px 10px;
}

/*
	page
----------------------------------------------------------*/
.faq-wrap {
  margin: 0 0 60px;
}
.faq-wrap .q {
  display: table;
  margin: 0 0 30px;
}
.faq-wrap .q dt {
  display: table-cell;
  width: 60px;
  height: 60px;
  background: #3788c5;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.faq-wrap .q dd {
  color: #3788c5;
  font-size: 24px;
  font-weight: 700;
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .faq-wrap .q dd {
    padding: 0 0 0 15px;
    font-size: 21px;
    line-height: 2.6rem;
  }
}
.faq-wrap .a {
  display: table;
  background: #e9f2f9;
  padding: 30px;
  width: 100%;
  min-height: 110px;
  box-sizing: border-box;
}
@media (max-width: 749px) {
  .faq-wrap .a {
    padding: 15px;
  }
}
.faq-wrap .a dt {
  display: table-cell;
  width: 60px;
  color: #3788c5;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.faq-wrap .a dd {
  display: table-cell;
  font-size: 14px;
  line-height: 3rem;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .faq-wrap .a dd {
    line-height: 2.1rem;
  }
}

.feature-wrap {
  margin-bottom: 125px;
}
.feature-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .feature-wrap {
    margin-bottom: 60px;
  }
}
.feature-wrap .img {
  width: 31.3%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 5%;
}
.feature-wrap .img img {
  display: inline-block;
}
@media (max-width: 749px) {
  .feature-wrap .img {
    width: 100%;
    float: none;
    padding: 0 15% 20px;
  }
}
.feature-wrap .right {
  width: 67.3%;
  float: right;
}
@media (max-width: 749px) {
  .feature-wrap .right {
    width: 100%;
    float: none;
  }
  .feature-wrap .right .btn02 {
    text-align: center;
  }
}
.feature-wrap .right .title {
  font-size: 30px;
  font-weight: 700;
  color: #3788c5;
  margin-bottom: 30px;
}
@media (max-width: 749px) {
  .feature-wrap .right .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.feature-wrap .right .btn02 a {
  margin-top: 30px;
}

.message-wrap .img {
  width: 46.5%;
  float: left;
  background: url("images/page/company.jpg") no-repeat center center;
  background-size: cover;
}
@media (max-width: 749px) {
  .message-wrap .img {
    width: 100%;
    height: 200px;
    float: none;
    margin: 0 0 20px;
  }
}
.message-wrap .right {
  width: 50%;
  float: right;
}
@media (max-width: 749px) {
  .message-wrap .right {
    width: 94%;
    float: none;
    margin: 0 auto;
  }
}
.message-wrap .right .right-inner {
  max-width: 590px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .message-wrap .right .right-inner {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
}
.message-wrap .right .right-inner .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}
@media (max-width: 749px) {
  .message-wrap .right .right-inner .title {
    margin-bottom: 1em;
  }
}
.message-wrap .right .right-inner .right {
  width: 100%;
  float: none;
  text-align: right;
}

.infotable {
  margin-bottom: 50px;
}
.infotable table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-top: 1px solid #3788c5;
  font-size: 16px;
  line-height: 2.4rem;
}
.infotable table tr {
  border-bottom: 1px solid #3788c5;
}
.infotable table tr th {
  background-color: #e9f2f9;
  padding: 15px 20px;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 749px) {
  .infotable table tr th {
    display: block;
  }
}
.infotable table tr td {
  padding: 10px 20px;
}
@media (max-width: 749px) {
  .infotable table tr td {
    display: block;
  }
}

.access-wrap {
  margin: 68px 0 120px;
}
@media (max-width: 749px) {
  .access-wrap {
    margin: 30px 0 60px;
  }
}
.access-wrap .img {
  width: 44.9%;
  float: left;
}
@media (max-width: 749px) {
  .access-wrap .img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .access-wrap .img img {
    display: inline-block;
  }
}
.access-wrap .right {
  width: 51%;
  float: right;
}
@media (max-width: 749px) {
  .access-wrap .right {
    width: 100%;
    float: none;
  }
}

.accesssub-wrap .asbox {
  width: 48%;
  float: right;
}
@media (max-width: 749px) {
  .accesssub-wrap .asbox {
    width: 100%;
    float: none;
  }
}
.accesssub-wrap .asbox:nth-child(2) {
  float: left;
}
@media (max-width: 749px) {
  .accesssub-wrap .asbox:nth-child(2) {
    float: none;
    margin-bottom: 30px;
  }
}
.accesssub-wrap .asbox .img {
  width: 53%;
  float: left;
}
@media (max-width: 749px) {
  .accesssub-wrap .asbox .img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .accesssub-wrap .asbox .img img {
    display: inline-block;
  }
}
.accesssub-wrap .asbox .right {
  width: 41.6%;
  float: right;
}
@media (max-width: 749px) {
  .accesssub-wrap .asbox .right {
    width: 100%;
    float: none;
  }
}
.accesssub-wrap .asbox .right .title {
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (max-width: 749px) {
  .accesssub-wrap .asbox .right .title {
    margin-bottom: 1em;
  }
}

.stepbox {
  background: #e9f2f9;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 60px 10% 50px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 749px) {
  .stepbox {
    padding: 40px 5% 20px;
  }
}
.stepbox .label {
  width: 25.4%;
  background: #3788c5;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  left: -23px;
  top: -20px;
}
@media (max-width: 749px) {
  .stepbox .label {
    width: 120px;
    left: -10px;
    top: -15px;
    font-size: 22px;
    padding: 10px 0;
  }
}
.stepbox .title {
  font-size: 30px;
  font-weight: 700;
  color: #3788c5;
  margin: 0 0 30px;
}
@media (max-width: 749px) {
  .stepbox .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.stepbox .wbox {
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 20px 25px;
  box-sizing: border-box;
  width: 100%;
  margin: 25px 0 0;
  font-size: 14px;
  line-height: 3rem;
}
@media (max-width: 749px) {
  .stepbox .wbox {
    padding: 10px 12px;
  }
}
.stepbox .wbox ol {
  padding: 0 0 0 25px;
}
.stepbox .wbox ol li {
  list-style-type: decimal;
  line-height: 2.1rem;
}

.flow-img {
  margin: 25px 0;
  text-align: center;
}
.flow-img img {
  display: inline-block;
  width: 51px;
}

.lineup-wrap ul li .title {
  font-size: 30px;
  line-height: 3rem;
  font-weight: 700;
  color: #3788c5;
}
@media (max-width: 749px) {
  .lineup-wrap ul li .title {
    font-size: 22px;
    line-height: 2.6rem;
  }
}
.lineup-wrap ul li .text {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 2.2rem;
}
@media (max-width: 749px) {
  .lineup-wrap ul li .text {
    font-size: 14px;
  }
}

.estate-wrap ul li {
  max-width: 340px;
  width: 28.82%;
  margin-right: 6.77%;
}
.estate-wrap ul li .img {
  position: relative;
}
.estate-wrap ul li .img a {
  z-index: 2;
  display: block;
  position: relative;
}
.estate-wrap ul li .img a::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #3788c5;
  background-image: url("images/common/rs-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  right: 0;
  bottom: 1px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .estate-wrap ul li .img a::after {
    background-image: url("images/common/rs-btn@2x.png");
    -webkit-background-size: 25px 25px;
  }
}
.estate-wrap ul li .img img {
  z-index: 0;
}
.estate-wrap ul li .text {
  font-size: 16px;
  line-height: 2.5rem;
}

.workslist .text {
  font-size: 16px;
  line-height: 2.5rem;
}


.estate-table table {
  width: 100%;
  border: 2px solid #3788c5;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 2.4rem;
}
.estate-table table tr {
  border-bottom: 1px solid #3788c5;
}
.estate-table table tr:last-child {
  border-bottom: 0px;
}
.estate-table table tr th {
  background: #e9f2f9;
  border-left: 1px solid #3788c5;
  padding: 15px 20px;
  text-align: left;
}
.estate-table table tr td {
  border-left: 1px solid #3788c5;
  padding: 15px 20px;
}
.estate-table.t1 th {
  width: 16.9%;
}
.estate-table.t1 td {
  width: 32.4%;
}
.estate-table.t2 th {
  width: 16.9%;
}
.estate-table.t2 td {
  width: 16%;
}

.post-wrap {
  padding: 30px 0 0;
}
.post-wrap .title {
  padding: 0 0 10px;
  border-bottom: 2px solid #3788c5;
  margin: 0 0 10px;
}
.post-wrap .title .cat {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.post-wrap .title .cat a {
  display: block;
  padding: 5px 15px;
  background-color: #e6e6e6;
  font-size: 14px;
}
@media (max-width: 749px) {
  .post-wrap .title .cat a {
    font-size: 12px;
  }
}
.post-wrap .title h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #3788c5;
  line-height: 3.4rem;
}
@media (max-width: 749px) {
  .post-wrap .title h1 {
    font-size: 19px;
    padding: 10px 0 0;
  }
}
.post-wrap .date {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  line-height: 2.5rem;
  padding: 0 0 15px;
}
.post-wrap .post {
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6;
}


.detail_content h1 {
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content h2 {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content h3 {
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content h4 {
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content h5 {
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.detail_content pre {
  margin-bottom: 15px;
}
.detail_content strong {
  font-weight: 700;
}
.detail_content em {
  font-style: italic;
}
.detail_content blockquote {
  position: relative;
  margin: 15px 0;
  padding: 1em 1em 1em 2.6em;
  font-size: 14px;
  border-left: 5px solid #CCC;
  border-radius: 2px;
}
.detail_content blockquote:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '\201D';
  font-family: sans-serif;
  font-size: 6em;
  opacity: .1;
}
.detail_content ul {
  padding: 0 0 0 1em;
}
.detail_content ul li {
  list-style-type: disc;
}
.detail_content ol {
  padding: 0 0 0 1em;
}
.detail_content ol li {
  list-style-type: decimal;
}
.detail_content a {
  color: #3788c5;
}
.detail_content a:hover {
  text-decoration: underline;
}
.detail_content .aligncenter {
  display: block;
  margin: 15px auto 15px;
}
.detail_content .alignright {
  display: block;
  float: right;
  padding: 15px 0 15px 15px;
}

.table02 table {
  border: 2px solid #3788c5;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 2.5rem;
  width: 100%;
}
@media (max-width: 749px) {
  .table02 table {
    border: 0px;
    border-bottom: 1px solid #3788c5;
  }
}
.table02 table th {
  background: #e9f2f9;
  font-size: 20px;
  border: 1px solid #3788c5;
  border-collapse: collapse;
  padding: 20px;
  width: 27%;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 749px) {
  .table02 table th {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0px;
  }
}
.table02 table td {
  background: #FFF;
  border: 1px solid #3788c5;
  border-collapse: collapse;
  padding: 20px;
  width: 73%;
}
@media (max-width: 749px) {
  .table02 table td {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0px;
    position: relative;
    overflow: hidden;
  }
}
.table02 table td p {
  padding-bottom: 15px;
}
.table02 table td p:last-child {
  padding-bottom: 0px;
}
.table02 table td ul {
  text-align: left;
  margin: 15px 0 0;
}
.table02 table td ul li {
  display: inline-block;
  margin-right: 20px;
}
.table02 table td ul li:last-child {
  margin-right: 0px;
}

.contact-wrap .table02 {
  margin: 45px 0 0;
}
.contact-wrap .table02 th span {
  font-size: 16px;
  font-weight: 700;
  color: #ec0000;
  display: inline-block;
}
.contact-wrap .table02 td dl {
  width: 40%;
  float: left;
}
@media (max-width: 749px) {
  .contact-wrap .table02 td dl {
    width: 100%;
    float: none;
    padding: 0 0 10px;
  }
  .contact-wrap .table02 td dl:last-child {
    padding: 0px;
  }
}
.contact-wrap .table02 td dl:first-child {
  margin-right: 4%;
}
@media (max-width: 749px) {
  .contact-wrap .table02 td dl:first-child {
    margin: 0;
  }
}
.contact-wrap .table02 td dl dt {
  width: 55px;
  float: left;
  text-align: right;
}
.contact-wrap .table02 td dl dd {
  margin-left: 55px;
}
.contact-wrap input[type=text], .contact-wrap input[type=email], .contact-wrap input[type=zip] {
  border: 1px solid #b3b3b3;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  max-width: 650px;
  width: 100%;
}
.contact-wrap textarea {
  border: 1px solid #b3b3b3;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  max-width: 650px;
  width: 100%;
}
.contact-wrap #zip {
  border: 1px solid #b3b3b3;
  font-size: 16px;
  box-sizing: border-box;
  padding: 5px;
  width: 162px;
}
@media (max-width: 749px) {
  .contact-wrap #zip {
    width: 120px;
  }
}
.contact-wrap .add {
  width: 100%;
}
.contact-wrap .add.mt10 {
  margin-top: 10px;
}
.contact-wrap .add .left {
  width: 100px;
  float: left;
}
.contact-wrap .add .right {
  margin-left: 100px;
}
.contact-wrap .cp_ipselect {
  overflow: hidden;
  width: 160px;
  display: inline-block;
  margin: 0px auto 0;
  text-align: center;
  position: relative;
  border: 1px solid #b3b3b3;
  background: #ffffff;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .contact-wrap .cp_ipselect {
    width: 118px;
  }
}
.contact-wrap .cp_ipselect.s {
  width: 80px;
}
@media (max-width: 749px) {
  .contact-wrap .cp_ipselect.s {
    width: 60px;
  }
}
.contact-wrap .cp_ipselect.ss {
  width: 100px;
}
.contact-wrap .cp_ipselect::before {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b3b3b3;
  pointer-events: none;
}
.contact-wrap .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 5px 38px 5px 5px;
  color: #4d4d4d;
}
.contact-wrap .cp_ipselect select::-ms-expand {
  display: none;
}
.contact-wrap .confirmtext {
  display: none;
}
.contact-wrap .mw_wp_form_confirm .cp_ipselect {
  border: 0px;
  text-align: left;
}
.contact-wrap .mw_wp_form_confirm .cp_ipselect::before {
  display: none;
}
.contact-wrap .mw_wp_form_confirm .confirmtext {
  display: block;
}
.contact-wrap .btnarea {
  text-align: center;
  margin: 50px 0 0;
}
@media (max-width: 749px) {
  .contact-wrap .btnarea {
    width: 210px;
    margin: 50px auto 0;
  }
}
.contact-wrap .btnarea li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 749px) {
  .contact-wrap .btnarea li {
    display: block;
    margin: 0 auto 10px;
  }
}
.contact-wrap .btnarea li#resetbtn {
  float: left;
}
.contact-wrap .btnarea li .resetbtn {
  display: block;
  width: 160px;
  border: 2px solid #a6a6a6;
  font-weight: 700;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: f2f2f2;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 9px 10px;
  color: #a6a6a6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact-wrap .btnarea li .resetbtn:hover {
  background-color: #a6a6a6;
  color: #FFF;
}
.contact-wrap .btnarea li .btn {
  display: block;
  width: 200px;
  border: 2px solid #7fb3da;
  font-weight: 700;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: transparent;
  background-image: url("images/common/bcontact.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 12px 10px;
  color: #7fb3da;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .contact-wrap .btnarea li .btn {
    background-image: url("images/common/bcontact@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.contact-wrap .btnarea li .btn:hover {
  background-color: #7fb3da;
  background-image: url("images/common/bcontacton.png");
  background-repeat: no-repeat;
  background-position: 94% center;
  color: #FFF;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .contact-wrap .btnarea li .btn:hover {
    background-image: url("images/common/bcontacton@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.contact-wrap .mw_wp_form_complete .btn01 {
  display: none;
}

.modelbox {
  background: #e9f2f9;
  margin-bottom: 73px;
  position: relative;
}
.modelbox .img {
  width: 38.13%;
  float: left;
}
@media (max-width: 749px) {
  .modelbox .img {
    width: 100%;
    float: none;
  }
}
.modelbox .right {
  width: 55.5%;
  float: right;
  padding: 50px 0 0;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .modelbox .right {
    padding: 15px 0 0;
  }
}
@media (max-width: 749px) {
  .modelbox .right {
    width: 100%;
    float: none;
    padding: 20px;
    box-sizing: border-box;
  }
}
.modelbox .right .date {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #7fb3da;
  background-color: #FFF;
  border: 2px solid #7fb3da;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  padding: 10px 30px 10px 60px;
  background-image: url("images/common/i-cal.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  margin: 0 0 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .modelbox .right .date {
    background-image: url("images/common/i-cal@2x.png");
    -webkit-background-size: 18px 19px;
  }
}
@media (min-width: 750px) and (max-width: 1040px) {
  .modelbox .right .date {
    font-size: 16px;
    padding: 8px 15px 8px 50px;
    margin: 0 0 10px;
  }
}
@media (max-width: 749px) {
  .modelbox .right .date {
    font-size: 16px;
    padding: 8px 15px 8px 50px;
    margin: 0 0 10px;
  }
}
.modelbox .right .title {
  font-size: 36px;
  line-height: 3.8rem;
  color: #3788c5;
  font-weight: 700;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .modelbox .right .title {
    font-size: 21px;
  }
}
@media (max-width: 749px) {
  .modelbox .right .title {
    font-size: 18px;
    line-height: 2.2rem;
  }
}
.modelbox .right .btn02 {
  width: 300px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background-color: #FFF;
}
@media (max-width: 749px) {
  .modelbox .right .btn02 {
    position: relative;
    width: 300px;
    box-sizing: border-box;
    background-color: transparent;
    right: auto;
    bottom: auto;
    margin: 15px auto 0;
  }
}
.modelbox .right .btn02 a {
  margin: 0;
}

.calender-wrap .monthly-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.calender-wrap .monthly-calendar table caption {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2rem;
  color: #7fb3da;
}
.calender-wrap .monthly-calendar table caption span {
  display: inline-block;
  padding: 10px 30px 10px 60px;
  background-image: url("images/common/i-cal.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  margin: 0 0 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .monthly-calendar table caption span {
    background-image: url("images/common/i-cal@2x.png");
    -webkit-background-size: 18px 19px;
  }
}
.calender-wrap .monthly-calendar table tbody {
  border: 2px solid #7fb3da;
}
.calender-wrap .monthly-calendar table tbody th {
  padding: 10px;
  font-size: 20px;
  line-height: 2.4rem;
  border-right: 1px solid #7fb3da;
  border-bottom: 1px solid #7fb3da;
}
.calender-wrap .monthly-calendar table tbody td {
  padding: 10px;
  font-size: 20px;
  line-height: 2.4rem;
  border-right: 1px solid #7fb3da;
  border-bottom: 1px solid #7fb3da;
}
.calender-wrap .monthly-prev-next {
  margin: 20px 0 0;
}
.calender-wrap .monthly-prev-next span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 2px solid #7fb3da;
  color: #7fb3da;
  padding: 9px 30px;
  letter-spacing: 0.1em;
  background: #f0f0f0;
}
.calender-wrap .monthly-prev-next a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 2px solid #7fb3da;
  color: #7fb3da;
  padding: 9px 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.calender-wrap .monthly-prev-next a:hover {
  background: #7fb3da;
  color: #FFF;
  text-decoration: none;
}
.calender-wrap .monthly-prev-next .monthly-prev a {
  background-image: url("images/common/cprev.png");
  background-repeat: no-repeat;
  background-position: 4% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .monthly-prev-next .monthly-prev a {
    background-image: url("images/common/cprev@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.calender-wrap .monthly-prev-next .monthly-prev a:hover {
  background-image: url("images/common/cprev.png");
  background-repeat: no-repeat;
  background-position: 4% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .monthly-prev-next .monthly-prev a:hover {
    background-image: url("images/common/cprev@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.calender-wrap .monthly-prev-next .monthly-next a {
  background-image: url("images/common/cnext.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .monthly-prev-next .monthly-next a {
    background-image: url("images/common/cnext@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.calender-wrap .monthly-prev-next .monthly-next a:hover {
  background-image: url("images/common/cnexton.png");
  background-repeat: no-repeat;
  background-position: 96% center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .monthly-prev-next .monthly-next a:hover {
    background-image: url("images/common/cnexton@2x.png");
    -webkit-background-size: 7px 16px;
  }
}
.calender-wrap .monthly-prev-next .monthly-next {
  margin-right: 0px;
}
.calender-wrap .right-box ul {
  display: table;
  margin: 50px 0 0 auto;
  border: 1px solid #bfbfbf;
}
.calender-wrap .right-box ul li {
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  border-right: 1px solid #bfbfbf;
  padding: 5px;
  width: 110px;
  text-align: center;
}
.calender-wrap .right-box ul li:last-child {
  border-right: 0px;
}
.calender-wrap .day-calendar h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.calender-wrap .day-calendar p.date {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #7fb3da;
}
.calender-wrap .day-calendar p.date span {
  display: inline-block;
  padding: 0 0 0 50px;
  background-image: url("images/common/i-cal.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  margin: 10px 0 20px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
  .calender-wrap .day-calendar p.date span {
    background-image: url("images/common/i-cal@2x.png");
    -webkit-background-size: 18px 19px;
  }
}
.calender-wrap .day-calendar table {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #7fb3da;
}
.calender-wrap .day-calendar table th {
  font-size: 20px;
  font-weight: 500;
  background: #e9f2f9;
  padding: 10px;
  border: 1px solid #7fb3da;
}
.calender-wrap .day-calendar table th:nth-child(2) {
  background-color: #FFF;
}
.calender-wrap .day-calendar table td {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #7fb3da;
}


.staff-wrap li {
  margin-bottom: 65px;
}
.staff-wrap li .title {
  font-size: 24px;
  color: #3788c5;
  font-weight: 700;
}
.staff-wrap li .name {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 0 0 15px;
}
.staff-wrap li .text {
  font-size: 13px;
  line-height: 2.2rem;
}

.lineup-mainimg {
  width: 100%;
}
.lineup-mainimg img {
  width: 100%;
  height: auto;
}

.text-center {
  font-size: 15px;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 15px;
}

.point-wrap .pointbox {
  width: 48%;
  float: left;
  margin-bottom: 65px;
}
@media (max-width: 749px) {
  .point-wrap .pointbox {
    margin-bottom: 30px;
    width: 100%;
    float: none;
  }
}
.point-wrap .pointbox:nth-child(even) {
  float: right;
}
@media (max-width: 749px) {
  .point-wrap .pointbox:nth-child(even) {
    float: none;
  }
}
.point-wrap .pointbox .img {
  width: 48.3%;
  float: left;
}
@media (max-width: 749px) {
  .point-wrap .pointbox .img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .point-wrap .pointbox .img img {
    display: inline-block;
  }
}
.point-wrap .pointbox .text {
  width: 46.5%;
  float: right;
}
@media (max-width: 749px) {
  .point-wrap .pointbox .text {
    width: 100%;
    float: none;
  }
}
.point-wrap .pointbox .text .title {
  color: #3788c5;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 30px;
}

.conceptbox .inner {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 749px) {
  .conceptbox .inner {
    padding-top: 0;
  }
}
.conceptbox .img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 55%;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .conceptbox .img {
    width: 44%;
  }
}
@media (max-width: 749px) {
  .conceptbox .img {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.conceptbox .img img {
  width: 100%;
  height: auto;
}
.conceptbox .right {
  position: relative;
  z-index: 0;
  background-color: #e9f2f9;
  width: 50.4%;
  margin: 0 0 0 auto;
  padding: 90px 10% 45px 12.5%;
  box-sizing: border-box;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .conceptbox .right {
    width: 65%;
    padding: 40px 10% 10px 12%;
  }
}
@media (max-width: 749px) {
  .conceptbox .right {
    width: 100%;
    padding: 15px;
  }
}
.conceptbox .right .title {
  letter-spacing: 0.2em;
  font-size: 36px;
  font-weight: 700;
  color: #3788c5;
  margin-bottom: 65px;
}
@media (max-width: 749px) {
  .conceptbox .right .title {
    margiin-bottom: 30px;
  }
}
.conceptbox .right .titles {
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media (max-width: 749px) {
  .conceptbox .right .titles {
    padding-bottom: 10px;
  }
}
.conceptbox .right .text {
  font-size: 13px;
  line-height: 2.2rem;
  padding-bottom: 45px;
}
@media (max-width: 749px) {
  .conceptbox .right .text {
    padding-bottom: 10px;
  }
}
.conceptbox .right .texts {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 700;
}

.youtube-wrap {
  text-align: center;
}
.youtube-wrap img {
  display: inline-block;
}

.pointlink .pointlink-text {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 16px;
  padding: 0 0 35px;
}

section.worksd-wrap {
  margin-top: 100px;
}
section.worksd-wrap ul li {
  margin-bottom: 25px;
  margin-left: 3%;
}
section.worksd-wrap ul li:first-child {
  margin-left: 0px;
}
section.worksd-wrap ul li:first-child img {
  width: 100%;
  height: auto;
}
section.worksd-wrap ul li:nth-child(2n) {
  margin-left: 0px;
}
section.worksd-wrap ul li.main {
  width: 100%;
}
section.worksd-wrap ul li.large {
  width: 59%;
  float: left;
}
section.worksd-wrap ul li.half {
  width: 48.5%;
  float: left;
}
section.worksd-wrap ul li.small {
  width: 38%;
  float: left;
}
section.worksd-wrap .detail {
  font-size: 14px;
  line-height: 2.2rem;
}
section.worksd-wrap .detail th {
  text-align: left;
  padding: 3px 30px 3px 3px;
}
section.worksd-wrap .detail td {
  padding: 3px;
}
section.worksd-wrap .detail td sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.workslist .cat-title {
  color: #3788c5;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #7fb3da;
  padding: 0 0 35px;
  margin-bottom: 30px;
}
.workslist ul.cat {
  margin-bottom: 85px;
}
.workslist ul.cat li {
  display: inline-block;
  margin-right: 10px;
}
.workslist ul.cat li a {
  display: block;
  border: 2px solid #7fb3da;
  color: #7fb3da;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.workslist ul.cat li a:hover {
  background: #7fb3da;
  color: #FFFFFF;
  text-decoration: none;
}
.workslist ul.cat li.current-cat a {
  background: #7fb3da;
  color: #FFFFFF;
  text-decoration: none;
}

.voicebox {
  margin-bottom: 50px;
}
.voicebox .img {
  width: 50%;
  float: left;
}
.voicebox .right {
  width: 50%;
  float: left;
  background: #e9f2f9;
  padding: 75px 85px 60px;
  box-sizing: border-box;
}
.voicebox .right .title {
  letter-spacing: 0.2em;
  font-size: 21px;
  line-height: 2.2rem;
  font-weight: 700;
  color: #3788c5;
  padding-bottom: 20px;
}
.voicebox .right .text {
  font-size: 13px;
  line-height: 2.2rem;
}
.voicebox:nth-child(even) .img {
  float: right;
}

