@charset "UTF-8";
/*
FOT-TsukuARdGothic Std R
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;

FOT-TsukuARdGothic Std B
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
*/
/*------------------------------------------------------------
全体
------------------------------------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h2.headline {
  font-size: 30px;
  color: #1f2e55;
  padding: 50px 0 0 0;
  margin-bottom: 30px;
  position: relative;
}
h2.headline:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  body {
    min-width: inherit;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  h2.headline {
    font-size: 28px;
  }
}
/*pc（768px以上）*/
@media screen and (min-width: 768px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*タブレット（768px〜1280px）*/
@media screen and (min-width:768px) and (max-width:1280px) {}
/*------------------------------------------------------------
header
------------------------------------------------------------*/
header {
  width: 1200px;
}
header #headerInner #headerR .infoBox .tel {
  font-size: 35px;
  color: #1f2e55;
  font-weight: 700;
  margin: 0 0 5px 0;
}
header #headerInner #headerR {
  align-items: unset;
}
header #headerInner #headerR #inquiryBtn a {
  font-size: 16px;
  background: #1f2e55;
  padding: 15px 22px 15px 52px;
  font-weight: 700;
  border-radius: 5px;
}
header #headerInner #headerR #inquiryBtn a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url("../img/header_icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -7px;
  background-repeat: no-repeat;
}
header #headerInner #headerR .infoBox {
  margin: 0 25px 0 0;
}
header #headerInner #headerR .infoBox .tel:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("../img/header_icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -7px;
  top: 13px;
  background-repeat: no-repeat;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  header {
    width: 100%;
    padding: 0 3%;
  }
  header #headerInner #headerL #siteLogo img {
    width: 510px;
  }
  header #headerInner #headerR .infoBox .tel {
    font-size: 30px;
  }
  header #headerInner #headerR .infoBox .tel + p {
    text-align: right;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  header #headerInner #headerR .infoBox .tel {
    font-size: 26px;
  }
  header #headerInner #headerL #siteLogo img {
    width: 400px;
  }
  header #topDescription {
    font-size: 11px;
  }
  header #headerInner #headerR .infoBox {
    margin: 0 15px 0 0;
  }
  header #headerInner #headerR #inquiryBtn a {
    font-size: 14px;
    padding: 15px 12px 15px 44px;
  }
  header #headerInner #headerR .infoBox .tel + p {
    font-size: 13px;
  }
}
/*840px以下*/
@media screen and (max-width: 840px) {
  header #headerInner #headerL #siteLogo img {
    width: 280px;
    height: auto !important;
  }
  header #headerInner #headerR .infoBox .tel {
    font-size: 22px;
  }
  header #headerInner #headerR .infoBox .tel:before {
    width: 20px;
    height: 20px;
    left: 3px;
  }
}
/*3500px以下*/
@media screen and (max-width: 350px) {
  header #headerInner #headerL #siteLogo img {
    width: 200px;
  }
}
/*------------------------------------------------------------
pageMenuBlock
------------------------------------------------------------*/
/*pc（768px以上）*/
@media screen and (min-width: 768px) {
  nav#pageMenu ul {
    width: 1200px;
  }
  nav#pageMenu ul li:first-child {
    border-left: none;
  }
  nav#pageMenu ul li {
    border-right: none;
    font-size: 16px;
    letter-spacing: .05em;
  }
  nav#pageMenu ul li a {
    padding: 50px 0 14px 0;
    position: relative;
    font-weight: 700;
  }
  nav#pageMenu ul li a:before {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 0;
    background-repeat: no-repeat;
  }
  nav#pageMenu ul li:nth-child(1) a:before {
    width: 36px;
    height: 34px;
    background-image: url("../img/icon_gnav1.png");
    margin-left: -18px;
  }
  nav#pageMenu ul li:nth-child(2) a:before {
    width: 28px;
    height: 35px;
    background-image: url("../img/icon_gnav2.png");
    margin-left: -14px;
  }
  nav#pageMenu ul li:nth-child(3) a:before {
    width: 34px;
    height: 36px;
    background-image: url("../img/icon_gnav3.png");
    margin-left: -17px;
  }
  nav#pageMenu ul li:nth-child(4) a:before {
    width: 43px;
    height: 37px;
    background-image: url("../img/icon_gnav4.png");
    margin-left: -21.5px;
  }
  nav#pageMenu ul li:nth-child(5) a:before {
    width: 33px;
    height: 37px;
    background-image: url("../img/icon_gnav5.png");
    margin-left: -16.5px;
  }
  nav#pageMenu ul li a:hover {
    opacity: 1;
    color: #1f2e55;
  }
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  nav#pageMenu ul {
    width: 100%;
    padding: 0 3%;
  }
}
/*------------------------------------------------------------
custom-mv
------------------------------------------------------------*/
#custom-mv {
  background: url("../img/mv.jpg") no-repeat center top;
  height: 650px;
  background-size: cover;
}
#custom-mv div {
  max-width: 1100px;
  margin: 0 auto;
  padding: 73px 0 0 0;
  text-align: left;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  #custom-mv div {
    padding: 73px 3% 0 3%;
  }
  #custom-mv img {
    width: 600px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #custom-mv {
    height: 350px;
  }
  #custom-mv div {
    padding: 50px 3% 0 3%;
  }
  #custom-mv img {
    width: 100%;
  }
}
/*------------------------------------------------------------
intro
------------------------------------------------------------*/
#intro {
  padding: 45px 0 60px 0;
  background-color: #f4f4f6;
}
#intro h2 {
  font-size: 30px;
  color: #1f2e55;
  margin-bottom: 20px;
}
#intro p {
  font-size: 16px;
  line-height: 2;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #intro {
    padding: 45px 3% 60px 3%;
  }
  #intro h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #intro p {
    font-size: 14px;
  }
}
/*------------------------------------------------------------
feature
------------------------------------------------------------*/
#feature {
  padding: 70px 0;
  max-width: 1020px;
  margin: 0 auto;
}
#feature .headline:before {
  width: 36px;
  height: 34px;
  background-image: url(../img/icon_feature.png);
  margin-left: -18px;
}
#feature ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
#feature li {
  width: 310px;
  position: relative;
  padding-top: 195px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
