@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb { display: none; padding: 10px 0; margin-bottom: 40px; }

#breadcrumb ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { #breadcrumb { display: block; text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; } }

/* ========== end △ */
#breadcrumb li { font-size: 13px; margin-right: 10px; }

#breadcrumb li:first-child { color: #28a1c4; text-align: left; font-weight: bold; }

#breadcrumb li::before { content: "\f105"; margin-right: 6px; color: #28a1c4; font-size: 15px; font-family: FontAwesome; }

#breadcrumb li:first-of-type::before { display: none; }

#breadcrumb li a { text-decoration: none; color: #03898e; font-weight: bold; }

#breadcrumb li a:hover { text-decoration: underline; }

/* ==================================================
	pagination
================================================== */
.pagination { margin-top: 30px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 767px) { .pagination { margin-top: 50px; } }

/* ========== end △ */
.pagination .prev { float: left; }

.pagination .next { float: right; }

.pagination .back { text-align: center; }

.cm_banner { padding: 60px 0; background: #f1f1f1; }

.cm_banner .container .box { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #fff url(../clean/images/banner_bg.png) no-repeat right center; -webkit-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); -moz-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); border: solid 1px #03898e; height: 250px; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 35px 0 0 270px; }

.cm_banner .container .box figure { position: absolute; left: 25px; bottom: 0; }

.cm_banner .container .box h2 { font-size: 26px; margin-bottom: 25px; }

.cm_banner .container .box .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cm_banner .container .box .content .right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cm_banner .container .box .content .right ul li { font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.cm_banner .container .box .content .right ul li a { padding-left: 43px; color: #000; font-weight: bold; font-size: 30px; text-decoration: none; margin-right: 10px; background: url(../clean/images/banner_icon2.png) no-repeat left center; }

.cm_banner .container .box .content .right ul li:last-child a { background: url(../clean/images/banner_icon3.png) no-repeat left center; }

.cm_banner .container .box .content .right > a { color: #fff; background: #b50033; display: block; padding: 15px 00px 15px 100px; font-size: 18px; position: relative; text-decoration: none; width: 310px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 30px; letter-spacing: 2px; line-height: 1.4; }

.cm_banner .container .box .content .right > a:after { content: ""; display: block; position: absolute; width: 44px; left: 8%; top: 0; height: 100%; z-index: 2; background: url(../clean/images/banner_icon4.png) no-repeat center center; }

.cm_banner .container .box .content .right > a:hover { background: #264791; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .cm_banner { padding: 8% 3%; }
  .cm_banner .container .box { padding: 3%; background: #fff; height: auto; }
  .cm_banner .container .box h2 { font-size: 18px; margin-bottom: 3%; }
  .cm_banner .container .box h2 br { display: none; }
  .cm_banner .container .box .content { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .cm_banner .container .box .content figure { position: relative; width: 30%; text-align: center; left: 0; }
  .cm_banner .container .box .content .right { width: 68%; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .cm_banner .container .box .content .right ul { width: 100%; margin-bottom: 4%; }
  .cm_banner .container .box .content .right ul li { font-size: 16px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .cm_banner .container .box .content .right ul li a { font-size: 28px; background-size: 20px auto; padding-left: 30px; }
  .cm_banner .container .box .content .right ul li:last-child a { background-size: 20px auto; }
  .cm_banner .container .box .content .right > a { width: 100%; margin-left: 0; font-size: 14px; padding: 4%; text-align: center; padding-left: 40px; }
  .cm_banner .container .box .content .right > a:after { width: 30px; background-size: 100% auto; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .cm_banner .container .box .content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .cm_banner .container .box .content figure { display: none; }
  .cm_banner .container .box .content .right { width: 100%; }
  .cm_banner .container .box .content .right ul { margin-bottom: 0%; }
  .cm_banner .container .box .content .right ul li { font-size: 14px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 2%; }
  .cm_banner .container .box .content .right ul li a { font-size: 20px; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.cm_tt { font-size: 30px; color: #000; font-weight: bold; text-align: center; margin-bottom: 40px; letter-spacing: 3px; }

.cm_tt:after { content: ""; display: block; width: 54px; height: 4px; background: #03898e; margin: 10px auto 40px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .cm_tt { font-size: 25px; margin-bottom: 0; }
  .cm_tt:after { margin: 10px auto 20px; } }

/* ========== end △ */
#tt_page { background: url(../news/images/tt_page_bg.png) no-repeat center top; padding: 50px 0; }

#tt_page .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#tt_page .container .box { background: rgba(255, 255, 255, 0.5); display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 15px 30px; min-width: 480px; -webkit-box-sizing: border-box; box-sizing: border-box; }

#tt_page .container .box > h2 { font-size: 22px; text-align: center; width: 100%; }

#tt_page .container .box > h2:first-letter { color: #03898e; }

#tt_page .container .box > h1 { width: 100%; text-align: center; font-size: 36px; font-weight: normal; letter-spacing: 3px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { #tt_page { padding: 8% 3%; background: url(../common_img/bg_sp.png) no-repeat center top; background-size: cover; }
  #tt_page .container .box { width: 100%; padding: 3% 0; min-width: auto; }
  #tt_page .container .box > h1 { font-size: 25px; }
  #tt_page .container .box > h2 { font-size: 18px; } }

/* ========== end △ */
/* news */
.news_sec > div .box { padding: 35px 0; }

.news_sec > div .box .container dl { margin-bottom: 20px; border-bottom: 2px solid #03898e; }

.news_sec > div .box .container dl dt { font-size: 14px; color: #9e9e9e; display: inline-block; text-align: left; padding: 0px 10px 0px 0px; margin-bottom: 0px; font-weight: normal; border-radius: 5px; }

.news_sec > div .box .container dl dd { display: block; text-decoration: none; font-size: 18px; font-weight: bold; padding-bottom: 10px; color: #363636; }

.news_sec > div .box .container dl dd a { text-decoration: none; display: block; font-size: 20px; font-weight: bold; color: #000; }

.news_sec > div .box .container h3 { border-bottom: 3px solid #def0ff; padding-bottom: 5px; margin-bottom: 30px; font-size: 16px; }

.news_sec > div .box .container h3 span { text-decoration: none; display: inline-block; font-size: 16px; font-weight: bold; color: #7faa6b; }

.news_sec > div .box .container .content .news_img { float: left; width: 37%; padding-right: 3%; background: #fff; }

.news_sec > div .box .container .content .news_img a { display: block; position: relative; height: 340px; text-align: center; border: 1px solid #9e9e9e; }

.news_sec > div .box .container .content .news_img a img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height: 340px; }

.news_sec > div .box .container .content .news_img a:after { display: block; content: ""; width: 40px; height: 40px; background: url(../news/images/zoom.png) no-repeat center top; position: absolute; right: 0; bottom: 0; }

.news_sec > div .box .container .content p { margin-bottom: 20px; }

.news_sec > div .box .container .content p:last-child { margin-bottom: 0; }

.news_sec > div .box:first-child { padding-top: 0; }

.news_sec > div .box:nth-child(even) { background: #f1f1f1; }

.news_sec > div .box:nth-child(even) .container .content .news_img { background: #f1f1f1; float: left; margin-right: 0; padding-left: 0%; padding-right: 3%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .news_sec > div .box { padding: 8% 2% !important; }
  .news_sec > div .box .container .content .news_img { width: 100%; float: none; margin: 0 0 3% !important; }
  .news_sec > div .box .container .content .news_img a { height: 320px; }
  .news_sec > div .box .container .content .news_img a img { max-height: 320px; } }

/* ========== end △ */
.nav_sec { padding: 70px 0; }

.nav_sec .container ul li { width: 20%; }

.nav_sec .container ul li a { display: block; border: 1px solid #333; padding: 8px; width: 100%; text-align: center; background: #fff url(../news/images/row2.png) no-repeat left 15% center; color: #333; text-decoration: none; font-size: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: bold; -webkit-border-radius: 20px/19px 19px 20px 20px; -moz-border-radius: 20px/19px 19px 20px 20px; border-radius: 20px/19px 19px 20px 20px; border: solid 2px #03898e; }

.nav_sec .container ul li a:hover { background: #03898e url(../news/images/row2.png) no-repeat left 15% center; color: #fff; }

.nav_sec .container ul li.right { float: right; }

.nav_sec .container ul li.right a { display: block; background: #fff url(../news/images/row1.png) no-repeat right 15% center; }

.nav_sec .container ul li.right a:hover { background: #03898e url(../news/images/row1.png) no-repeat right 15% center !important; }

.nav_sec .container ul li.left { float: left; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .nav_sec { padding: 8% 2%; }
  .nav_sec .container ul li { width: 48%; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .nav_sec .container ul li { width: 100%; margin-bottom: 3%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
/* contact_sec */
.contact_sec .box1 { margin-bottom: 50px; }

.contact_sec .box1 .container > h4 { border-bottom: 2px solid #264791; margin-bottom: 15px; font-size: 22px; background: url(../company/images/icon1.png) no-repeat left top 8px; padding-left: 20px; padding-bottom: 10px; }

.contact_sec .box1 .container > p { font-size: 15px; margin-bottom: 20px; }

.contact_sec .box1 .container > p a { color: #03898e; }

.contact_sec .box1 .container .ninni { background: #0f989d; width: 45px; text-align: center; height: 25px; line-height: 25px; font-weight: normal; float: left; font-size: 13px; margin-right: 10px; color: #fff; }

.contact_sec .box1 .container .hissu { background: #b50033; color: #fff; width: 45px; text-align: center; height: 25px; line-height: 25px; font-weight: normal; float: left; font-size: 13px; margin-right: 10px; }

.contact_sec .box1 .container input[type="radio"], .contact_sec .box1 .container input[type="checkbox"] { vertical-align: -0.1em; margin-right: 5px; }

.contact_sec .box1 .container form table { margin-bottom: 20px; }

.contact_sec .box1 .container form .rule { margin-bottom: 30px; text-align: center; }

.contact_sec .box1 .container form table tr th { width: 300px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #dfe5e6; padding: 20px 25px; border: 1px solid #9e9e9e; font-weight: bold; letter-spacing: 2px; }

.contact_sec .box1 .container form table tr td { padding: 20px 30px; -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #9e9e9e; }

.contact_sec .box1 .container form table tr td p { margin-bottom: 20px; }

.contact_sec .box1 .container form table tr td p:last-child { margin-bottom: 0; }

.contact_sec .box1 .container form table tr td .list1 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.contact_sec .box1 .container form table tr td .list1:last-child { margin-bottom: 0; }

.contact_sec .box1 .container form table tr td .list1 li { width: 22%; text-align: left; }

.contact_sec .box1 .container form table tr td .spec { margin: 10px 0; }

.contact_sec .box1 .container form table tr td .w260 { width: 250px; }

.contact_sec .box1 .container form table tr td .w60 { width: 150px; }

.contact_sec .box1 .container form table tr td .w100 { width: 100%; }

.contact_sec .box1 .container form table tr td input[type="text"], .contact_sec .box1 .container form table tr td select { border: 1px solid #dadada; height: 35px; padding: 0 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.contact_sec .box1 .container form table tr td textarea { border: 1px solid #dadada; height: 150px; width: 100%; padding: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.contact_sec .box1 .container form .box_submit { text-align: center; }

.contact_sec .box1 .container form .box_submit label { line-height: 1.9; letter-spacing: 2px; }

.contact_sec .box1 .container form .box_submit a { color: #03898e; }

.contact_sec .box1 .container form .btn_sec_wrap { position: relative; width: 450px; margin: 20px auto 0; }

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2 { width: 100%; height: 67px; -webkit-box-sizing: border-box; box-sizing: border-box; border: none; color: #fff; text-align: center; text-decoration: none !important; position: relative; background: #03898e url(../contact/images/row.png) no-repeat right 10% center; z-index: 2; font-weight: bold; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-border-radius: 34px/33px 33px 34px 34px; -moz-border-radius: 34px/33px 33px 34px 34px; border-radius: 34px/33px 33px 34px 34px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 20px; letter-spacing: 7px; }

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2:hover { color: #fff !important; background: #b50033 url(../contact/images/row.png) no-repeat right 10% center; }

.contact_sec .box2 { padding: 55px 0; background: #f1f1f1; word-break: break-all; }

.contact_sec .box2 .container p { margin-bottom: 30px; }

.contact_sec .box2 .container p a { color: #03898e; }

.contact_sec .box2 .container h3 { font-size: 18px; font-weight: bold; }

.contact_sec .box2 .container .list1 { margin-bottom: 30px; }

.contact_sec .box2 .container .list2 { margin-bottom: 30px; }

.contact_sec .box2 .container .list2 li { list-style-type: disc; margin-left: 25px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .contact_sec .box1 { padding: 8% 3%; }
  .contact_sec .box1 .container form table { width: 100%; border-bottom: 1px solid #000; }
  .contact_sec .box1 .container form table tr { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .contact_sec .box1 .container form table tr th { width: 100%; padding: 3%; border-bottom: none; }
  .contact_sec .box1 .container form table tr td { width: 100%; padding: 3%; border-bottom: none; }
  .contact_sec .box1 .container form table tr td .list1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .contact_sec .box1 .container form table tr td .list1 li { width: 50%; margin-bottom: 3%; }
  .contact_sec .box1 .container form .btn_sec_wrap { width: 90%; }
  .contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2 { width: 100%; font-size: 15px; height: 50px; background-size: 25px auto; letter-spacing: 2px; }
  .contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2:hover { color: #fff !important; background: #b50033 url(../contact/images/row.png) no-repeat right 10% center; background-size: 25px auto; letter-spacing: 2px; }
  .contact_sec .box2 { padding: 8% 3%; }
  .contact_sec .box2 .container h3 { font-size: 16px; } }

/* ========== end △ */
/* company */
.company_sec > div { padding: 60px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .company_sec > div { padding: 8% 3% !important; } }

/* ========== end △ */
.company_sec > div:nth-child(even) { background: #f1f1f1; }

.company_sec > div.box1 { padding-bottom: 60px; padding-top: 0; }

.company_sec > div.box1 .container ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

.company_sec > div.box1 .container ul li { width: 240px; }

.company_sec > div.box1 .container ul li a { width: 100%; height: 39px; -webkit-border-radius: 20px/19px 19px 20px 20px; -moz-border-radius: 20px/19px 19px 20px 20px; border-radius: 20px/19px 19px 20px 20px; background: #fff url(../company/images/icon1.png) no-repeat left 10% center; border: solid 2px #03898e; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; font-size: 15px; color: #03898e; font-weight: bold; }

.company_sec > div.box1 .container ul li a:hover { background: #03898e url(../company/images/icon1.png) no-repeat left 10% center; color: #fff; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .company_sec > div.box1 .container ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .company_sec > div.box1 .container ul li { width: 48%; margin-bottom: 3%; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .company_sec > div.box1 .container ul li { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.company_sec > div.box2 .container .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.company_sec > div.box2 .container .content figure { margin-right: 30px; }

.company_sec > div.box2 .container .content .right p { margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .company_sec > div.box2 .container .content { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .company_sec > div.box2 .container .content figure { text-align: center; width: 100%; padding: 0 10%; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 5%; }
  .company_sec > div.box2 .container .content .right p { margin-bottom: 4%; } }

/* ========== end △ */
.company_sec > div.box3 .container > table > tbody > tr > th { width: 285px; color: #fff; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; background: #77c4c7; text-align: center; border: 1px solid #03898e; }

.company_sec > div.box3 .container > table > tbody > tr > td { padding: 20px; border: 1px solid #03898e; line-height: 1.8; }

.company_sec > div.box3 .container > table > tbody > tr > td .style1 { width: auto; }

.company_sec > div.box3 .container > table > tbody > tr > td .style1 td { width: auto; }

.company_sec > div.box3 .container > table > tbody > tr > td .style1 td:first-child { padding-right: 50px; padding-bottom: 5px; }

.company_sec > div.box3 .container > table > tbody > tr > td .style2 { width: 100%; }

.company_sec > div.box3 .container > table > tbody > tr > td .style2 td { padding: 10px; border: 1px solid #a7a7a7; text-align: right; }

.company_sec > div.box3 .container > table > tbody > tr > td .style2 th { border: 1px solid #a7a7a7; font-weight: bold; text-align: center; padding: 10px; }

.company_sec > div.box3 .container > table > tbody > tr > td p { text-align: right; margin-bottom: 5px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .company_sec > div.box3 .container > table { border: 1px solid #03898e; }
  .company_sec > div.box3 .container > table > tbody > tr { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .company_sec > div.box3 .container > table > tbody > tr > th { width: 100%; border: none; border-bottom: 1px solid #03898e; text-align: left; padding: 3%; }
  .company_sec > div.box3 .container > table > tbody > tr > td { width: 100%; border: none; border-bottom: 1px solid #03898e; padding: 3%; }
  .company_sec > div.box3 .container > table > tbody > tr > td .style1 { width: 100%; }
  .company_sec > div.box3 .container > table > tbody > tr > td .style1 td:first-child { padding-right: 20px; } }

/* ========== end △ */
.company_sec > div.box5 .map { height: 460px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .company_sec > div.box5 .map { height: 300px; } }

/* ========== end △ */
.company_sec > div.box4 .container .wrap_box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 30px 0; }

.company_sec > div.box4 .container .wrap_box:after { content: ""; display: block; width: 1px; background: #333; height: 100%; top: 0; left: 50%; position: absolute; }

.company_sec > div.box4 .container .wrap_box dl { width: 510px; margin-bottom: 55px; }

.company_sec > div.box4 .container .wrap_box dl:last-child { margin-bottom: 0; }

.company_sec > div.box4 .container .wrap_box dl:nth-child(odd) { margin-top: -90px; }

.company_sec > div.box4 .container .wrap_box dl:first-child { margin-top: 0; }

.company_sec > div.box4 .container .wrap_box dl:nth-child(2) { margin-top: 90px; }

.company_sec > div.box4 .container .wrap_box dl:nth-child(2n) dt { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.company_sec > div.box4 .container .wrap_box dl:nth-child(2n) dt span:after { background: url(../company/images/row2.png) no-repeat center top; }

.company_sec > div.box4 .container .wrap_box dl:nth-child(2n) dt span:before { right: auto; left: -30px; top: 50%; }

.company_sec > div.box4 .container .wrap_box dl dt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-bottom: 20px; }

.company_sec > div.box4 .container .wrap_box dl dt span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; width: 154px; height: 35px; -webkit-border-radius: 17px/17px 17px 18px 18px; -moz-border-radius: 17px/17px 17px 18px 18px; border-radius: 17px/17px 17px 18px 18px; background-color: #03898e; -webkit-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); -moz-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); position: relative; }

.company_sec > div.box4 .container .wrap_box dl dt span:after { display: block; content: ""; position: absolute; width: 10px; height: 11px; background: url(../company/images/row3.png) no-repeat center top; bottom: -11px; }

.company_sec > div.box4 .container .wrap_box dl dt span:before { display: block; content: ""; position: absolute; width: 30px; height: 1px; background: #333; right: -30px; top: 50%; }

.company_sec > div.box4 .container .wrap_box dl dd { background: #fff; padding: 20px; border-radius: 10px; margin-top: -15px; }

@media only screen and (min-width: 767px){
  .hidden_pc{display: none;}
  a.pp{
    padding-right: 0px !important;
  }
  .interview_sec .company_sec > div.box4 .container .wrap_box dl:nth-of-type(odd){
    margin-right: 30px;
  }
  .interview_sec .company_sec > div.box4 .container .wrap_box dl:nth-of-type(even){
    margin-left: 30px;
  }
  .interview_sec .company_sec > div.box4 .container .wrap_box dl:first-child { margin-top: -18px; }
  .interview_sec .company_sec > div.box4 .container .wrap_box{padding-top: 0px;padding-bottom: 0px; margin-top: 40px; margin-bottom: 40px;}
  .interview_sec .company_sec > div.box4 .container .wrap_box dl{position: relative;z-index: 3;}
  .interview_sec #int02 .company_sec > div.box4 .container .wrap_box dl:last-of-type{margin-top: 40px;}
  .interview_sec .company_sec > div.box4 .container .wrap_box dl:last-of-type::before { content: "";position: absolute;height: 100%;width: 100%;z-index: -1;top:19px;}
  .interview_sec .company_sec.bg_gray > div.box4 .container .wrap_box dl:last-of-type::before{background-color: #ffffff; left: 44px;}
  .interview_sec .company_sec.bg_gray.gg > div.box4 .container .wrap_box dl:last-of-type::before{right: 44px;left: auto;}
  .interview_sec #int02 .company_sec > div.box4 .container .wrap_box dl:last-of-type::before{background-color: #f7f7f7; right: 44px;}
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) {
  .company_sec > div.box4 .container .wrap_box { border-left: 1px solid #333; padding-left: 30px; }
  .company_sec > div.box4 .container .wrap_box:after { display: none; }
  .company_sec > div.box4 .container .wrap_box dl { width: 100%; margin: 0 0 5% !important; }
  .company_sec > div.box4 .container .wrap_box dl dt { -webkit-box-pack: start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }
  .company_sec > div.box4 .container .wrap_box dl dt span:before { left: -30px !important; }
  .company_sec > div.box4 .container .wrap_box dl dt span:after { background: url(../company/images/row2.png) no-repeat center top !important; }
  .hidden_sp{
display: none;
}
}

/* ========== end △ */
/* clean_sec */
.clean_sec { padding-bottom: 70px; }

.clean_sec .container > p { text-align: center; margin-bottom: 35px; }

.clean_sec .container .wrap_box .box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 40px; }

.clean_sec .container .wrap_box .box .right { width: 540px; margin-left: -40px;z-index: 3; }

.clean_sec .container .wrap_box .box .right h3 { margin-bottom: 17px; }

.clean_sec .container .wrap_box .box .right h3 span { color: #fff; font-size: 26px; padding: 7px 20px; background: rgba(44, 156, 160, 0.86); font-weight: normal; display: inline-block; }

.clean_sec .container .wrap_box .box .right h4 { margin-bottom: 17px; }

.clean_sec .container .wrap_box .box .right h4 span { color: #fff; font-size: 26px; padding: 7px 20px; background: rgba(44, 156, 160, 0.86); font-weight: normal; display: inline-block; }

.clean_sec .container .wrap_box .box .right .content { background: rgba(255, 255, 255, 0.87); padding: 20px; }

.clean_sec .container .wrap_box .box:nth-child(2n) figure { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.clean_sec .container .wrap_box .box:nth-child(2n) .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-left: 0; margin-right: -40px; position: relative; z-index: 2; }

.clean_sec .container .wrap_box .box:nth-child(2n) .right h3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.clean_sec .container .wrap_box .box:nth-child(2n) .right h4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .clean_sec { padding: 8% 3%; }
  .clean_sec .container .wrap_box .box { margin-bottom: 10%; }
  .clean_sec .container .wrap_box .box .right { width: 100%; -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; margin: 0 0 5% !important; }
  .clean_sec .container .wrap_box .box .right h3 span, .clean_sec .container .wrap_box .box .right h4 span { font-size: 20px; }
  .clean_sec .container .wrap_box .box .right .content { padding: 0 20px; }
  .clean_sec .container .wrap_box .box figure { width: 100%; -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; } }

/* ========== end △ */
/* think page */
.think_sec .box1 { margin-bottom: 60px; }

.think_sec .box1 .container { position: relative; height: 387px; }

.think_sec .box1 .container .right { position: absolute; right: 0; top: 0; z-index: 1; }

.think_sec .box1 .container .left { position: relative; z-index: 2; width: 580px; padding-top: 60px; }

.think_sec .box1 .container .left h3 { font-size: 26px; color: #fff; background: #2c9ca0; padding: 5px 30px; margin-bottom: 25px; }
.think_sec .box1 .container .left p { padding: 20px;background-color: rgba(255, 255, 255, 0.87); }
/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .think_sec .box1 { padding: 8% 3%; margin-bottom: 0; }
  .think_sec .box1 .container { height: auto; }
  .think_sec .box1 .container .left { width: 100%; padding-top: 0; margin-bottom: 5%; }
  .think_sec .box1 .container .left h3 { font-size: 20px; margin-bottom: 3%; }
  .think_sec .box1 .container .right { position: relative; } }

/* ========== end △ */
.think_sec .box2 { background: url(../think/images/bg.png) no-repeat center top; background-size: cover; padding: 55px 0; }

.think_sec .box2 .container h3 { color: #fff; }

.think_sec .box2 .container ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.think_sec .box2 .container ul li { width: 257px; height: 157px; background: url(../think/images/a1.png) no-repeat center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 22px; text-align: center; color: #fff; }

.think_sec .box2 .container ul li:nth-child(2) { background: url(../think/images/a2.png) no-repeat center top; }

.think_sec .box2 .container ul li:nth-child(3) { background: url(../think/images/a3.png) no-repeat center top; }

.think_sec .box2 .container ul li:nth-child(4) { background: url(../think/images/a4.png) no-repeat center top; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .think_sec .box2 { padding: 8% 3%; }
  .think_sec .box2 .container ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .think_sec .box2 .container ul li { margin: 1%; font-size: 16px; height: auto; padding: 12% 0; width: 48%; background-size: 100% auto !important; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .think_sec .box2 .container ul li { font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 9% 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.think_sec .box3 { padding: 115px 0 60px; }

.think_sec .box3 .container h3 { position: relative; }

.think_sec .box3 .container h3:before { content: "採用に関する"; width: 187px; height: 87px; background: url(../think/images/ac.png) no-repeat center top; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #03898e; position: absolute; left: 290px; top: -50px; }

.think_sec .box3 .container h4 { font-size: 26px; color: #fff; background: #30bbc0; padding: 5px 30px; margin-bottom: 25px; text-align: center; font-weight: normal; }

.think_sec .box3 .container .wrap_content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.think_sec .box3 .container .wrap_content dl { margin-bottom: 10px; border: 1px solid #03898e; padding: 20px 10px; width: 530px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.think_sec .box3 .container .wrap_content dl dt { font-size: 20px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #9e9e9e; padding: 0 0 10px 53px; background: url(../think/images/bg_q.png) no-repeat left center; }

.think_sec .box3 .container .wrap_content dl dd { padding: 10px 0 10px 53px; background: url(../think/images/bg_a.png) no-repeat left top; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .think_sec .box3 { padding: 115px 3% 8%; }
  .think_sec .box3 .container h3:before { left: 10%; top: -70px; }
  .think_sec .box3 .container .wrap_content dl { width: 100%; } }

/* ========== end △ */
/* building_sec */
.building_sec .box1 { margin-bottom: 60px; }

.building_sec .box1 .container .content { position: relative; height: 387px; margin-bottom: 40px; }

.building_sec .box1 .container .content .left { position: absolute; left: 0; top: 0; z-index: 1; }

.building_sec .box1 .container .content .right { position: absolute; right: 0; top: 35px; z-index: 2; width: 540px; }

.building_sec .box1 .container .content .right h3 span { display: inline-block; background: #2c9ca0; color: #fff; padding: 10px; font-size: 26px; margin-bottom: 10px; }

.building_sec .box1 .container .content .right p { background: rgba(255, 255, 255, 0.81); padding: 25px; }

.building_sec .box1 .container ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.building_sec .box1 .container ul li { margin: 0 12px 20px; }

.building_sec .box1 .container ul li:nth-child(1) { margin-left: 0; }

.building_sec .box1 .container ul li:nth-child(3) { margin-right: 0; }

.building_sec .box1 .container ul li a { width: 343px; height: 110px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; color: #03898e; font-size: 22px; position: relative; border: 2px solid #03898e; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 40px; }

.building_sec .box1 .container ul li a:after { content: ""; display: block; position: absolute; width: 35px; right: 8%; top: 0; height: 100%; z-index: 2; background: url(../building/images/row.png) no-repeat center center; }

.building_sec .box1 .container ul li a:hover { background: #03898e; color: #fff; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box1 { padding: 8% 3%; margin-bottom: 0; }
  .building_sec .box1 .container .content { height: auto; }
  .building_sec .box1 .container .content .left { width: 100%; margin-bottom: 5%; position: relative; margin-bottom: 5%; }
  .building_sec .box1 .container .content .right { width: 100%; position: relative; top: 0; }
  .building_sec .box1 .container .content .right h3 { margin-bottom: 2%; }
  .building_sec .box1 .container .content .right h3 span { font-size: 20px; }
  .building_sec .box1 .container .content .right p { padding: 0; }
  .building_sec .box1 .container ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .building_sec .box1 .container ul li { width: 49%; margin: 0 0 3%; }
  .building_sec .box1 .container ul li a { width: 100%; height: 60px; font-size: 16px; }
  .building_sec .box1 .container ul li a:after { width: 20px; background-size: 100% auto; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .building_sec .box1 .container ul li { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.building_sec .box2 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.building_sec .box2 .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background: #ebf6f6; width: 60%; }

.building_sec .box2 .left .box { width: 680px; padding: 60px 0 0; }

.building_sec .box2 .left .box h3 { text-align: left; }

.building_sec .box2 .left .box h3:after { margin: 10px 0 20px; }

.building_sec .box2 .left .box h4 { background: url(../building/images/caro.png) repeat-x center bottom 3px; font-size: 24px; display: inline-block; padding: 0 3px; color: #03898e; margin-bottom: 20px; }

.building_sec .box2 .left .box p { margin-bottom: 30px; }

.building_sec .box2 .right { width: 45%; height: 476px; background: url(../building/images/bg1.png) no-repeat left top; }

.building_sec .box2 .right img { display: none; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .building_sec .box2 .left { width: 100%; }
  .building_sec .box2 .left .box { width: 100%; padding: 8% 3%; }
  .building_sec .box2 .left .box h4 { font-size: 18px; margin-bottom: 3%; }
  .building_sec .box2 .left .box p { margin-bottom: 3%; }
  .building_sec .box2 .right { width: 100%; height: auto; }
  .building_sec .box2 .right img { display: block; } }

/* ========== end △ */
.building_sec .box3 { padding: 60px 0; }

.building_sec .box3 .container > p { margin-bottom: 30px; }

.building_sec .box3 .container .content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.building_sec .box3 .container .content .left { width: 400px; }

.building_sec .box3 .container .content .left figure { margin-bottom: 20px; }

.building_sec .box3 .container .content .left figure:last-child { margin-bottom: 0; }

.building_sec .box3 .container .content .right { width: 635px; }

.building_sec .box3 .container .content .right h4 { background: url(../building/images/caro.png) repeat-x center bottom 3px; font-size: 24px; display: inline-block; padding: 0 3px; color: #03898e; margin-bottom: 20px; }

.building_sec .box3 .container .content .right p { margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box3 { padding: 8% 3%; }
  .building_sec .box3 .container > p { margin-bottom: 5%; }
  .building_sec .box3 .container .content { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .building_sec .box3 .container .content .left { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 5%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .building_sec .box3 .container .content .left figure { width: 48%; margin: 0 1% 3%; }
  .building_sec .box3 .container .content .right { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .building_sec .box3 .container .content .right h4 { font-size: 18px; margin-bottom: 3%; }
  .building_sec .box3 .container .content .right p { margin-bottom: 3%; } }

/* ========== end △ */
.building_sec .box4 { padding: 60px 0; background: #ebf6f6; }

.building_sec .box4 .container > p { margin-bottom: 30px; }

.building_sec .box4 .container .content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.building_sec .box4 .container .content .left { width: 400px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.building_sec .box4 .container .content .left figure { margin-bottom: 20px; }

.building_sec .box4 .container .content .left figure:last-child { margin-bottom: 0; }

.building_sec .box4 .container .content .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 635px; }

.building_sec .box4 .container .content .right h4 { background: url(../building/images/caro.png) repeat-x center bottom 3px; font-size: 24px; display: inline-block; padding: 0 3px; color: #03898e; margin-bottom: 20px; }

.building_sec .box4 .container .content .right p { margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box4 { padding: 8% 3%; }
  .building_sec .box4 .container > p { margin-bottom: 5%; }
  .building_sec .box4 .container .content { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .building_sec .box4 .container .content .left { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 5%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .building_sec .box4 .container .content .left figure { width: 48%; margin: 0 1% 3%; }
  .building_sec .box4 .container .content .right { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .building_sec .box4 .container .content .right h4 { font-size: 18px; margin-bottom: 3%; }
  .building_sec .box4 .container .content .right p { margin-bottom: 3%; } }

/* ========== end △ */
.building_sec .box5 { padding: 60px 0; }

.building_sec .box5 .container > p { margin-bottom: 30px; }

.building_sec .box5 .container .content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.building_sec .box5 .container .content .left { width: 400px; }

.building_sec .box5 .container .content .left figure { margin-bottom: 20px; }

.building_sec .box5 .container .content .left figure:last-child { margin-bottom: 0; }

.building_sec .box5 .container .content .right { width: 635px; }

.building_sec .box5 .container .content .right h4 { background: url(../building/images/caro.png) repeat-x center bottom 3px; font-size: 24px; display: inline-block; padding: 0 3px; color: #03898e; margin-bottom: 20px; }

.building_sec .box5 .container .content .right p { margin-bottom: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box5 { padding: 8% 3%; }
  .building_sec .box5 .container > p { margin-bottom: 5%; }
  .building_sec .box5 .container .content { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .building_sec .box5 .container .content .left { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 5%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .building_sec .box5 .container .content .left figure { width: 48%; margin: 0 1% 3%; }
  .building_sec .box5 .container .content .right { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .building_sec .box5 .container .content .right h4 { font-size: 18px; margin-bottom: 3%; }
  .building_sec .box5 .container .content .right p { margin-bottom: 3%; } }

/* ========== end △ */
.building_sec .box6 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.building_sec .box6 .left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: #0a7276; width: 64%; }

.building_sec .box6 .left .box { width: 680px; padding: 60px 30px 0 0; }

.building_sec .box6 .left .box h3 { text-align: left; color: #fff; }

.building_sec .box6 .left .box h3:after { background: #fff; margin: 10px 0 20px; }

.building_sec .box6 .left .box h4 { background: url(../building/images/ac3.png) repeat-x center bottom 3px; font-size: 24px; display: inline-block; padding: 0 3px; color: #fff; margin-bottom: 20px; }

.building_sec .box6 .left .box p { color: #fff; margin-bottom: 30px; }

.building_sec .box6 .right { width: 45%; height: 631px; background: url(../building/images/bg3.png) no-repeat left top; }

.building_sec .box6 .right img { display: none; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .building_sec .box6 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .building_sec .box6 .left { width: 100%; }
  .building_sec .box6 .left .box { width: 100%; padding: 8% 3%; }
  .building_sec .box6 .left .box h4 { font-size: 18px; margin-bottom: 3%; }
  .building_sec .box6 .left .box p { margin-bottom: 3%; }
  .building_sec .box6 .right { width: 100%; height: auto; }
  .building_sec .box6 .right img { display: block; } }

/* ========== end △ */
/* apartment */
.apartment_sec .box1 { padding-bottom: 60px; }

.apartment_sec .box1 .container ul { margin-right: -1.5%; margin-left: -1.5%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.apartment_sec .box1 .container ul li { width: 30%; padding: 0 1.5% 3%; }

.apartment_sec .box1 .container ul li a { text-decoration: none; width: 100%; height: 62px; -webkit-border-radius: 29px; -moz-border-radius: 29px; border-radius: 29px; background-color: #fff; border: 2px solid #03898e; color: #03898e; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #03898e; font-size: 15px; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; }

.apartment_sec .box1 .container ul li a:after { content: ""; display: block; position: absolute; width: 22px; left: 8%; top: 0; height: 100%; z-index: 2; background: url(../apartment/images/icon1.png) no-repeat center center; }

.apartment_sec .box1 .container ul li a:hover { background: #03898e; color: #fff; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box1 { padding: 8% 3% 3%; }
  .apartment_sec .box1 .container ul { margin-left: 0; margin-right: 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .apartment_sec .box1 .container ul li { width: 49%; margin-bottom: 3%; font-size: 14px; padding: 0; }
  .apartment_sec .box1 .container ul li a { height: 60px; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .apartment_sec .box1 .container ul li { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.apartment_sec .box2 { padding: 60px 0; background: #f1f1f1; }

.apartment_sec .box2 .container > p { text-align: center; font-size: 22px; margin-bottom: 30px; }

.apartment_sec .box2 .container .content { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.apartment_sec .box2 .container .content .photo { text-align: center; }

.apartment_sec .box2 .container .content .photo img { margin-bottom: 10px; }

.apartment_sec .box2 .container .content .photo p { font-size: 16px; font-weight: bold; }

.apartment_sec .box2 .container .content .photo .f_p { font-size: 30px; }

.apartment_sec .box2 .container .content > p { position: absolute; text-align: center; font-size: 18px; color: #03898e; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; }

.apartment_sec .box2 .container .content > p:nth-child(2) { left: 30px; padding-top: 35px; width: 361px; height: 162px; background: url(../apartment/images/bg1.png) no-repeat center top; }

.apartment_sec .box2 .container .content > p:nth-child(3) { right: 0px; top: 0px; padding-top: 30px; width: 401px; height: 182px; background: url(../apartment/images/bg2.png) no-repeat center top; }

.apartment_sec .box2 .container .content > p:nth-child(4) { left: -50px; top: 220px; padding-top: 35px; width: 400px; height: 111px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-left: 80px; background: url(../apartment/images/bg3.png) no-repeat center top; }

.apartment_sec .box2 .container .content > p:nth-child(5) { right: 0px; top: 220px; padding-top: 30px; width: 401px; height: 182px; padding-left: 50px; background: url(../apartment/images/bg4.png) no-repeat center top; }


/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box2 { padding: 8% 3%; }
  .apartment_sec .box2 .container > p { font-size: 16px; }
  .apartment_sec .box2 .container .content { display: block; }
  .apartment_sec .box2 .container .content .photo { padding: 0 15%; margin-bottom: 5%; }
  .apartment_sec .box2 .container .content > p { width: 100% !important; height: auto !important; padding: 3% !important; text-align: center !important; position: relative; top: 0 !important; bottom: 0 !important; left: 0 !important; right: 0 !important; background: #fff !important; border-radius: 5px; border: 2px solid #148489; display: block; margin-bottom: 4%; font-size: 16px; }
  .apartment_sec .box2 .container .content .photo p.f_p { font-size: 22px; line-height: 1.2 !important; }
}

/* ========== end △ */
.apartment_sec .box3 { padding: 60px 0; }

.apartment_sec .box3 .container .wrap_content .row { margin: 20px auto 30px; text-align: center; }

.apartment_sec .box3 .container .wrap_content .content { border: 1px solid #03898e; padding: 2px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.apartment_sec .box3 .container .wrap_content .content span { position: absolute; top: -50px; left: -10px; }

.apartment_sec .box3 .container .wrap_content .content .left { width: 364px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: url(../apartment/images/shape.png) no-repeat left center; height: 103px; padding-left: 15px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.apartment_sec .box3 .container .wrap_content .content .left h4 { font-size: 22px; color: #fff; font-weight: normal; }

.apartment_sec .box3 .container .wrap_content .content .right { padding-left: 30px;width: 660px;max-width: 100%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box3 { padding: 8% 3%; }
  .apartment_sec .box3 .container h3 { margin-bottom: 7%; }
  .apartment_sec .box3 .container .wrap_content .content { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .apartment_sec .box3 .container .wrap_content .content span { width: 90px; }
  .apartment_sec .box3 .container .wrap_content .content .left { width: 100%; padding: 4% 3%; height: auto; background: #6ababd url(../apartment/images/shape.png) no-repeat right center; }
  .apartment_sec .box3 .container .wrap_content .content .left h4 { font-size: 18px; }
  .apartment_sec .box3 .container .wrap_content .content .right { width: 100%; padding: 4%; }
  .apartment_sec .box3 .container .wrap_content .row img { width: 11%; } }

/* ========== end △ */
.apartment_sec .box4 { padding: 60px 0; background: #ebf6f6; }

.apartment_sec .box4 .container .wrap_content .content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 40px; }

.apartment_sec .box4 .container .wrap_content .content .right { width: 650px; }

.apartment_sec .box4 .container .wrap_content .content .right h4 { text-align: center; margin-bottom: 10px; }

.apartment_sec .box4 .container .wrap_content .content .right h4 span { position: relative; font-size: 16px; font-weight: bold; }

.apartment_sec .box4 .container .wrap_content .content .right h4 span:before { width: 20px; height: 27px; background: url(../apartment/images/line1.png) no-repeat center top; content: ""; display: inline-block; position: absolute; left: -30px; }

.apartment_sec .box4 .container .wrap_content .content .right h4 span:after { width: 20px; height: 27px; background: url(../apartment/images/line2.png) no-repeat center top; content: ""; display: inline-block; position: absolute; right: -30px; }

.apartment_sec .box4 .container .wrap_content .content .right h5 { font-size: 26px; color: #03898e; margin-bottom: 15px; font-weight: normal; text-align: center; }

.apartment_sec .box4 .container .wrap_content .content:nth-child(2) { margin-bottom: 0; }

.apartment_sec .box4 .container .wrap_content .content:nth-child(2) .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.apartment_sec .box4 .container .wrap_content .content:nth-child(2) .left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box4 { padding: 8% 3%; }
  .apartment_sec .box4 .container .wrap_content .content .left { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; width: 100%; margin-bottom: 5%; }
  .apartment_sec .box4 .container .wrap_content .content .right { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; width: 100%; }
  .apartment_sec .box4 .container .wrap_content .content .right h4 span { font-size: 15px; }
  .apartment_sec .box4 .container .wrap_content .content .right h5 { font-size: 20px; } }

/* ========== end △ */
.apartment_sec .box5 { padding: 60px 0; }

.apartment_sec .box5 .container ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 40px; }

.apartment_sec .box5 .container ul li { margin: 0 12px 20px; }

.apartment_sec .box5 .container ul li:nth-child(1) { margin-left: 0; }

.apartment_sec .box5 .container ul li:nth-child(3) { margin-right: 0; }

.apartment_sec .box5 .container ul li a { width: 343px; height: 100px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-decoration: none; color: #03898e; font-size: 22px; position: relative; border: 2px solid #03898e; -webkit-box-sizing: border-box; box-sizing: border-box; padding-right: 40px; }

.apartment_sec .box5 .container ul li a:after { content: ""; display: block; position: absolute; width: 35px; right: 8%; top: 0; height: 100%; z-index: 2; background: url(../building/images/row.png) no-repeat center center; }

.apartment_sec .box5 .container ul li a:hover { background: #03898e; color: #fff; }

.apartment_sec .box5 .container .wrap_content .content { margin-bottom: 35px; }

.apartment_sec .box5 .container .wrap_content .content h4 { color: #fff; padding: 10px 20px; font-weight: bold; font-size: 26px; background: #000; margin-bottom: 20px; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner { width: 343px; background-color: #f1f1f1; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo { position: relative; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo figure { height: 198px; text-align: center; border: 1px solid #9e9e9e; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo figure img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height: 198px; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo h5 { text-align: center; padding: 10px; color: #fff; background: rgba(20, 132, 137, 0.81); position: absolute; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; bottom: 0; font-size: 18px; font-weight: normal; }

.apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .text { padding: 20px; background: #f1f1f1; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box5 { padding: 8% 3%; }
  .apartment_sec .box5 .container ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .apartment_sec .box5 .container ul li { width: 49%; margin: 0 0 3%; }
  .apartment_sec .box5 .container ul li a { width: 100%; height: 60px; font-size: 16px; }
  .apartment_sec .box5 .container ul li a:after { width: 20px; background-size: 100% auto; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .apartment_sec .box5 .container ul li { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */
  .apartment_sec .box5 .container .wrap_content .content h4 { font-size: 20px; }
  .apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner { width: 48%; margin-bottom: 6%; }
  .apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo figure { height: 198px; }
  .apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo figure img { max-height: 198px; }
  .apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner .photo h5 { font-size: 16px; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .apartment_sec .box5 .container .wrap_content .content .wrap_inner .inner { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.apartment_sec .box6 { padding: 80px 0; background: url(../apartment/images/bg.png) no-repeat center top; background-size: cover; }

.apartment_sec .box6 .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.apartment_sec .box6 .container .right { width: 543px; padding: 30px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background-color: rgba(255, 255, 255, 0.25); -webkit-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); -moz-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

.apartment_sec .box6 .container .right h3 { text-align: left; margin-bottom: 20px; }

.apartment_sec .box6 .container .right h3:after { margin: 10px 0 0px; }

.apartment_sec .box6 .container .right h4 { font-size: 24px; font-weight: normal; letter-spacing: 5px; margin-bottom: 10px; }

.apartment_sec .box6 .container .right span { position: absolute; right: 20px; top: -30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .apartment_sec .box6 { padding: 8% 3%; }
  .apartment_sec .box6 .container .right { width: 100%; padding: 5%; }
  .apartment_sec .box6 .container .right span { width: 55px; right: 0; }
  .apartment_sec .box6 .container .right h4 { font-size: 20px; } }

/* box7 add20201203 */
.apartment_sec .box7 { padding: 60px 0; }
.apartment_sec .box7 .cm_tt + p { font-size: 108%; line-height: 1.5; }
.apartment_sec .box7 h4 { padding: 5px 1.333em; margin-top: 2em; margin-bottom: 0.5em; font-size: 24px; font-weight: normal; color: #fff; background-color: #30bbc0; }
.apartment_sec .box7 li, .apartment_sec dt, .apartment_sec dd { font-size: 108%; }
.apartment_sec .box7 ul > li { list-style: outside disc; margin-left: 1.5em; line-height: 2; }
.apartment_sec .box7 ol > li ol { margin-bottom: 0.5em; }
.apartment_sec .box7 ol { counter-reset: num7;}
.apartment_sec .box7 ol > li { list-style: none; margin-left: 2em; margin-top: 0.5em; line-height: 1.5; position: relative; counter-increment: num7; }
.apartment_sec .box7 ol > li::before { content: counter(num7); position: absolute; top: 0; left: -2em; display: inline-block; width: 1.5em; border-radius: 100%; text-align: center; color: #fff; background-color: #30bbc0; }
.apartment_sec .box7 ol > li li { list-style: outside decimal; margin-left: 1.5em; line-height: 1.5; }
.apartment_sec .box7 ol > li li::before { content: ""; }
.apartment_sec .box7in_1 dl { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.apartment_sec .box7in_1 dt { width: 14em;}
.apartment_sec .box7in_1 dt + dd { width: 6em; text-align: right;}
.apartment_sec .box7in_1 dd + dd { width: 13em; text-align: right; }
.apartment_sec .box7_contact { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 60px; padding: 15px; border: 3px solid #30bbc0; }
.apartment_sec .box7_contact dl { width: 50%; padding: 15px; }
.apartment_sec .box7_contact dt { display: block; margin-bottom: 0.333em; font-weight: bold; }
.apartment_sec .box7_contact dt::before { content: "■"; color: #30bbc3; }
@media only screen and (max-width: 766px) {
  .apartment_sec .box7 { padding: 8% 3%; }
  .apartment_sec .box7 .container h4 { font-size: 20px; }
  .apartment_sec .box7 h4 { margin-top: 1.5em; }
  .apartment_sec .box7in_1 dt { width: 100%;}
  .apartment_sec .box7in_1 dt + dd { text-align: left; }
  .apartment_sec .box7_contact { margin-top: 45px; }
  .apartment_sec .box7_contact dl { width: 100%; }
}

/* ========== end △ */
/* construction */
.construction_sec .box1 { padding-bottom: 130px; }

.construction_sec .box1 .container h3 { font-size: 22px; text-align: center; font-weight: normal; margin-bottom: 25px; }

.construction_sec .box1 .container h3 span { color: #b50033; font-size: 30px; }

.construction_sec .box1 .container > ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

.construction_sec .box1 .container > ul > li { width: 33.3%; }

.construction_sec .box1 .container > ul > li.opened > a { color: #fff; background: #03898e; }

.construction_sec .box1 .container > ul > li.opened > a:after { display: block; position: absolute; bottom: -12px; height: 12px; width: 100%; background: url(../construction/images/row.png) no-repeat bottom center; content: ""; z-index: 2; }

.construction_sec .box1 .container > ul > li:after { display: block; }

.construction_sec .box1 .container > ul > li > a { display: block; border: 1px solid #03898e; color: #03898e; text-align: center; text-decoration: none; padding: 17px 5px; font-size: 18px; -webkit-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); -moz-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17); border-right: none; position: relative; }

.construction_sec .box1 .container > ul > li > a:hover { color: #fff; background: #03898e; }

.construction_sec .box1 .container > ul > li > a:hover:after { display: block; position: absolute; bottom: -12px; height: 12px; width: 100%; background: url(../construction/images/row.png) no-repeat bottom center; content: ""; z-index: 2; }

.construction_sec .box1 .container > ul > li:last-child > a { border-right: 1px solid #03898e; }

.construction_sec .box1 .container > ul > li:last-child .bless ul { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.construction_sec .box1 .container > ul > li:first-child .bless { display: block; }

.construction_sec .box1 .container > ul > li .bless { width: 100%; background: #f7f7f7; padding: 30px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; left: 0; display: none; }

.construction_sec .box1 .container > ul > li .bless ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.construction_sec .box1 .container > ul > li .bless ul li { width: 33.3%; margin-bottom: 10px; }

.construction_sec .box1 .container > ul > li .bless ul li a { color: #000; padding-left: 20px; background: url(../construction/images/row2.png) no-repeat left center; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .construction_sec .box1 { padding: 8% 3%; }
  .construction_sec .box1 .container h3 { font-size: 18px; }
  .construction_sec .box1 .container h3 span { font-size: 25px; }
  .construction_sec .box1 .container .construc_menu { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box1 .container .construc_menu > li { width: 100%; }
  .construction_sec .box1 .container .construc_menu > li:last-child { border-bottom: 1px solid #03898e; }
  .construction_sec .box1 .container .construc_menu > li > a { border: 1px solid #03898e; font-size: 16px; border-bottom: none; }
  .construction_sec .box1 .container .construc_menu > li .bless { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; padding: 8% 4% 4%; }
  .construction_sec .box1 .container .construc_menu > li .bless ul li { width: 49%; }
  /* ▽ SP layout ========== */ }

@media only screen and (max-width: 766px) and (max-width: 420px) { .construction_sec .box1 .container .construc_menu > li .bless ul li { width: 100%; } }

@media only screen and (max-width: 766px) { /* ========== end △ */ }

/* ========== end △ */
.construction_sec .box2 .container .content1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }

.construction_sec .box2 .container .content1 .right { width: 555px; }

.construction_sec .box2 .container .wrap_content .content { margin-bottom: 40px; }

.construction_sec .box2 .container .wrap_content .content h4 { color: #fff; background: #30bbc0; font-size: 26px; text-align: center; padding: 10px 0; font-weight: normal; margin-bottom: 30px; }

.construction_sec .box2 .container .wrap_content .content .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.construction_sec .box2 .container .wrap_content .content .inner .left { width: 640px; }

.construction_sec .box2 .container .wrap_content .content .inner .left h5 { font-size: 22px; margin-bottom: 10px; }

.construction_sec .box2 .container .wrap_content .content .inner .left p { margin-bottom: 20px; }

.construction_sec .box2 .container .wrap_content .content .inner .right ul li { margin-bottom: 20px; }

.construction_sec .box2 .container .wrap_content .content:nth-child(even) .inner .left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

.construction_sec .box2 .container .wrap_content .content:nth-child(even) .inner .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .construction_sec .box2 { padding: 8% 3% 0; }
  .construction_sec .box2 .container .content1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box2 .container .content1 .left { width: 100%; margin-bottom: 4%; }
  .construction_sec .box2 .container .content1 .right { width: 100%; }
  .construction_sec .box2 .container .wrap_content .content { margin-bottom: 4%; }
  .construction_sec .box2 .container .wrap_content .content h4 { font-size: 20px; margin-bottom: 3%; }
  .construction_sec .box2 .container .wrap_content .content .inner { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box2 .container .wrap_content .content .inner .left { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .construction_sec .box2 .container .wrap_content .content .inner .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; }
  .construction_sec .box2 .container .wrap_content .content .inner .right ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .construction_sec .box2 .container .wrap_content .content .inner .right ul li { width: 100%; }
  .construction_sec .box2 .container .wrap_content .content:nth-child(1) .inner { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box2 .container .wrap_content .content:nth-child(1) .inner .left { width: 100%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .construction_sec .box2 .container .wrap_content .content:nth-child(1) .inner .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; width: 100%; }
  .construction_sec .box2 .container .wrap_content .content:nth-child(1) .inner .right ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .construction_sec .box2 .container .wrap_content .content:nth-child(1) .inner .right ul li { width: 49%; } }

/* ========== end △ */
.construction_sec .box3 { padding: 60px 0; background: #f1f1f1; }

.construction_sec .box3 .container .content1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }

.construction_sec .box3 .container .content1 .right { width: 555px; }

.construction_sec .box3 .container .content1 .right h4 { font-size: 26px; margin-bottom: 20px; }

.construction_sec .box3 .container .wrap_content .content { margin-bottom: 50px; }

.construction_sec .box3 .container .wrap_content .content h4 { background: #000; color: #fff; padding: 10px 20px; font-size: 26px; margin-bottom: 20px; }

.construction_sec .box3 .container .wrap_content .content ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.construction_sec .box3 .container .wrap_content .content:last-child { margin-bottom: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .construction_sec .box3 { padding: 8% 3%; }
  .construction_sec .box3 .container .content1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box3 .container .content1 .left { width: 100%; margin-bottom: 4%; }
  .construction_sec .box3 .container .content1 .right { width: 100%; }
  .construction_sec .box3 .container .content1 .right h4 { font-size: 20px; }
  .construction_sec .box3 .container .wrap_content .content { margin-bottom: 3%; }
  .construction_sec .box3 .container .wrap_content .content h4 { font-size: 20px; }
  .construction_sec .box3 .container .wrap_content .content ul { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box3 .container .wrap_content .content ul li { margin-bottom: 2%; width: 49%; } }

/* ========== end △ */
.construction_sec .box4 { padding: 60px 0; }

.construction_sec .box4 .container .wrap_content .content1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }

.construction_sec .box4 .container .wrap_content .content1 .right { width: 555px; }

.construction_sec .box4 .container .wrap_content .content1 .right h4 { font-size: 26px; margin-bottom: 20px; }

.construction_sec .box4 .container .wrap_content .content1:last-child { margin-bottom: 0; }

.construction_sec .box4 .container .wrap_content .content1:last-child .right { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

.construction_sec .box4 .container .wrap_content .content1:last-child .left { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 766px) { .construction_sec .box4 { padding: 8% 3%; }
  .construction_sec .box4 .container .content1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .construction_sec .box4 .container .content1 .left { width: 100%; margin-bottom: 4%; -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; }
  .construction_sec .box4 .container .content1 .right { -webkit-box-ordinal-group: 3 !important; -ms-flex-order: 2 !important; order: 2 !important; width: 100%; }
  .construction_sec .box4 .container .content1 .right h4 { font-size: 20px; } }

/* ========== end △ */

/* yen */
.strong_sec .box01 > div {
  width: 735px;
  max-width: 94%;
  margin: 0 auto; }
  .strong_sec .box01 > div h3 {
    color: #03898e;
    font-weight: 500;
    letter-spacing: 4px; }
  .strong_sec .box01 > div p {
    width: 615px;
    max-width: 100%;
    font-size: 15px;
    margin: 0 auto; }

.strong_sec .box02 {
  background-color: #f1f1f1;
  padding: 3% 0px; }

.strong_sec .list_strong > li {
  margin-bottom: 30px; }
  .strong_sec .list_strong > li:last-of-type {
    margin-bottom: 0px; }
  .strong_sec .list_strong > li > div {
    background-color: #ffffff; }

.strong_sec .list_strong .img_strong {
  position: relative; }
  .strong_sec .list_strong .img_strong span {
    position: absolute;
    width: 79px;
    height: 48px;
    background: url(../strong/images/point.png) no-repeat 0 0/100% 100%;
    padding-top: 22px;
    font-size: 33px;
    color: #ffffff;
    top: 0px;
    right: 0px;
    z-index: 3;
    text-align: center; }

.strong_sec .list_strong .txt_strong {
  padding-bottom: 20px;
  color: #000; }
  .strong_sec .list_strong .txt_strong h4 {
    font-weight: 500; }
  .strong_sec .list_strong .txt_strong .btn_strong a {
    text-decoration: none;
    width: 246px;
    height: 38px;
    margin-top: 20px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
    background-color: #fff;
    color: #03898e;
    font-size: 18px;
    position: relative;
    border: 2px solid #03898e;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s; }
    .strong_sec .list_strong .txt_strong .btn_strong a:hover {
      background-color: #03898e;
      color: #ffffff; }
    .strong_sec .list_strong .txt_strong .btn_strong a::before {
      content: "";
      display: block;
      position: absolute;
      width: 41px;
      left: 3%;
      top: 0;
      height: 100%;
      z-index: 2;
      background: url(../strong/images/target.png) no-repeat center center; }

.strong_sec .cm_banner {
  background-color: #ffffff; }

.enterprise_sec .box_01 {
  background: url(../enterprise/images/bg.jpg) no-repeat center top/cover; }
  .enterprise_sec .box_01 .right {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.17);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .enterprise_sec .box_01 h3 {
    color: #ffffff;
    background-color: #1e97a0; }

.enterprise_sec .box02 .enterprise_list > li {
  background-color: #f1f1f1;
  width: 100%;
  color: #000;
  margin-bottom: 30px; }
  .enterprise_sec .box02 .enterprise_list > li ul {
    background-color: #f9f9f9;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #03898e;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .enterprise_sec .box02 .enterprise_list > li ul > li {
      padding-left: 30px;
      position: relative;
      float: left;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .enterprise_sec .box02 .enterprise_list > li ul > li::before {
        content: url(../enterprise/images/check.png);
        left: 0;
        position: absolute;
        top: 0; }

.enterprise_sec .box02 .enterprise_list h4 {
  font-weight: 500;
  margin-bottom: 10px; }

.enterprise_sec .box02 .enterprise_list .btn_enter a {
  text-decoration: none;
  width: 246px;
  height: 38px;
  margin-top: 10px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  background-color: #03898e;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  border: 2px solid #03898e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s; }
  .enterprise_sec .box02 .enterprise_list .btn_enter a:hover {
    background-color: #ffffff;
    color: #03898e; }
    .enterprise_sec .box02 .enterprise_list .btn_enter a:hover::before {
      background-image: url(../strong/images/target.png); }
  .enterprise_sec .box02 .enterprise_list .btn_enter a::before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    left: 3%;
    top: 0;
    height: 100%;
    z-index: 2;
    background: url(../common_img/icon1.png) no-repeat center center/30px auto; }

.facility_sec .box01 > div {
  position: relative; }

.facility_sec .box01 .txt_facility h3 {
  color: #ffffff;
  font-weight: 500; }
  .facility_sec .box01 .txt_facility h3 p, .facility_sec .box01 .txt_facility h3 span {
    background-color: #2c9ca0;
    padding: 5px 10px; }
  .facility_sec .box01 .txt_facility h3 p {
    margin-bottom: 15px; }

.facility_sec .box01 .txt_facility > p {
  margin-top: 12px;
  background-color: rgba(255, 255, 255, 0.87);
  color: #000; }

.facility_sec h3.title_h4 {
  font-weight: 500; }
  .facility_sec h3.title_h4 span {
    color: #b50033; }
    .facility_sec h3.title_h4 span::before {
      background: url(../apartment/images/line1.png) no-repeat center top;
      left: -30px; }
    .facility_sec h3.title_h4 span::before, .facility_sec h3.title_h4 span::after {
      width: 20px;
      content: "";
      display: inline-block;
      position: absolute; }
    .facility_sec h3.title_h4 span:after {
      background: url(../apartment/images/line2.png) no-repeat center top;
      right: -30px; }

.facility_sec .box02 > div {
  background-color: #ebf6f6; }

.facility_sec .box02 .list_btn_fac li a {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #03898e;
  position: relative;
  border: 2px solid #03898e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px; }
  .facility_sec .box02 .list_btn_fac li a:hover {
    color: #ffffff;
    background-color: #03898e; }
  .facility_sec .box02 .list_btn_fac li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    right: 8%;
    top: 0;
    height: 100%;
    z-index: 2;
    background: url(../facility/images/row.png) no-repeat center center; }

.facility_sec .box03 {
  background-color: #f1f1f1; }
  .facility_sec .box03 h3 {
    background-color: #2db9be;
    color: #fff;
    font-weight: 500; }
    .facility_sec .box03 h3 span {
      position: relative; }
      .facility_sec .box03 h3 span::before {
        content: "一部をご紹介";
        right: 100%;
        margin-right: -20px;
        bottom: 100%;
        margin-bottom: -15px;
        background: url(../facility/images/box.png) no-repeat 0 0/100% 100%;
        position: absolute;
        color: #03898e; }

.facility_sec .item_box03 li {
  margin-top: 25px; }
  .facility_sec .item_box03 li figure {
    width: 100%;
    position: relative;
    text-align: center; }
  .facility_sec .item_box03 li figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(20, 132, 137, 0.81); }

.facility_sec .box04 h3 {
  font-weight: 500; }

.facility_sec .box04 .content .left h4 {
  color: #03898e; }
  .facility_sec .box04 .content .left h4 span {
    position: relative;
    padding: 0px 4px;
    z-index: 2; }
    .facility_sec .box04 .content .left h4 span::before {
      content: "";
      background-color: #ffc7c7;
      width: 100%;
      left: 0;
      border-radius: 12px;
      position: absolute;
      z-index: -1; }

.facility_sec .box04 .content .right figure {
  margin-bottom: 20px; }

.facility_sec .box05 .left img {
  max-width: 100%; }

.facility_sec .box05 .right {
  background: #ebf6f6; }
  .facility_sec .box05 .right .box h3 {
    text-align: left; }
    .facility_sec .box05 .right .box h3::after {
      margin: 10px 0 20px; }

@media print, screen and (min-width: 767px) {
  .facility_sec .box01 {
    margin-bottom: 40px; }
    .facility_sec .box01 .img_facility {
      width: 580px; }
    .facility_sec .box01 .txt_facility {
      width: 540px;
      padding-top: 35px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
      .facility_sec .box01 .txt_facility h3 {
        font-size: 26px; }
      .facility_sec .box01 .txt_facility > p {
        padding: 5%; }
  .facility_sec .box02 {
    margin-bottom: 60px; }
    .facility_sec .box02 > div {
      padding: 20px; }
    .facility_sec .box02 .list_btn_fac li {
      width: 48.5%;
      margin-top: 20px; }
      .facility_sec .box02 .list_btn_fac li a {
        height: 100px;
        font-size: 22px; }
      .facility_sec .box02 .list_btn_fac li:first-of-type {
        margin-right: 3%; }
  .facility_sec h3.title_h4 span {
    font-size: 34px;
    position: relative; }
    .facility_sec h3.title_h4 span::before, .facility_sec h3.title_h4 span::after {
      height: 27px;
      bottom: 8px; }
  .facility_sec .box03 {
    padding: 50px 0px; }
    .facility_sec .box03 h3 {
      padding: 9px; }
      .facility_sec .box03 h3 span {
        font-size: 26px; }
        .facility_sec .box03 h3 span::before {
          font-size: 16px;
          padding-top: 10px;
          height: 50px;
          width: 159px; }
    .facility_sec .box03 .item_box03 li {
      width: 343px; }
      .facility_sec .box03 .item_box03 li figcaption {
        font-size: 18px;
        padding: 10px; }
  .facility_sec .box04 {
    padding-bottom: 40px;
    padding-top: 60px; }
    .facility_sec .box04 h3.cm_tt {
      margin-top: 50px; }
    .facility_sec .box04 .content .left {
      width: 635px; }
      .facility_sec .box04 .content .left h4 {
        font-size: 24px;
        margin-bottom: 20px; }
        .facility_sec .box04 .content .left h4 span::before {
          height: 7px;
          bottom: 5px; }
      .facility_sec .box04 .content .left p {
        margin-bottom: 30px; }
    .facility_sec .box04 .content .right {
      width: 400px; }
  .facility_sec .box05 .left {
    width: 42%;
    height: 476px;
    background: url(../facility/images/img03.jpg) no-repeat left top; }
    .facility_sec .box05 .left img {
      visibility: hidden; }
  .facility_sec .box05 .right {
    width: 58%; }
    .facility_sec .box05 .right .box {
      width: 630px;
      margin-left: 50px; }
      .facility_sec .box05 .right .box h3 {
        margin-bottom: 40px; }
  .enterprise_sec .box_01 {
    padding: 100px 0 170px; }
    .enterprise_sec .box_01 .right {
      width: 745px;
      padding: 50px; }
      .enterprise_sec .box_01 .right h3 {
        font-size: 26px;
        padding: 5px 10px;
        margin-bottom: 20px; }
  .enterprise_sec .box02 {
    padding-bottom: 40px;
    margin-top: 60px; }
    .enterprise_sec .box02 .enterprise_list .img_enter {
      width: 360px; }
    .enterprise_sec .box02 .enterprise_list .txt_enter {
      width: 640px; }
      .enterprise_sec .box02 .enterprise_list .txt_enter h4 {
        font-size: 26px; }
    .enterprise_sec .box02 .enterprise_list > li {
      padding: 20px; }
      .enterprise_sec .box02 .enterprise_list > li ul {
        padding: 20px 20px 10px; }
        .enterprise_sec .box02 .enterprise_list > li ul > li {
          min-width: 33%;
          padding-right: 20px; }
  .list_strong .img_strong {
    width: 360px;
    padding-right: 40px; }
  .list_strong .txt_strong {
    width: 630px;
    padding-top: 35px;
    margin-right: 30px; }
    .list_strong .txt_strong h4 {
      font-size: 26px;
      margin-bottom: 15px; }
  .strong_sec .box01 {
    padding-bottom: 50px;
    padding-top: 12px; }
    .strong_sec .box01 > div h3 {
      font-size: 30px;
      margin-bottom: 25px; }
  .btn_strong, .btn_enter {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end; } }

@media print, screen and (max-width: 766px) {
  .facility_sec .box01 {
    padding: 5% 3%; }
    .facility_sec .box01 .txt_facility, .facility_sec .box01 .img_facility {
      width: 100%; }
    .facility_sec .box01 .txt_facility {
      padding-top: 15px; }
      .facility_sec .box01 .txt_facility h3 {
        font-size: 18px; }
  .facility_sec h3.title_h4 span {
    font-size: 27px;
    position: relative; }
    .facility_sec h3.title_h4 span::before {
      background: url(../apartment/images/line1.png) no-repeat center top;
      left: -30px; }
    .facility_sec h3.title_h4 span::before, .facility_sec h3.title_h4 span::after {
      height: 20px;
      bottom: 6px; }
    .facility_sec h3.title_h4 span:after {
      background: url(../apartment/images/line2.png) no-repeat center top;
      right: -30px; }
  .facility_sec .box02 {
    margin-bottom: 40px;
    padding: 0px 3%; }
    .facility_sec .box02 > div {
      padding: 3%; }
    .facility_sec .box02 .list_btn_fac li {
      width: 100%;
      margin-top: 13px; }
      .facility_sec .box02 .list_btn_fac li a {
        height: 60px;
        font-size: 15px; }
  .facility_sec .box03 {
    padding: 5% 3%; }
    .facility_sec .box03 h3 {
      padding: 9px; }
      .facility_sec .box03 h3 span {
        font-size: 18px; }
        .facility_sec .box03 h3 span::before {
          font-size: 13px;
          padding-top: 4px;
          height: 33px;
          width: 120px; }
    .facility_sec .box03 .item_box03 li {
      width: 48%; }
      .facility_sec .box03 .item_box03 li figcaption {
        font-size: 14px; }
  .facility_sec .box04 {
    padding: 5% 3%; }
    .facility_sec .box04 h3.cm_tt {
      line-height: 1.2; }
      .facility_sec .box04 h3.cm_tt.mt_cm_tt {
        margin-top: 20px; }
    .facility_sec .box04 .content .left h4 {
      font-size: 17px;
      margin-bottom: 10px; }
      .facility_sec .box04 .content .left h4 span::before {
        height: 5px;
        bottom: 3px; }
    .facility_sec .box04 .content .left p {
      margin-bottom: 30px; }
    .facility_sec .box04 .content .right, .facility_sec .box04 .content .left {
      width: 100%; }
  .facility_sec .box05 {
    padding: 0px 3% 5% 3%; }
    .facility_sec .box05 .left img {
      visibility: visible; }
    .facility_sec .box05 .right .box {
      padding: 5% 3%; }
      .facility_sec .box05 .right .box h3 {
        margin-bottom: 20px;
        line-height: 1.2; }
    .facility_sec .box05 .left, .facility_sec .box05 .right {
      width: 100%; }
  .enterprise_sec .box_01 {
    margin-top: 20px;
    padding: 8% 3%; }
    .enterprise_sec .box_01 .right {
      width: 100%;
      padding: 5%; }
      .enterprise_sec .box_01 .right h3 {
        font-size: 18px;
        padding: 3% 5%;
        margin-bottom: 13px; }
  .enterprise_sec .box02 {
    padding: 25px 3%; }
    .enterprise_sec .box02 .enterprise_list .img_enter {
      margin: 0 auto; }
    .enterprise_sec .box02 .enterprise_list .txt_enter h4 {
      margin-top: 15px;
      font-size: 18px; }
    .enterprise_sec .box02 .enterprise_list > li {
      padding: 3%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .enterprise_sec .box02 .enterprise_list > li ul {
        padding: 5%; }
        .enterprise_sec .box02 .enterprise_list > li ul > li {
          min-width: 50%; }
  .strong_sec .box02 .container {
    width: 94%;
    margin: 0 auto; }
  .btn_strong, .btn_enter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
  .list_strong .img_strong {
    text-align: center;
    padding-right: 0%; }
  .list_strong .txt_strong, .list_strong .img_strong {
    width: 100%; }
  .list_strong .txt_strong {
    padding: 3%; }
    .list_strong .txt_strong h4 {
      font-size: 17px;
      margin-bottom: 7px; }
  .strong_sec .box01 {
    padding-bottom: 25px;
    padding-top: 25px; }
    .strong_sec .box01 > div h3 {
      font-size: 20px;
      margin-bottom: 15px; } }

@media print, screen and (max-width: 766px) and (min-width: 414px) {
  .item_box03 li {
    width: 48%; }
    .item_box03 li figcaption {
      padding: 5px; }
  .box04 .content .right {
    display: inline-block; }
    .box04 .content .right figure {
      width: 48%;
      float: left; }
      .box04 .content .right figure:nth-of-type(2n-1) {
        margin-right: 4%; } }

@media print, screen and (max-width: 413px) {
  .item_box03 li {
    width: 100% !important; }
    .item_box03 li figcaption {
      padding: 7px; } }
