@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url(utility.css);
@font-face {
  src: url("../font/honoka.ttf") format("woff"), url("../font/honoka.svg") format("svg"), url("../font/honoka.woff"), url("../font/honoka.eot"), url("../font/honoka.eot?#iefix") format("embedded-opentype");
  font-family: 'honoka';
  font-style: normal;
  font-weight: normal;
}

/* ==================================
    共通箇所
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: white;
  color: black;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

object {
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.flex_box {
  display: flex;
  align-items: center;
}

.flex_box_sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_box_cnr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.map_box iframe,
.map_box object,
.map_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp_cnt {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc_cnt {
    display: none;
  }
  .sp_cnt {
    display: block;
  }
}

/* ==================================
    HEADER
================================== */
#header {
  width: 100%;
  margin-bottom: 30px;
}

#header .hd_contents {
  align-items: flex-start;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#header .hd_logo {
  width: 26.48148%;
  max-width: 286px;
  margin: 24px 0 0 0;
  padding: 0;
}

#header .hd_contact .tel_box {
  margin-right: 20px;
  font-size: 1.5rem;
}

#header .hd_contact .tel_box .tel {
  padding-left: 20px;
  color: #1c4fa6;
  font-size: 2.0rem;
  font-weight: bold;
}

#header .hd_contact .tel_box .tel .js-tel {
  color: #1c4fa6;
  font-size: 2.4rem;
}

#header .hd_contact .mail_box {
  width: 140px;
  height: 72px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #42a12c;
}

#header .hd_contact .mail_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 15px;
  background: url(../img/icon/icon01.svg) no-repeat center 13px;
  background-size: 20px auto;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

#gnav {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 18px;
  border-left: 1px solid #a7aeb9;
}

#gnav a {
  display: block;
  position: relative;
  width: 25%;
  border-right: 1px solid #a7aeb9;
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.85px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

#gnav a:after {
  display: block;
  position: absolute;
  right: 0%;
  bottom: 0%;
  left: 0%;
  width: 0%;
  height: 1px;
  margin: auto;
  background: #a7aeb9;
  content: '';
  transition: all 0.5s ease-out;
}

#gnav a:hover:after {
  width: 100%;
}

#sp_gnav {
  display: none;
}

/* === SP HEADER =============== */
#sp_header {
  padding: 1.33333% 2.66667% 1.33333% 4%;
}

#sp_header .hd_contents {
  z-index: 20;
  position: relative;
  align-items: center;
}

#sp_header .hd_logo {
  width: 54%;
  max-width: 378px;
  margin: 0;
  padding: 0;
}

#sp_header .gnav_btn {
  width: 15.42857%;
  max-width: 108px;
}

@media screen and (max-width: 960px) {
  #header {
    margin-bottom: 15px;
  }
  #header .hd_contents {
    width: 90%;
  }
  #header .hd_contact .tel_box {
    margin-right: 15px;
    font-size: 1.3rem;
  }
  #header .hd_contact .tel_box .tel {
    padding-left: 20px;
    font-size: 1.7rem;
  }
  #header .hd_contact .tel_box .tel .js-tel {
    color: #1c4fa6;
    font-size: 2.0rem;
  }
  #header .hd_contact .mail_box {
    width: 100px;
    height: 60px;
  }
  #header .hd_contact .mail_box a {
    padding-top: 15px;
    background: url(../img/icon/icon01.svg) no-repeat center 12px;
    background-size: 20px auto;
    font-size: 1.3rem;
  }
  #gnav {
    width: 90%;
    margin: 0 auto 10px;
  }
  #gnav a {
    width: 25%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 30px;
  }
  #gnav a:after {
    content: none;
  }
}

@media screen and (max-width: 750px) {
  #gnav {
    display: none;
  }
  #sp_gnav {
    display: none;
    height: auto;
    padding: 0;
    background-color: #1d4fa4;
  }
  #sp_gnav .flex_box {
    flex-wrap: wrap;
  }
  #sp_gnav .flex_box a {
    display: block;
    width: 50%;
    margin-right: 0;
    padding: 5px 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 3.07;
    text-align: center;
  }
  #sp_gnav .flex_box a:last-of-type {
    margin-right: 0;
    border-bottom: none;
  }
  #sp_gnav .flex_box a:nth-of-type(2n) {
    border-right: none;
  }
  #sp_gnav .tel_box {
    padding: 1.33333vw;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 4vw;
    text-align: center;
  }
  #sp_gnav .tel_box .tel {
    display: block;
    padding-left: 0px;
    font-size: 4.53333vw;
    font-weight: bold;
  }
  #sp_gnav .tel_box .tel .js-tel {
    color: #fff;
    font-size: 5.06667vw;
  }
  #sp_gnav .tel_box .tel .js-tel a {
    color: #fff;
  }
}

/* ==================================
    FOOTER
================================== */
#footer {
  width: 100%;
  background: #eee;
}

#footer #ft_gnav {
  height: 60px;
  background-color: #1d4fa4;
}

#footer #ft_gnav a {
  display: block;
  margin-right: 28px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
}

#footer #ft_gnav a:last-of-type {
  margin-right: 0;
}

#footer .ft_contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 0 57px;
}

#footer .ft_contents .ft_about {
  margin-bottom: 34px;
  text-align: center;
}

