@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@400;500&family=Noto+Sans+Lao:wght@300;400;500&family=Playfair+Display:wght@900&display=swap");
@-webkit-keyframes anc_arr {
  0% {
    background-position: center 55%;
  }
  49.9% {
    background-position: center 155%;
  }
  49.95% {
    background-image: none;
  }
  50% {
    background-image: url("../img/arr_wh.svg");
    background-position: center -155%;
  }
  100% {
    background-position: center 55%;
  }
}
@keyframes anc_arr {
  0% {
    background-position: center 55%;
  }
  49.9% {
    background-position: center 155%;
  }
  49.95% {
    background-image: none;
  }
  50% {
    background-image: url("../img/arr_wh.svg");
    background-position: center -155%;
  }
  100% {
    background-position: center 55%;
  }
}
html {
  background: #adefb4;
  color: #0a00d0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}
@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}

body,
header,
main,
div,
ul, li,
hgroup,
h1, h2, h3, h4, h5, h6,
form, input, textarea, button,
p,
blockquote,
figure,
picture,
img {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
  background: #adefb4;
  color: #0a00d0;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100% !important;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
}
img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select,
button {
  *font-size: 100%;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #0a00d0;
}
@media (any-hover: hover) and (min-width: 481px) {
  a:hover {
    text-decoration: none;
  }
}

br.pc {
  display: inline;
}
@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp {
    display: inline;
  }
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .link_list {
    gap: 5px;
  }
}