#feature li:before {
  content: '';
  display: inline-block;
  width: 310px;
  height: 310px;
  background-color: #f7f7f7;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -155px;
  top: 0;
  background-repeat: no-repeat;
  border-radius: 155px;
  z-index: -1;
}
#feature li span {
  font-size: 16px;
}
#feature li:after {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: -6px;
  background-repeat: no-repeat;
}
#feature li:nth-child(1):after {
  width: 225px;
  height: 191px;
  background-image: url("../img/img01.png");
  margin-left: -112.5px;
}
#feature li:nth-child(2):after {
  width: 241px;
  height: 137px;
  background-image: url("../img/img02.png");
  margin-left: -120.5px;
  top: 40px;
}
#feature li:nth-child(3):after {
  width: 150px;
  height: 171px;
  background-image: url("../img/img03.png");
  margin-left: -75px;
  top: 10px;
}
#feature li:nth-child(4):after {
  width: 231px;
  height: 180px;
  background-image: url("../img/img04.png");
  margin-left: -115.5px;
}
#feature li:nth-child(5):after {
  width: 202px;
  height: 188px;
  background-image: url("../img/img05.png");
  margin-left: -101px;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  #feature {
    padding: 70px 3%;
    max-width: inherit;
    width: 100%;
  }
  #feature li {
    width: 30%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #feature li {
    width: 25%;
    font-size: 16px;
    margin-bottom: 40px;
    padding-top: 118px;
  }
  #feature li:before {
    width: 200px;
    height: 200px;
    margin-left: -100px;
  }
  #feature li:nth-child(1):after {
    width: 150px;
    height: 127px;
    margin-left: -75px;
    top: -22px;
  }
  #feature li:nth-child(2):after {
    width: 180px;
    height: 103px;
    top: 10px;
    margin-left: -90px;
  }
  #feature li:nth-child(3):after {
    width: 92px;
    height: 105px;
    top: 0;
    margin-left: -46px;
  }
  #feature li:nth-child(4):after {
    width: 150px;
    height: 117px;
    margin-left: -75px;
  }
  #feature li:nth-child(5):after {
    width: 116px;
    height: 108px;
    margin-left: -58px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #feature {
    padding: 70px 3% 0px 3%;
  }
  #feature li {
    margin-bottom: 0;
    width: 50%;
    min-height: 180px;
  }
}
/*------------------------------------------------------------
plan
------------------------------------------------------------*/
#plan {
  padding: 70px 0 100px 0;
}
#plan .headline {
  margin-bottom: 0;
}
#plan .headline:before {
  width: 28px;
  height: 35px;
  background-image: url(../img/icon_plan.png);
  margin-left: -14px;
}
#plan .headline + p {
  font-size: 16px;
  margin-bottom: 30px;
}
#plan table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#plan table th, #plan table td {
  text-align: left;
  padding: 18px 30px;
  font-size: 18px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#plan table th {
  background-color: #f4f4f6;
}
#plan p span {
  font-size: 14px;
  text-align: left;
  display: block;
  max-width: 900px;
  margin: 10px auto 0 auto;
  color: #666;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #plan {
    padding: 70px 3% 100px 3%;
  }
  #plan table th, #plan table td {
    font-size: 13px;
    padding: 10px 17px;
  }
}
/*------------------------------------------------------------
profile
------------------------------------------------------------*/
#profile {
  padding: 60px 0;
  background-color: #f4f4f6;
}
#profile .headline {
  margin-bottom: 15px;
}
#profile .headline:before {
  width: 34px;
  height: 36px;
  background-image: url(../img/icon_profile.png);
  margin-left: -17px;
}
#profile img {
  margin-bottom: 25px;
}
#profile dl {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}
#profile dt {
  color: #1f2e55;
  font-size: 20px;
  font-weight: 700;
}
#profile dd {
  font-size: 16px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #profile {
    padding: 60px 3%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #profile dt {
    font-size: 16px;
  }
  #profile dd {
    font-size: 13px;
  }
}
/*------------------------------------------------------------
partner
------------------------------------------------------------*/
#partner {
  padding: 70px 0;
}
#partner .headline {
  margin-bottom: 20px;
}
#partner .headline:before {
  width: 43px;
  height: 37px;
  background-image: url(../img/icon_partner.png);
  margin-left: -21.5px;
}
#partner ul {
  background-color: #f7f7f7;
  max-width: 900px;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
}
#partner dt, #partner dd {
  text-align: left;
}
#partner dt {
  font-size: 20px;
  color: #1f2e55;
  font-weight: 700;
}
#partner li:nth-child(1) {
  margin-bottom: 25px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #partner {
    padding: 70px 3%;
  }
  #partner ul {
    padding: 25px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #partner dt {
    font-size: 16px;
  }
}
/*------------------------------------------------------------
area
------------------------------------------------------------*/
#area .headline {
  margin-bottom: 15px;
}
#area .headline:before {
  width: 33px;
  height: 37px;
  background-image: url(../img/icon_area.png);
  margin-left: -16.5px;
}
#area p {
  font-size: 16px;
  line-height: 2;
}
#area-img {
  height: 250px;
  background: url("../img/img07.jpg") no-repeat center top;
  background-size: cover;
  margin-top: 60px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #area-inner {
    padding: 0 3%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #area p {
    font-size: 13px;
  }
  #area-img {
    height: 150px;
  }
}
/*------------------------------------------------------------
inquiry-box
------------------------------------------------------------*/
#inquiry-box {
  padding: 50px 0 50px 0;
  background-color: #f4f4f6;
}
#inquiry-box .headline {
  padding: 0;
  margin-bottom: 5px;
}
#inquiry-box .headline + p {
  margin-bottom: 30px;
}
#inquiry-box ul {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
}
#inquiry-box li {
  width: 430px;
}
#inquiry-box li#inquiry-box-tel span {
  color: #1f2e55;
  font-size: 32px;
  border: 2px solid #1f2e55;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  padding: 8px 8px 8px 55px;
  font-weight: 700;
  position: relative;
}
#inquiry-box li#inquiry-box-tel span:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url("../img/inquiry_icon_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 80px;
  top: 18px;
  background-repeat: no-repeat;
}
#inquiry-box-mail a {
  background-color: #1f2e55;
  color: #fff;
  display: block;
  width: 430px;
  font-size: 26px;
  border-radius: 10px;
  padding: 16px 16px 16px 76px;
  position: relative;
  font-weight: 700;
}
#inquiry-box-mail a:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 21px;
  background-image: url("../img/inquiry_icon_mail.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 115px;
  top: 50%;
  margin-top: -10.5px;
  background-repeat: no-repeat;
}
#inquiry-box p span {
  display: block;
  max-width: 900px;
  margin: 14px auto 0 auto;
  text-align: left;
  font-size: 14px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #inquiry-box ul {
    display: block;
    padding: 0 3%;
  }
  #inquiry-box li {
    margin: 0 auto;
  }
  #inquiry-box li#inquiry-box-tel {
    margin-bottom: 20px;
  }
  #inquiry-box p span {
    text-align: center;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inquiry-box {
    padding: 50px 3%;
  }
  #inquiry-box li#inquiry-box-tel span {
    padding: 0;
	  font-size: 26px;
  }
  #inquiry-box li#inquiry-box-tel span.tel_link a {
    display: block;
    padding: 8px 15px 8px 55px;
  }
}
/*------------------------------------------------------------
newsBlock
------------------------------------------------------------*/
.newsBlock {
  margin: 75px auto 0 !important;
}
.newsBlock h2.headline:before {
  width: 29px;
  height: 21px;
  background-image: url("../img/icon_news.png");
  margin-left: -14.5px;
}
.newsBlock h2.headline {
  line-height: 1;
  margin-bottom: 50px;
}
.newsBlock .inner dl .cate span {
  background: #1f2e55 !important;
  color: #fff;
  border: none !important;
}
.newsBlock .inner dl .txt p.headline {
  font-weight: 700;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  .newsBlock {
    padding: 0 3%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .newsBlock {
    width: 100% !important;
  }
}
/*------------------------------------------------------------
inquiry
------------------------------------------------------------*/
.inquiryBlock {
  padding-bottom: 110px;
}
#inquiry h2.headline:before {
  width: 29px;
  height: 21px;
  background-image: url("../img/icon_inquiry.png");
  margin-left: -14.5px;
}
form.wpcf7-form .bt input {
  background-color: #1f2d53 !important;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  #contentsBlock .block {
    max-width: 1000px;
    width: 100%;
    padding: 0 3%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #inquiry-box li {
    width: 260px;
    margin: 0 auto 20px auto;
  }
  #inquiry-box li#inquiry-box-tel span:before {
    width: 24px;
    height: 24px;
    left: 20px;
  }
  #inquiry-box-mail a {
    width: 260px;
    font-size: 20px;
    padding: 16px 16px 16px 45px;
  }
  #inquiry-box-mail a:before {
    width: 20px;
    height: 15px;
    left: 23px;
    margin-top: -7.5px;
  }
  #inquiry-box p span {
    padding: 0 3%;
  }
  .kana input[name="lastname_kana"], .kana input[name="firstname_kana"] {
    width: 100px;
  }
}
/*------------------------------------------------------------
accessBlockBg
------------------------------------------------------------*/
.accessBlock {
  width: 1200px;
}
.accessBlockBg {
  border-top: #1f2d54 1px dashed !important;
}
.accessBlock .inner {
  align-items: center;
}
.accessBlock .inner .accessInfoBox {
  width: 630px;
}
.accessBlock .inner .accessInfoBox .tel {
  font-size: 35px;
  color: #1f2e55;
  font-weight: 700;
}
/*1230px以下*/
@media screen and (max-width: 1230px) {
  .accessBlock {
    width: 100% !important;
    padding: 0 3%;
  }
  .accessBlock .inner {
    display: block !important;
  }
  .accessBlock .inner .mapBox iframe {
    width: 100% !important;
  }
  .accessBlock .inner .accessInfoBox {
    margin: 0 auto 60px auto;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .accessBlock .inner .siteLogo2 img {
    max-width: inherit !important;
    width: 100%;
  }
  .accessBlock .inner .accessInfoBox .address {
    text-align: center;
  }
  .accessBlock .inner .accessInfoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*------------------------------------------------------------
footer #footerBlock
------------------------------------------------------------*/
footer #footerBlock {
  background: #1f2d54;
  padding: 20px 0 10px 0;
}
footer #footerBlock #copy {
  color: #fff;
  font-size: 16px;
}
footer #footerBlock #footerSiteLink a {
  color: #fff;
}