@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: "Noto sans-serif";
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #3C2D1E;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #3C2D1E;
}
a:hover {
  color: #3C2D1E;
}
a:active {
  color: #3C2D1E;
}
@media screen and (max-width: 1025px) {
  a:hover, a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #3C2D1E;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #FFF;
  font-feature-settings: "palt";
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 896px) {
  body {
    min-width: 0;
    font-size: 1.4rem;
  }
}

#container {
  text-align: left;
  position: relative;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}
#gHeader .hBox {
  max-width: 1150px;
  margin: 0 auto;
  align-items: center;
}
#gHeader .hBox .logo {
  width: 250px;
}
#gHeader #gNavi {
  margin: 2px 87px 0 0;
}
#gHeader #gNavi li {
  display: inline;
}
#gHeader #gNavi li a {
  padding: 0 14px 0 13px;
  display: inline-block;
  letter-spacing: 0.1em;
}
#gHeader #gNavi li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 896px) {
  #gHeader .hBox {
    max-width: inherit;
    display: block;
  }
  #gHeader .hBox .logo {
    width: 178px;
  }
  #gHeader #gNavi {
    display: none;
  }
}

.menu {
  width: 100px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 700;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
}
.menu span {
  width: 50px;
  display: block;
  position: absolute;
  height: 1px;
  top: 32px;
  right: 30px;
  background-color: #3C2D1E;
  transition: 0.5s;
}
.menu span:nth-child(2) {
  top: 42px;
}
.menu.on span:nth-child(1) {
  top: 27px;
  left: 25px;
  transform: translateY(10px) translateX(0) rotate(16deg);
}
.menu.on span:nth-child(2) {
  top: 47px;
  left: 26px;
  transform: translateY(-10px) translateX(0) rotate(-16deg);
}
@media screen and (min-width: 1024px) {
  .menu:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 896px) {
  .menu {
    margin-left: 0;
    position: fixed;
    width: 80px;
    z-index: 1005;
  }
  .menu::after {
    bottom: 13px;
  }
  .menu span {
    width: 40px;
    top: 29px;
    right: 20px;
  }
  .menu span::after {
    bottom: 13px;
  }
  .menu span:nth-child(2) {
    top: 39px;
  }
  .menu.on span:nth-child(1) {
    top: 34px;
    left: 19px;
    width: 42px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  .menu.on span:nth-child(2) {
    top: 34px;
    left: 19px;
    width: 42px;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
}

.menuBox {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
  overflow-y: auto;
  background-color: #fff;
}
.menuBox .menuPho {
  width: 350px;
  float: left;
  height: 100vh;
  box-sizing: border-box;
}
.menuBox .menuPho::before {
  position: absolute;
  width: 350px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(208, 219, 16);
  mix-blend-mode: multiply;
  content: "";
}
.menuBox .menuPho img {
  height: 100%;
}
.menuBox .innerBox {
  width: calc(100% - 350px);
  margin-left: auto;
  padding: 115px 50px 100px;
  box-sizing: border-box;
  background: #fff;
}
.menuBox .naviUl {
  margin: 0 auto 86px;
  max-width: 300px;
}
.menuBox .naviUl li a {
  padding: 31px 0 24px;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
  font-feature-settings: "palt";
}
@media screen and (min-width: 897px) {
  .menuBox .naviUl li a:hover {
    opacity: 0.6;
  }
}
.menuBox .naviUl li:last-child a {
  border-bottom: none;
}
.menuBox .menuLogo {
  margin-right: 10px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .menuBox .menuPho {
    width: 125px;
    height: 100%;
  }
  .menuBox .menuPho::before {
    width: 125px;
    height: 720px;
  }
  .menuBox .innerBox {
    width: calc(100% - 125px);
    padding: 130px 15px 182px;
  }
  .menuBox .naviUl {
    margin: 0 auto 71px;
    max-width: 300px;
  }
  .menuBox .naviUl li a {
    padding: 15px 0 20px;
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .menuBox .menuLogo {
    margin-right: 0;
  }
  .menuBox .menuLogo img {
    width: 159px;
  }
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
  padding: 47px 0 0;
  position: relative;
  background: url("../img/dummy/footer_bg.webp") no-repeat center center;
  background-size: cover;
}
#gFooter::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #6ac8e5;
  mix-blend-mode: multiply;
  content: "";
}
#gFooter .fBox {
  position: relative;
  z-index: 10;
  padding-bottom: 57px;
  color: #fff;
  /*.side-img*/
}
#gFooter .fBox h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.75;
}
#gFooter .fBox h2 span {
  font-size: 0.7em;
  display: block;
}
#gFooter .fBox a {
  padding: 9px 10px 8px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.12em;
  font-weight: 400;
  box-sizing: border-box;
}
#gFooter .fBox a:hover {
  opacity: 0.6;
}
#gFooter .fBox .side-img {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
#gFooter .fBox .side-img .content {
  width: 55%;
  margin: 0;
}
#gFooter .fBox .side-img .content > *:first-child {
  margin-top: 0;
}
#gFooter .fBox .side-img .img {
  width: 40%;
}
#gFooter .fBox .side-img .img img:nth-child(2) {
  margin-top: 15px;
}
#gFooter .fBox table {
  width: 100%;
  margin: 0 0 0;
}
#gFooter .fBox table th {
  background: #13465b;
  color: #FFF;
  font-size: 16px;
  padding: 3px 0;
}
#gFooter .fBox table th:first-child {
  border-top-left-radius: 10px;
}
#gFooter .fBox table th:nth-child(n+2) {
  width: 8%;
}
#gFooter .fBox table th:last-child {
  border-top-right-radius: 10px;
  padding-right: 5px;
  width: 11%;
}
#gFooter .fBox table td {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 0;
}
#gFooter .fBox table th, #gFooter .fBox table td {
  text-align: center;
  vertical-align: middle;
}
#gFooter .fBox table p {
  font-size: 13px;
}
#gFooter address {
  padding: 17px 20px 15px;
  position: relative;
  align-self: 10;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-style: normal;
  background-color: #e6e6e6;
}
#gFooter address a {
  color: #fff;
}
@media screen and (max-width: 896px) {
  #gFooter {
    padding: 35px 0 0;
    background: url("../img/dummy/sp_footer_bg.webp") no-repeat center center;
    background-size: cover;
  }
  #gFooter .fBox {
    padding-bottom: 0px;
    /*side-img*/
  }
  #gFooter .fBox .content {
    margin: 0 25px 0 29px;
  }
  #gFooter .fBox h2 {
    font-size: 2rem;
  }
  #gFooter .fBox a {
    padding: 9px 0 8px;
    letter-spacing: 0.08em;
  }
  #gFooter .fBox .side-img {
    display: block;
    margin: 8vw 0;
  }
  #gFooter .fBox .side-img .img {
    width: 100%;
    margin-bottom: 9vw;
  }
  #gFooter .fBox .side-img .content {
    display: block;
    width: 100%;
  }
  #gFooter .fBox .side-img .content table {
    width: 100%;
    margin: 20px 0 10px;
  }
  #gFooter .fBox .side-img .content table th {
    font-size: 14px;
    padding: 3px 0;
  }
  #gFooter .fBox .side-img .content table th:first-child {
    border-top-left-radius: 10px;
  }
  #gFooter .fBox .side-img .content table th:nth-child(n+2) {
    width: 8%;
  }
  #gFooter .fBox .side-img .content table th:last-child {
    border-top-right-radius: 10px;
    padding-right: 5px;
    width: 11%;
  }
  #gFooter .fBox .side-img .content table td {
    font-size: 15px;
    padding: 5px 0;
    letter-spacing: 0;
  }
  #gFooter .fBox .side-img .content > div {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 896px) and (max-width: 374px) {
  #gFooter .fBox a {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 896px) {
  #gFooter address {
    padding: 10px 20px;
  }
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.fonts {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* headLine01 */
.headLine01 {
  margin-bottom: 120px;
  position: relative;
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: center;
}
.headLine01::before {
  margin-left: -25px;
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -21px;
  left: 50%;
  background-color: #6ac8e5;
  content: "";
  z-index: 1;
}
.headLine01::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -21px;
  left: 0;
  background-color: #f2f2f2;
  content: "";
}
.headLine01 .en {
  margin-bottom: 5px;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.headLine01 .col {
  padding: 2px 19px;
  display: inline-block;
  border-radius: 20px;
  background-color: #3C2D1E;
}
@media screen and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 72px;
    font-size: 3rem;
  }
  .headLine01::before {
    bottom: -23px;
  }
  .headLine01::after {
    bottom: -23px;
  }
  .headLine01 .en {
    margin-bottom: 7px;
  }
  .headLine01 .col {
    padding: 2px 19px 3px;
  }
}

