@charset "UTF-8";
body {
  font-family: "Roboto", "FOT-筑紫ゴシック Pro B", sans-serif;
  letter-spacing: 0.06em;
  color: #363459;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

img {
  width: 100%;
}

a {
  text-decoration: none !important;
}

.barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.fix_btn {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  right: 0;
  top: 20%;
  z-index: 999;
}
.fix_btn a {
  display: block;
  background-color: #3982c8;
  color: #fff;
  border-radius: 1em 0 0 1em;
  font-size: 12px;
  font-weight: bold;
  padding: 2em 1em;
  text-align: center;
  line-height: 1.3;
}
.fix_btn a img {
  display: block;
  width: 30px;
  margin: 0 auto 0.4em;
}

h1 {
  position: relative;
}
h1 .target-btn {
  position: absolute;
  bottom: 5%;
  right: 7%;
}
h1 .target-btn a {
  box-sizing: border-box;
  position: relative;
  width: 11.9791666667vw;
  aspect-ratio: 230/65;
  display: flex;
  align-items: center;
  background: #eeffe0 url(../images/img02-target.png) no-repeat right bottom;
  background-size: auto 3.125vw;
  color: #7cba4c;
  font-size: 0.8333333333vw;
  line-height: 1.3;
  padding-left: 2.2395833333vw;
  font-family: "FOT-筑紫ゴシック Pro B";
}
h1 .target-btn a:before {
  font-family: "fontello";
  position: absolute;
  content: "\e80e";
  font-size: 1.1979166667vw;
  left: 0.4166666667vw;
  margin: auto;
}

.schedule {
  background-color: #f3f0ff;
  padding-block: 6%;
}
.schedule h2 {
  text-align: center;
  margin-bottom: 2%;
}
.schedule h2 span {
  font-size: 3.90625vw;
  font-weight: 600;
  color: #716dc3;
  letter-spacing: 0.1em;
  line-height: 1;
}
.schedule h2 small {
  display: block;
  font-size: 0.3em;
  color: #363459;
  line-height: 1.6;
}
.schedule ul {
  background-color: #fff;
  width: 1200px;
  gap: 1em 1em;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 4%;
  box-sizing: border-box;
}
.schedule ul li {
  font-size: 44px;
  line-height: 1;
  flex: 1;
  white-space: nowrap;
  width: 33.3333333333%;
}
.schedule ul li span {
  font-size: 0.7em;
  color: #3982c8;
  margin-inline: 0.1em;
}
.schedule ul li small {
  font-size: 0.7em;
}
.schedule a {
  display: block;
  margin: auto;
  width: 38.5416666667vw;
  font-size: 2.1875vw;
  padding-block: 0.4em 0.5em;
  background-color: #716dc3;
  border-radius: 999px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-top: 3%;
  position: relative;
  animation: pulse 1s infinite;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}
.schedule a small {
  font-size: 0.6em;
}

.benefit {
  padding-block: 6%;
  background-image: url(../images/oc_back_benefit.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefit h2 {
  width: 20.0520833333vw;
  margin: auto;
}
.benefit .list {
  margin-top: 2%;
}
.benefit .list .benefit_box {
  max-width: 1200px;
  background-color: #fff;
  margin: auto;
  padding: 3% 2%;
}
.benefit .list .benefit_box:not(:last-child) {
  margin-bottom: 2%;
}
.benefit .list .benefit_box h3 {
  font-size: 2.0833333333vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.benefit .list .benefit_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2%;
  margin-top: 1.2em;
}
.benefit .list .benefit_box ul li {
  width: 31%;
  border: 1px solid #363459;
  border-radius: 6px;
  text-align: center;
  padding-block: 3%;
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  box-shadow: 5px 5px 0px #3982c8;
  justify-content: center;
}
.benefit .list .benefit_box ul li.or {
  font-size: 2.03125vw;
  font-weight: 700;
  color: #363459;
  border: unset;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: unset;
  margin-inline: -0.4em;
}
.benefit .list .benefit_box ul li p {
  display: flex;
  font-size: 1.3020833333vw;
  line-height: 1.6;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.benefit .list .benefit_box ul li .ill {
  width: 165px;
  margin: auto;
}
.benefit .btn {
  margin-top: 6%;
}
.benefit .btn a {
  display: block;
  border-radius: 999px;
  font-size: 1.5625vw;
  color: #fff;
  width: 38.28125vw;
  text-align: center;
  padding-block: 1em;
  background-color: #3982c8;
  margin: auto;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  animation: pulse 1s infinite;
}

.program {
  padding-block: 8% 6%;
}
.program h2 {
  text-align: center;
  margin: 0 auto 2%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.program h2 span {
  font-size: 3.90625vw;
  font-weight: 600;
  color: #3982c8;
  letter-spacing: 0.1em;
  line-height: 1;
}
.program h2 small {
  display: block;
  font-size: 0.3em;
  color: #363459;
  line-height: 1.6;
}
.program h2 .staff1 {
  position: absolute;
  width: 8.59375vw;
  left: -50%;
  bottom: -2.5em;
}
.program h2 .staff2 {
  position: absolute;
  width: 7.8125vw;
  right: -44%;
  bottom: -2.5em;
}
.program h2 .fukidashi {
  position: absolute;
  width: 8.3333333333vw;
  right: -87%;
  bottom: 0%;
}
.program ul {
  width: 1200px;
  margin: 2.5em auto 0;
  display: flex;
  flex-direction: column;
  gap: 2vw 0;
}
.program ul li {
  border: 1px solid #363459;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.program ul li .text {
  width: 50%;
  padding-inline: 4%;
}
.program ul li .text h3 {
  font-size: 1.9791666667vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.program ul li .text h3 span {
  font-size: 1.3em;
  color: #3982c8;
}
.program ul li .text p {
  font-size: 1.0416666667vw;
}
.program ul li .text p span {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5;
  color: #3982c8;
  margin-bottom: 0.4em;
}
.program ul li .img {
  position: relative;
}
.program ul li .img .staff3 {
  position: absolute;
  width: 6.1458333333vw;
  left: -7%;
  bottom: -5%;
}
.program ul li .img .staff4 {
  position: absolute;
  width: 6.1458333333vw;
  right: -7%;
  bottom: -5%;
}
.program ul li .img .fukidashi2 {
  position: absolute;
  width: 8.0729166667vw;
  right: -12%;
  top: -5%;
}

.btn_wrap {
  display: flex;
  flex-direction: column;
  gap: 2vw 0;
}
.btn_wrap .box p {
  font-size: 1.25vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.4em;
}
.btn_wrap .box .area {
  display: flex;
  justify-content: center;
  gap: 0 1%;
}
.btn_wrap .box .area a {
  display: block;
  border-radius: 999px;
  font-size: 1.5625vw;
  color: #fff;
  width: 30.7291666667vw;
  text-align: center;
  padding-block: 1em;
}
.btn_wrap .box .area a.appli {
  background-color: #3982c8;
  position: relative;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  animation: pulse 1s infinite;
}
.btn_wrap .box .area a.briefing {
  background-color: #716dc3;
}
.btn_wrap .box .area a.online {
  background-color: #363459;
}

@keyframes pulse {
  0% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  10% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  20% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
  30% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    top: 3px;
  }
  40% {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
    top: 0px;
  }
}
.event {
  margin-top: 6%;
  padding-block: 8% 6%;
  background-color: #f3f0ff;
}
.event h2 {
  text-align: center;
  margin: 0 auto 2%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.event h2 span {
  font-size: 3.90625vw;
  font-weight: 600;
  color: #3982c8;
  letter-spacing: 0.1em;
  line-height: 1;
}
.event h2 small {
  display: block;
  font-size: 0.3em;
  color: #363459;
  line-height: 1.6;
}
.event .lead {
  font-size: 1.0416666667vw;
  text-align: center;
}
.event h3 {
  position: relative;
  font-size: 2.0833333333vw;
  text-align: center;
  line-height: 1.4;
  margin: 2.4em auto 0;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
}
.event h3 small {
  font-size: 0.5em;
  display: block;
  margin-top: 0.4em;
}
.event h3 .staff5 {
  position: absolute;
  width: 10.4166666667vw;
  top: -11em;
  left: -8em;
}
.event h3 .staff6 {
  position: absolute;
  width: 17.1875vw;
  top: -11em;
  right: -11em;
}
.event ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 2% auto 0;
}
.event ul li {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  border: 1px solid #363459;
  border-radius: 5px;
}
.event ul li .text {
  padding: 6% 8% 7%;
}
.event ul li .text h4 {
  font-size: 1.4583333333vw;
  font-weight: bold;
  color: #3982c8;
  line-height: 1.4;
}
.event ul li .text p {
  font-size: 1.0416666667vw;
  margin-top: 0.4em;
}
.event .btn {
  margin-top: 3%;
}
.event .btn p {
  font-size: 1.5625vw;
  text-align: center;
}
.event .btn a {
  display: block;
  border-radius: 999px;
  font-size: 1.5625vw;
  color: #fff;
  width: 38.28125vw;
  text-align: center;
  padding-block: 1em;
  background-color: #3982c8;
  margin: auto;
}

.stay {
  background-image: url(../images/oc_back_stay.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 62.5vw;
  margin: auto;
  position: relative;
  padding-block: 3% 2.5%;
  margin-block: 6%;
}
.stay .lead {
  font-size: 1.5625vw;
  color: #f5da6a;
  text-align: center;
}
.stay h2 {
  width: 30.2083333333vw;
  margin: auto;
}
.stay .text {
  font-size: 1.0416666667vw;
  text-align: center;
  color: #fff;
}
.stay small {
  display: block;
  font-size: 0.78125vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
}
.stay .staff8 {
  position: absolute;
  width: 13.0208333333vw;
  left: -2.3em;
  bottom: -1.7em;
}
.stay .staff9 {
  position: absolute;
  width: 15.625vw;
  right: -2em;
  top: -2em;
}

.faq {
  padding-block: 0 6%;
}
.faq h2 {
  text-align: center;
  margin: 0 auto 2%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.faq h2 span {
  font-size: 3.90625vw;
  font-weight: 600;
  color: #3982c8;
  letter-spacing: 0.1em;
  line-height: 1;
}
.faq h2 small {
  display: block;
  font-size: 0.3em;
  color: #363459;
  line-height: 1.6;
}
.faq .dl_list {
  width: 62.5vw;
  margin: auto;
}
.faq .dl_list dl {
  display: flex;
  flex-direction: column;
}
.faq .dl_list dl dt {
  font-size: 1.6666666667vw;
  background-color: #e0f0ff;
  display: flex;
  align-items: center;
  gap: 0 1em;
  padding: 0.4em 1em;
  line-height: 1.5;
}
.faq .dl_list dl dt span {
  font-size: 2.6041666667vw;
  color: #3982c8;
  font-weight: 700;
}
.faq .dl_list dl dd {
  font-size: 1.0416666667vw;
  padding: 0.4em 1.6em 2em;
  display: flex;
  gap: 0 1.6em;
  align-items: center;
}
.faq .dl_list dl dd span {
  font-size: 2.6041666667vw;
  color: #3982c8;
  font-weight: 700;
}

.photo {
  padding-block: 6%;
  margin-bottom: 5%;
  background-image: url(../images/oc_back_photo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.photo h2 {
  text-align: center;
  margin: 0 auto 2%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.photo h2 span {
  font-size: 3.90625vw;
  font-weight: 600;
  color: #716dc3;
  letter-spacing: 0.1em;
  line-height: 1;
}
.photo h2 small {
  display: block;
  font-size: 0.3em;
  color: #363459;
  line-height: 1.6;
}
.photo .container {
  width: 1200px;
  margin: auto;
}
.photo .container .main-img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.photo .container .sub-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1%;
  justify-content: flex-start;
  gap: 0.5em 1%;
}
.photo .container .sub-img li {
  width: 11.625%;
}
.photo .container .sub-img li img {
  border: 2px solid transparent;
  transition: border 0.5s;
}
.photo .container .sub-img img {
  cursor: pointer;
}
.photo .container {
  /* アクティブな画像の枠線を変更 */
}
.photo .container .sub-img li.current img {
  border: 2px solid #3982c8;
  transition: border 0.5s;
}

#contact {
  min-width: 960px;
  padding-block: 5%;
  background-color: #e9e9e9;
  margin-top: 6%;
}
#contact .inner {
  position: relative;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
#contact .inner h2 {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-top: 0;
}
#contact .inner .text {
  display: inline-block;
  font-family: "FOT-筑紫ゴシック Pro B";
  width: 630px;
  padding-left: 30px;
  vertical-align: top;
}
#contact .inner .text .office {
  margin-top: 0;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
}
#contact .inner .text address {
  margin-top: 20px;
  line-height: 30px;
  font-size: 25px;
  font-size: 2.5rem;
}
#contact .inner .text address span {
  display: inline-block;
  border: 2px solid #363459;
  padding: 0 25px;
}
#contact .inner .text ul {
  overflow: hidden;
  margin-top: 20px;
}
#contact .inner .text ul li {
  width: 46%;
  max-width: 330px;
  margin-right: 2%;
  text-align: center;
  float: left;
}
#contact .inner .text ul li a {
  display: block;
  border: 2px solid #363459;
  text-align: center;
  color: #363459;
  font-family: "FOT-筑紫ゴシック Pro B";
  text-decoration: none;
  line-height: 55px;
  font-size: 18px;
  font-size: 1.8rem;
}

