@charset "UTF-8";
/* CSS Document */

.pc {
  display: inherit;
}
.sp {
  display: none;
}

.wrap {
  width: 90vw;
  max-width: 1080px;
  margin: 0 auto;
}

.wrap.ms {
  padding: 0 2.5vw;
}

.wrap.ss {
  max-width: 960px;
}

.top_icatch {
  height: 100vh;
  /*background: url(../img/top/icatch.jpg) no-repeat center center;*/
  background-size: cover;
  position: relative;
}

/* slick */
.top_icatch .slider {
  width: 100%;
  height: 100%;
}

.top_icatch .slick-list,
.top_icatch .slick-track {
  height: 100%;
}

.top_icatch .slider li {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.icatch0 {
  background-image: url(/img/top/icatch0_pc_03.jpg);
  background-position: center top;
}

.icatch0_202406 {
  background-image: url(/img/top/icatch0_pc_03.jpg);
  background-position: center top;
}

.icatch0__textbox {
  color: #00559a;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 27%;
  left: 5%;
  transform: translateY(50%);
}

.icatch0__textbox p:nth-child(1) {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.icatch0__textbox p:nth-child(2) {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .icatch0 {
    background-image: url(/img/top/icatch0_sp_03.jpg);
    background-position: center;
  }

  .icatch0_202406 {
    background-image: url(/img/top/icatch0_sp_03.jpg);
    background-position: center;
  }

  .icatch0__textbox {
    bottom: 37%;
    left: 50%;
    transform: translate(-50%, 50%);
    white-space: nowrap;
  }
  .icatch0__textbox p:nth-child(1) {
    font-size: 20px;
  }
  .icatch0__textbox p:nth-child(2) {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* slick end */
header {
  width: 100%;
  z-index: 2;
}

header.top {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
}

header.fixed {
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  animation: slideInDown 0.3s forwards linear;
  padding: 30px 0;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px #bbb;
}

header.open {
  height: 100% !important;
  overflow: hidden !important;
  z-index: 9999;
}

@keyframes slideInDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

h1 {
  float: left;
  max-width: 80%;
}

.sp h1 {
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.85)) !important;
}

header .sub {
  display: none;
}

header.fixed .sub {
  display: inherit;
}

header.fixed .main {
  display: none;
}

.top_nav__nav_area li,
.header__nav_area li {
  float: left;
  line-height: 1;
}

.top_nav__tnav,
.header__tnav {
  float: right;
  font-weight: bold;
  color: #0075bb;
  margin-bottom: 24px;
}

.top_nav__tnav li,
.header__tnav li {
  margin-left: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
}

.header__tnav li.facebook {
  height: 23px;
  margin-top: -4px;
}

.header__tnav li.facebook img {
  height: 100%;
}

.header__tnav li.qa:before,
.top_nav__tnav li.qa:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/common/icon_qa.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}
.header__tnav li.catalog:before,
.top_nav__tnav li.catalog:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../img/common/icon_catalog.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}
.header__tnav li.sample:before,
.top_nav__tnav li.sample:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../img/common/icon_sample.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}
.header__tnav li.contact:before,
.top_nav__tnav li.contact:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(../img/common/icon_contact.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}

.header__gnav {
  float: right;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
}

.header__gnav li.current,
.header__gnav li:hover {
  color: #0075bc;
  position: relative;
}

.header__gnav li.current:after,
.header__gnav li:hover:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0075bc;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.header__gnav li {
  margin-left: 24px;
  font-size: 1.14em;
}

.header__copy {
  position: absolute;
  top: 43%;
  right: 39%;
  transform: translate(300%, -200%);
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
  z-index: 998;
}

.header__news {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 1;
}

.header__news th {
  background: #1b83c4;
  color: #fff;
  padding: 16px 30px;
}

.header__news th {
  background: #1b83c4;
  color: #fff;
  padding: 16px 40px 16px 25px;
}

.header__news th img {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -2px;
}

