@charset "UTF-8";

/* CSS Document */
.sec_nav {
  background: #F4F4F4;
  padding: 32px 0;
}

.sec_nav .inner {
  width: 604px;
}

.sec_nav li {
  border-right: solid 1px #999999;
  width: 50%;
  display: block;
  box-sizing: border-box
}

.sec_nav li a {
  display: block;
  height: 64px;
  color: #333333;
  font-size: 24px;
  box-sizing: border-box;
  padding-top: 17px;
}

.sec_nav li:last-child {
  border-right: none;
}

.sec_nav .nav_mail a,
.sec_nav .nav_access a {
  font-size: 24px;
}

.sec_nav .nav_mail {
  text-align: left;
}

.sec_nav a .ico {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
}

.sec_nav .nav_mail .ico {
  width: 32px;
  height: 26px;
  position: relative;
  top: -2px;
}

.sec_nav a .circle {
  width: 20px;
  height: 20px;
  background: #D81159;
  display: inline-block;
  margin-left: 40px;
  border-radius: 11px;
  vertical-align: baseline;
  line-height: 0;
  text-align: center;
  padding-top: 7px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
}

.sec_nav a .circle img {
  width: 10px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
}

.sec_nav a .circle img.sp {
  display: none;
}

.sec_nav .nav_access {
  text-align: center;
}

