/*********************************/
/*            PC Base            */
/*********************************/
html {
  font-size: 10px;
}
@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}

.forPc {
  display: block;
}
.forPc-medium {
  display: block;
}
.forPc-small {
  display: none;
}
.forSp-medium {
  display: none;
}
.forSp {
  display: none;
}

.img-forPc {
  display: block;
}
.img-forSp {
  display: none;
}
@media (max-width: 1099px) {
  .forPc {
    display: none;
  }
  .forPc-medium {
    display: block;
  }
  .forPc-small {
    display: none;
  }
  .forSp-medium {
    display: none;
  }
  .forSp {
    display: none;
  }
}
@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .forPc {
    display: none;
  }
  .forPc-medium {
    display: none;
  }
  .forPc-small {
    display: block;
  }
  .forSp-medium {
    display: none;
  }
  .forSp {
    display: none;
  }

  .img-forPc {
    display: none;
  }
  .img-forSp {
    display: block;
  }
}
@media (max-width: 560px) {
  .forPc {
    display: none;
  }
  .forPc-medium {
    display: none;
  }
  .forSp-medium {
    display: block;
  }
  .forPc-small {
    display: none;
  }
  .forSp {
    display: none;
  }
}
@media (max-width: 450px) {
  .forPc {
    display: none;
  }
  .forPc-medium {
    display: none;
  }
  .forPc-small {
    display: none;
  }
  .forSp-medium {
    display: none;
  }
  .forSp {
    display: block;
  }
}

body {
  position: relative;
  color: #222;
  font-family:’ヒラギノ角ゴ Pro W3′,’ヒラギノ角ゴ W3′,“Hiragino Kaku Gothic Pro”, ‘メイリオ’, ‘ＭＳ Ｐゴシック’,sans-serif;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}
p {
  line-height: 1.2;
  letter-spacing: 0.05rem;
}

.ttl_fw-bold {
  font-weight: bold;
}

section {
  position: relative;
}