/* headLine02 */
.headLine02 {
  margin-bottom: 49px;
  position: relative;
  font-size: 4rem;
  font-weight: 400;
}
.headLine02::after {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #f2f2f2;
  content: "";
}
.headLine02 .sub {
  padding-right: 450px;
  display: block;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.headLine02 .sub::before {
  margin-left: 0;
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #D0DB10;
  content: "";
  z-index: 1;
}
.headLine02 .en {
  margin-bottom: 6px;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.headLine02 .col {
  padding: 2px 19px;
  display: inline-block;
  border-radius: 20px;
  background-color: #3C2D1E;
}
@media screen and (min-width: 897px) and (max-width: 1024px) {
  .headLine02 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 897px) and (max-width: 920px) {
  .headLine02 .sub {
    padding: 0 450px 0 15px;
  }
  .headLine02 .sub::before {
    left: 15px;
  }
}
@media screen and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 62px;
    font-size: 3rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 896px) and (max-width: 374px) {
  .headLine02 {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 896px) {
  .headLine02::after {
    bottom: -23px;
  }
  .headLine02 .sub {
    padding-right: 0;
    display: block;
    max-width: inherit;
    margin: 0 20px;
    position: relative;
    box-sizing: border-box;
  }
  .headLine02 .sub::before {
    bottom: -23px;
  }
  .headLine02 .en {
    margin-bottom: 8px;
  }
}

.content {
  padding: 0 15px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .content {
    padding: 0;
    max-width: inherit;
    margin: 0 20px;
  }
}

/* comLink */
.comLink {
  width: 350px;
}
.comLink a {
  padding: 14px 30px;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  border-radius: 30px;
  background: #e6e6e6 url("../img/common/icon04.png") no-repeat right 30px center;
  background-size: 21px 6px;
}
@media screen and (min-width: 1025px) {
  .comLink a:hover {
    background: #e6e6e6 url("../img/common/icon01.png") no-repeat right 20px center;
    background-size: 31px 6px;
  }
}
@media screen and (max-width: 896px) {
  .comLink {
    width: auto;
    max-width: 570px;
    margin: 0 auto;
  }
  .comLink a {
    margin: 0 10px;
    padding: 14px 45px 14px 25px;
    letter-spacing: 0.05em;
    background: #e6e6e6 url("../img/common/icon04.png") no-repeat right 25px center;
    background-size: 21px 6px;
  }
}/*# sourceMappingURL=common-pre.css.map */