#contents {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  #contents {
    padding: unset;
    background: unset;
  }
  .fix_btn {
    display: flex;
    flex-direction: row;
    gap: 0 1.2vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
  }
  .fix_btn a {
    border-radius: 1em 1em 0 0;
    font-size: 3.2vw;
    padding: 1.2em 0;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    width: 47vw;
  }
  .fix_btn a img {
    display: block;
    width: 6vw;
    margin: unset;
  }
  h1 .target-btn {
    bottom: -20vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  h1 .target-btn a {
    width: 86vw;
    aspect-ratio: 230/40;
    display: flex;
    align-items: center;
    background: #eeffe0 url(../images/img02-target.png) no-repeat right bottom;
    background-size: auto 13.3333333333vw;
    font-size: 4.5333333333vw;
    padding-left: 10vw;
  }
  h1 .target-btn a:before {
    font-size: 5.3333333333vw;
    left: 2.6666666667vw;
  }
  .schedule {
    padding-block: 28% 12%;
  }
  .schedule h2 {
    margin-bottom: 4%;
  }
  .schedule h2 span {
    font-size: 10vw;
  }
  .schedule h2 small {
    font-size: 0.5em;
  }
  .schedule ul {
    width: 86%;
    gap: 0.6em 1em;
    padding: 6%;
  }
  .schedule ul li {
    font-size: 6.6666666667vw;
    width: 50%;
  }
  .schedule a {
    width: 80%;
    font-size: 5.6vw;
    padding-block: 0.4em 0.5em;
    margin-top: 7%;
  }
  .benefit {
    padding-block: 12%;
  }
  .benefit h2 {
    width: 45.0666666667vw;
  }
  .benefit .list {
    margin-top: 4%;
  }
  .benefit .list .benefit_box {
    width: 90%;
    padding: 8% 2%;
  }
  .benefit .list .benefit_box:not(:last-child) {
    margin-bottom: 4%;
  }
  .benefit .list .benefit_box h3 {
    font-size: 5.3333333333vw;
  }
  .benefit .list .benefit_box ul {
    gap: 3vw 3%;
    margin-top: 0.8em;
  }
  .benefit .list .benefit_box ul li {
    width: 44%;
    padding-block: 5%;
    gap: 0.4em 0;
    box-shadow: 3px 3px 0px #3982c8;
  }
  .benefit .list .benefit_box ul li.or {
    font-size: 4vw;
  }
  .benefit .list .benefit_box ul li p {
    font-size: 2.6666666667vw;
  }
  .benefit .list .benefit_box ul li .ill {
    width: 70%;
  }
  .benefit .btn {
    margin-top: 12%;
  }
  .benefit .btn a {
    font-size: 4vw;
    width: 80%;
  }
  .program {
    padding-block: 12% 10%;
  }
  .program h2 {
    margin: 0 auto 2%;
  }
  .program h2 span {
    font-size: 8vw;
  }
  .program h2 small {
    font-size: 0.5em;
  }
  .program h2 .staff1 {
    width: 16vw;
    left: -39%;
    bottom: -1em;
  }
  .program h2 .staff2 {
    width: 14.5333333333vw;
    right: -32%;
    bottom: -1em;
  }
  .program h2 .fukidashi {
    width: 15.3333333333vw;
    right: -59%;
    bottom: 0%;
  }
  .program ul {
    width: 80%;
    margin: 1em auto 0;
    display: flex;
    flex-direction: column;
    gap: 6vw 0;
  }
  .program ul li .text {
    width: 100%;
    padding: 6% 8%;
  }
  .program ul li .text h3 {
    font-size: 5.0666666667vw;
    gap: 0.4em;
  }
  .program ul li .text p {
    font-size: 3.2vw;
  }
  .program ul li .img {
    position: relative;
  }
  .program ul li .img .staff3 {
    position: absolute;
    width: 20.8vw;
    left: -9%;
    bottom: -5%;
  }
  .program ul li .img .staff4 {
    position: absolute;
    width: 21.0666666667vw;
    right: -10%;
    bottom: -5%;
  }
  .program ul li .img .fukidashi2 {
    position: absolute;
    width: 28vw;
    right: -9%;
    top: -5%;
  }
  .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 6vw 0;
  }
  .btn_wrap .box p {
    font-size: 3.2vw;
    margin-bottom: 0.8em;
  }
  .btn_wrap .box .area {
    justify-content: center;
    flex-direction: column;
    gap: 4vw 0;
  }
  .btn_wrap .box .area a {
    font-size: 4vw;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-block: 1em;
  }
  .event {
    margin-top: 12%;
    padding-block: 12%;
  }
  .event h2 {
    margin: 0 auto 2%;
  }
  .event h2 span {
    font-size: 8vw;
  }
  .event h2 small {
    font-size: 0.5em;
  }
  .event .lead {
    font-size: 3.2vw;
  }
  .event h3 {
    font-size: 5.3333333333vw;
    margin: 2.4em auto 0;
  }
  .event h3 small {
    font-size: 0.5em;
  }
  .event h3 .staff5 {
    width: 13.3333333333vw;
    top: -1em;
    left: -3.5em;
  }
  .event h3 .staff6 {
    width: 21.6vw;
    top: -0.5em;
    right: -4.5em;
  }
  .event ul {
    max-width: 86%;
    margin: 4% auto 0;
    gap: 4vw 0;
  }
  .event ul li {
    width: 100%;
  }
  .event ul li .text {
    padding: 6% 8% 7%;
  }
  .event ul li .text h4 {
    font-size: 4.8vw;
  }
  .event ul li .text p {
    font-size: 3.2vw;
    margin-top: 0.4em;
  }
  .event .btn {
    margin-top: 12%;
  }
  .event .btn p {
    font-size: 4vw;
  }
  .event .btn a {
    font-size: 4vw;
    width: 80%;
  }
  .stay {
    width: 90%;
    padding-block: 9% 6%;
    margin-block: 12%;
  }
  .stay .lead {
    font-size: 4vw;
  }
  .stay h2 {
    width: 70.6666666667vw;
    margin-block: 0.4em;
  }
  .stay .text {
    font-size: 3.2vw;
  }
  .stay small {
    font-size: 2.6666666667vw;
    width: 80%;
    margin: 0.8em auto 0;
  }
  .stay .staff8 {
    width: 18.2666666667vw;
    left: -0.5em;
    bottom: unset;
    top: -1.8em;
  }
  .stay .staff9 {
    width: 24.6666666667vw;
    right: -0.8em;
    top: -1.8em;
  }
  .faq {
    padding-block: 0 12%;
  }
  .faq h2 {
    margin: 0 auto 2%;
  }
  .faq h2 span {
    font-size: 8vw;
  }
  .faq h2 small {
    font-size: 0.5em;
  }
  .faq .dl_list {
    width: 90%;
  }
  .faq .dl_list dl dt {
    font-size: 4vw;
    padding: 0.8em 1em;
  }
  .faq .dl_list dl dt span {
    font-size: 6.6666666667vw;
  }
  .faq .dl_list dl dd {
    font-size: 3.2vw;
    padding: 0.8em 1.6em 2em;
    gap: 0 1.6em;
  }
  .faq .dl_list dl dd span {
    font-size: 6.6666666667vw;
  }
  .photo {
    padding-block: 12%;
    margin-bottom: 12%;
  }
  .photo h2 {
    margin: 0 auto 2%;
  }
  .photo h2 span {
    font-size: 8vw;
  }
  .photo h2 small {
    font-size: 0.5em;
  }
  .photo .container {
    width: 90%;
  }
  .photo .container .main-img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .photo .container .sub-img {
    margin-top: 4%;
    gap: 0.2em 2.3333333333%;
  }
  .photo .container .sub-img li {
    width: 23.25%;
  }
  #contact {
    min-width: 100%;
    padding-block: 12%;
    margin-top: 12%;
    box-sizing: border-box;
  }
  #contact .inner {
    width: 90%;
    margin: 0 auto;
  }
  #contact .inner h2 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #contact .inner .text {
    display: inline-block;
    font-family: "FOT-筑紫ゴシック Pro B";
    width: 100%;
    padding-left: unset;
    vertical-align: top;
  }
  #contact .inner .text .office {
    margin-top: 1em;
    font-size: 4vw;
    line-height: 1.4;
  }
  #contact .inner .text address {
    margin-top: 1em;
    font-size: 3.7vw;
  }
  #contact .inner .text address span {
    display: inline-block;
    border: 1px solid #363459;
    padding: 0 1em;
  }
  #contact .inner .text ul {
    width: 100%;
    overflow: unset;
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    gap: 4vw 0;
  }
  #contact .inner .text ul li {
    width: 100%;
    max-width: unset;
    margin-right: unset;
    text-align: left;
    float: unset;
  }
  #contact .inner .text ul li a {
    display: block;
    border: 1px solid #363459;
    text-align: left;
    color: #363459;
    line-height: unset;
    padding-bottom: unset;
    padding: 0.6em 1em;
    font-size: 4vw;
  }
}/*# sourceMappingURL=oc_new.css.map */