.header__news td {
  background: #fff;
  opacity: 0.9;
  padding: 16px 30px;
  font-weight: bold;
}

.header__news td span {
  margin-right: 24px;
}

a.header__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Roboto Slab";
  transform: rotate(90deg) translate(-60%, -50%);
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.06em;
  z-index: 1000;
}

a.header__scroll span {
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px 5px 0;
}

a.header__scroll span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

footer {
  margin-top: 90px;
}

.footer__logo {
  float: left;
}

footer .wrap {
  padding: 50px 80px 30px 0;
  border-top: 1px solid #c6c7c8;
  position: relative;
}

footer .footer__nav {
  float: right;
  font-weight: bold;
}

footer .footer__nav ul {
  float: left;
  margin-left: 40px;
}

footer .footer__nav ul li.footer_facebook {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer .footer__nav ul li.footer_facebook a:last-child {
  margin-left: 15px;
}

footer .footer__nav ul li.footer_facebook img {
  height: 27px;
}

a.pagetop {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Roboto Slab";
  transform: rotate(90deg) translate(100%, -100%);
  color: #0075bc;
  font-size: 1.4em;
}

a.pagetop span {
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid #0075bc;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5px 40px;
}

a.pagetop span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 5px solid #0075bc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.copyright {
  text-align: center;
  font-family: "Roboto Slab";
  margin-top: 100px;
}

/*-------- start 追加項目 --------*/

.rekomenndo {
  position: relative;
}

.rekomenndo::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid #0075bc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.rekomenndo_inner {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}

.rekomenndo_productTtl {
  margin-top: 160px;
}

.rekomenndo_sliderItem {
  padding: 0 3.7vw;
  position: relative;
}

.rekomenndo_sliderItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.rekomenndo_sliderItem.slick-current::before {
  display: none;
}

.rekomenndo_youtube {
  width: 60.6vw;
  padding-top: 56.25%;
  position: relative;
}

.rekomenndo_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.rekomenndo_sliderPrev,
.rekomenndo_sliderNext {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
}

.rekomenndo_sliderPrev {
  left: 12.3vw;
  transform: translate(-40%, -50%);
}

.rekomenndo_sliderNext {
  right: 12.3vw;
  transform: translate(40%, -50%);
}

/*-------- END 追加項目 --------*/

.top_about {
  background: #e5f1f8;
}

.top_about .wrap {
  background: url(../img/top/bg_top_about.png) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}

.top_about__read {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
}

.top_about .fl,
.rekomenndo .fl {
  width: 41.6%;
  margin-left: 2.5vw;
}

.top_about .fl img,
.rekomenndo .fl img {
  width: 100%;
}

.top_about .fr,
.rekomenndo .fr {
  width: 50%;
}

.top_about a.btn {
  margin: 0;
}

.top_lineup {
  padding-top: 100px;
}

.top_lineup h2,
.top_news h2 {
  float: left;
  text-align: left;
  padding-top: 10px;
  padding-left: 5vw;
  background: url(../img/common/icon_c_b.png) no-repeat left center;
  background-size: 92px;
  margin-left: -2.5vw;
}

.top_lineup h2 span,
.top_news h2 span {
  margin-top: 10px;
}

.top_lineup__read {
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 15px;
}

.top_lineup a.btn {
  font-size: 1.4em;
  color: #0076ba;
}

.top_lineup__wrap {
  width: calc(100% + 30px);
  margin: 10px 0 70px 0;
}

.top_lineup__box {
  width: 25%;
  float: left;
  padding-right: 30px;
}

.top_lineup__box img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 3px 3px #ccc;
}

.banner_wrap__banner {
  width: 48.6%;
  position: relative;
}

.banner_wrap__banner img {
  width: 100%;
}

.banner_wrap__banner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 0.15rem;
  text-shadow: 1px 4px 26px #231815;
}

.top_news {
  padding-top: 130px;
}

.top_news .fr {
  width: 73%;
}