em.marker {
  background:linear-gradient(transparent 70%, #D8E0FA 70%);
  font-style: unset;
}

img {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@media (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
}
@media (max-width: 1099px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 95%;
  }
}
@media (max-width: 414px) {
  .container {
    width: 90%;
  }
}
.flex {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
}

.hover {
  transition: 0.3s;
}
.hover:hover {
  opacity: 0.5;
}

.hover-opacity {
  transition: 0.3s;
}
.hover-opacity:hover {
  opacity: 0.7;
}

.inview {
  opacity: 0;
  position: relative;
  top: 2rem;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.inview.in {
  opacity: 1;
  top: 0;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#index {
  margin-top: 0px;
}

.ff-Oswald {
  font-family: 'Oswald', sans-serif;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.fs15{
  font-size: 15px;
  font-size: 1.5rem;
}
.fs16{
  font-size: 16px;
  font-size: 1.6rem;
}
.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.fs20 {
  font-size: 20px;
  font-size: 2rem;
}
.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.fs30 {
  font-size: 30px;
  font-size: 3rem;
}
.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}
.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}
.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}
.fs40 {
  font-size: 40px;
  font-size: 4.0rem;
}
.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}
.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}
.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}
.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}
.fs56 {
  font-size: 56px;
  font-size: 5.6rem;
}
.fs58 {
  font-size: 58px;
  font-size: 5.8rem;
}
.fs60 {
  font-size: 60px;
  font-size: 6rem;
}
.fs65 {
  font-size: 65px;
  font-size: 6.5rem;
}
.fs68 {
  font-size: 68px;
  font-size: 6.8rem;
}
@media (max-width: 1099px) {
  .fs22 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media (max-width: 768px) {
  .fs11 {
    font-size: 10px;
    font-size: 0.9rem;
  }
  .fs13 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .fs14 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .fs15{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fs16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fs18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4.fs18 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fs20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h3.fs20 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fs23 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .fs24 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .fs26 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .fs27 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .fs28 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .fs30 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .fs32 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .fs34 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .fs36 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .fs38 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .fs39 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .fs40 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .fs42 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .fs44 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .fs46 {
    font-size: 30px;
    font-size: 3rem;
  }
  .fs48 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .fs56 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .fs58 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .fs60 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .fs65 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .fs68 {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
@media (max-width: 390px) {
  .fs56 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.lh16 {
  line-height: 16px;
  line-height: 1.6rem;
}
.lh20 {
  line-height: 20px;
  line-height: 2.0rem;
}
.lh22 {
  line-height: 22px;
  line-height: 2.2rem;
}
.lh24 {
  line-height: 24px;
  line-height: 2.4rem;
}
.lh27 {
  line-height: 27px;
  line-height: 2.7rem;
}
.lh28 {
  line-height: 28px;
  line-height: 2.8rem;
}
.lh33 {
  line-height: 33px;
  line-height: 3.3rem;
}
.lh36 {
  line-height: 36px;
  line-height: 3.6rem;
}
.lh42 {
  line-height: 42px;
  line-height: 4.2rem;
}
.lh48 {
  line-height: 48px;
  line-height: 4.8rem;
}
.lh56 {
  line-height: 56px;
  line-height: 5.6rem;
}
.lh66 {
  line-height: 66px;
  line-height: 6.6rem;
}
@media (max-width: 768px) {
  .lh16 {
    line-height: 12px;
    line-height: 1.4rem;
  }
  .lh20 {
    line-height: 20px;
    line-height: 2.0rem;
  }
  .lh22 {
    line-height: 20px;
    line-height: 2.0rem;
  }
  .lh24 {
    line-height: 20px;
    line-height: 2.0rem;
  }
  .lh27 {
    line-height: 22px;
    line-height: 2.2rem;
  }
  .lh28 {
    line-height: 24px;
    line-height: 2.4rem;
  }
  .lh33 {
    line-height: 26px;
    line-height: 2.6rem;
  }
  .lh36 {
    line-height: 26px;
    line-height: 2.6rem;
  }
  .lh42 {
    line-height: 26px;
    line-height: 2.6rem;
  }
  .lh48 {
    line-height: 34px;
    line-height: 3.4rem;
  }
  .lh56 {
    line-height: 32px;
    line-height: 3.2rem;
  }
  .lh66 {
    line-height: 38px;
    line-height: 3.8rem;
  }
}

.is-center {
  text-align: center;
}
.is-right {
  text-align: right;
}
.fw-medium {
  font-weight: 500;
  font-style: normal;
}
.fw-bold {
  font-weight: 700;
  font-style: normal;
}
.fw-exbold {
  font-weight: 800;
  font-style: normal;
}
.fw-black {
  font-weight: 900;
  font-style: normal;
}

.bg_white {
  background: #fff;
}
.bg_mizuiro {
  background: #EEFAFC;
}
.bg_koimizuiro {
  background: #DEF5F9;
}
.bg_blue {
  background: #252E48;
}
.bg_usuiblue {
  background: #34415F;
}
.bg_gray {
  background: #F8F8F8;
}
.bg_red {
  background: #BD3A46;
}

.cl_white {
  color: #fff;
}
.cl_red {
  color: #bd3946;
}
.cl_yellow {
  color: #ffff00;
}
.cl_black {
  color: #222;
}
.cl_ttlblack {
  color: #252E48;
}
.cl_enblue {
  color: #34415F;
}
.cl_beige {
  color: #C99228;
}
.cl_usuibeige {
  color: #BC9D39;
}

body section {
  padding: 100px 0 100px;
}
body section.pt0 {
  padding-top: 0;
}
section.shadow-bottom {
  box-shadow: 0px 5px 3px #0000001a;
  z-index: 1;
}

.titleBox {
  margin-bottom: 50px;
}
.titleBox h2 {
  position: relative;
  letter-spacing: 0.03rem;
}
.titleBox p.en {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .titleBox p.en {
    margin-top: 5px;
  }
}
.titleBox p.en::before,
.titleBox p.en::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #BC9D39;
}
.titleBox.titleLeft p {
  justify-content: flex-start;
}
.titleBox.titleLeft p.en::after {
  content: unset;
}
@media (max-width: 768px) {
  .titleBox.titleLeft p {
    justify-content: center;
  }
  .titleBox.titleLeft p.en::after {
    content: "";
  }
}
.titleBox .leadText {
  margin-top: 30px;
}


/* ------------------------- */
a {
  transition: 0.3s;
  word-break: break-all;
}
a.link_underline {
  text-decoration: underline;
  color: #3879e9;
}
a.link_underline:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/* ------------------------- */
/* ---  ボタンの挙動  ----- */
/* ------------------------- */
a.btn {
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 448px;
}
a.btn_animation {
	position: relative;
  transition: all 0.2s ease;
}
a.btn_animation:hover {
	position: relative;
	transition: all 0.2s ease;
}
/* ボタン共通設定 */
.btn_animation{
  position: relative;
	text-decoration: none;
	display: inline-block;
	text-align: center;
  background: transparent;
	outline: none;
  transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.btn_animation:hover{
  border-color:transparent;
}
/*ボタンの中のテキスト*/
.btn_animation span {
	position: relative;
  z-index: 2;
  border-radius: 5px;
	/*テキストの形状*/
	display: block;
  padding: 30px 0px;
  padding-left: 50px;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
.btn_animation span::before {
  content: "";
  display: inline-block;
  background: url(../img/btn_mail.svg) no-repeat;
  width: 40px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto;
}
@media (max-width: 960px) {
  .btn_animation span::before {
    left: 10%;
  }
}
/*影の設定*/
.pushbottom:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    top: 8px;
    right: 0px;
    /*影の形状*/
    width: 100%;
    height: 100%;
  	border-radius: 0 0 5px 5px;
    background-color: #8B5C00;
}
/*hoverの際にX軸に-4px・Y軸に4pxずらす*/
.pushbottom:hover span {
  background-color: #8B5C00;
  color: #fff;
  transform: translate( 0px, 8px);
}
@media (max-width: 768px) {
  .btn_animation span {
    padding: 25px 0px;
    padding-left: 50px;
  }
  .btn_animation span::before {
    background: url(../img/btn_mail.svg) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 22px;
    left: 30px;
  }
}


/*********************************/
/*        SP Responsive          */
/*********************************/
@media (max-width: 940px) {
  #index {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }

  body section {
    padding: 70px 0px 70px;
  }

  #index {
    margin-top: 0px;
  }
  .titleBox {
    margin-bottom: 30px;
  }
  .titleBox h2 {
    line-height: 3.6rem;
  }
  .bgImg.img01 {
    padding: 0px 0;
  }
}
@media (max-width: 390px) {
  h2.title__text {
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding-bottom: 3rem;
  }
}