#footer .ft_contents .ft_about .ft_logo {
  display: inline-block;
  width: 42%;
  max-width: 420px;
  margin-bottom: 25px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1d4fa4;
}

#footer .ft_contents .ft_about .ft_logo img {
  width: 52.14286%;
  max-width: 219px;
  height: auto;
}

#footer .ft_contents .ft_about .about {
  margin: 0;
  color: #000000;
}

#footer .ft_contents .ft_bnr_list {
  flex-wrap: wrap;
  margin-right: -3%;
  margin-bottom: 44px;
  overflow: hidden;
}

#footer .ft_contents .ft_bnr_list .ft_bnr {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 31.2%;
  max-width: 312px;
  height: 80px;
  margin-right: 3%;
  margin-bottom: 12px;
  padding-left: 16%;
  color: #000000;
  font-size: 1.6rem;
}

#footer .ft_contents .ft_bnr_list .ft_bnr:after {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(../img/icon/btn_icon.svg) no-repeat left center;
  background-size: 100% auto;
  content: '';
  transition: all 0.2s ease;
}

#footer .ft_contents .ft_bnr_list .ft_bnr:hover:after {
  right: 3%;
}

#footer .ft_contents .ft_bnr_list .bnr01 {
  background: url(../img/common/ft_bnr01.png) no-repeat left center;
  background-size: 100% auto;
}

#footer .ft_contents .ft_bnr_list .bnr02 {
  background: url(../img/common/ft_bnr02.png) no-repeat left center;
  background-size: 100% auto;
}

#footer .ft_contents .ft_bnr_list .bnr03 {
  background: url(../img/common/ft_bnr03.png) no-repeat left center;
  background-size: 100% auto;
}

#footer .ft_contents .ft_bnr_list .bnr04 {
  background: url(../img/common/ft_bnr04.png) no-repeat left center;
  background-size: 100% auto;
}

#footer .ft_contents .ft_bnr_list .bnr05 {
  background: url(../img/common/ft_bnr05.png) no-repeat left center;
  background-size: 100% auto;
}

#footer .ft_contents .copyright {
  color: #5c5959;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #footer .ft_contents .ft_bnr_list {
    flex-wrap: wrap;
    margin-right: -2.08333%;
    margin-bottom: 44px;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 31.2%;
    max-width: 312px;
    height: 80px;
    margin-right: 2.08333%;
    margin-bottom: 12px;
    padding-left: 16%;
    border-radius: 5px;
    color: #000000;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  #footer .ft_contents .ft_bnr_list {
    flex-wrap: wrap;
    margin-right: -2.08333%;
    margin-bottom: 44px;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    width: 31.2%;
    max-width: 312px;
    height: 0px;
    margin-right: 2.08333%;
    margin-bottom: 12px;
    padding-top: 8.33333%;
    padding-left: 16%;
    color: #000000;
    font-size: 1.45833vw;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr span {
    display: flex;
    position: absolute;
    top: 0;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  #footer #ft_gnav {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    background-color: #1d4fa4;
  }
  #footer #ft_gnav a {
    display: block;
    width: 50%;
    margin-right: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #ffffff;
    font-size: 3.46667vw;
    font-weight: 400;
    line-height: 3.07;
    text-align: center;
  }
  #footer #ft_gnav a:last-of-type {
    margin-right: 0;
  }
  #footer #ft_gnav a:nth-of-type(2n) {
    border-right: none;
  }
  #footer .ft_contents {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 6% 0 7.6%;
  }
  #footer .ft_contents .ft_about {
    margin-bottom: 4.53333%;
    text-align: center;
  }
  #footer .ft_contents .ft_about .ft_logo {
    display: inline-block;
    width: 56%;
    max-width: 420px;
    margin-bottom: 3.33333%;
    padding-bottom: 2.13333%;
    border-bottom: 1px solid #1d4fa4;
  }
  #footer .ft_contents .ft_about .ft_logo img {
    width: 52.14286%;
    max-width: 219px;
    height: auto;
  }
  #footer .ft_contents .ft_about .about {
    font-size: 3.06667vw;
  }
  #footer .ft_contents .ft_bnr_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -10px;
    margin-bottom: 44px;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr {
    width: 44.57143%;
    max-width: 312px;
    height: 0px;
    margin-right: 10px;
    margin-bottom: 12px;
    padding-top: 10.66667%;
    padding-left: 22%;
    color: #000000;
    font-size: 2.26667vw;
  }
  #footer .ft_contents .copyright {
    font-size: 3.06667vw;
  }
}

@media screen and (max-width: 414px) {
  #footer #ft_gnav a {
    font-size: 3.73333vw;
    line-height: 4.07;
  }
  #footer .ft_contents .ft_about .ft_logo {
    width: 90%;
  }
  #footer .ft_contents .ft_about .ft_logo img {
    width: 100%;
    max-width: 219px;
    height: auto;
  }
  #footer .ft_contents .ft_bnr_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 5.86667%;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr {
    width: 100%;
    max-width: 312px;
    height: 0px;
    margin-right: 0;
    margin-bottom: 12px;
    padding-top: 20%;
    padding-left: 0%;
    color: #000000;
    font-size: 3.86473vw;
  }
  #footer .ft_contents .ft_bnr_list .ft_bnr span {
    padding-left: 50%;
  }
  #footer .ft_contents .copyright {
    font-size: 3.06667vw;
  }
}