.link_list a,
a.link {
  display: block;
  text-decoration: none;
  padding: 15px 20px 15px 38px;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 480px) {
  .link_list a,
  a.link {
    padding: 6px 15px 6px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.link_list a::before,
a.link::before {
  content: "";
  display: block;
  width: 12px;
  height: 2.625rem;
  position: absolute;
  left: 15px;
  top: 15px;
  background: url("../img/i_blank.svg") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  .link_list a::before,
  a.link::before {
    top: 6px;
    left: 11px;
    height: 1.8rem;
  }
}
.link_list a .ttl,
a.link .ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  text-decoration: underline;
  padding-right: 8px;
}
@media screen and (max-width: 480px) {
  .link_list a .ttl,
  a.link .ttl {
    font-size: 1.2rem;
    padding-right: 0;
    line-height: 1.5;
  }
}
.link_list a .date,
a.link .date {
  display: inline-block;
  vertical-align: top;
  background: #dfddff;
  color: #000;
  font-family: "A1ゴシック L", "A1 Gothic L", sans-serif;
  margin: 0.3105rem 0;
  padding: 0 0.4em;
  font-size: 1.2rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .link_list a .date,
  a.link .date {
    font-size: 1rem;
    line-height: 1.5;
    margin: 4px 0;
  }
}
.link_list a .date .laos,
a.link .date .laos {
  font-family: "Noto Sans Lao", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.link_list a .desc,
a.link .desc {
  display: block;
  margin-top: 5px;
  font-family: "A1ゴシック L", "A1 Gothic L", sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 480px) {
  .link_list a .desc,
  a.link .desc {
    margin-top: 2px;
    font-size: 1.1rem;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .link_list a:hover,
  a.link:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .link_list a:hover .ttl,
  a.link:hover .ttl {
    text-decoration: none;
  }
}

.btn_pi {
  display: block;
  text-decoration: none;
  border-radius: 9999px;
  background: #ff5951;
  color: #fff;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.btn_pi .l {
  font-size: 1.6em;
}
.btn_pi::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background: url("../img/i_blank_wh.svg") no-repeat center center/contain;
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn_pi:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.windows .btn_pi {
  padding-top: 0.15em;
}
.windows .btn_pi::after {
  margin-top: -0.075em;
}

.btn_anc {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background: #0a00d0;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .btn_anc {
    font-size: 1.4rem;
  }
}
.btn_anc::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 26px;
  background-image: url("../img/arr_wh.svg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: 8px;
  top: calc(50% - 13px);
  right: 23px;
}
@media screen and (max-width: 480px) {
  .btn_anc::after {
    right: 9px;
    width: 16px;
    background-size: 6px;
    top: calc(50% - 8px);
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .btn_anc:hover::after {
    -webkit-animation: 1s forwards anc_arr cubic-bezier(0.5, 1, 0.89, 1);
    animation: 1s forwards anc_arr cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.windows .btn_anc {
  padding-top: 0.15em !important;
}

.common_counseling {
  width: 100%;
  max-width: 1100px;
  height: 1417px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  background: #0f141c url("../img/common_counseling_bg.webp") no-repeat center top/100%;
  padding: 120px 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  border: 1px solid #0a00d0;
}
@media screen and (max-width: 480px) {
  .common_counseling {
    padding: 50px 0 35px;
    height: auto;
    border: none;
    background: #0f141c;
    position: relative;
    overflow: hidden;
  }
  .common_counseling::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 650px;
    top: 0;
    left: 0;
    background: url("../img/common_counseling_bg_sp.webp") no-repeat center center/cover;
  }
  .common_counseling > * {
    position: relative;
  }
  .common_counseling .comment {
    margin-top: 120px;
  }
  .common_counseling .comment img {
    width: 234px;
    height: auto;
  }
}
.common_counseling .ttl {
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 6rem;
  line-height: 1.33;
}
@media screen and (max-width: 480px) {
  .common_counseling .ttl {
    font-size: 3rem;
  }
}
.common_counseling .lead {
  margin-top: 35px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .common_counseling .lead {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
.common_counseling .txt {
  margin-top: 70px;
  color: #fff;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .common_counseling .txt {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.common_counseling .btn_pi {
  margin-top: 25px;
  width: 450px;
  height: 90px;
  line-height: 90px;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .common_counseling .btn_pi {
    margin-top: 10px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
  }
}
.common_counseling .btn_pi::after {
  width: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .common_counseling .btn_pi::after {
    width: 14px;
    margin-left: 14px;
  }
}
.common_counseling .notes {
  margin-top: 18px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .common_counseling .notes {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns p {
  border: 1px solid #0a00d0;
  color: #0a00d0;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  line-height: 1.33;
  padding: 0 0.4em;
}
.sns a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sns a.x {
  aspect-ratio: 1;
  background: url("../img/i_x.svg") no-repeat center center/contain;
}
@media (any-hover: hover) and (min-width: 481px) {
  .sns a:hover {
    opacity: 0.5;
  }
}

main {
  width: 100%;
  overflow: hidden;
}

.p_mv {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-top: clamp(71px, 14%, 196px);
}
.p_mv .copy {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .p_mv .copy {
    width: 49.71%;
  }
  .p_mv .copy img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_mv .copy {
    width: 254px;
  }
}
.p_mv .project {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding-top: 152px;
}
@media screen and (max-width: 1400px) {
  .p_mv .project {
    width: 41.07%;
    padding-top: 10.86%;
  }
  .p_mv .project img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_mv .project {
    width: 206px;
    padding-top: 294px;
  }
}
.p_mv .img {
  position: relative;
  border: 1px solid #0a00d0;
  margin: 0 218px 0 136px;
  height: 697px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .p_mv .img {
    margin: 0 15.57% 0 9.71%;
    height: auto;
    aspect-ratio: 1046/697;
  }
}
@media screen and (max-width: 480px) {
  .p_mv .img {
    margin: 0;
    aspect-ratio: auto;
    height: 340px;
    border-left: none;
    border-right: none;
  }
}
.p_mv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_mv .img .cap {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.4rem;
  background: #0a00d0;
  color: #fff;
  line-height: 1.71;
  padding: 0 0.4em;
}
@media screen and (max-width: 480px) {
  .p_mv .img .cap {
    bottom: auto;
    left: 8px;
    top: calc(100% + 6px);
    right: 200px;
    font-size: 10px;
    line-height: 1.44;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    padding: 0;
    background: transparent;
    color: #0a00d0;
  }
}

.p_lead {
  width: 780px;
  margin: 100px auto 0;
}
@media screen and (max-width: 480px) {
  .p_lead {
    width: 92%;
    margin: 95px auto 0;
  }
}
.p_lead p {
  text-align: justify;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .p_lead p {
    font-size: 2.3rem;
  }
}
.p_lead p span {
  background: #fff;
}
.p_lead p + p {
  margin-top: 0.8em;
}
@media screen and (max-width: 480px) {
  .p_lead p + p {
    margin-top: 1em;
  }
}

.s_topics {
  width: 92%;
  max-width: 1100px;
  margin: 120px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_topics {
    margin: 35px auto 0;
    padding-left: 29px;
  }
}
.s_topics .s_ttl {
  position: absolute;
  left: 75px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  background: #fff;
  border: 1px solid #0a00d0;
  border-top: none;
  line-height: 70px;
  height: 74px;
  padding: 0 0.2em;
}
@media screen and (max-width: 480px) {
  .s_topics .s_ttl {
    left: 29px;
    font-size: 23px;
    line-height: 27px;
    height: 28px;
  }
}
.s_topics article {
  border: 1px solid #0a00d0;
  padding: 0 60px 60px;
}
@media screen and (max-width: 480px) {
  .s_topics article {
    padding: 0 20px 10px;
  }
}
.s_topics article > .date {
  margin: 0 -60px 50px;
  padding: 25px 60px;
  border-bottom: 1px solid #0a00d0;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_topics article > .date {
    margin: 0 -20px 15px;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
}
.s_topics article > .ttl {
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_topics article > .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s_topics article .link {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .s_topics article .link {
    margin: 10px -10px 0;
  }
}
.s_topics .btn_anc {
  width: 280px;
  height: 75px;
  padding: 0 25px;
  line-height: 75px;
}
@media screen and (max-width: 480px) {
  .s_topics .btn_anc {
    width: 160px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
  }
}

.s_you1 {
  margin: 125px 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_you1 {
    margin: 55px 0 0;
  }
}
.s_you1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 195px;
  bottom: -390px;
  background: #0a00d0;
}
@media screen and (max-width: 480px) {
  .s_you1::before {
    top: 110px;
    bottom: -365px;
  }
}
.s_you1 .inr {
  position: relative;
}
.s_you1 .s_ttl {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .s_you1 .s_ttl img {
    width: 175px;
    height: auto;
  }
}
.s_you1 .s_lead {
  margin-top: 70px;
  text-align: center;
  color: #fff;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 4.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_you1 .s_lead {
    margin-top: 35px;
    font-size: 2.4rem;
  }
}
.s_you1 .common_counseling {
  margin-top: 75px;
}
@media screen and (max-width: 480px) {
  .s_you1 .common_counseling {
    margin-top: 40px;
  }
}

.s_explanation1 {
  position: relative;
  z-index: 1;
  margin: 130px auto 0;
  padding-top: 345px;
}
@media screen and (max-width: 480px) {
  .s_explanation1 {
    margin: 40px auto 0;
    padding-top: 46px;
  }
}
.s_explanation1 .inr {
  border: 1px solid #0a00d0;
  padding: 400px 0 230px;
  width: 78.6%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .inr {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
  }
}
.s_explanation1 .s_ttl {
  position: absolute;
  z-index: 2;
  top: -345px;
  left: calc(50% - 19px);
}
@media screen and (max-width: 480px) {
  .s_explanation1 .s_ttl {
    top: -46px;
    left: auto;
    right: calc(4% + 10px);
  }
  .s_explanation1 .s_ttl img {
    width: 117px;
    height: auto;
  }
}
.s_explanation1 .s_lead {
  position: absolute;
  z-index: 1;
  background: #fff;
  left: -44px;
  top: -190px;
  right: calc(50% + 138px);
  padding: 52px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .s_lead {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin-right: calc(4% + 65px);
    padding: 35px 80px 35px 4%;
    font-size: 1.2rem;
    min-height: 376px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.s_explanation1 .txt1 {
  width: 76.4%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt1 {
    border: 1px solid #0a00d0;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96%;
    margin: -63px 0 0;
    padding: 95px 8.6vw 60px;
  }
}
.s_explanation1 .txt1 p {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt1 p {
    font-size: 1.8rem;
  }
}
.s_explanation1 .txt1 p + p {
  margin-top: 1.6em;
}
.s_explanation1 .txt1 .link {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt1 .link {
    margin-top: 15px;
  }
}
.s_explanation1 .txt2 {
  height: 1308px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 {
    height: 665px;
  }
}
.s_explanation1 .txt2 img {
  position: absolute;
}
.s_explanation1 .txt2 img:nth-child(1),
.s_explanation1 .txt2 img:nth-child(2),
.s_explanation1 .txt2 img:nth-child(3) {
  border: 1px solid #0a00d0;
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 img:nth-child(1),
  .s_explanation1 .txt2 img:nth-child(2),
  .s_explanation1 .txt2 img:nth-child(3) {
    width: 138px;
    height: auto;
  }
}
.s_explanation1 .txt2 img:nth-child(1) {
  top: -117px;
  left: calc(50% - 42px);
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 img:nth-child(1) {
    z-index: 1;
    top: -35px;
    left: calc(50% - 18px);
  }
}
.s_explanation1 .txt2 img:nth-child(2) {
  top: 182px;
  left: calc(50% - 416px);
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 img:nth-child(2) {
    top: 116px;
    left: calc(50% - 148px);
  }
}
.s_explanation1 .txt2 img:nth-child(3) {
  top: 552px;
  left: calc(50% + 96px);
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 img:nth-child(3) {
    top: 335px;
    left: calc(50% + 9px);
  }
}
.s_explanation1 .txt2 img:nth-child(4) {
  bottom: 97px;
  right: calc(50% - 110px);
}
@media screen and (max-width: 480px) {
  .s_explanation1 .txt2 img:nth-child(4) {
    bottom: 80px;
    right: calc(50% - 20px);
    width: 248px;
    height: auto;
  }
}

.s_project {
  position: relative;
  padding: 0 0 240px;
}
@media screen and (max-width: 480px) {
  .s_project {
    padding: 0 0 92px;
  }
}
.s_project::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 475px);
  bottom: 135px;
  top: 285px;
  right: 0;
  border-top: 1px solid #0a00d0;
  border-left: 1px solid #0a00d0;
  border-bottom: 1px solid #0a00d0;
  -webkit-transform: skewY(-13deg);
  transform: skewY(-13deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .s_project::before {
    left: 16%;
  }
}
@media screen and (max-width: 480px) {
  .s_project::before {
    top: 89px;
    left: calc(4% + 29px);
    bottom: 49px;
  }
}
.s_project .inr {
  position: relative;
  z-index: 1;
}
.s_project .hd {
  margin-left: calc(50% - 475px);
  padding-left: 365px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .s_project .hd {
    margin-left: 16%;
  }
}
@media screen and (max-width: 480px) {
  .s_project .hd {
    margin-left: calc(4% + 29px);
    padding: 0 8vw;
  }
}
.s_project .s_en {
  position: absolute;
  top: 285px;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  background: #fff;
  border: 1px solid #0a00d0;
  border-top: none;
  line-height: 70px;
  height: 74px;
  padding: 0 0.2em;
}
@media screen and (max-width: 480px) {
  .s_project .s_en {
    top: 89px;
    font-size: 23px;
    height: 28px;
    line-height: 26px;
  }
}
.s_project .s_ttl img {
  width: 458px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .s_project .s_ttl img {
    width: 203px;
  }
}
.s_project .s_lead {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_project .s_lead {
    margin-top: 22px;
  }
}
.s_project .s_lead p {
  font-size: 2.3rem;
  font-size: clamp(2rem, 1.64vw, 2.3rem);
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .s_project .s_lead p {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .s_project .s_lead p br {
    display: none;
  }
}
.s_project .s_lead p + p {
  margin-top: 1.75em;
}
.s_project .s_subttl {
  position: absolute;
  top: -60px;
  left: -262px;
  text-indent: -9999px;
  overflow: hidden;
  width: 149px;
  height: 479px;
  background: url("../img/project_lead.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 480px) {
  .s_project .s_subttl {
    position: relative;
    width: auto;
    height: auto;
    text-indent: 0;
    top: 0;
    left: 0;
    font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
    font-size: 2rem;
    line-height: 1.375;
    background: none;
  }
}
.s_project .policy,
.s_project .works {
  width: 92%;
  max-width: 1100px;
  margin: 120px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .s_project .policy,
  .s_project .works {
    margin: 35px auto 0;
  }
}
.s_project .policy .ttl,
.s_project .works .ttl {
  width: 500px;
  height: 88px;
  line-height: 88px;
  background: #fff;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 50px;
  border: 1px solid #0a00d0;
  border-bottom: none;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .s_project .policy .ttl,
  .s_project .works .ttl {
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 25px;
  }
}
.s_project .policy .box,
.s_project .works .box {
  width: 100%;
  background: #fff;
  border: 1px solid #0a00d0;
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  .s_project .policy .box,
  .s_project .works .box {
    padding: 24px 0;
  }
}
.s_project .policy .box + .box,
.s_project .works .box + .box {
  border-top: none;
}
.s_project .policy .subttl,
.s_project .works .subttl {
  text-align: center;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .s_project .policy .subttl,
  .s_project .works .subttl {
    font-size: 2rem;
    line-height: 1.35;
  }
}
.s_project .policy .subttl + p,
.s_project .works .subttl + p {
  margin-top: 45px;
}
@media screen and (max-width: 480px) {
  .s_project .policy .subttl + p,
  .s_project .works .subttl + p {
    margin-top: 14px;
  }
}
.s_project .policy p,
.s_project .works p {
  width: 66.4%;
  margin: 0 auto;
  font-size: 2.3rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .s_project .policy p,
  .s_project .works p {
    width: 85.5%;
    font-size: 1.5rem;
  }
}
.s_project .policy p.lead,
.s_project .works p.lead {
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 3.5rem;
}
@media screen and (max-width: 480px) {
  .s_project .policy p.lead,
  .s_project .works p.lead {
    text-align: left;
    font-size: 1.8rem;
  }
  .s_project .policy p.lead br,
  .s_project .works p.lead br {
    display: none;
  }
}
.s_project .policy p + p,
.s_project .works p + p {
  margin-top: 1.75em;
}

.s_you2 {
  background: #0a00d0;
  color: #fff;
  text-align: center;
  padding: 0 0 145px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_you2 {
    padding: 280px 0 55px;
  }
}
.s_you2 .bg {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.s_you2 .bg span:nth-child(1) {
  background: url("../img/you2_bg1.webp") no-repeat center center/cover;
}
.s_you2 .bg span:nth-child(2) {
  background: url("../img/you2_bg2.webp") no-repeat center center/cover;
}
.s_you2 .bg span:nth-child(3) {
  background: url("../img/you2_bg3.webp") no-repeat center center/cover;
}
.s_you2 .bg span:nth-child(4) {
  background: url("../img/you2_bg4.webp") no-repeat center center/cover;
}
.s_you2 .bg span:nth-child(5) {
  background: url("../img/you2_bg5.webp") no-repeat center center/cover;
}
.s_you2 .bg span:nth-child(6) {
  background: url("../img/you2_bg6.webp") no-repeat center center/cover;
}
@media screen and (max-width: 1400px) {
  .s_you2 .bg {
    height: auto;
    aspect-ratio: 1400/900;
  }
}
@media screen and (max-width: 480px) {
  .s_you2 .bg {
    height: 300px;
    aspect-ratio: auto;
  }
}
.s_you2 .s_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 900px;
}
@media screen and (max-width: 1400px) {
  .s_you2 .s_ttl {
    height: auto;
    aspect-ratio: 1400/900;
  }
}
@media screen and (max-width: 480px) {
  .s_you2 .s_ttl {
    aspect-ratio: auto;
  }
}
.s_you2 .s_ttl img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .s_you2 .s_ttl img {
    width: 175px;
    height: auto;
  }
}
.s_you2 .s_ttl + .txt {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .s_you2 .s_ttl + .txt {
    margin-top: 30px;
  }
}
.s_you2 .txt {
  margin-top: 55px;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 4.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_you2 .txt {
    margin-top: 30px;
    font-size: 2.4rem;
  }
}
.s_you2 .img {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .s_you2 .img {
    margin: 32px auto 0;
    width: 85.3%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 5px;
  }
}
.s_you2 .img img {
  position: relative;
  border: 1px solid #0a00d0;
}
@media screen and (max-width: 480px) {
  .s_you2 .img img {
    border: none;
    width: calc((100% - 10px) / 3);
    height: auto;
  }
}
.s_you2 .img img:nth-child(even) {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 480px) {
  .s_you2 .img img:nth-child(even) {
    -webkit-transform: none;
    transform: none;
  }
}
.s_you2 .img img:nth-child(1) {
  z-index: 5;
}
.s_you2 .img img:nth-child(2) {
  z-index: 4;
}
.s_you2 .img img:nth-child(3) {
  z-index: 3;
}
.s_you2 .img img:nth-child(4) {
  z-index: 2;
}
.s_you2 .img img:nth-child(5) {
  z-index: 1;
}
.s_you2 .img img:nth-child(6) {
  z-index: 0;
}
.s_you2 .img img + img {
  margin-left: -25px;
}
@media screen and (max-width: 480px) {
  .s_you2 .img img + img {
    margin-left: 0;
  }
}
.s_you2 .notes {
  margin-top: 40px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .s_you2 .notes {
    margin-top: 10px;
    font-size: 10px;
  }
}
.s_you2 .cap {
  margin-top: 50px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_you2 .cap {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.s_case {
  position: relative;
  padding: 350px 0 165px;
}
@media screen and (max-width: 480px) {
  .s_case {
    padding: 185px 0 0;
  }
}
.s_case::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background: url("../img/case_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 480px) {
  .s_case::before {
    height: 210px;
  }
}
.s_case .case {
  background: #fff;
  width: 92%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 110px 0 100px;
}
@media screen and (max-width: 480px) {
  .s_case .case {
    background: none;
    padding: 0;
  }
}
.s_case .s_ttl {
  position: absolute;
  border: 1px solid #0a00d0;
  height: 90px;
  line-height: 90px;
  width: 700px;
  left: calc(50% - 350px);
  top: -45px;
  background: #fff;
  text-align: center;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_case .s_ttl {
    position: relative;
    width: 270px;
    left: 0;
    top: 0;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    font-size: 20px;
  }
}
.s_case .link_list {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .s_case .link_list {
    width: auto;
    margin: 20px auto 0;
  }
}
.s_case .link_list a {
  background: #eef2fa;
}
@media (any-hover: hover) and (min-width: 481px) {
  .s_case .link_list a:hover {
    background: rgba(238, 242, 250, 0.5);
  }
}
@media screen and (max-width: 480px) {
  .s_case .link_list a {
    background: #fff;
  }
}
.s_case .common_counseling {
  margin-top: 95px;
}
@media screen and (max-width: 480px) {
  .s_case .common_counseling {
    margin-top: 40px;
  }
}

.s_problem .cap {
  position: absolute;
  background: #0a00d0;
  left: 0;
  bottom: 0;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.71;
  padding: 0 0.4em;
}
@media screen and (max-width: 480px) {
  .s_problem .cap {
    font-size: 10px;
    line-height: 1.44;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
.s_problem .hd {
  margin: 0 50% 0 auto;
  width: 50%;
  max-width: 960px;
  background: #0a00d0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_problem .hd {
    width: 100%;
  }
}
.s_problem .hd .img {
  height: 466px;
  background: url("../img/mv.webp") no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_problem .hd .img {
    height: 250px;
  }
}
.s_problem .s_en {
  height: 413px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 114px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 5rem;
  line-height: 0.9;
}
@media screen and (max-width: 480px) {
  .s_problem .s_en {
    height: 221px;
    padding-right: 61px;
    font-size: 2.7rem;
  }
}
.s_problem .s_ttl {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .s_problem .s_ttl img {
    width: 61px;
    height: auto;
  }
}
.s_problem .problem {
  margin: 95px auto 0;
  width: 84%;
  max-width: 1100px;
}
@media screen and (max-width: 480px) {
  .s_problem .problem {
    margin: 35px auto 0;
  }
}
.s_problem .txt {
  width: 450px;
}
@media screen and (max-width: 480px) {
  .s_problem .txt {
    width: 100%;
  }
}
.s_problem .txt:nth-child(1) {
  float: right;
  margin-top: -450px;
}
@media screen and (max-width: 480px) {
  .s_problem .txt:nth-child(1) {
    float: none;
    margin-top: 0;
  }
}
.s_problem .txt:nth-child(2) {
  float: left;
}
@media screen and (max-width: 480px) {
  .s_problem .txt:nth-child(2) {
    float: none;
    margin-top: 35px;
  }
}
.s_problem .txt .ttl {
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 5rem;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .s_problem .txt .ttl {
    font-size: 2.5rem;
  }
}
.s_problem .txt .ttl:not(:first-child) {
  margin-top: 110px;
}
@media screen and (max-width: 480px) {
  .s_problem .txt .ttl:not(:first-child) {
    margin-top: 25px;
  }
}
.s_problem .txt p:not(.cap) {
  margin-top: 40px;
  font-size: 2.3rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .s_problem .txt p:not(.cap) {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
.s_problem .txt p:not(.cap) + p {
  margin-top: 1.75em;
}
.s_problem .txt .img {
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_problem .txt .img {
    margin-top: 20px;
  }
}
.s_problem .txt .img img {
  width: 100%;
  height: auto;
}

.s_update {
  position: relative;
  padding: 370px 0 340px;
}
@media screen and (max-width: 480px) {
  .s_update {
    padding: 115px 0 80px;
  }
}
.s_update::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 325px;
  right: calc(50% - 623px);
  border-top: 1px solid #0a00d0;
  border-right: 1px solid #0a00d0;
  border-bottom: 1px solid #0a00d0;
  -webkit-transform: skewY(10.3deg);
  transform: skewY(10.3deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media screen and (max-width: 480px) {
  .s_update::before {
    top: 118px;
    right: calc(4% + 20px);
  }
}
.s_update .inr {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .s_update .inr {
    width: 92%;
  }
}
.s_update .s_en {
  position: absolute;
  top: 0.1em;
  right: -0.2em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 90px;
}
@media screen and (max-width: 480px) {
  .s_update .s_en {
    top: 5.004rem;
    right: 40px;
    font-size: 30px;
  }
}
.s_update .s_ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .s_update .s_ttl {
    padding-left: 10px;
    font-size: 1.8rem;
    line-height: 1.39;
  }
}
.s_update .link_list {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .s_update .link_list {
    margin-top: 20px;
  }
}
.s_update .btn_anc {
  margin: 20px auto 0;
  width: 230px;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
}
@media screen and (max-width: 480px) {
  .s_update .btn_anc {
    margin: 15px auto 0;
    width: 160px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
  }
}

.s_media {
  margin-top: 70px;
  padding-top: 45px;
}
@media screen and (max-width: 480px) {
  .s_media {
    margin-top: 30px;
    padding-top: 23px;
  }
}
.s_media .inr {
  width: 92%;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 120px 0 150px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .s_media .inr {
    padding: 60px 0 40px;
  }
}
.s_media .s_ttl {
  width: 500px;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a00d0;
  line-height: 88px;
  position: absolute;
  top: -45px;
  left: calc(50% - 250px);
  background: #fff;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 50px;
}
@media screen and (max-width: 480px) {
  .s_media .s_ttl {
    width: 250px;
    height: 46px;
    line-height: 44px;
    top: -23px;
    left: calc(50% - 125px);
    font-size: 25px;
  }
}
.s_media .txt1 {
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_media .txt1 {
    font-size: 1.6rem;
  }
}
.s_media .wecan {
  margin-top: 65px;
}
@media screen and (max-width: 480px) {
  .s_media .wecan {
    margin-top: 40px;
  }
}
.s_media .wecan .ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 480px) {
  .s_media .wecan .ttl {
    font-size: 2.1rem;
  }
}
.s_media .wecan ul {
  width: 600px;
  margin: 25px auto 0;
  text-align: left;
  border-top: 1px solid #0a00d0;
}
@media screen and (max-width: 480px) {
  .s_media .wecan ul {
    width: 72vw;
    margin: 15px auto 0;
  }
}
.s_media .wecan ul li {
  border-bottom: 1px solid #0a00d0;
  padding: 30px 0;
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 480px) {
  .s_media .wecan ul li {
    padding: 10px 0 10px 17px;
    font-size: 1.6rem;
    line-height: 1.44;
  }
}
.s_media .wecan ul li sup {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .s_media .wecan ul li sup {
    font-size: 10px;
  }
}
.s_media .wecan ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0a00d0;
  margin: calc((1em - 20px) / 2) 14px calc((1em - 20px) / 2) 0;
}
@media screen and (max-width: 480px) {
  .s_media .wecan ul li::before {
    position: absolute;
    width: 12px;
    left: 0;
    top: 10px;
    margin: calc((1.44em - 12px) / 2) 0;
  }
}
.s_media .wecan .notes {
  margin-top: 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .s_media .wecan .notes {
    font-size: 1.2rem;
  }
}
.s_media .txt2 {
  margin-top: 40px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .s_media .txt2 {
    margin-top: 38px;
    font-size: 1.6rem;
  }
}
.s_media .contact {
  background: #0a00d0;
  color: #fff;
  width: 800px;
  margin: 40px auto 0;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .s_media .contact {
    width: 80vw;
    margin: 12px auto 0;
    padding: 20px 0;
  }
}
.s_media .contact .ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact .ttl {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
.s_media .contact .btn_pi {
  margin: 25px auto 0;
  width: 350px;
  height: 70px;
  line-height: 70px;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact .btn_pi {
    margin: 12px auto 0;
    width: 250px;
    max-width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
  }
}
.s_media .contact .btn_pi::after {
  width: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .s_media .contact .btn_pi::after {
    width: 14px;
    margin-left: 14px;
  }
}
.s_media .contact .notes {
  margin-top: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact .notes {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
.s_media .contact_laos {
  border: 1px solid #0a00d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos {
    border: none;
    width: auto;
    padding: 25px 0 0;
  }
}
.s_media .contact_laos .ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .ttl {
    font-size: 1.8rem;
  }
}
.s_media .contact_laos .notes {
  margin-top: 25px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .notes {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.43;
  }
}
.s_media .contact_laos .tel_list {
  margin: 30px auto 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .tel_list {
    margin: 15px auto 0;
  }
}
.s_media .contact_laos .tel_list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .tel_list li + li {
    margin-top: 9px;
  }
}
.s_media .contact_laos .tel_list .place {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 150px;
  height: 30px;
  border: 1px solid #0a00d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 20px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .tel_list .place {
    width: 110px;
    height: 22px;
    line-height: 20px;
    font-size: 15px;
    margin-right: 6px;
  }
}
.s_media .contact_laos .tel_list .num {
  line-height: 30px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  .s_media .contact_laos .tel_list .num {
    line-height: 22px;
    font-size: 1.5rem;
  }
}

.windows .s_media .contact_laos .tel_list .place {
  padding-top: 0.15em;
}

.s_org {
  margin-top: 70px;
  padding-top: 45px;
}
@media screen and (max-width: 480px) {
  .s_org {
    margin-top: 40px;
    padding-top: 23px;
  }
}
.s_org .inr {
  width: 92%;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 125px 0 115px;
}
@media screen and (max-width: 480px) {
  .s_org .inr {
    padding: 70px 0 40px;
  }
}
.s_org .s_ttl {
  width: 500px;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a00d0;
  line-height: 88px;
  position: absolute;
  top: -45px;
  left: calc(50% - 250px);
  background: #fff;
  text-align: center;
  font-family: "リュウミン U-KL", "Ryumin Ultra KL", serif;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_org .s_ttl {
    width: 250px;
    height: 46px;
    line-height: 44px;
    top: -23px;
    left: calc(50% - 125px);
    font-size: 25px;
  }
}
.s_org .org_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .s_org .org_list {
    width: 73.3vw;
    display: block;
  }
}
.s_org .org_list li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li {
    width: auto;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.s_org .org_list li + li {
  border-left: 1px solid #0a00d0;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li + li {
    margin-top: 48px;
    border-left: none;
  }
  .s_org .org_list li + li::before {
    content: "";
    display: block;
    width: 69.3vw;
    height: 1px;
    background: #0a00d0;
    margin: 0 auto 20px;
  }
}
.s_org .org_list li.nologo {
  padding-left: 40px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li.nologo {
    padding-left: 0;
    font-size: 1.8rem;
  }
}
.s_org .org_list li.logo {
  padding-left: 90px;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li.logo {
    padding-left: 0;
  }
}
.s_org .org_list li.logo img {
  margin: -18px 34px -18px 0;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li.logo img {
    margin: 0 25px 0 0;
    width: 100px;
    height: auto;
  }
}
.s_org .org_list li.logo img + p {
  font-family: "A1ゴシック L", "A1 Gothic L", sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
}
@media screen and (max-width: 480px) {
  .s_org .org_list li.logo img + p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    padding-right: 20px;
  }
}

.s_laos {
  margin-top: 70px;
  padding-top: 45px;
}
@media screen and (max-width: 480px) {
  .s_laos {
    margin-top: 40px;
    padding-top: 23px;
  }
}
.s_laos .inr {
  width: 92%;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 125px 0 115px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .s_laos .inr {
    padding: 55px 0 45px;
  }
}
.s_laos .s_ttl {
  width: 500px;
  height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0a00d0;
  line-height: 88px;
  position: absolute;
  top: -45px;
  left: calc(50% - 250px);
  background: #fff;
  text-align: center;
  font-family: "Noto Sans Lao", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 5rem;
}
@media screen and (max-width: 480px) {
  .s_laos .s_ttl {
    width: 250px;
    height: 46px;
    line-height: 44px;
    top: -23px;
    left: calc(50% - 125px);
    font-size: 25px;
  }
}
.s_laos .txt {
  font-family: "Noto Sans Lao", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .s_laos .txt {
    margin: 0 auto;
    width: 80vw;
    text-align: left;
    font-size: 1.8rem;
  }
}
.s_laos .ja {
  margin: 55px auto 0;
  width: 650px;
}
@media screen and (max-width: 480px) {
  .s_laos .ja {
    margin: 40px auto 0;
    width: 80vw;
  }
}
.s_laos .ja .ttl {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .s_laos .ja .ttl {
    font-size: 1.8rem;
  }
}
.s_laos .ja p {
  margin-top: 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_laos .ja p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

footer {
  margin-top: 150px;
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 50px;
  }
}
footer .inr {
  width: 92%;
  max-width: 1784px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-top: 1px solid #0a00d0;
  padding: 40px 0;
}
@media screen and (max-width: 480px) {
  footer .inr {
    padding: 20px 0 15px;
  }
}
footer .sns {
  margin-right: auto;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  footer .sns {
    gap: 16px;
  }
}
footer .sns p {
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  footer .sns p {
    font-size: 1.7rem;
  }
}
footer .sns a.x {
  width: 40px;
}
@media screen and (max-width: 480px) {
  footer .sns a.x {
    width: 24px;
  }
}
footer .management {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 480px) {
  footer .management {
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .management img {
    width: 60px;
    height: auto;
  }
}
footer .management p {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  footer .management p {
    font-size: 1rem;
  }
}
footer .copyright {
  margin-top: 36px;
  width: 100%;
  text-align: right;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  footer .copyright {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
footer .bar {
  position: relative;
  text-align: center;
}
footer .bar img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
footer .bar::before, footer .bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
footer .bar::before {
  left: 0;
  background: #0a00d0;
}
footer .bar::after {
  right: 0;
  background: #fff;
}

nav {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background: #eef2fa;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}
@media screen and (max-width: 480px) {
  nav {
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
  }
}
nav .inr {
  width: 86.7%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 40px 80px;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  nav .inr {
    max-width: 320px;
    padding: 25px 0;
  }
}
nav .ttl {
  width: clamp(150px, 40%, 270px);
  margin-right: auto;
}
nav .ttl img {
  width: 100%;
  height: auto;
}
nav .nav {
  width: clamp(320px, 45.5%, 500px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 800px) {
  nav .nav {
    width: 100%;
  }
}
nav a {
  display: block;
  text-decoration: none;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
}
nav a.btn_pi {
  width: 300px;
  height: 60px;
  font-size: 1.7rem;
  line-height: 60px;
}
nav a.btn_pi::after {
  width: 14px;
  margin-left: 14px;
}
@media screen and (max-width: 800px) {
  nav a.btn_pi {
    width: 180px;
    font-size: 1.2rem;
    height: 36px;
    line-height: 36px;
  }
}
nav .anc {
  width: 100%;
}
nav .anc li {
  padding-bottom: 1em;
  border-bottom: 1px solid #0a00d0;
}
nav .anc li + li {
  padding-top: 1em;
}
nav .anc a {
  font-size: clamp(1.6rem, 1.43vw, 2rem);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
nav .anc a .laos {
  padding-left: 1.5em;
  font-family: "Noto Sans Lao", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.75em;
}
@media (any-hover: hover) and (min-width: 481px) {
  nav .anc a:hover {
    opacity: 0.5;
  }
}
nav .counseling {
  width: 100%;
  margin: 25px 0;
}
@media screen and (max-width: 800px) {
  nav .counseling {
    margin: 15px 0 0;
  }
}
nav .counseling p {
  margin-bottom: 1.46em;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: clamp(1.4rem, 1.07vw, 1.5rem);
}
@media screen and (max-width: 800px) {
  nav .counseling p {
    margin-bottom: 1em;
  }
}
nav .sns {
  margin-right: auto;
  gap: 18px;
}
@media screen and (max-width: 800px) {
  nav .sns {
    width: 100%;
  }
}
nav .sns p {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  nav .sns p {
    font-size: 1.7rem;
  }
}
nav .sns a.x {
  width: 26px;
}
@media screen and (max-width: 800px) {
  nav .sns a.x {
    width: 23px;
  }
}
nav .management {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: clamp(1.2rem, 1.07vw, 1.5rem);
}

#ham {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 0;
  width: clamp(50px, 7.1%, 100px);
  aspect-ratio: 1;
  background: #0a00d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ham .line {
  width: 40%;
  height: clamp(1px, 2%, 2px);
  background: white;
  position: relative;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#ham .line::before, #ham .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#ham .line::before {
  -webkit-transform: translateY(750%);
  transform: translateY(750%);
}
#ham .line::after {
  -webkit-transform: translateY(-750%);
  transform: translateY(-750%);
}
@media (any-hover: hover) and (min-width: 481px) {
  #ham:hover .line::before {
    -webkit-transform: translateY(550%);
    transform: translateY(550%);
  }
  #ham:hover .line::after {
    -webkit-transform: translateY(-550%);
    transform: translateY(-550%);
  }
}

body.menu_open nav {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
body.menu_open #ham .line {
  background: rgba(255, 255, 255, 0);
}
body.menu_open #ham .line::before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
body.menu_open #ham .line::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

#bnr {
  position: fixed;
  z-index: 5;
  top: 100%;
  right: 30px;
  background: #fff;
  color: #363640;
  width: 434px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 4px solid #ff5951;
  border-top: 4px solid #ff5951;
  border-right: 4px solid #ff5951;
  border-radius: 10px 10px 0 0;
  padding: 0 0 38px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #bnr {
    width: 88.6%;
    right: 5.7%;
    border-left: 2px solid #ff5951;
    border-top: 2px solid #ff5951;
    border-right: 2px solid #ff5951;
    padding: 0 0 12px;
    -webkit-box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0.5px rgba(0, 0, 0, 0.2);
  }
}
#bnr.on {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#bnr.hide {
  -webkit-transform: translateY(-91px);
  transform: translateY(-91px);
}
#bnr.hide .ttl::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 480px) {
  #bnr.hide {
    -webkit-transform: translateY(-53px);
    transform: translateY(-53px);
  }
}
#bnr.off {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#bnr .ttl {
  height: 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #ff5951;
  border-bottom: 1px solid #ff5951;
  margin: 0 auto;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 1.9rem;
  position: relative;
  padding-top: 32px;
  padding-right: 35px;
}
@media screen and (max-width: 480px) {
  #bnr .ttl {
    height: 52px;
    font-size: 1.3rem;
    padding-top: 16px;
    padding-right: 25px;
  }
}
#bnr .ttl .l {
  font-size: 1.7em;
}
#bnr .ttl::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff5951;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(32px + 1.615rem - 10px);
  background-image: url("../img/arr_pi.svg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: 6px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #bnr .ttl::after {
    width: 14px;
    background-size: 5px;
    top: calc(16px + 1.105rem - 7px);
  }
}
#bnr .txt {
  margin-top: 25px;
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
}
@media screen and (max-width: 480px) {
  #bnr .txt {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#bnr .btn_pi {
  width: 315px;
  height: 62px;
  line-height: 62px;
  margin: 10px auto 0;
  font-size: 1.75rem;
}
@media screen and (max-width: 480px) {
  #bnr .btn_pi {
    width: 180px;
    height: 36px;
    line-height: 36px;
    margin: 7px auto 0;
    font-size: 1.2rem;
  }
}
#bnr .btn_pi::after {
  width: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  #bnr .btn_pi::after {
    width: 10px;
    margin-left: 10px;
  }
}
#bnr .notes {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #bnr .notes {
    margin-top: 5px;
    font-size: 1rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.windows .fix_bnr .btn_pi {
  padding-top: 0.15em;
}
.windows .fix_bnr .btn_pi::after {
  margin-top: -0.075em;
}