.top_news .fr a.btn {
  margin: 0;
  margin-top: 10px;
  color: #0076ba;
}

.top_news th,
.top_news td {
  padding: 25px 0;
  border-bottom: 1px solid #c6c7c8;
}
.top_news th {
  font-family: "Roboto Slab";
}

.top_news td {
  padding-left: 30px;
}

/* ----------------------------------------------------------------

　　ページ

----------------------------------------------------------------- */

header.page {
  padding: 40px 0 45px 0;
}

.icatch_area {
  height: 360px;
  position: relative;
  margin-bottom: 74px;
}

.icatch_area h2 {
  font-size: 2em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #333;
  line-height: 1;
}

.icatch_area h2 span {
  font-size: 0.6em;
  margin-top: 15px;
}

.icatch_area.proposal {
  background: url(../img/about/icatch_proposal.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.stylist {
  background: url(../img/about/icatch_stylist.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.follow {
  background: url(../img/about/icatch_follow.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.uniform {
  background: url(../img/uniform/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.products {
  background: url(../img/products/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.news {
  background: url(../img/news/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.company {
  background: url(../img/company/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.access {
  background: url(../img/access/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.message {
  background: url(../img/recruit/icatch_message.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.intro {
  background: url(../img/recruit/icatch_intro.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.staff {
  background: url(../img/recruit/icatch_staff.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.requirements {
  background: url(../img/recruit/icatch_req.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.faq {
  background: url(../img/faq/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.contact {
  background: url(../img/contact/icatch.jpg) no-repeat center center;
  background-size: cover;
}

.icatch_area.privacy {
  background: url(../img/privacy/icatch.jpg) no-repeat center center;
  background-size: cover;
}

/* ----------------------------------------------------------------

　　news

----------------------------------------------------------------- */

.contents_wrap__side {
  padding-top: 40px;
  width: 200px;
}

.contents_wrap__side label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #0075bd;
}

.contents_wrap__side input {
  display: none;
}

.contents_wrap__side li {
  margin-bottom: 20px;
}

.contents_wrap__side ul {
  margin-bottom: 90px;
}

.contents_wrap__main {
  width: 760px;
  float: right;
  padding-top: 50px;
}

.contents_wrap__main h3 {
  font-size: 2em;
  color: #0475ba;
  line-height: 1;
  margin-bottom: 20px;
}

.contents_wrap__main h4 {
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.84px;
  color: #231815;
  margin-top: 10px;
  margin-bottom: 30px;
}

.maker_catalog {
  width: 760px;
  background-color: #e8f4fd;
  padding: 0 0 32px 0;
}

.maker_catalog__title {
  padding: 32px 32px 0 32px;
  color: #0075bc;
  font-weight: bold;
}
.maker_catalog__content {
  padding: 16px 32px 0 32px;
  color: #231815;
}

.maker_catalog__content {
}

.post_wrap {
  width: calc(100% + 30px);
  position: relative;
}

.post_wrap .circle {
  position: absolute;
  top: -95px;
  left: -50px;
  z-index: -1;
  display: block;
}

.post_wrap__post {
  width: 33.333%;
  float: left;
  padding-right: 30px;
  margin-bottom: 60px;
}

.post_wrap__post img {
  width: 100%;
}

.post_wrap__post a.btn {
  display: block;
  width: auto;
  font-size: 1em;
  /*text-align: left;*/
  padding: 12px 10px;
  letter-spacing: 0.05em;
  /*font-weight: bold;*/
}

.pagenav li {
  font-size: 1.4em;
  display: inline-block;
  padding-right: 20px;
  color: #0075bb;
}

.pagenav a {
  color: #d8d9d9;
}

.page_banner {
  padding: 120px 0 30px 0;
}

.contents_wrap__main.single .data {
  margin-bottom: 30px;
}

.contents_wrap__main.single span {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #231815;
}

.contents_wrap__main.single a {
  color: #231815;
}

.contents_wrap__main.single .title {
  font-size: 1.5em;
  color: #231815;
  margin-bottom: 30px;
  font-weight: bold;
}

.contents_wrap__main.single .sub_title {
  font-size: 1.28em;
  color: #231815;
  margin-bottom: 35px;
  font-weight: bold;
}

.contents_wrap__main.single p {
  line-height: 2;
}

.contents_wrap__main.single .cf,
.full_text,
.title_lead,
.full_image,
.text_image,
.image_text {
  margin-bottom: 60px;
  padding-right: 30px;
}

.link {
  margin-bottom: 60px;
}

.link.back {
  margin-bottom: 0;
}

.link a {
  font-size: 1em;
  color: #0076ba;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #0076ba;
  position: relative;
  display: table;
  width: max-content;
  padding: 12px 20px 10px 20px;
}

.link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #0076ba;
  position: absolute;
  right: 0;
  bottom: 0;
}

.link.back a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: none;
  border-left: 10px solid transparent;
  border-bottom: 5px solid #0076ba;
  position: absolute;
  right: auto;
  left: 0;
  bottom: 0;
}

.text_image,
.image_text {
  zoom: 1;
}

.text_image:before,
.image_text:before {
  content: "";
  display: table;
}

.text_image:after,
.image_text:after {
  clear: both;
  content: "";
  display: table;
}

.text_image img {
  display: block;
  width: 300px;
  float: right;
}

.image_text p {
  display: block;
  width: 430px;
  float: right;
}

.image_text img {
  display: block;
  width: 300px;
  float: left;
}

.text_image p {
  display: block;
  width: 430px;
  float: left;
}

.contents_wrap__main.single .inner {
  width: calc(100% + 30px);
}

.triple_image {
  float: left;
  width: 33.333%;
  padding-right: 30px;
  margin-bottom: 60px;
}

.double_image,
.double_text {
  float: left;
  width: 50%;
  padding-right: 30px;
  margin-bottom: 60px;
}

.double_image img,
.triple_image img {
  width: 100%;
}
.full_image img {
  width: auto;
  max-height: 500px;
}

.double_image p,
.triple_image p,
.full_image p {
  margin-top: 10px;
}

.full_image {
  width: 100%;
}

.movie {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.movie::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 53%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_title {
  font-size: 1.75em;
  font-weight: bold;
  padding-bottom: 50px;
}

/* ----------------------------------------------------------------

　　about

----------------------------------------------------------------- */

.page_inav {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #efefef;
}

.page_inav.about {
  transform: translate(0, 100px);
  padding: 40px 50px 15px 50px;
}

.page_inav.about li {
  min-width: 235px;
}

.page_inav.recruit {
  transform: translate(0, 130px);
  padding: 40px 135px 15px 50px;
}

.page_inav.recruit li {
  min-width: 115px;
}

.page_inav li a:hover {
  opacity: 1;
}

.page_inav li {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 1.14em;
}

.page_inav li:before,
.page_inav li:before {
  display: inline-block;
  background: #0075ba;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-240%, -50%);
  opacity: 0;
}

.page_inav li.current,
.page_inav li:hover {
  color: #0075ba;
  font-weight: bold;
  position: relative;
  font-size: 1.14em;
}

.page_inav li.current:before,
.page_inav li:hover:before {
  opacity: 1;
}

.contents_wrap .contents h3 {
  font-size: 2em;
  color: #0075ba;
  margin-bottom: 60px;
  position: relative;
  padding-left: 90px;
  transform: translateX(-20px);
}

.contents_wrap .contents h3:before {
  display: inline-block;
  background: #0075ba;
  content: "";
  width: 70px;
  height: 70px;
}

.contents_wrap .contents h3:before {
  display: inline-block;
  content: "";
  width: 70px;
  height: 70px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.contents_wrap .contents.con1 h3:before {
  background: url(../img/about/icon_con1.png) no-repeat center center;
  background-size: cover;
}

.contents_wrap .contents.con2 h3:before {
  background: url(../img/about/icon_con2.png) no-repeat center center;
  background-size: cover;
}

.contents_wrap .contents.con3 h3:before {
  background: url(../img/about/icon_con3.png) no-repeat center center;
  background-size: cover;
}

.contents_wrap .contents h4 {
  font-size: 1.5em;
  color: #231815;
  margin-bottom: 30px;
}

.contents_wrap .contents {
  margin-bottom: 90px;
}

.contents_wrap section:last-child.contents {
  margin-bottom: 20px;
}

.contents_wrap .contents .fr.img,
.contents_wrap .contents .fl.img {
  width: 345px;
  max-width: 30%;
}

.contents_wrap .contents .fr.text,
.contents_wrap .contents .fl.text {
  width: 700px;
  max-width: 65%;
  line-height: 2rem;
}

.contents_wrap .contents a.btn {
  margin: 0;
  margin-top: 40px;
  padding: 0 12px 8px 12px;
  font-size: 1em;
}

.top_lineup.page h2 {
  text-align: center;
  float: none;
  background: url(../img/common/icon_c_b.png) no-repeat center center;
  background-size: contain;
  margin-left: 0;
  padding-left: 0;
}

/* ----------------------------------------------------------------

　　uniform

----------------------------------------------------------------- */

.contents_wrap.tx_c {
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
}

.contents_wrap.tx_c h3 {
  font-size: 1.5em;
  color: #0075ba;
  margin-bottom: 30px;
}

.contents_wrap.uniform p {
  font-size: 1.14em;
  line-height: 2;
}

/* ----------------------------------------------------------------

　　company

----------------------------------------------------------------- */

.contents_wrap th,
.contents_wrap td {
  padding: 20px 18px;
  border-bottom: 1px solid #c6c7c8;
}

.contents_wrap table a,
.contents_wrap p a {
  text-decoration: underline;
  color: #0075bd;
}

.action_ttl {
  vertical-align: top;
}

td.action {
  display: flex;
}

td.action figcaption {
  text-align: center;
}

.mind {
  display: flex;
  margin-top: 90px;
  margin-bottom: 60px;
}

.mind .mind_logo {
  width: 30%;
  padding-right: 5%;
  padding-left: 5%;
}

.mind .mind_logo img {
  width: 210px;
}

.mind .mind_txt {
  width: 70%;
  padding-top: 2vh;
}

.mind .mind_txt span {
  font-size: 18px;
  letter-spacing: 0.15rem;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

.mind .mind_txt p {
  line-height: 1.8rem;
  text-align: justify;
}

/* ----------------------------------------------------------------

　　access

----------------------------------------------------------------- */

.contents_wrap.access {
  text-align: center;
  margin: 0 auto;
}

.contents_wrap.access h3 {
  font-size: 1.5em;
  color: #0075ba;
  margin-bottom: 90px;
}

.map_wrap {
  width: calc(100% + 60px);
}

.map_wrap__map {
  width: 50%;
  float: left;
  padding-right: 60px;
  text-align: left;
}

.map_wrap__map h4 {
  font-size: 1.4em;
  color: #0075ba;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
}

.map_wrap__map h4:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_c_blue.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.map_wrap__map_area {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 30px;
}

.map_wrap__map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.gm {
  color: #0075b6;
  margin-top: 30px;
  display: block;
}

a.gm:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #0075b6;
  margin-right: 3px;
}

/* ----------------------------------------------------------------

　　recruit

----------------------------------------------------------------- */

.recruit_link_wrap {
  width: calc(100% + 30px);
  margin-top: 120px;
}

.recruit_link {
  width: 33.333%;
  float: left;
  padding-right: 30px;
}

.recruit_link a.btn {
  font-size: 1.4em;
  padding: 0 70px 10px 70px;
  margin-top: 30px;
}

.message h3 {
  font-size: 2em;
  color: #0075b7;
  margin-bottom: 60px;
}

.message h3 span {
  font-size: 0.5em;
  display: block;
  font-family: "Roboto Slab";
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.message .fl {
  width: 700px;
  max-width: 60%;
  font-size: 1.14em;
}

.message .fr {
  width: 345px;
  max-width: 30%;
}

.message .name {
  margin-top: 50px;
}

.contents_wrap.req {
  padding-top: 46px;
}

.contents_wrap.req h3 {
  font-size: 1.7em;
  color: #0075b7;
  margin-bottom: 40px;
}

.contents_wrap.req table {
  margin-bottom: 90px;
  border-top: 1px solid #c6c7c8;
}

.contents_wrap.staff {
  padding-top: 100px;
}

.contents_wrap.staff section {
  position: relative;
  margin-bottom: 150px;
}

.contents_wrap.staff section:last-child {
  margin-bottom: 100px;
}

.contents_wrap.staff section:nth-child(odd):before {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 3em;
  color: #0075b7;
  content: "";
  display: inline-block;
  background: url(../img/common/icon_c_blue_b.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60px, -90px);
  padding: 32px;
  box-sizing: border-box;
}

.contents_wrap.staff section:nth-child(even):before {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 3em;
  color: #0075b7;
  content: "";
  display: inline-block;
  background: url(../img/common/icon_c_blue_b.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40px, -90px);
  padding: 32px;
  box-sizing: border-box;
}

.contents_wrap.staff section.st01:before {
  content: "01";
}

.contents_wrap.staff section.st02:before {
  content: "02";
}

.contents_wrap.staff section h4 {
  font-size: 1.14em;
  margin-bottom: 15px;
}

.contents_wrap.staff section p {
  margin-bottom: 35px;
}

.contents_wrap.staff section .img {
  width: 270px;
  max-width: 30%;
}

.contents_wrap.staff section .name {
  margin-top: 15px;
  color: #0076be;
  font-size: 1.14em;
  font-weight: bold;
}

.contents_wrap.staff section .text {
  width: 750px;
  max-width: 65%;
}

/* ----------------------------------------------------------------

　　privacy

----------------------------------------------------------------- */

.privacy .read {
  border-bottom: 1px solid #d9dada;
  padding: 0 60px;
  padding-bottom: 50px;
}

.privacy h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
}

.privacy h4 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.privacy section {
  margin-bottom: 60px;
}

/* ----------------------------------------------------------------

　　contact

----------------------------------------------------------------- */

.contents_wrap.contact h3 {
  font-size: 1.7em;
  color: #0075b7;
  margin-bottom: 40px;
}

.tel_area {
  margin-bottom: 60px;
}

.form_area .form {
  background: #f2f8fc;
  padding: 60px;
}

.form_area .form.confirm table {
  font-size: 1.14em;
}

.form_area .form.confirm table th,
.form_area .form.confirm table td {
  padding: 15px 5px;
}

.form_area .form.confirm .red {
  display: none;
}

.form_area .form.error,
.form_area .form.thanks {
  background: #f4f4fa;
}

.form_area .form.error p {
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 8px;
}

.form_area .form.error .submit,
.form_area .form.thanks a {
  margin-top: 40px;
  text-decoration: none;
}

.form_area .form.thanks .bold {
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 30px;
}

.form_nav {
  width: 300px;
  margin: 50px auto 30px auto;
}

p.tel {
  background: #f2f8fc;
  padding: 25px 35px;
  display: inline-block;
  margin-top: 12px;
}

p.tel span {
  font-family: "Roboto Slab";
  font-weight: bold;
  font-size: 2.57em;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.contents_wrap.contact .read {
  margin-bottom: 60px;
}

span.red {
  color: #e30012;
}

.contents_wrap.contact th {
  white-space: nowrap;
}

.contents_wrap.contact th,
.contents_wrap.contact td {
  border: none;
}

.contents_wrap.contact td.address .fl {
  margin-right: 10px;
  padding-top: 10px;
}

.rekomenndo .fr a.btn {
  font-size: 1.4em;
  color: #0076ba;
}

.rekomenndo_t_f {
  float: left;
}
