html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; /* macOS用 (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale;  /* macOS Firefox用 */
  scroll-behavior: smooth;
}
@media screen and (max-width:1040px) {
  html {
    font-size: calc(100vw / 1040 * 10);
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}
body {
  background: #f3f3f3;
  color: #6b6b6b;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
.f_notoSans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/* 欧文フォント */
.f_alumni {
  font-family: 'Alumni Sans Pinstripe', sans-serif;
}

.font-bellefair {
  font-family: 'Bellefair', serif;
}

.f_cardo {
  font-family: 'Cardo', serif;
}

.f_poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.f_cedarville {
  font-family: 'Cedarville Cursive', cursive;
}

.body_container {
  opacity: 0;
  overflow: hidden;
  transition: .6s ease;
}
.lazy .body_container {
  opacity: 1;
}
.max1280 {
  margin: 0 auto;
  max-width: 1280rem;
}
.max1000 {
  margin: 0 auto;
  max-width: 100rem;
}
img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
a {
  transition: .3s;
}
.anchor {
  display: flex;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -4.7rem;
    padding-top: 4.7rem;
  }
}
strong {
  font-weight: inherit;
}

.scroll_right {
  position: relative;
  transition: transform .1s linear;
}
.scroll_left {
  position: relative;
  transition: transform .1s linear;
}
.parallax {
  position: relative;
  transition: transform .1s ease-out;
  will-change: transform;
}

/* ---------------------------------------------------------------------------
//  top_fv
--------------------------------------------------------------------------- */
.top_fv .container .wrap {
  display: flex;
  height: 100vh;
  min-height: 70rem;
}
.top_fv .container .wrap .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10rem;
  white-space: nowrap;
}
.top_fv .container .wrap .txt .box {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 63rem;
}
.top_fv .container .wrap .txt .box .logo {
  width: 11.5rem;
}
.top_fv .container .wrap .txt .box .h1 {
  font-size: 3.2rem;
  letter-spacing: -.035rem;
  line-height: 2;
  margin-top: 6rem;
  writing-mode: vertical-rl;
}
.top_fv .container .wrap .txt .box .p {
  font-size: 2rem;
  letter-spacing: -.022rem;
  line-height: 1.86;
  margin-top: 3.5rem;
  text-align: center;
}
.top_fv .container .wrap .img {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  position: relative;
}
.top_fv .container .wrap .img .deco01 {
  bottom: 5rem;
  left: -21.1rem;
  position: absolute;
  width: 66rem;
  z-index: 2;
}
.top_fv .container .wrap .img .bg {
  background-attachment: fixed;
  background-image: url(../img/top/fv.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  width: calc(100% + ((100vw - 100rem) / 2));
}
.top_fv .container .wrap .img .eng {
  align-items: flex-end;
  color: #121212;
  display: flex;
  font-size: 3.2rem;
  height: 63rem;
  letter-spacing: -.0352rem;
  line-height: 1.14;
  mix-blend-mode: multiply;
  opacity: .32;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top_fv .container .wrap {
    display: block;
    height: 100vh;
    max-height: 85rem;
    min-height: 60rem;
    padding-top: 19.2rem;
    position: relative;
  }
  .top_fv .container .wrap > p {
    align-items: center;
    background: #f3f3f3;
    bottom: 0;
    color: #6b6b6b;
    display: flex;
    font-size: 1.8rem;
    height: 13.8rem;
    justify-content: center;
    letter-spacing: -.012rem;
    line-height: 1.86;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .top_fv .container .wrap .txt {
    padding-right: 0;
    position: absolute;
    top: 3rem;
    width: 50%;
    z-index: 3;
  }
  .top_fv .container .wrap .txt .box {
    height: 36rem;
  }
  .top_fv .container .wrap .txt .box .logo {
    width: 10.7rem;
  }
  .top_fv .container .wrap .txt .box .h1 {
    font-size: 2.18rem;
    letter-spacing: -.024rem;
    margin-top: 1.4rem;
  }
  .top_fv .container .wrap .txt .box .p {
    display: none;
  }
  .top_fv .container .wrap .img {
    background-image: url(../img/top/fv.jpg);
    background-position: right -3rem top;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: calc(100% - 19.2rem - 13.5rem);
    left: 0;
    padding-bottom: 1.1rem;
    position: absolute;
    top: 19.2rem;
    width: 100%;
  }
  .top_fv .container .wrap .img .deco01 {
    bottom: -10.8rem;
    left: 1.5rem;
    position: absolute;
    width: 25.2rem;
    z-index: 2;
  }
  .top_fv .container .wrap .img .bg {
    display: none;
  }
  .top_fv .container .wrap .img .eng {
    font-size: 2rem;
    height: auto;
    letter-spacing: -.0223rem;
    opacity: .25;
  }
}
/* ---------------------------------------------------------------------------
//  top01
--------------------------------------------------------------------------- */
.top01 .container .wrap {
  display: flex;
  justify-content: space-between;
  padding: 23.2rem 0 11.4rem;
  padding: 23.2rem 0 0;
  position: relative;
}
.top01 .container .wrap .imgs {
  position: absolute;
  right: calc(50% + 6rem);
  top: 8.1rem;
  width: 61.7rem;;
}
.top01 .container .wrap .imgs .img + .img {
  margin-top: .8rem;
}
.top01 .container .wrap .txt {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  padding-bottom: 2.7rem;
  width: 50%;
}
.top01 .container .wrap .txt .h2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top01 .container .wrap .txt .h2 span {
  font-size: 2.8rem;
  font-weight: 500;
}
.top01 .container .wrap .txt .h2 strong {
  font-size: 16rem;
  font-weight: 250;
  line-height: 1.3;
  position: relative;
}
@keyframes pulsateShadow {
  0% {
    box-shadow: 0 0 1rem 0 rgba(46, 78, 111, .3),
    0 0 3rem .5rem rgba(46, 78, 111, .1);
    transform: rotate(0deg);
  }
  50% {
    box-shadow: 0 0 2rem .5rem rgba(46, 78, 111, .5),
    0 0 .4rem 1rem rgba(46, 78, 111, .2);
    transform: rotate(180deg);
  }
  100% {
    box-shadow: 0 0 1rem 0 rgba(46, 78, 111, .3),
    0 0 3rem .5rem rgba(46, 78, 111, .1);
    transform: rotate(360deg);
  }
}
.top01 .container .wrap .txt .h2 strong::before {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100%;
  content: '';
  display: flex;
  font-family: 'Alumni Sans Pinstripe', sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  height: 39.1rem;
  justify-content: center;
  left: -31rem;
  mix-blend-mode: multiply;
  opacity: .4;
  position: absolute;
  width: 39.1rem;
}
.top01 .container .wrap .txt .h2 strong::after {
  animation: pulsateShadow 4s linear infinite;
  border-radius: 100%;
  box-shadow: 0 0 1rem 0 #2e4e6f;
  content: '';
  filter: blur(1px);
  height: 39.1rem;
  left: -31rem;
  mix-blend-mode: multiply;
  opacity: .3;
  position: absolute;
  width: 39.1rem;
}
.top01 .container .wrap .txt .h2 .strong01::before {
  content: 'HARMONY';
  top: -10rem;
}
.top01 .container .wrap .txt .h2 .strong02::before {
  content: 'NETWORKS';
  top: -8rem;
}
.top01 .container .wrap .txt .h2 .strong01::after {
  top: -10rem;
}
.top01 .container .wrap .txt .h2 .strong02::after {
  top: -8rem;
}
.top01 .container .wrap .txt .h2 b {
  font-size: 16rem;
  font-weight: 400;
  line-height: 1;
}
.top01 .container .wrap .txt  .p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .top01 .container .wrap {
    flex-direction: column;
    padding: 0 0 5rem;
    padding: 0;
  }
  .top01 .container .wrap .imgs {
    margin-top: 3.3rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .top01 .container .wrap .imgs .img {
    width: 27.9rem;
  }
  .top01 .container .wrap .imgs .img02 {
    margin-left: auto;
  }
  .top01 .container .wrap .txt {
    order: -1;
    padding-bottom: 0;
    padding-top: 8rem;
    width: 100%;
  }
  .top01 .container .wrap .txt .h2 span {
    font-size: 1.8rem;
  }
  .top01 .container .wrap .txt .h2 strong {
    font-size: 10.2rem;
  }
  .top01 .container .wrap .txt .h2 strong::before {
    font-size: 2rem;
    height: 23.6rem;
    left: -18.8rem;
    width: 23.6rem;
  }
  .top01 .container .wrap .txt .h2 strong::after {
    height: 23.6rem;
    left: -18.8rem;
    width: 23.6rem;
  }
  .top01 .container .wrap .txt .h2 .strong01::before {
    content: 'HARMONY';
    top: -6rem;
  }
  .top01 .container .wrap .txt .h2 .strong02::before {
    content: 'NETWORKS';
    top: -4rem;
  }
  .top01 .container .wrap .txt .h2 .strong01::after {
    top: -6rem;
  }
  .top01 .container .wrap .txt .h2 .strong02::after {
    top: -4rem;
  }
  .top01 .container .wrap .txt .h2 b {
    font-size: 10.2rem;
    font-weight: 400;
    line-height: 1;
  }
  .top01 .container .wrap .txt  .p {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
/* ---------------------------------------------------------------------------
//  top02
--------------------------------------------------------------------------- */
.top02 .container {
  padding-top: 11.4rem;
}
.top02 .container .wrap {
  align-items: center;
  display: flex;
  gap: 3.3rem;
  justify-content: center;
}
.top02 .container .wrap .circle {
  align-items: center;
  background-repeat: no-repeat;
  border: solid 1px rgba(107, 107, 107, .86);
  border-radius: 100%;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  height: 30rem;
  justify-content: center;
  line-height: 1.5;
  mix-blend-mode: multiply;
  padding-top: 8rem;
  text-align: center;
  width: 30rem;
}
.top02 .container .wrap .circle01 {
  background-image: url(../img/top/02_icon01.svg);
  background-position: center top 7.5rem;
  background-size: 10.3rem;
  order: 1;
}
.top02 .container .wrap .circle02 {
  background-image: url(../img/top/02_icon02.svg);
  background-position: left 11.7rem top 6.5rem;
  background-size: 8.6rem;
  order: 3;
}
.top02 .container .wrap .head {
  order: 2;
  text-align: center;
}
.top02 .container .wrap .head .eng {
  font-size: 4rem;
}
.top02 .container .wrap .head .ul {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .top02 .container {
    padding-top: 5rem;
  }
  .top02 .container .wrap {
    flex-wrap: wrap;
    gap: 2rem 1rem;
  }
  .top02 .container .wrap .circle {
    font-size: 1.64rem;
    height: 16.5rem;
    padding-top: 6rem;
    width: 16.5rem;
  }
  .top02 .container .wrap .circle01 {
    background-image: url(../img/top/02_icon01.svg);
    background-position: center top 4rem;
    background-size: 5.6rem;
    order: 1;
  }
  .top02 .container .wrap .circle02 {
    background-image: url(../img/top/02_icon02.svg);
    background-position: left 6.35rem top 3.5rem;
    background-size: 4.7rem;
    order: 3;
  }
  .top02 .container .wrap .head {
    order: -1;
    width: 100%;
  }
  .top02 .container .wrap .head .ul {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
/* ---------------------------------------------------------------------------
//  top03
--------------------------------------------------------------------------- */
.top03 .container .wrap {
  display: flex;
  justify-content: space-between;
  padding: 16rem 0 0;
  position: relative;
}
.top03 .container .wrap .img {
  order: 2;
  position: relative;
  width: 50%;
}
.top03 .container .wrap .img img {
  left: 6rem;
  max-width: inherit;
  position: absolute;
  width: 61.7rem;
}
.top03 .container .wrap .txt {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 94.8rem;
  justify-content: center;
  width: 50%;
}
.top03 .container .wrap .txt .eng {
  font-size: 4rem;
  font-weight: 400;
  justify-content: center;
  mix-blend-mode: multiply;
}
.top03 .container .wrap .txt .circles {
  margin-top: 3.6rem;
}
.top03 .container .wrap .txt .circles .circle {
  align-items: center;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 37.1rem;
  justify-content: center;
  mix-blend-mode: multiply;
  position: relative;
  text-align: center;
  width: 37.1rem;
}
.top03 .container .wrap .txt .circles .circle dt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.top03 .container .wrap .txt .circles .circle dd .tel {
  align-items: center;
  cursor: default;
  display: flex;
  font-size: 5.2rem;
  font-weight: 400;
  gap: .8rem;
  line-height: 1.1;
  margin-top: 2.7rem;
  pointer-events: none;
}
.top03 .container .wrap .txt .circles .circle dd .tel::before {
  background-image: url(../img/top/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 4.2rem;
  width: 4.2rem;
}
.top03 .container .wrap .txt .circles .circle dd p {
  font-weight: 400;
  line-height: 1.5;
}
.top03 .container .wrap .txt .btn {
  align-items: center;
  background-color: #6b6b6b;
  background-image: url(../img/common/arrow01.svg);
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 1.3rem;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 14.8rem;
  justify-content: center;
  opacity: .56;
  text-align: center;
  width: 14.8rem;
}
.top03 .container .wrap .txt .btn:hover {
  opacity: .2;
}
.top03 .container .wrap .txt .circles .circle dd .btn {
  font-size: 3.2rem;
  font-weight: 400;
  margin-top: 2.5rem;
}
.top03 .container .wrap .txt .circles .circle dd .btn::before {
  background-image: url(../img/common/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 3.7rem;
  margin-bottom: .6rem;
  width: 3.7rem;
}
.top03 .container .wrap .txt .circles .circle::before {
  border: 2px solid #fff;
  border-radius: 100%;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .4;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.top03 .container .wrap .txt .circles .circle::after {
  animation: pulsateShadow 4s linear infinite;
  border-radius: 100%;
  box-shadow: 0 0 1rem 0 #2e4e6f;
  content: '';
  filter: blur(1px);
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.top03 .container .wrap .txt .circles .circle02 {
  margin-top: -5rem;
}
.top03 .container .wrap .txt .btn02 {
  letter-spacing: -.15rem;
  margin-top: 3.4rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .top03 .container .wrap {
    align-items: center;
    flex-direction: column;
    padding: 6rem 0 0;
  }
  .top03 .container .wrap .img {
    height: 45.7rem;
    margin-top: 3rem;
    width: 100%;
  }
  .top03 .container .wrap .img img {
    left: inherit;
    right: -4.5rem;
    width: 29.7rem;
  }
  .top03 .container .wrap .txt {
    height: auto;
    order: -1;
    width: 100%;
  }
  .top03 .container .wrap .txt .eng {
    font-size: 4rem;
    font-weight: 400;
    justify-content: center;
    mix-blend-mode: multiply;
  }
  .top03 .container .wrap .txt .circles {
    margin-top: 1rem;
  }
  .top03 .container .wrap .txt .circles .circle {
    height: 30rem;
    width: 30rem;
  }
  .top03 .container .wrap .txt .circles .circle dt {
    font-size: 1.8rem;
  }
  .top03 .container .wrap .txt .circles .circle02 dt {
    padding-top: 3rem;
  }
  .top03 .container .wrap .txt .circles .circle dd .tel {
    cursor: pointer;
    font-size: 4.6rem;
    gap: .7rem;
    margin-top: 1.5rem;
    pointer-events: all;
  }
  .top03 .container .wrap .txt .circles .circle dd .tel::before {
    height: 3.7rem;
    width: 3.7rem;
  }
  .top03 .container .wrap .txt .circles .circle dd p {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .top03 .container .wrap .txt .btn {
    font-size: 1.5rem;
    height: 13.2rem;
    width: 13.2rem;
  }
  .top03 .container .wrap .txt .circles .circle dd .btn {
    font-size: 2.9rem;
    margin-top: 1.4rem;
  }
  .top03 .container .wrap .txt .circles .circle dd .btn::before {
    height: 3.3rem;
    margin-bottom: .5rem;
    width: 3.3rem;
  }
  .top03 .container .wrap .txt .circles .circle02 {
    margin-top: -4rem;
  }
  .top03 .container .wrap .txt .btn02 {
    margin-top: 3rem;
  }
}
/* ---------------------------------------------------------------------------
//  top04
--------------------------------------------------------------------------- */
.top04 {
  margin-top: 17.8rem;
}
.top04 .container {
  padding-bottom: 27.2rem;
  position: relative;
}
.top04 .container .bg {
  background-image: url(../img/top/04_bg.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 60.7rem;
  position: absolute;
  width: 100%;
}
.top04 .container .wrap {
  background: #fff;
  border-radius: .6rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
  padding: 0 4rem 8.9rem;
  position: relative;
  z-index: 2;
}
.top04 .container .wrap .eng {
  font-size: 5rem;
  font-weight: 400;
  padding: 6rem 0 3.6rem;
  text-align: center;
}
.top04 .container .wrap .abouts {
  border-bottom: solid 1px rgba(107, 107, 107, .56);
  border-top: solid 1px rgba(107, 107, 107, .56);
  display: flex;
  gap: 3rem;
  padding: 2.6rem 0;
}
.top04 .container .wrap .abouts .about {
  line-height: 2.25;
}
.top04 .container .wrap .abouts .about dl {
  display: flex;
  gap: 1.5rem;
  letter-spacing: -.02rem;
  white-space: nowrap;
}
.top04 .container .wrap .abouts .about dl dt {
  font-weight: 500;
  white-space: nowrap;
  width: 8rem;
}
.top04 .container .wrap .abouts .about dl dd {
  font-weight: 400;
  width: calc(100% - 9.5rem);
}
.top04 .container .wrap .abouts .about dl dd.flex {
  align-items: center;
  display: flex;
  gap: .8rem;
}
.top04 .container .wrap .abouts .about dl dd .btn01 {
  align-items: center;
  border: solid 1px rgba(107, 107, 107, .56);
  border-radius: .3rem;
  display: flex;
  font-size: 1.4rem;
  height: 2rem;
  justify-content: center;
  transition: .3s;
  width: 5.9rem;
}
.top04 .container .wrap .abouts .about dl dd .btn01:hover {
  background: rgba(107, 107, 107, .56);
  color: #fff;
}
.top04 .container .wrap .abouts .about dl dd .btn02 {
  align-items: center;
  background: rgba(107, 107, 107, .23);
  border-radius: .3rem;
  display: flex;
  display: flex;
  font-size: 1.4rem;
  height: 2rem;
  justify-content: center;
  margin: .8rem 0;
  width: 10.8rem;
}
.top04 .container .wrap .abouts .about dl dd .btn02:hover {
  opacity: .7;
}
.top04 .container .wrap .bottom {
  align-items: center;
  display: flex;
  margin-top: 5.3rem;
}
.top04 .container .wrap .bottom .txt {
  font-weight: 500;
  line-height: 2;
  white-space: nowrap;
  width: 50%;
}
.top04 .container .wrap .bottom .right {
  display: flex;
  justify-content: center;
  width: 50%;
}
.top04 .container .wrap .bottom .circles {
  height: 36.6rem;
  position: relative;
  width: 38.5rem;
}
.top04 .container .wrap .bottom .circles .circle {
  align-items: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 20.9rem;
  position: absolute;
  text-align: center;
  width: 20.9rem;
}
.top04 .container .wrap .bottom .circles .circle::before {
  border: 2px solid #fff;
  border-radius: 100%;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .4;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.top04 .container .wrap .bottom .circles .circle::after {
  animation: pulsateShadow 4s linear infinite;
  border-radius: 100%;
  box-shadow: 0 0 1rem 0 #2e4e6f;
  content: '';
  filter: blur(1px);
  height: 100%;
  mix-blend-mode: multiply;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.top04 .container .wrap .bottom .circles .circle dt {
  color: #123861;
  font-weight: 500;
  line-height: 1.5;
}
.top04 .container .wrap .bottom .circles .circle dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.top04 .container .wrap .bottom .circles .circle01 {
  background-image: url(../img/top/04_icon01.svg);
  background-position: center bottom 2.2rem;
  background-size: 5.1rem;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.top04 .container .wrap .bottom .circles .circle01 dt {
  margin-bottom: .6rem;
  padding-top: 4.5rem;
}
.top04 .container .wrap .bottom .circles .circle02 {
  background-image: url(../img/top/04_icon02.svg);
  background-position: center top 5.1rem;
  background-size: 5.2rem;
  bottom: 0;
  left: 0;
}
.top04 .container .wrap .bottom .circles .circle02 dt {
  margin-bottom: 1.1rem;
  padding-top: 9.7rem;
}
.top04 .container .wrap .bottom .circles .circle03 {
  background-image: url(../img/top/04_icon03.svg);
  background-position: center top 5.1rem;
  background-size: 5rem;
  bottom: 0;
  right: 0;
}
.top04 .container .wrap .bottom .circles .circle03 dt {
  margin-bottom: 1.1rem;
  padding-top: 9.7rem;
}
@media screen and (max-width: 768px) {
  .top04 {
    margin-top: 5rem;
  }
  .top04 .container {
    padding: 0 3rem 14.3rem;
  }
  .top04 .container .bg {
    height: 27.7rem;
    left: 0;
    width: 100vw;
  }
  .top04 .container .wrap {
    padding: 0 1.7rem 4.5rem;
  }
  .top04 .container .wrap .eng {
    font-size: 4rem;
    padding: 2.5rem 0 1.8rem;
  }
  .top04 .container .wrap .abouts {
    display: block;
    padding: 1.3rem 0 2rem;
  }
  .top04 .container .wrap .abouts .about {
    font-size: 1.5rem;
    line-height: 2.13;
  }
  .top04 .container .wrap .abouts .about dl {
    display: flex;
    gap: .9rem;
  }
  .top04 .container .wrap .abouts .about dl dt {
    white-space: nowrap;
    width: 7.5rem;
  }
  .top04 .container .wrap .abouts .about dl dd {
    width: calc(100% - 8.4rem);
  }
  .top04 .container .wrap .bottom {
    flex-direction: column;
    margin-top: 2rem;
  }
  .top04 .container .wrap .bottom .txt {
    font-size: 1.5rem;
    white-space: nowrap;
    width: 100%;
  }
  .top04 .container .wrap .bottom .right {
    margin-top: 2.5rem;
    width: 100%;
  }
  .top04 .container .wrap .bottom .circles {
    height: 26.24rem;
    width: 27.58rem;
  }
  .top04 .container .wrap .bottom .circles .circle {
    height: 14.98rem;
    width: 14.98rem;
  }
  .top04 .container .wrap .bottom .circles .circle dt {
    line-height: 1.18;
  }
  .top04 .container .wrap .bottom .circles .circle dd {
    font-size: 1rem;
    line-height: 1.3;
  }
  .top04 .container .wrap .bottom .circles .circle01 {
    background-position: center bottom .8rem;
    background-size: 3.63rem;
  }
  .top04 .container .wrap .bottom .circles .circle01 dt {
    margin-bottom: .3rem;
    padding-top: 2.5rem;
  }
  .top04 .container .wrap .bottom .circles .circle02 {
    background-position: center top 3.6rem;
    background-size: 3.74rem;
  }
  .top04 .container .wrap .bottom .circles .circle02 dt {
    margin-bottom: .9rem;
    padding-top: 7rem;
  }
  .top04 .container .wrap .bottom .circles .circle03 {
    background-position: center top 3.6rem;
    background-size: 3.5rem;
  }
  .top04 .container .wrap .bottom .circles .circle03 dt {
    margin-bottom: .9rem;
    padding-top: 7rem;
  }
}
/* ---------------------------------------------------------------------------
//  top05
--------------------------------------------------------------------------- */
.top05 .container {
  background-attachment: fixed;
  background-image: url(../img/top/05_bg.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.top05 .container .wrap01 .txt {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 60rem;
  justify-content: center;
  padding: 5.2rem 3.7rem 3.5rem;
  position: relative;
  width: 52rem;
}
.top05 .container .wrap01 .txt::before {
  background: #afafaf;
  bottom: 0;
  content: '';
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
.top05 .container .wrap01 .txt .h2 {
  position: relative;
  width: 22.8rem;
}
.top05 .container .wrap01 .txt .p1 {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-top: 2rem;
  position: relative;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top05 .container {
    background-attachment: inherit;
    background-position: center right 20%;
  }
  .top05 .container .wrap01 .txt {
    height: auto;
    padding: 8rem 3rem;
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  top06
--------------------------------------------------------------------------- */
.top06 .container {
  background: #f1f0e6;
}
.top06 .container .wrap01 {
  display: flex;
  flex-wrap: wrap;
  padding: 6rem 0 9rem;
}
.top06 .container .wrap01 .map {
  order: -1;
  width: 50%;
}
.top06 .container .wrap01 .head {
  color: #4a413b;
  font-size: 1.8rem;
  line-height: 2.1;
  padding-top: 14.7rem;
  position: relative;
  text-align: center;
  width: 50%;
}
.top06 .container .wrap01 .head .illusts .illust {
  position: absolute;
}
.top06 .container .wrap01 .head .illusts .illust01 {
  left: 2.3rem;
  top: 4.2rem;
  width: 17.8rem;
}
.top06 .container .wrap01 .head .illusts .illust02 {
  bottom: -5rem;
  right: -3.8rem;
  width: 22.4rem;
}
.top06 .container .wrap01 .head .h2.effects01 {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: -20rem;
}
.top06 .container .wrap01 .head .h2.effects01 span {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: .7rem;
  position: relative;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.top06 .container .wrap01 .head .h2.effects01 span b {
  display: inline-block;
  height: 1.5rem;
}
.top06 .container .wrap01 .head .h2.effects01 span .bg {
  background: #fff;
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.top06 .container .wrap01 .head .h2.effects01 span .text {
  position: relative;
  z-index: 2;
}
.top06 .container .wrap01 .head .p {
  color: #4a413b;
  font-size: 1.8rem;
  line-height: 2.1;
}
.top06 .container .wrap01 .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem 4rem;
  margin-top: 6rem;
}
.top06 .container .wrap01 .cards .card {
  width: calc((100% - 16rem) / 5);
}
.top06 .container .wrap01 .cards .card .img {
  aspect-ratio: 209/184;
  overflow: hidden;
  position: relative;
}
.top06 .container .wrap01 .cards .card .img::before {
  background-image: url(../img/common/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.2rem;
  content: '';
  height: 1.2rem;
  position: absolute;
  right: 1.2rem;
  width: 1.2rem;
  z-index: 2;
}
.top06 .container .wrap01 .cards .card .img::after {
  background: #787878;
  border-radius: 100%;
  bottom: .5rem;
  content: '';
  height: 2.6rem;
  mix-blend-mode: multiply;
  position: absolute;
  right: .5rem;
  width: 2.6rem;
  z-index: 1;
}
.top06 .container .wrap01 .cards .card .img img {
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  transition: .3s;
  width: 100%;
}
.top06 .container .wrap01 .cards .card:hover .img img {
  transform: scale(1.1);
}
.top06 .container .wrap01 .cards .card .txt {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: .5rem;
  transition: .3s;
}
.top06 .container .wrap01 .cards .card:hover .txt {
  opacity: .7;
}
.top06 .container .wrap01 .cards .card .txt > * {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top06 .container .wrap01 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 8rem;
  }
  .top06 .container .wrap01 .map {
    order: 0;
    padding: 0 1.5rem;
    width: 100%;
  }
  .top06 .container .wrap01 .head {
    padding-bottom: 21rem;
    padding-top: 24rem;
    width: 100%;
  }
  .top06 .container .wrap01 .head .illusts .illust01 {
    top: 3rem;
  }
  .top06 .container .wrap01 .head .illusts .illust02 {
    bottom: 4rem;
    right: 1rem;
    width: 22.4rem;
  }
  .top06 .container .wrap01 .head .h2.effects01 {
    right: 3rem;
    top: -5rem;
  }
  .top06 .container .wrap01 .head .h2.effects01 span {
    font-size: 2.5rem;
    padding: .5rem;
  }
  .top06 .container .wrap01 .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-top: 3rem;
    padding: 0 3rem;
  }
  .top06 .container .wrap01 .cards .card {
    width: calc((100% - 1rem) / 2);
  }
  .top06 .container .wrap01 .cards .card .txt {
    font-size: 1.2rem;
  }
}
/* ---------------------------------------------------------------------------
//  モーダル
--------------------------------------------------------------------------- */
#modal-overlay {
  background: #404040;
  display: none;
  height: 100vh;
  left: 0;
  mix-blend-mode: multiply;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2000;
}
#modal {
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94rem;
  z-index: 2001;
}
.modal-content {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
  overflow: auto;
  padding: 10rem 2rem;
}
.modal-content dl {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  position: relative;
}
.modal-content dl dt {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 50%;
}
.modal-content dl dt span {
  font-weight: 400;
}
.modal-content dl dt strong {
  font-size: 2.6rem;
  font-weight: 500;
}
.modal-content dl dd {
  font-weight: 500;
  line-height: 2.2;
  text-align: justify;
  width: 50%;
}
#closeModal {
  background-image: url(../img/common/modal_close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.4rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  transition: .3s;
  width: 2.4rem;
}
#closeModal:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #modal {
    width: calc(100% - 6rem);
  }
  .modal-content {
    max-height: calc(100vh - 16rem);
    padding: 6rem 1.5rem;
  }
  .modal-content dl {
    flex-direction: column;
    gap: 2rem;
  }
  .modal-content dl dt {
    font-size: 1.4rem;
    gap: 1rem;
    width: 100%;
  }
  .modal-content dl dt strong {
    font-size: 2.4rem;
  }
  .modal-content dl dd {
    font-size: 1.4rem;
    width: 100%;
    width: 100%;
  }
  #closeModal {
    height: 2rem;
    width: 2rem;
  }
}
/* ---------------------------------------------------------------------------
//  to_top
--------------------------------------------------------------------------- */
.to_top {
  bottom: 2.5rem;
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 2.5rem;
  width: 8rem;
  z-index: 10;
}
.to_top.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .to_top {
    bottom: 1.8rem;
    right: 1.5rem;
    width: 5rem;
  }
}
/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
.header::before {
  background: #6b6b6b;
  border-radius: .5rem;
  content: '';
  height: 2.7rem;
  mix-blend-mode: multiply;
  opacity: .7;
  position: fixed;
  right: 3rem;
  top: 3rem;
  width: 16.1rem;
  z-index: 1000;
}
.header .h_btn {
  position: fixed;
  right: 3rem;
  top: 3rem;
  z-index: 1001;
}
.header .h_btn .eng::before, .header .h_btn .eng::after {
  align-items: center;
  color: #fff;
  content: '';
  display: flex;
  flex-direction: column;
  height: 2.7rem;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 16.1rem;
  z-index: 1001;
}
.header .h_btn .eng::before {
  content: 'MENU';
}
.header .h_btn .eng::after {
  content: 'CLOSE';
  opacity: 0;
}
.header.open .h_btn .eng::before {
  opacity: 0;
}
.header.open .h_btn .eng::after {
  opacity: 1;
}
.header .menu {
  background: #fff;
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: .3s;
  width: 37.5rem;
  z-index: 999;
}
.header.open .menu {
  transform: translateX(0);
}
.header .menu .wrap01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 14.2rem 3rem;
  text-align: center;
}
.header .menu .logo {
  width: 14.9rem;
}
.header .menu .logo:hover {
  opacity: .7;
}
.header .menu .links {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 6rem;
}
.header .menu .links .link {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: 500;
}
.header .menu .links .link.small {
  font-size: 1.2rem;
}
.header .menu .links .link:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .header::before {
    display: none;
  }
  .header .h_btn {
    height: 7.2rem;
    right: 0;
    top: 0;
    width: 8rem;
  }
  .header .h_btn::before, .header .h_btn::after {
    background: #6b6b6b;
    content: '';
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .3s;
    width: 4rem;
  }
  .header .h_btn::before {
    top: 3rem;
  }
  .header .h_btn::after {
    top: 4.2rem;
  }
  .header.open .h_btn::before {
    top: 3.6rem;
    transform: rotate(200deg);
  }
  .header.open .h_btn::after {
    top: 3.6rem;
    transform: rotate(-200deg);
  }
  .header .h_btn .eng {
    display: none;
  }
  .header .menu {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
    width: 100%;
  }
  .header.open .menu {
    opacity: 1;
    pointer-events: all;
  }
  .header .menu .wrap01 {
    padding: 3rem 3rem 8rem;
  }
  .header .menu .logo {
    width: 10rem;
  }
  .header .menu .links {
    gap: 4rem;
    margin-top: 5rem;
  }
}
/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
.footer .container .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 17rem 0 2.4rem;
}
.footer .container .wrap .logo {
  width: 38.4rem;
}
.footer .container .wrap .links {
  color: #3a3a3a;
  display: flex;
  gap: 4.5rem;
  justify-content: center;
  letter-spacing: .08rem;
  margin-top: 2.8rem;
}
.footer .container .wrap .links .link a:hover {
  opacity: .7;
}
.footer .container .wrap .copyright {
  color: #3a3a3a;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .footer .container .wrap {
    padding: 5.2rem 0 2.4rem;
  }
  .footer .container .wrap .logo {
    width: 27.2rem;
  }
  .footer .container .wrap .links {
    flex-wrap: wrap;
    font-size: 1.4rem;
    gap: 3rem;
    letter-spacing: .07rem;
    margin-top: 2.5rem;
    padding: 0 3.5rem;
  }
  .footer .container .wrap .copyright {
    font-size: 1rem;
    margin-top: 3rem;
  }
}
/* ---------------------------------------------------------------------------
//  page_fv
--------------------------------------------------------------------------- */
.page_fv .container .wrap .logo {
  align-items: center;
  background: #fff;
  display: flex;
  height: 22.6rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 22.6rem;
  z-index: 10;
}
.page_fv .container .wrap .logo img {
  width: 14.3rem;
}
.page_fv .container .wrap .head {
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 42.7rem;
  justify-content: flex-end;
  padding-bottom: .8rem;
}
.recruit .page_fv .container .wrap .head {
  background-image: url(../img/page/fv_recruit.jpg);
  background-position: center right;
}
.contact .page_fv .container .wrap .head {
  background-image: url(../img/page/fv_contact.jpg);
  background-position: center;
}
.page_fv .container .wrap .head .eng {
  color: #000;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: .56rem;
  line-height: 1.14;
  mix-blend-mode: multiply;
}
.page_fv .container .wrap .bottom {
  padding: 3.3rem 0 11rem;
  position: relative;
  text-align: center;
}
.page_fv .container .wrap .bottom::after {
  background: #0b3d61;
  bottom: 0;
  content: '';
  height: .4rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 5.5rem;
}
.page_fv .container .wrap .bottom .h1 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .09rem;
  line-height: 1.6;
}
.page_fv .container .wrap .bottom .p {
  font-weight: 400;
  line-height: 2.5;
  margin-top: 3.5rem;
}
@media screen and (max-width:768px) {
  .page_fv .container .wrap .logo {
    height: 9rem;
    width: 9rem;
  }
  .page_fv .container .wrap .logo img {
    width: 6rem;
  }
  .page_fv .container .wrap .head {
    height: 20rem;
  }
  .page_fv .container .wrap .head .eng {
    font-size: 5rem;
  }
  .page_fv .container .wrap .bottom {
    padding: 3rem 3rem 6rem;
  }
  .page_fv .container .wrap .bottom::after {
    height: .2rem;
  }
  .page_fv .container .wrap .bottom .p {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
/* ---------------------------------------------------------------------------
//  page01
--------------------------------------------------------------------------- */
.page01 .container .wrap {
  padding-top: 7rem;
}
.page01 .container .wrap .h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.page01 .container .wrap .contact {
  align-items: center;
  backdrop-filter: blur(4rem);
  background: linear-gradient(98deg, rgba(255, 255, 255, .40) 0%, rgba(255, 255, 255, .20) 100%);
  border: 1px solid rgba(255, 255, 255, .60);
  border-radius: .8rem;
  box-shadow: 0 .4rem 4rem 0 rgba(0, 0, 0, .12);
  display: flex;
  justify-content: center;
  margin-top: 3.3rem;
}
.page01 .container .wrap .contact > div {
  align-items: center;
  display: flex;
  padding: 4.6rem;
}
.page01 .container .wrap .contact > .left {
  gap: 7rem;
  justify-content: center;
  width: 50%;
}
.page01 .container .wrap .contact > .right {
  gap: 7rem;
  justify-content: center;
  width: 50%;
}
.page01 .container .wrap .contact > .center {
  gap: 5rem;
  justify-content: center;
}

.page01 .container .wrap .contact > div .h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  white-space: nowrap;
}

.page01 .container .wrap .contact > div .p .tel {
  cursor: default;
  display: block;
  pointer-events: none;
  width: 22.4rem;
}
.page01 .container .wrap .contact > div .p span {
  font-weight: 400;
  line-height: 1.56;
}
.page01 .container .wrap .contact > .left .p span {
  display: block;
  margin-top: 1.3rem;
}
.page01 .container .wrap .contact > div .p .mail {
  align-items: center;
  background-image: url(../img/page/arrow01.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  display: flex;
  width: 13rem;
}
.page01 .container .wrap .contact > div .p .mail:hover {
  opacity: .7;
}
.page01 .container .wrap .contact > div  .p .mail img {
  display: block;
  width: 10.68rem;
}
@media screen and (max-width:768px) {
  .page01 .container .wrap {
    padding: 6rem 3rem 0;
    padding-top: 6rem;
  }
  .page01 .container .wrap .h2 {
    font-size: 1.8rem;
  }
  .page01 .container .wrap .contact {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 1.5rem;
  }
  .page01 .container .wrap .contact > div {
    flex-direction: column;
    gap: 2rem!important;
    padding: 0;
    text-align: center;
    width: 100%!important;
  }
  .page01 .container .wrap .contact > .right {
    border-top: 1px solid #0b3d61;
    padding-top: 3rem;
  }
  .page01 .container .wrap .contact > div .p .tel {
    cursor: pointer;
    pointer-events: all;
  }
}
/* ---------------------------------------------------------------------------
//  recruit01
--------------------------------------------------------------------------- */
.recruit01 .container .wrap {
  padding: 9rem 0 ;
}
.recruit01 .container .wrap .group {
  border-bottom: solid 1px #cacaca;
  padding: 1.7rem 4.8rem;
}
.recruit01 .container .wrap .group:first-of-type {
  border-top: solid 1px #cacaca;
}
.recruit01 .container .wrap .group {
  display: flex;
  font-weight: 500;
  gap: 5.5rem;
  line-height: 2.5;
}
.recruit01 .container .wrap .group .h3 {
  width: 16rem;
}
.recruit01 .container .wrap .group .txt {
  width: calc(100% - 21.5rem);
}
.recruit01 .container .wrap .group .txt .dia {
  display: flex;
}
.recruit01 .container .wrap .group .txt .dia::before {
  content: '\25C7';
  flex-shrink: 0;
}
.recruit01 .container .wrap .group .txt .dot {
  display: flex;
}
.recruit01 .container .wrap .group .txt .dot::before {
  content: '\30FB';
  flex-shrink: 0;
}
.recruit01 .container .wrap .group .txt .sup {
  display: flex;
}
.recruit01 .container .wrap .group .txt .sup::before {
  content: '\203B';
  flex-shrink: 0;
}
.recruit01 .container .wrap .group .txt .flex {
  display: flex;
}
@media screen and (max-width:768px) {
  .recruit01 .container .wrap {
    padding: 6rem 3rem ;
  }
  .recruit01 .container .wrap .group {
    padding: 1.5rem 0;
  }
  .recruit01 .container .wrap .group {
    display: block;
  }
  .recruit01 .container .wrap .group .h3 {
    width: 100%;
  }
  .recruit01 .container .wrap .group .txt {
    font-size: 1.4rem;
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  contact01
--------------------------------------------------------------------------- */
.contact01 .container .wrap {
  margin-top: 9rem;
  padding: 7rem 0 ;
  position: relative;
}
.contact01 .container .wrap::before {
  background: #0b3d61;
  content: '';
  height: .4rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.5rem;
}
.contact01 .container .wrap .h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.contact01 .container .wrap .p {
  font-weight: 400;
  line-height: 2.5;
  margin-top: 3rem;
  text-align: center;
}
.contact01 .container .wrap .form_wrap {
  margin-top: 7.4rem;
}
.contact01 .container .wrap .form_wrap .item {
  align-items: flex-start;
  border-bottom: solid 1px #e8e8e8;
  display: flex;
  line-height: 2;
  padding: 2.4rem 0;
}
.contact01 .container .wrap .form_wrap .item:first-of-type {
  border-top: solid 1px #e8e8e8;
}
.contact01 .container .wrap .form_wrap .item dt {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: .6rem 1rem .6rem 2.2rem;
  width: 37rem;
}
.contact01 .container .wrap .form_wrap .item dt span {
  align-items: center;
  border: solid 1px ;
  color: #d10606 ;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  height: 2.1rem;
  justify-content: center;
  width: 3.8rem;
}
.contact01 .container .wrap .form_wrap .item dd {
  width: calc(100% - 37rem);
}
.contact01 .container .wrap .form_wrap .item dd input {
  background: #fff;
  padding: .6rem 1.4rem;
  width: 100%;
}
.contact01 .container .wrap .form_wrap .item dd textarea {
  background: #fff;
  height: 25.3rem;
  padding: .6rem 1.4rem;
  resize: none;
  width: 100%;
}
::placeholder {
  color: #b2b2b2;
}
.contact01 .container .wrap .form_wrap .agree {
  margin-top: 3.8rem;
  text-align: center;
}
.contact01 .container .wrap .form_wrap .agree a {
  text-decoration: underline;
}
.contact01 .container .wrap .form_wrap .agree a:hover {
  opacity: .7;
}
.contact01 .container .wrap .form_wrap .submit {
  display: flex;
  justify-content: center;
  margin-top: 5.8rem;
}
.contact01 .container .wrap .form_wrap .submit input {
  background: #2f5a78;
  border-radius: 100%;
  color: #fff;
  font-size: 2rem;
  height: 14.8rem;
  line-height: 14.8rem;
  text-align: center;
  width: 14.8rem;
}
.contact01 .container .wrap .form_wrap .error {
  color: #d10606;
  line-height: 1;
  padding: 1rem 1.4rem 0;
}
.checkBtn input[type='checkbox'] {
  /* デフォルト非表示 */
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid ;
  cursor: pointer;
  height: 2.8rem;
  position: relative;
  transition: border-color .2s, background-color .2s;
  vertical-align: middle;
  width: 2.8rem;
}
.checkBtn input[type='checkbox']:checked {
  background-color: #fff;
}
.checkBtn input[type='checkbox']:checked::after {
  border-right: .3rem solid #6b6b6b;
  border-top: .3rem solid #6b6b6b;
  content: '';
  height: 1.2rem;
  left: .28rem;
  position: absolute;
  top: .4rem;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  width: 2rem;
}
.checkBtn .label_inner {
  margin-left: 8px;
  vertical-align: middle;
}

/* 送信ボタンの非活性時スタイル */
.submit input[type='submit'].disabled {
  background-color: #ccc!important;
  cursor: not-allowed;
  opacity: .7;
}
@media screen and (max-width:768px) {
  .contact01 .container .wrap {
    margin-top: 6rem;
    padding: 6rem 3rem;
  }
  .contact01 .container .wrap::before {
    height: .2rem;
  }
  .contact01 .container .wrap .h2 {
    font-size: 1.8rem;
  }
  .contact01 .container .wrap .p {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: justify;
  }
  .contact01 .container .wrap .form_wrap {
    margin-top: 4rem;
  }
  .contact01 .container .wrap .form_wrap .item {
    flex-direction: column;
    padding: 2rem 0;
  }
  .contact01 .container .wrap .form_wrap .item dt {
    align-items: center;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0;
    width: 100%;
  }
  .contact01 .container .wrap .form_wrap .item dd {
    width: 100%;
  }
  .contact01 .container .wrap .form_wrap .item dd input {
    padding: .6rem 1rem;
    width: 100%;
  }
  .contact01 .container .wrap .form_wrap .item dd textarea {
    padding: .6rem 1rem;
  }
  .contact01 .container .wrap .form_wrap .agree {
    margin-top: 3rem;
  }
  .contact01 .container .wrap .form_wrap .error {
    font-size: 1.4rem;
    padding: 1rem 1rem 0;
  }
}
/* ---------------------------------------------------------------------------
//  PC/SP
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (max-width:768px) {
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
}