.sec_nav .nav_access .ico {
  width: 26px;
}
@media screen and (max-width: 768px) {
  .sec_nav {
    background: #F4F4F4;
    padding: 0;
    position: relative;
    top: -62px;
    margin-bottom: -62px;
  }

  .sec_nav .inner {
    width: 100%;
  }

  .sec_nav li {
    border-right: solid 1px #fff;
    width: 50%;
    height: 62px;
    box-sizing: border-box;
  }

  .sec_nav li a {
    display: block;
    height: 62px;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding-top: 20px;
  }

  .sec_nav .nav_mail a,
  .sec_nav .nav_access a {
    font-size: 16px;
    background: #D81159;
    text-align: center;
  }

  .sec_nav .nav_mail {
    text-align: left;
  }

  .sec_nav a .ico {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .sec_nav .nav_mail .ico {
    width: 22px;
    height: auto;
    position: relative;
    top: -2px;
  }

  .sec_nav a .circle {
    background: #fff;
    margin-left: 10px;
  }

  .sec_nav a .circle img {
    width: 10px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
  }

  .sec_nav a .circle img.sp {
    display: inline-block;
  }

  .sec_nav a .circle img.pc {
    display: none;
  }

  .sec_nav .nav_access {
    text-align: center;
  }

  .sec_nav .nav_access .ico {
    width: 17px;
  }
}

.sec_service {
  background: #F4F4F4;
  padding: 42px 0 58px;
}
.sec_service .inner {
  box-sizing: border-box;
}
.sec_service .head {
  font-size: 34px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
.sec_service .head_option {
  font-size: 18px;
  line-height: 1.72;
  width: 782px;
  margin: 0 auto 55px;
}
.sec_service .services {
  width: 820px;
  margin: 0 auto;
}
.sec_service .services .service {
  width: 380px;
  text-align: center;
  margin-bottom: 60px;
}
.sec_service .services .service .ico {
  margin: 0 auto;
  height: 120px;
}
.sec_service .services .service:nth-child(1) .ico {
  width: 64px;
  height: 94px;
}
.sec_service .services .service:nth-child(2) .ico {
  width: 54px;
  height: 132px;
}
.sec_service .services .service:nth-child(3) .ico {
  width: 71px;
}
.sec_service .services .service:nth-child(4) .ico {
  width: 81px;
}
.sec_service .services .service:nth-child(5) .ico {
  width: 81px;
}
.sec_service .services .service:nth-child(6) .ico {
  width: 63px;
}
.sec_service .service .name {
  color: #006BA6;
  font-size: 24px;
  line-height: 1.3;
}
.sec_service .service .name_sub {
  color: #006BA6;
  font-size: 18px;
  line-height: 1.5;
}
.sec_service .service .name + .name_sub {
  margin: 13px 0;
}
.sec_service .service .name + .targets {
  margin-top: 42px;
}
.sec_service .services .service:nth-child(6) .targets {
  margin-top: 20px;
}
.sec_service .targets {
  color: #fff;
  margin-bottom: 36px;
}
.sec_service .targets span {
  display: inline-block;
  width: 120px;
  height: 26px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  margin: 0 5px;
}
.sec_service .targets .target1 {
  background: #006BA6;
}
.sec_service .targets .target2 {
  background: #E39403;
}
.sec_service .msg {
  text-align: left;
  background: #FFD27C;
  height: 136px;
  box-sizing: border-box;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  height: 86px;
}
.sec_service .services .service:nth-child(odd) .msg {
  background: #CEE9FD;
}
.sec_service .services .service:nth-child(3) .msg,
.sec_service .services .service:nth-child(4) .msg {
  height: 254px;
}

.sec_service .msg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFD27C;
}

.sec_service .services .service:nth-child(odd) .msg:before {
  border-bottom: 15px solid #CEE9FD;
}
@media screen and (max-width: 768px) {
  .sec_service {
    padding: 45px 0 50px;
  }
  .sec_service .inner {
    padding: 0;
  }
  .sec_service .head {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .sec_service .head_option {
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 70px;
    padding: 0 5%;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_service .services {
    width: 240px;
    margin: 0 auto;
  }
  .sec_service .msg {
    height: auto;
  }
  .sec_service .services .service:nth-child(n+4) .msg {
    height: auto;
  }
  .sec_service .services .service {
    text-align: center;
    margin-bottom: 68px;
    width: auto;
  }
  .sec_service .targets span {
    width: 80px;
    font-size: 12px;
  }
  .sec_service .services .service:nth-child(3) .msg,
  .sec_service .services .service:nth-child(4) .msg {
    height: auto;
  }
}

.sec_about {
  padding: 55px 0 80px;
}
.sec_about .inner {
  padding: 0 90px;
  box-sizing: border-box;
}
.sec_about .head {
  letter-spacing: 0.2em;
  color: #006BA6;
  text-align: center;
  font-size: 48px;
  margin-bottom: 70px;
}
.sec_about .sub_head {
  font-size: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.sec_about .prof_cont .img {
  width: 256px;
}
.sec_about .prof_cont .info {
  width: 503px;
  padding-top: 12px;
}
.sec_about .prof_cont .name {
  font-size: 32px;
  color: #006BA6;
  margin-bottom: 15px;
}
.sec_about .prof_cont .ico {
  display: inline-block;
  width: 110px;
  height: 26px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  margin-right: 18px;
  color: #fff;
  background: #006BA6;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.sec_about .prof_cont .name p {
  display: inline-block;
}
.sec_about .main_position {
  font-size: 20px;
  line-height: 1.3;
}
.sec_about .positions {
  font-size: 14px;
  line-height: 1.3;
}
.sec_about li {
  margin-top: 10px;
  display: block;
}
.sec_about .profiles {
  width: 720px;
  background: #CEE9FD;
  margin: 80px auto 0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 43px 0 27px;
}
.sec_about .profiles .profile_name {
  background: #fff;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #006BA6;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 24px;
  font-weight: bold;
}

.sec_about .profile:nth-child(2) .profile_name {
  width: 386px;
}
.sec_about .profiles .profile_cont {
  text-align: center;
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 1.75;
}
.sec_about .profiles dt {
  width: 126px;
  float: left;
  margin-bottom: 10px;
}
.sec_about .profiles dd {
  margin-left: 136px;
  margin-bottom: 10px;
}
.sec_about .profile_single {
  margin-bottom: 42px;
  text-align: center;
  font-size: 14px;
}
.sec_about .profile .short {
  width: 343px;
}
.sec_about .short dt {
  width: 74px;
  float: left;
}
.sec_about .short dd {
  margin-left: 98px;
}

@media screen and (max-width: 768px) {
  .sec_about {
    padding: 44px 0 0;
  }
  .sec_about .inner {
    padding: 0;
  }
  .sec_about .head {
    letter-spacing: 0.2em;
    font-size: 32px;
  }
  .sec_about .head_option {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 43px;
  }
  .sec_about .sub_head {
    margin-bottom: 40px;
    line-height: 1.75;
  }
  .sec_about .prof_cont .img {
    width: 180px;
    margin: 0 auto 35px;
  }
  .sec_about .prof_cont .info {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .sec_about .prof_cont .name {
    font-size: 32px;
    color: #006BA6;
    margin-bottom: 15px;
  }
  .sec_about .prof_cont .name .times {
    display: block;
    padding-top: 5px;
  }
  .sec_about .prof_cont .ico {
    margin-right: 10px;
  }
  .sec_about .name_en {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .sec_about .main_position {
    font-size: 14px;
    width: 270px;
    margin: 0 auto;
    text-align: left;
  }
  .sec_about .positions {
    width: 270px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
  }
  .sec_about li {
    margin-top: 10px;
  }
  .sec_about .profiles {
    width: 100%;
    background: #CEE9FD;
    margin: 80px auto 0;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 43px 0 27px;
  }
  .sec_about .profiles .profile_name {
    width: 160px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .sec_about .profile:nth-child(2) .profile_name {
    width: 300px;
    padding: 0;
  }
  .sec_about .profiles .profile_cont {
    padding: 0 10px;
  }
  .sec_about .profile_single {
    margin-bottom: 40px;
    font-size: 13px;
  }
}


.sec_info {
  background: #F4F4F4;
  padding: 115px 0 65px;
}
.sec_info .head {
  letter-spacing: 0.2em;
  color: #006BA6;
  text-align: center;
  font-size: 48px;
  margin-bottom: 70px;
}
.sec_info .sub_head {
  font-size: 32px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: normal;
}
.sec_info .sub_head p {
  font-size: 16px;
  padding-top: 15px;
}
.sec_info .addr {
  font-size: 18px;
  line-height: 1.72;
  text-align: center;
  margin-bottom: 36px;
}
.sec_info .contacts {
  width: 834px;
  margin: 0 auto;
}
.sec_info .contacts .contact_num {
  font-size: 18px;
  width: 33%;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
}
.sec_info .contacts .contact_num:after {
  content: " ";
  display: block;
  background: #333;
  width: 1px;
  height: 60px;
  transform: rotate(20deg);
  position: absolute;
  top: 0;
  right: 0;
}
.sec_info .contacts .contact_num:last-child:after {
  display: none;
}
.sec_info span {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_info {
    padding: 56px 0 0;
  }
  .sec_info .head {
    font-size: 32px;
  }
  .sec_info .head_option {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .sec_info .sub_head {
    font-size: 24px;
    line-height: 1.5;
  }
  .sec_info .addr {
    width: 250px;
    margin: 0 auto 36px;
  }
  .sec_info .contacts {
    width: 100%;
    margin: 0 auto;
  }
  .sec_info .contacts .contact_num.sp {
    height: auto;
    margin-bottom: 10px;
  }
  .sec_info .contacts .contact_num.sp a {
    display: block;
    height: 62px;
    color: #fff;
    box-sizing: border-box;
    font-size: 32px;
    text-align: center;
    width: 295px;
    color: #006BA6;
    border: solid 2px #006BA6;
    margin: 0 auto;
    padding-top: 15px;
    background: #fff;
    border-radius: 3px;
  }
  .sec_info .contacts .contact_num.sp .ico {
    width: 29px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .sec_info .contacts .contact_num {
    font-size: 16px;
    width: 100%;
    height: 32px;
    line-height: 32px;
  }
  .sec_info .contacts .contact_num:after {
    display: none;
  }
}
.sec_access {
  background: #F4F4F4;
  padding: 65px 0 0;
}
.sec_access .head {
  letter-spacing: 0.2em;
  color: #006BA6;
  text-align: center;
  font-size: 48px;
  margin-bottom: 40px;
}
.sec_access #map,
.sec_access iframe {
  width: 100%;
  height: 460px;
}
@media screen and (max-width: 768px) {
  .sec_access .head {
    font-size: 32px;
  }
  .sec_access .head_option {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 26px;
  }
  .sec_access #map,
  .sec_access iframe {
    height: 320px;
  }
}
.sec_contact {
  padding: 70px 0 80px;
}
.sec_contact .head {
  letter-spacing: 0.2em;
  color: #006BA6;
  text-align: center;
  margin-bottom: 35px;
  font-size: 48px;
}
.sec_contact .caution {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}
.sec_contact #mail_form {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 1;
}
.sec_contact dt {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

form#mail_form dl dt {
  width: 100%;
  clear: both;
  float: none;
  border-top: none;
  padding: 0;
  text-align: left;
  overflow: inherit;
  margin-bottom: 5px;
}
form#mail_form dl dt.req:after {
  content: "*";
  display: inline-block;
  color: #D81159;
}

form#mail_form dl dt span.red{
  color: #D81159;
  display: inline-block;
}
form#mail_form dl dd {
  width: 100%;
  float: none;
  border-top: none;
  padding: 0;
  margin-bottom: 30px;
}
.sec_contact input[type="text"],
.sec_contact input[type="tel"],
.sec_contact input[type="email"] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #707070;
  margin: 5px 0 0;
  box-sizing: border-box;
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  max-width: inherit;
  padding: 0 5px;
  border: solid 1px #707070;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  margin: 5px 0 0;
}
form#mail_form input#mail_address, form#mail_form input#mail_address_confirm {
  width: 100%;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
  width: 100%;
}
form#mail_form input#postal {
  width: 50%;
}
form#mail_form input#address {
  width: 100%;
}
form#mail_form textarea {
  display: block;
  width: 100%;
  max-width: inherit;
  height: 200px;
  padding: 0 5px;
  border: solid 1px #707070;
  border-radius: 4px;
  background: #fff;
  margin-top: 5px;
  font-size: 18px;
}
.sec_contact textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #707070;
  font-size: 18px;
}
form#mail_form input#form_submit_button {
  margin: 48px auto 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 240px;
  height: 60px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
  background: #d81159 url(assets/images/ico_arw_r_w.png) 223px 25px no-repeat;
  background-size: 8px 12px;
  margin: 48px auto 0;
  display: block;
}
.sec_contact #submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 240px;
  height: 60px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
  background: #d81159 url(assets/images/ico_arw_r_w.png) 223px 25px no-repeat;
  background-size: 8px 12px;
  margin: 48px auto 0;
  display: block;
}
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  display: none;
}
form#mail_form p#form_submit {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: none;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
  (min-resolution: 2dppx){
    form#mail_form input#form_submit_button {
      background: #d81159 url(assets/images/ico_arw_r_w@2x.png) 223px 25px no-repeat;
      background-size: 8px 12px;
    }
}
@media screen and (max-width: 768px) {
  form#mail_form dl dt {
    font-weight: normal;
  }
  form#mail_form input#postal {
    width: 100%;
  }
  .sec_contact {
    padding: 44px 0 80px;
  }
  .sec_contact .head {
    font-size: 32px;
  }
  .sec_contact .head_option {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .sec_contact .caution {
    margin-bottom: 48px;
  }
  .sec_contact #mail_form {
    width: 86%;
  }
  .sec_contact label {
    font-size: 16px;
  }
  .sec_contact input[type="text"],
  .sec_contact input[type="tel"],
  .sec_contact input[type="email"] {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin: 5px 0 25px;
  }
  .sec_contact textarea {
    height: 150px;
  }
  .sec_contact #zip {
    width: 100%;
  }

  .sec_contact #submit {
    font-size: 16px;
    line-height: 44px;
    width: 240px;
    height: 44px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
    background: #d81159 url(assets/images/ico_arw_r_w.png) 223px 17px no-repeat;
    background-size: 5px 10px;
  }
  @media screen and (-webkit-min-device-pixel-ratio:2),
    (min-resolution: 2dppx){
      .sec_contact #submit {
        background: #d81159 url(assets/images/ico_arw_r_w@2x.png) 223px 17px no-repeat;
        background-size: 5px 10px;
      }
  }
}
