@charset "UTF-8";
:root {
  --base-font: "Shippori Mincho", serif;
  --sub-font: "Zen Kaku Gothic New", sans-serif;
  --base-color: #323232;
  --main: #0063C3;
  --sub-color: #00AAFF;
  --light-blue: #CCEEFF;
  --yellow:#FFFF7B;
  --blue:#006FFF;
  --green:#55AFAA;
  --white: #FFF;
  --black: #000;
  --gray: #F1F1F1;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  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;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.gothic {
  font-family: var(--sub-font);
}

.shippori {
  font-family: var(--base-font);
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 5.5rem;
  justify-content: center;
}
.comUl li {
  width: 37.1rem;
}
.comUl li a {
  color: var(--main);
  font-size: 2rem;
  border-radius: 5rem;
  background: url(../img/common/icon02.webp) no-repeat right 1.8rem center #CCEEFF;
  background-size: 2.3rem auto;
  border: 1px solid var(--main);
  min-height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.2);
}
.comUl li a span {
  padding: 0 1rem 0 4.2rem;
  display: inline-block;
  background: url(../img/common/time.webp) no-repeat left center;
  background-size: 1.7rem auto;
}
.comUl li a:hover {
  opacity: 0.6;
}
.comUl li.tel a {
  letter-spacing: 0.2em;
  background-color: #DFDFDF;
}
.comUl li.tel a span {
  background-image: url(../img/common/tel.webp);
  background-size: 2rem auto;
}
@media all and (max-width: 896px) {
  .comUl {
    display: block;
  }
  .comUl li {
    width: auto;
    max-width: 33.5rem;
    margin: 0 auto 1.2rem;
  }
  .comUl li:last-child {
    margin-bottom: 0;
  }
  .comUl li a {
    min-height: 5.4rem;
    font-size: 1.6rem;
    background-position: right 1.5rem center;
    background-size: 2.1rem auto;
  }
  .comUl li a span {
    padding-left: 2.6rem;
    background-size: 1.6rem auto;
  }
  .comUl li.tel a span {
    background-size: 1.9rem auto;
  }
}

/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
  position: fixed;
  top: 19.4rem;
  right: 0;
  width: 5rem;
  z-index: 10;
}
.fixedBox ul {
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
}
.fixedBox ul li {
  height: 19rem;
}
.fixedBox ul li a {
  padding: 1rem 0.5rem;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: var(--blue);
}
.fixedBox ul li a:hover {
  opacity: 0.6;
}
.fixedBox ul li a .subSpan {
  padding: 2.5rem 1rem 0;
  width: 1.8rem;
  align-items: center;
  display: inline-flex;
  -webkit-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  background: url(../img/common/icon11.webp) no-repeat center top;
  background-size: 2rem auto;
}
@media all and (min-width: 897px) {
  .fixedBox ul li a .subSpan .en {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.fixedBox ul li.liStyle a {
  background-color: #00a3ff;
}
.fixedBox ul li.liStyle .subSpan {
  background-image: url(../img/common/icon12.webp);
}
@media all and (min-width: 897px) {
  .fixedBox .fixedBox .subSpan .en {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media all and (max-width: 896px) {
  .fixedBox {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .fixedBox ul {
    border-radius: 1rem 1rem 0 0;
    display: flex;
  }
  .fixedBox ul li {
    height: auto;
    width: 50%;
  }
  .fixedBox ul li a {
    min-height: 5rem;
    font-size: 1.3rem;
  }
  .fixedBox ul li a .subSpan {
    background-position: left center;
    padding: 0 0 0 2.8rem;
    width: auto;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
  }
}

.sec11 {
  color: #fff;
  padding: 14.7rem 0 16vw;
  margin-top: -17rem;
  position: relative;
  z-index: 2;
  background: url(../img/index/bg12.webp) no-repeat center top;
  background-size: cover;
}
.sec11 h2 {
  margin-bottom: 3.8rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sec11 h2 span {
  padding: 0 3rem;
  display: inline-block;
  position: relative;
}
.sec11 h2 span::before {
  width: 9999px;
  height: 0.9rem;
  background: url(../img/common/line01.webp) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  content: "";
}
.sec11 h2 span:after {
  width: 9999px;
  height: 0.9rem;
  background: url(../img/common/line01.webp) repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  content: "";
}
.sec11 p {
  margin-bottom: 4.5rem;
  text-align: center;
  line-height: 2;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .sec11 {
    margin-top: min(-6.5vw, -4.5rem);
    padding: max(7vw, 5.3rem) 0 max(16vw, 8.4rem);
    background-image: url(../img/index/bg12_sp.webp);
  }
  .sec11 h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .sec11 h2 span {
    padding: 0 1rem 2.8rem;
  }
  .sec11 h2 span::before {
    width: 12.9rem;
    left: 50%;
    top: auto;
    bottom: 0;
    height: 0.5rem;
    transform: translateX(-50%);
  }
  .sec11 h2 span::after {
    display: none;
  }
  .sec11 p {
    margin-bottom: 3.3rem;
    text-align: justify;
  }
}/*# sourceMappingURL=common.css.map */