@charset "UTF-8";
/* 画面外 */
html {
  scroll-behavior: smooth;
}

.block {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
  opacity: 0;
}

/* 画面内 */
.block.blockIn {
  transform: translateY(0);
  opacity: 1;
}

body {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
body ul {
  list-style-type: none;
  text-decoration: none;
}

.mo_only {
  display: none;
}

@media screen and (max-width: 935px) {
  .mo_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
p, a, li {
  text-decoration: none;
  color: #000000;
  text-align: left;
  list-style-type: none;
}
@media screen and (max-width: 935px) {
  p, a, li {
    font-size: 16px;
  }
}

h2 {
  color: #001A46;
  font-size: 30px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
  text-shadow: 0 3px 3px #fff, 0 0 3px #e2e2e2;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 935px) {
  h2 {
    font-size: 22px;
    width: 100%;
  }
}

h3 {
  color: #002E7D;
  font-size: 22px;
}
@media screen and (max-width: 935px) {
  h3 {
    font-size: 18px;
    width: 100%;
  }
}

a:hover, a:active {
  opacity: 0.8;
}

.en_title {
  font-size: 20px;
  color: #001A46;
  margin: 0;
  padding: 0;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: -4px;
  margin-left: 4px;
}

.for_form_area {
  display: flex;
  justify-content: space-around;
  max-width: 1300px;
  margin: 0 auto;
  margin: 50px auto 70px;
}
@media screen and (max-width: 935px) {
  .for_form_area {
    display: block;
    margin: 20px auto 50px;
  }
}
.for_form_area .for_line {
  box-shadow: 0 3px 6px #606060;
  width: 40%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_line {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.for_form_area .for_line h3 {
  color: #002E7D;
  text-align: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_line h3 {
    padding-top: 6px;
  }
}
.for_form_area .for_line img {
  width: 80px;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_line img {
    width: 50px;
  }
}
.for_form_area .for_line p {
  color: #002E7D;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_line p {
    white-space: nowrap;
    font-size: 12px;
    padding: 0 4px 6px;
  }
}
.for_form_area .for_form {
  box-shadow: 0 3px 6px #606060;
  width: 40%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_form {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.for_form_area .for_form h3 {
  color: #002E7D;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_form h3 {
    padding-top: 6px;
    font-size: 16px;
  }
}
.for_form_area .for_form img {
  width: 80px;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_form img {
    width: 50px;
  }
}
.for_form_area .for_form p {
  color: #002E7D;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .for_form_area .for_form p {
    white-space: nowrap;
    font-size: 12px;
    padding: 0 4px 6px;
  }
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.blue_btn {
  background: linear-gradient(to right, #002E7D, #1A569E);
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
.blue_btn::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -30%;
  width: 40px;
  height: 140%;
  transform: scale(2) rotate(20deg);
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.4) 100%);
  animation: shiny 3s ease-in-out infinite;
}

.top_fix {
  background-color: rgba(255, 255, 255, 0.9176470588);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 74px;
  margin-top: 0px;
  padding-top: 0;
}
.top_fix .logo {
  position: relative;
}
.top_fix .logo img {
  position: absolute;
  top: -8px;
  width: 150px;
  height: 62px;
  z-index: 1;
  left: 10px;
}
.top_fix .logo p {
  font-size: 10px;
  position: absolute;
  top: 40px;
  left: 20px;
  font-weight: bold;
}
.top_fix #gv_area {
  width: 80%;
  max-width: 800px;
  min-width: 600px;
  margin: 0 0 0 auto;
}
.top_fix #gv_area .sub_menu {
  position: relative;
  width: 100%;
  height: 40px;
}
.top_fix #gv_area .sub_menu p {
  font-size: 12px;
  position: absolute;
  right: 200px;
  margin: 0;
  top: 10px;
  color: #002E7D;
  font-weight: bold;
}
.top_fix #gv_area .sub_menu img {
  width: 20px;
}
.top_fix #gv_area .sub_menu .for_site {
  position: relative;
  width: 100%;
  height: 60px;
}
.top_fix #gv_area .sub_menu .for_site p {
  font-size: 10px;
  top: 0px;
  position: absolute;
  right: 180px;
  display: inline-block;
  margin: 0;
  top: 10px;
  font-size: 10px;
  color: #000;
  font-weight: normal;
}
.top_fix #gv_area .sub_menu .for_site a {
  font-size: 12px;
  color: #002E7D;
  font-weight: bold;
}
.top_fix #gv_area .g_nav {
  display: flex;
  justify-content: space-between;
  margin-right: 250px;
  margin-top: 0px;
}
.top_fix #gv_area .g_nav .off {
  position: relative;
}
.top_fix #gv_area .g_nav .off > a {
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  color: #001A46;
}
.top_fix #gv_area .g_nav .off > a:hover {
  opacity: 1;
}
.top_fix #gv_area .g_nav .off > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #002E7D;
  top: 28px;
  transform: scale(0);
  transform-origin: center top;
  transition: transform 0.3s;
}
.top_fix #gv_area .g_nav .off > a:hover::after {
  transform: scale(1, 1);
  opacity: 1;
}
.top_fix #gv_area .g_nav .off li {
  width: 100px;
}
.top_fix #gv_area .g_nav .off .off_down {
  margin-top: 10px;
  margin-left: -50px;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.top_fix #gv_area .g_nav .off .off_down:before {
  border: 6px solid transparent;
  border-top: 6px solid #002E7D;
  content: "";
  right: -22px;
  position: absolute;
  top: 7px;
}
.top_fix #gv_area .g_nav .off .off_down li {
  width: 170px;
  padding: 10px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.9176470588);
}
.top_fix #gv_area .g_nav .off .off_down li a {
  line-height: 10px;
}
.top_fix #gv_area .g_nav .off_service {
  width: 60px;
}
.top_fix #gv_area .g_nav .off_service ul {
  width: 300px;
}
.top_fix #gv_area .g_nav .off_service ul li > a {
  position: relative;
}
.top_fix #gv_area .g_nav .off_service ul li > a:hover {
  opacity: 1;
}
.top_fix #gv_area .g_nav .off_service ul li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #002E7D;
  bottom: 0;
  transform: scale(0);
  transform-origin: center top;
  transition: transform 0.3s;
  z-index: 99;
}
.top_fix #gv_area .g_nav .off_service ul li > a:hover::after {
  transform: scale(1, 1);
  opacity: 1;
}
.top_fix #gv_area .g_nav .off_service:hover ul {
  height: 200px;
}
.top_fix #gv_area .g_nav .off_service:hover ul:before {
  border: 6px solid transparent;
  border-bottom: 6px solid #002E7D;
  right: -22px;
  top: 4px;
}
.top_fix #gv_area .off_line {
  background-color: #002E7D;
  height: 74px;
  width: 150px;
  text-align: center;
  padding-top: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
.top_fix #gv_area .off_line a {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.top_fix #gv_area .off_line a img {
  height: 40px;
}

@media screen and (max-width: 935px) {
  .logo {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.937254902);
    z-index: 999;
    top: 0;
  }
  .logo img {
    position: absolute;
    top: 2px;
    width: auto;
    height: 40px;
    left: 10px;
    z-index: 999;
  }
  .logo p {
    font-size: 10px;
    position: absolute;
    top: 34px;
    left: 18px;
  }
  .mobile_nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -99;
    /*ナビのスタート位置と形状*/
    top: 60px; /*-50vh;*/
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9803921569);
    background-size: cover;
    opacity: 0;
    height: 410px; /*ナビの高さ*/
    /*動き*/
    transition: all 0.4s;
  }
  .mobile_nav ul {
    margin-top: 0px;
    padding: 20px 0 10px;
    position: relative;
    margin-bottom: 0;
  }
  .mobile_nav ul .nav_back {
    width: 100%;
    height: 410px;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .mobile_nav ul li {
    text-align: center;
    margin-bottom: 10px;
  }
  .mobile_nav ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  .mobile_nav ul li a span {
    font-size: 20px;
    font-weight: bold;
    color: #002E7D;
  }
  .mobile_nav .mosub_menu {
    height: 120px;
    width: 100%;
    z-index: 997;
    background-position: 90% 90%;
    background-size: cover;
    padding: 0px;
  }
  .mobile_nav .mosub_menu .for_site {
    height: 87px;
    width: 80%;
    max-width: 350px;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.826);
    border: 2px solid #002E7D;
    padding: 0px;
    box-shadow: 0 3px 3px #959494;
  }
  .mobile_nav .mosub_menu .for_site p {
    font-size: 12px;
    text-align: center;
  }
  .mobile_nav .mosub_menu .for_site .for_site_p {
    font-size: 14px;
    font-weight: bold;
    color: #002E7D;
    display: inline-block;
    margin: 0;
  }
  .mobile_nav::after {
    position: absolute;
    background-color: #002E7D;
    height: 6px;
    width: 100%;
    content: "";
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36);
  }
  #mo_nav.panelactive {
    opacity: 1;
    z-index: 997;
  }
  .openbtn1 {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(85, 78, 68);
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  /*×に変化*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
.wrap {
  z-index: 1;
}
.wrap .top {
  height: 550px;
  background-image: url("../img/top/top_back.jpg");
  background-size: cover;
  width: 100%;
  background-position: 50% 65%;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .top {
    min-height: 450px;
    height: auto;
    text-align: center;
  }
}
.wrap .top .top_area {
  overflow: hidden; /*地図が大きくてはみ出すため*/
  max-width: 1300px;
  margin: 0 auto;
  height: 550px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area {
    text-align: center;
    height: 450px;
  }
}
.wrap .top .top_area h1 {
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 55%;
  left: auto;
  right: 40%;
  transform: translateY(-50%);
  color: #ffffff;
  text-shadow: 0 3px 6px #001A46;
}
@media screen and (max-width: 1350px) {
  .wrap .top .top_area h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area h1 {
    font-size: 28px;
    text-align: center;
    right: 0;
    left: 0;
    width: 100%;
    top: 35%;
    white-space: nowrap;
  }
}
.wrap .top .top_area h1 span {
  font-size: 2vw;
  margin-top: 10px;
}
@media screen and (max-width: 1350px) {
  .wrap .top .top_area h1 span {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area h1 span {
    font-size: 18px;
  }
}
.wrap .top .top_area .top_map {
  width: 350px;
  margin-top: 160px;
  margin-left: 80%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1350px) {
  .wrap .top .top_area .top_map {
    width: 300px;
    margin-top: 180px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area .top_map {
    width: 200px;
    margin: 0 auto;
    margin-top: 250px;
    transform: translateX(0);
  }
}
.wrap .top .top_area p {
  font-family: "ryo-display-plusn", serif;
  font-size: 1vw;
  position: absolute;
  top: 60%;
  left: auto;
  right: 40%;
  transform: translateY(-50%);
  color: #ffffff;
}
.wrap .top .top_area .top_field {
  font-family: "ryo-display-plusn", serif;
  position: absolute;
  font-size: 22px;
  top: 500px;
  right: 50px;
  color: #ffffff;
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area .top_field {
    font-size: 14px;
    width: 100%;
    right: 0;
    left: 0;
    top: 80%;
    text-align: center;
  }
}
.wrap .slide_area {
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .wrap .slide_area {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 935px) {
  .wrap .slide_area {
    width: 100%;
    margin: 0 auto;
  }
}
.wrap .slide_area .slideshow {
  max-width: 1000px;
  margin: 30px auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .slide_area .slideshow {
    margin: 30px auto;
    width: 90%;
  }
}
.wrap .slide_area .slideshow ul {
  padding: 0;
}
.wrap .slide_area .slideshow ul li img {
  width: 100%;
}
.wrap .about_area {
  margin-top: 100px;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: right;
}
@media screen and (max-width: 935px) {
  .wrap .about_area {
    margin-top: 30px;
    display: block;
  }
}
.wrap .about_area .about_area_sen {
  width: 50%;
  max-width: 650px;
}
@media screen and (max-width: 1500px) {
  .wrap .about_area .about_area_sen {
    margin-left: 20px;
    width: 40%;
  }
}
@media screen and (max-width: 935px) {
  .wrap .about_area .about_area_sen {
    width: auto;
    margin: 0 10px;
  }
}
.wrap .about_area .for_about {
  margin-top: 100px;
}
@media screen and (max-width: 935px) {
  .wrap .about_area .for_about {
    margin-top: 30px;
  }
}
.wrap .about_area .about_area_pho {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .wrap .about_area .about_area_pho {
    width: 60%;
  }
}
@media screen and (max-width: 935px) {
  .wrap .about_area .about_area_pho {
    display: none;
  }
}
.wrap .about_area .about_area_pho img {
  width: 100%;
}
.wrap .about_area_back {
  position: absolute;
  top: 550px;
  width: 100%;
  height: 900px;
  z-index: -99;
}
@media screen and (max-width: 935px) {
  .wrap .about_area_back {
    top: 280px;
  }
}
.wrap .cambodia_topback {
  width: 60%;
  position: absolute;
  top: 1250px;
  z-index: -1;
  right: 0;
  opacity: 0.6;
}
@media screen and (max-width: 1350px) {
  .wrap .cambodia_topback {
    top: 1200px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .cambodia_topback {
    top: auto;
    z-index: 1;
    bottom: -130px;
  }
}
.wrap .about_back {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 1600px;
  z-index: -99;
}
.wrap .top_square1 {
  width: 150px;
  position: absolute;
  top: 600px;
  left: 2%;
  right: auto;
  z-index: -1;
  opacity: 0.7;
  transform: rotate(255deg);
}
@media screen and (max-width: 935px) {
  .wrap .top_square1 {
    display: none;
  }
}
.wrap .top_square2 {
  width: 250px;
  position: absolute;
  top: 1080px;
  right: auto;
  left: 2%;
  z-index: 1;
  opacity: 0.5;
  transform: rotate(-165deg);
}
@media screen and (max-width: 935px) {
  .wrap .top_square2 {
    display: none;
  }
}
.wrap .top_square3 {
  width: 200px;
  position: absolute;
  top: 630px;
  right: 3%;
  left: auto;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(15deg);
}
@media screen and (max-width: 935px) {
  .wrap .top_square3 {
    display: none;
  }
}
.wrap .top_square4 {
  width: 130px;
  position: absolute;
  top: 730px;
  left: 25%;
  right: auto;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(15deg);
}
@media screen and (max-width: 935px) {
  .wrap .top_square4 {
    display: none;
  }
}
.wrap .top_square5 {
  width: 130px;
  position: absolute;
  top: 1450px;
  left: 20%;
  right: auto;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(15deg);
}
@media screen and (max-width: 935px) {
  .wrap .top_square5 {
    display: none;
  }
}
.wrap .active_area {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 120px;
}
@media screen and (max-width: 1350px) {
  .wrap .active_area {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .active_area {
    margin: 0 auto;
    margin-top: 70px;
    background-image: url(../img/common/gradation.jpg);
    background-position: 50%;
    background-size: cover;
    padding: 20px 10px;
  }
}
.wrap .active_area .top_active_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .wrap .active_area .top_active_area {
    justify-content: space-around;
  }
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area {
    display: block;
  }
}
.wrap .active_area .top_active_area .top_active {
  width: 30%;
  max-width: 400px;
  background-color: #fff;
}
@media screen and (max-width: 1350px) {
  .wrap .active_area .top_active_area .top_active {
    width: 25%;
    height: 350px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area .top_active {
    width: 100%;
    max-width: 600px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0 3px 3px #bdbdbd;
  }
}
.wrap .active_area .top_active_area .top_active .active_picture_area {
  width: 100%;
  height: 250px;
  position: relative;
}
.wrap .active_area .top_active_area .top_active .active_picture_area img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .wrap .active_area .top_active_area .top_active .active_picture_area {
    height: 200px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area .top_active .active_picture_area {
    width: 100%;
    height: 100px;
    margin: 0px auto;
  }
}
.wrap .active_area .top_active_area .top_active .kazu {
  width: 25%;
  height: auto;
  margin-top: -20px;
  margin-left: 20px;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area .top_active .kazu {
    width: 60px;
  }
}
.wrap .active_area .top_active_area .top_active a {
  font-weight: bold;
  font-size: 20px;
  padding-top: 20px;
  margin-left: 20px;
  display: block;
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area .top_active a {
    padding-top: 0px;
    margin-top: 6px;
    font-size: 18px;
  }
}
.wrap .active_area .top_active_area .top_active .top_eng {
  width: auto;
  height: 80px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
}
@media screen and (max-width: 935px) {
  .wrap .active_area .top_active_area .top_active .top_eng {
    height: 40px;
    margin-top: -10px;
    padding-bottom: 0px;
  }
}
.wrap .topactive-back {
  background-image: url(../img/top/top_back.jpg);
  height: 300px;
  background-position: 40% 60%;
  margin-top: -200px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 935px) {
  .wrap .topactive-back {
    display: none;
  }
}
.wrap .youtube_area {
  position: relative;
  background-image: url(../img/common/gradation.jpg);
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area {
    background-position: 50%;
  }
}
.wrap .youtube_area .square3 {
  width: 200px;
  position: absolute;
  top: 50px;
  right: 5%;
  left: auto;
  z-index: 1;
  transform: rotate(75deg);
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .square3 {
    display: none;
  }
}
.wrap .youtube_area .square4 {
  width: 100px;
  position: absolute;
  top: 300px;
  right: 30%;
  left: auto;
  z-index: 1;
  transform: rotate(-75deg);
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .square4 {
    display: none;
  }
}
.wrap .youtube_area .square5 {
  width: 100px;
  position: absolute;
  top: 500px;
  right: 5%;
  left: auto;
  z-index: 1;
  opacity: 0.8;
  transform: rotate(35deg);
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .square5 {
    display: none;
  }
}
.wrap .youtube_area .youtube_area_back {
  position: absolute;
  z-index: -99;
  width: 100%;
  bottom: 150px;
  height: 500px;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_area_back {
    display: none;
  }
}
.wrap .youtube_area .youtube_content {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 70px;
}
@media screen and (max-width: 1350px) {
  .wrap .youtube_area .youtube_content {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.wrap .youtube_area .youtube_content .youtube_flex {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
  padding-bottom: 50px;
  align-items: center;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex {
    display: block;
    margin: 20px auto 0;
    padding-bottom: 30px;
  }
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_back {
  width: 59%;
  background-color: #001A46;
  padding: 10px;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex .youtube_back {
    width: 100%;
  }
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_back .can_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_back .can_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_sen {
  width: 38%;
  position: relative;
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_sen p {
  margin-left: 10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex .youtube_sen p {
    margin-bottom: 30px;
  }
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_sen a span {
  font-size: 14px;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex .youtube_sen a span {
    display: none;
  }
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex .youtube_sen {
    width: 100%;
  }
}
.wrap .youtube_area .youtube_content .youtube_flex .youtube_sen::after {
  content: "";
  top: 10px;
  left: 0px;
  height: 86px;
  width: 4px;
  background-color: #001A46;
  position: absolute;
}
@media screen and (max-width: 935px) {
  .wrap .youtube_area .youtube_content .youtube_flex .youtube_sen::after {
    display: none;
  }
}
.wrap .form_area {
  padding-top: 0px;
  padding-bottom: 20px;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .wrap .form_area {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .form_area {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.wrap .form_area .square4 {
  width: 120px;
  position: absolute;
  top: 0px;
  right: 30%;
  left: auto;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(-175deg);
}
@media screen and (max-width: 935px) {
  .wrap .form_area .square4 {
    display: none;
  }
}
.wrap .form_area .square5 {
  width: 100px;
  position: absolute;
  top: 250px;
  right: 5%;
  left: auto;
  z-index: -1;
  opacity: 0.3;
  transform: rotate(-25deg);
}
@media screen and (max-width: 935px) {
  .wrap .form_area .square5 {
    display: none;
  }
}
.wrap .form_area .form_sen {
  max-width: 1300px;
  margin: 0 auto;
}
footer {
  background-color: rgba(245, 248, 250, 0.4078431373);
  padding-top: 20px;
  overflow-x: hidden;
}
footer #btn_up {
  background-color: rgba(0, 46, 125, 0.8);
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: none;
  z-index: 9999;
}
footer #btn_up a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  color: #FFFFFF;
  padding: 0 0;
}
footer .footer_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  footer .footer_area {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 935px) {
  footer .footer_area {
    width: 100%;
    display: block;
  }
}
footer .footer_area .footer_nav {
  width: 50%;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav {
    width: 100%;
    padding: 0 20px 10px;
  }
}
footer .footer_area .footer_nav .footer_logo {
  width: 130px;
}
@media screen and (max-width: 1350px) {
  footer .footer_area .footer_nav .footer_logo {
    width: 120px;
  }
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .footer_logo {
    width: 100px;
  }
}
footer .footer_area .footer_nav .footer_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_area .footer_nav .footer_logo p {
  font-size: 12px;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
  padding-left: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  footer .footer_area .footer_nav .footer_logo p {
    font-size: 8px;
  }
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .footer_logo p {
    font-size: 8px;
    padding-left: 4px;
  }
}
footer .footer_area .footer_nav .footer_link {
  display: flex;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .footer_link {
    display: block;
    margin-top: 30px;
  }
}
footer .footer_area .footer_nav .footer_link ul {
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .footer_link ul {
    padding: 0;
    margin: 0;
  }
}
footer .footer_area .footer_nav .footer_link ul li {
  margin: 10px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .footer_link ul li {
    margin: 4px auto;
  }
}
footer .footer_area .footer_nav .footer_link ul li a {
  color: #002E7D;
  font-size: 14px;
  font-weight: bold;
}
footer .footer_area .footer_nav .for_hp {
  margin: 10px auto 10px 0px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .for_hp {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    margin: 40px auto 30px 0px;
  }
}
footer .footer_area .footer_nav .for_hp a {
  border-radius: 20px;
  border: 2px solid #002E7D;
  width: 320px;
  box-shadow: 0 3px 6px #959494;
  padding: 10px 20px;
  color: #002E7D;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_nav .for_hp a {
    width: 250px;
    font-size: 14px;
    padding: 10px;
  }
}
footer .footer_area .footer_sns {
  width: 50%;
  max-width: 500px;
  margin-top: 20px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns {
    width: 100%;
    padding: 0 20px;
  }
}
footer .footer_area .footer_sns p {
  color: #002E7D;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns p {
    font-size: 14px;
    margin-left: 0;
  }
}
footer .footer_area .footer_sns .sns_flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .sns_flex {
    justify-content: left;
  }
}
footer .footer_area .footer_sns .sns_flex a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .sns_flex a img {
    width: 40px;
    height: 40px;
    margin-right: 50px;
  }
}
footer .footer_area .footer_sns .sns_flex .line_area {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .sns_flex .line_area {
    display: none;
  }
}
footer .footer_area .footer_sns .sns_flex .line_area p {
  margin-right: 10px;
  margin-top: 0;
}
footer .footer_area .footer_sns .footer_adress {
  margin-top: 10px;
}
footer .footer_area .footer_sns .footer_adress p {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .footer_adress p {
    margin-right: 0;
  }
}
footer .footer_area .footer_sns .footer_adress .adress_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .footer_adress .adress_flex {
    display: block;
  }
}
footer .footer_area .footer_sns .footer_adress .adress_flex img {
  height: 40px;
}
footer .footer_area .footer_sns .line_area_mo {
  display: none;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_sns .line_area_mo {
    display: flex;
    justify-content: left;
    margin-top: 10px;
  }
  footer .footer_area .footer_sns .line_area_mo img {
    width: 40px;
    margin-left: 13px;
  }
  footer .footer_area .footer_sns .line_area_mo p {
    font-size: 12px;
  }
}
footer .copy {
  color: #fff;
  background-color: #002E7D;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 935px) {
  footer .copy {
    font-size: 10px;
  }
}

.sub_wrap {
  z-index: 1;
  padding-top: 72px;
}
@media screen and (max-width: 935px) {
  .sub_wrap {
    padding-top: 60px;
  }
}
.sub_wrap .subpage_top {
  width: 100%;
}
.sub_wrap .subpage_top .subtop_img {
  background-image: url(../img/common/about_top.jpg);
  height: 230px;
  width: 100%;
  background-position: 50% 30%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .subtop_img {
    height: 140px;
  }
}
.sub_wrap .subpage_top .subtop_img .sub_h1 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .subtop_img .sub_h1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .subtop_img .sub_h1 {
    padding: 0 10px;
  }
}
.sub_wrap .subpage_top .subtop_img .sub_h1 h1 {
  position: absolute;
  top: 68px;
  color: #fff;
  text-shadow: 0 3px 6px #001A46;
  font-weight: normal;
  font-size: 34px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .subtop_img .sub_h1 h1 {
    top: 40px;
    font-size: 22px;
  }
}
.sub_wrap .subpage_top .active_top {
  background-image: url(../img/common/activity_top.jpg);
  background-position: 50% 80%;
  background-size: cover;
}
.sub_wrap .subpage_top .lesson_top {
  background-image: url(../img/common/lesson_top.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.sub_wrap .subpage_top .ict_top {
  background-image: url(../img/common/support_top.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.sub_wrap .subpage_top .form_top {
  background-image: url(../img/common/form_top.jpg);
  background-position: 50% 90%;
  background-size: cover;
}
.sub_wrap .subpage_top .pan-area {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .pan-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area {
    padding: 0 10px;
  }
}
.sub_wrap .subpage_top .pan-area ul {
  display: flex;
  padding-left: 0;
  margin-top: 6px;
}
.sub_wrap .subpage_top .pan-area ul li {
  padding: 6px 6px 6px 0;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area ul li {
    padding: 3px 6px 3px 0;
  }
}
.sub_wrap .subpage_top .pan-area ul li a {
  font-size: 14px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area ul li a {
    font-size: 12px;
  }
}
.sub_wrap .subpage_top .pan-area ul li img {
  width: 18px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.sub_wrap .subpage_top .sub_back {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_back {
    display: none;
  }
}
.sub_wrap .subpage_top .sub_back img {
  width: 50%;
  position: absolute;
  z-index: -1;
  right: 0;
  top: -50px;
}
.sub_wrap .sub_h2 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .sub_h2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .sub_h2 {
    padding: 0 10px;
    margin-top: 50px;
  }
}
.sub_wrap .sub_h2 h2 {
  color: #001A46;
  font-size: 30px;
  text-shadow: 0 3px 3px #fff, 0 0 3px #e2e2e2;
  border-bottom: 2px dotted #001A46;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .sub_h2 h2 {
    font-size: 22px;
  }
}
.sub_wrap .for_line_green {
  color: #3ACD01;
  font-weight: bold;
}
.sub_wrap .for_form_blue {
  color: #004AC6;
  font-weight: bold;
}
.sub_wrap .red {
  color: red;
  font-size: 14px;
}
.sub_wrap .kage {
  position: relative;
}
.sub_wrap .kage::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #CDCCCC;
  position: absolute;
  right: -20px;
  top: 20px;
  z-index: -1;
}
@media screen and (max-width: 935px) {
  .sub_wrap .kage::after {
    right: -10px;
    top: 10px;
  }
}
.sub_wrap .weight {
  font-weight: bold;
}
.sub_wrap .back_yello {
  position: relative;
  font-weight: bold;
  font-size: 26px;
}
.sub_wrap .back_yello::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #F6F15E;
  -ms-filter: blur(1px);
  filter: blur(1px);
  z-index: -1;
}
.sub_wrap .about_tr {
  max-width: 1300px;
  margin: 0 auto;
}
.sub_wrap .about_tr .about_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 935px) {
  .sub_wrap .about_tr .about_flex {
    display: block;
    padding: 0 10px;
  }
}
.sub_wrap .about_tr .about_flex .about_sen_area {
  width: 60%;
  padding: 0px 10px auto 0;
}
@media screen and (max-width: 935px) {
  .sub_wrap .about_tr .about_flex .about_sen_area {
    width: 100%;
  }
}
.sub_wrap .about_tr .about_flex .about_img_area {
  position: relative;
  width: 40%;
  height: 300px;
  margin-left: -10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .about_tr .about_flex .about_img_area {
    width: 100%;
    margin-bottom: 50px;
    height: 200px;
  }
}
.sub_wrap .about_tr .about_flex .about_img_area img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .overview {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .overview {
    margin-bottom: 50px;
  }
}
.sub_wrap .overview table {
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.sub_wrap .overview table tbody tr {
  border: solid 1px;
}
.sub_wrap .overview table tbody tr th {
  background-color: #E4ECF6;
  border: solid 1px;
  padding: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .overview table tbody tr th {
    width: 100%;
    display: block;
    border: transparent;
    border-bottom: solid 1px;
    padding: 20px;
  }
}
.sub_wrap .overview table tbody tr td {
  padding: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .overview table tbody tr td {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.sub_wrap .active_area {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area {
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0px;
  }
}
.sub_wrap .active_area .pho {
  width: 70%;
  height: 400px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .pho {
    width: 70%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .pho {
    width: 90%;
    margin: 0 auto;
    height: 200px;
  }
}
.sub_wrap .active_area .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .active_area .sen {
  position: relative;
  z-index: 99;
  width: 60%;
  box-shadow: 0 3px 6px #CDCCCC;
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .sen {
    width: 80%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .sen {
    width: 100%;
    height: 200px;
    box-shadow: none;
    background-color: transparent;
    padding: 30px 0;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .sen img {
    height: 50px;
  }
}
.sub_wrap .active_area .sen h3 {
  border-bottom: 2px dotted #002E7D;
  margin-bottom: 0;
  margin-top: 0;
}
.sub_wrap .active_area .sen .for_detail {
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .sen .for_detail {
    margin-top: 0px;
  }
}
.sub_wrap .active_area .sen .for_detail a {
  color: #fff;
  background-color: #002E7D;
  background: linear-gradient(to right, #002E7D, #1A569E);
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 3px 6px #CDCCCC;
}
.sub_wrap .active_area .active_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_flex {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_flex {
    display: block;
    padding: 0;
  }
}
.sub_wrap .active_area .active_flex .active_img_area {
  width: 30%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_flex .active_img_area {
    width: 100%;
  }
}
.sub_wrap .active_area .active_flex .active_img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_wrap .active_area .active_flex .active_sen_area {
  width: 70%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_flex .active_sen_area {
    width: 100%;
  }
}
.sub_wrap .active_area .active_flex .active_sen_area .blue_weight {
  font-size: 20px;
  font-weight: bold;
  color: #002E7D;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_flex .active_sen_area .blue_weight {
    font-size: 18px;
  }
}
.sub_wrap .active_area .active_lesson {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_lesson {
    padding: 0 20px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_lesson {
    display: block;
    padding: 0;
  }
}
.sub_wrap .active_area .active_lesson .sen {
  margin-left: -50px;
  margin-top: -30px;
  height: 340px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_lesson .sen {
    height: 360px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_lesson .sen {
    width: 100%;
    margin: 0px auto 10px auto;
    height: 300px;
  }
}
.sub_wrap .active_area .active_lesson .sen p {
  margin-top: 4px;
}
.sub_wrap .active_area .active_lesson .pho {
  position: relative;
}
.sub_wrap .active_area .active_lesson .pho::before {
  content: url(../img/activity/01.png);
  position: absolute;
  z-index: 99;
  left: -50px;
  top: -40px;
  transform: scale(0.9);
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_lesson .pho::before {
    left: -30px;
    top: -50px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_lesson .pho::before {
    transform: scale(0.5);
    left: -60px;
    top: -60px;
  }
}
.sub_wrap .active_area .active_intern {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 150px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_intern {
    padding: 0 40px 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_intern {
    display: block;
    padding: 0;
    margin-top: 0px;
  }
}
.sub_wrap .active_area .active_intern .sen {
  margin-right: -50px;
  margin-top: -30px;
  height: 360px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_intern .sen {
    width: 100%;
    margin: 0px auto 10px auto;
    height: 340px;
  }
}
.sub_wrap .active_area .active_intern .sen p {
  margin-top: 4px;
}
.sub_wrap .active_area .active_intern .pho::before {
  content: url(../img/activity/02.png);
  position: absolute;
  z-index: 99;
  right: -50px;
  top: -40px;
  transform: scale(0.9);
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_intern .pho::before {
    right: -50px;
    top: -50px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_intern .pho::before {
    transform: scale(0.5);
    right: -60px;
    top: -60px;
  }
}
.sub_wrap .active_area .active_ict {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 150px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_ict {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_ict {
    display: block;
    padding: 0;
    margin-top: 50px;
  }
}
.sub_wrap .active_area .active_ict .sen {
  margin-left: -50px;
  margin-top: -30px;
  height: 360px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_ict .sen {
    width: 100%;
    margin: 0px auto -20px auto;
  }
}
.sub_wrap .active_area .active_ict .sen p {
  margin-top: 4px;
}
.sub_wrap .active_area .active_ict .pho::before {
  content: url(../img/activity/03.png);
  position: absolute;
  z-index: 99;
  left: -50px;
  top: -40px;
  transform: scale(0.9);
}
@media screen and (max-width: 1350px) {
  .sub_wrap .active_area .active_ict .pho::before {
    left: -30px;
    top: -50px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .active_area .active_ict .pho::before {
    transform: scale(0.5);
    left: -60px;
    top: -60px;
  }
}
.sub_wrap .lesson_tr {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.sub_wrap .lesson_tr .sub_h2 {
  margin-top: 100px;
  margin-right: 20px;
  margin-left: 0px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .sub_h2 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0;
  }
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .sub_h2 {
    margin-top: 50px;
  }
}
.sub_wrap .lesson_tr .sub_h2 h2 {
  display: inline-block;
  width: auto;
}
.sub_wrap .lesson_tr .sub_h2 .width100 {
  width: 100%;
}
.sub_wrap .lesson_tr .lesson_area .sub_h2 {
  margin-top: 70px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .lesson_area .sub_h2 {
    margin-top: 50px;
  }
}
.sub_wrap .lesson_tr h3 {
  font-size: 18px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
}
.sub_wrap .lesson_tr .lesson_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flex {
    display: block;
    padding-bottom: 0px;
  }
}
.sub_wrap .lesson_tr .lesson_flex .sen {
  width: 65%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flex .sen {
    width: 100%;
  }
}
.sub_wrap .lesson_tr .lesson_flex .youtube {
  position: relative;
  padding-bottom: 20.25%;
  height: 0;
  width: 30%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flex .youtube {
    padding-top: 56.25%;
    padding-bottom: 0;
    width: 100%;
  }
}
.sub_wrap .lesson_tr .lesson_flex .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sub_wrap .lesson_tr .about_lesson {
  margin-top: -50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson {
    margin-top: 50px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex {
    display: block;
    margin-top: 30px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native {
  position: relative;
  width: 30%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native p {
  text-align: center;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native p {
    margin: 10px 0 0;
    font-size: 14px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native .pho {
  height: 250px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .pho {
    height: 200px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .pho {
    height: 180px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native .pho img {
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  margin-top: -50px;
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen {
  width: 100%;
  vertical-align: middle;
  margin-top: -50px;
  padding-bottom: 20px;
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p {
    font-size: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p {
    font-size: 18px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p span {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p span {
    font-size: 26px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native .sen p span {
    font-size: 20px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .native_area {
  background-color: #BFD7FF;
  border-radius: 50px;
  margin-top: -50px;
  height: 360px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native_area {
    height: 300px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .native_area {
    height: 250px;
    margin-top: 0px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .zoom {
  background-color: #F1F6FA;
  border-radius: 50px;
  margin-top: -50px;
  height: 360px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .zoom {
    height: 300px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .zoom {
    height: 220px;
    margin-top: 0px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .zoom .sen {
  margin-top: 40px;
  margin-top: -50px;
  height: 360px;
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .cost {
  background-color: #BFD7FF;
  border-radius: 50px;
  margin-top: -50px;
  height: 360px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .cost {
    height: 300px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .about_lesson .lesson_flex .cost {
    height: 220px;
    margin-top: 0px;
  }
}
.sub_wrap .lesson_tr .about_lesson .lesson_flex .cost .sen {
  margin-top: -50px;
}
.sub_wrap .lesson_tr .osusume {
  width: 350px;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .osusume {
    width: 250px;
  }
}
.sub_wrap .lesson_tr .check {
  width: 100%;
  background-color: #E4ECF6;
  align-items: center;
  border-radius: 50px;
  padding: 35px 60px 50px;
  height: 370px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .check {
    padding: 10px 30px;
    height: 300px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .check {
    padding: 20px;
    height: auto;
  }
}
.sub_wrap .lesson_tr .check .sen {
  width: 60%;
  vertical-align: middle;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .check .sen {
    width: 65%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .check .sen {
    width: 100%;
  }
}
.sub_wrap .lesson_tr .check .sen img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .check .sen img {
    width: 20px;
  }
}
.sub_wrap .lesson_tr .check .sen p {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
  line-height: 25px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .check .sen p {
    line-height: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .check .sen p {
    font-size: 16px;
    line-height: 22px;
  }
}
.sub_wrap .lesson_tr .check .pho {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .check .pho {
    width: 35%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .check .pho {
    display: none;
  }
}
.sub_wrap .lesson_tr .check .pho img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sub_wrap .lesson_tr .lesson_for_form {
  margin: 80px auto 80px;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_for_form {
    margin: 70px auto;
  }
}
.sub_wrap .lesson_tr .lesson_for_form p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_for_form p {
    font-size: 18px;
  }
}
.sub_wrap .lesson_tr .lesson_for_form .for_form {
  margin-top: 50px;
}
.sub_wrap .lesson_tr .lesson_for_form .back_yello {
  white-space: nowrap;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_for_form .back_yello {
    font-size: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow {
    margin-top: 90px;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area {
  background-color: #E4ECF6;
  padding: 100px 50px;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area {
    padding: 50px 10px;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area {
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area {
    width: 90%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .sen {
  width: 80%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .sen {
    width: 100%;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .sen h3 {
  border: none;
  font-size: 20px;
  text-align: left;
  display: block;
  margin: 0;
  padding: 0;
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho {
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho {
    width: 100%;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho img {
  width: 120px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho img {
    width: 100px;
  }
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho .line_icon {
  width: 80px;
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_area .pho p {
  text-align: center;
  font-size: 14px;
}
.sub_wrap .lesson_tr .lesson_flow .lesson_flow_area .flow_squarea {
  width: 50px;
  margin: 30px auto;
  text-align: center;
}
.sub_wrap .lesson_tr .lesson_detail .detail_area {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_detail .detail_area {
    width: 100%;
  }
}
.sub_wrap .lesson_tr .lesson_detail .detail_area table {
  margin: 0 auto;
}
.sub_wrap .lesson_tr .lesson_detail .detail_area table td {
  border: 1px solid rgba(0, 0, 0, 0.425);
  padding: 40px;
  text-align: center;
  font-size: 22px;
  width: 40%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_detail .detail_area table td {
    padding: 16px;
    font-size: 16px;
  }
}
.sub_wrap .lesson_tr .lesson_detail .detail_area table .trl {
  background-color: #E4ECF6;
  width: 30%;
}
.sub_wrap .lesson_tr .lesson_detail .margin50 {
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .lesson_detail .margin50 {
    margin-top: 30px;
  }
}
.sub_wrap .lesson_tr .teacher {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher {
    display: block;
    width: 100%;
  }
}
.sub_wrap .lesson_tr .teacher .pho {
  width: 40%;
  height: 250px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher .pho {
    width: 100%;
    height: 200px;
  }
}
.sub_wrap .lesson_tr .teacher .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 30%;
     object-position: 100% 30%;
}
.sub_wrap .lesson_tr .teacher .sen {
  width: 60%;
  padding: 60px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher .sen {
    width: 100%;
    padding: 0px;
  }
}
.sub_wrap .lesson_tr .teacher .sen .tantou {
  width: 250px;
  position: absolute;
  left: 30%;
  top: -30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher .sen .tantou {
    left: auto;
    right: 0%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher .sen p {
    margin: 0;
  }
}
.sub_wrap .lesson_tr .teacher .sen .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .teacher .sen .name {
    margin-top: 10px;
  }
}
.sub_wrap .lesson_tr .blue-btn_area {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .blue-btn_area {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.sub_wrap .lesson_tr .blue-btn_area p {
  text-align: center;
}
.sub_wrap .lesson_tr .blue-btn_area p .back_yello {
  white-space: nowrap;
}
@media screen and (max-width: 935px) {
  .sub_wrap .lesson_tr .blue-btn_area p .back_yello {
    font-size: 20px;
  }
}
.sub_wrap .lesson_tr .policy {
  margin: 30px auto;
}
.sub_wrap .lesson_tr .policy p {
  font-size: 14px;
}
.sub_wrap .intern_tr .intern_first .intern_area {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_area p {
  text-align: center;
}
.sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen {
  margin-top: 70px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen {
    margin-top: 40px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen p {
  color: #002E7D;
  font-weight: bold;
}
.sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen .sen1 {
  text-shadow: 0 3px 6px #CDCCCC;
  font-size: 22px;
  line-height: 0px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen .sen1 {
    font-size: 20px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen .sen2 {
  text-shadow: 0 3px 6px #CDCCCC;
  font-size: 36px;
  margin-top: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area .intern_blue_sen .sen2 {
    font-size: 22px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_area .intern_com_sen p {
  line-height: 36px;
  font-size: 18px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area .intern_com_sen p {
    line-height: 30px;
    font-size: 16px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_area .for_form {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_area .for_form a {
    line-height: 30px;
    font-size: 14px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_phoarea {
  margin-top: 70px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_first .intern_phoarea {
    margin-top: 40px;
  }
}
.sub_wrap .intern_tr .intern_first .intern_phoarea .slider_intern {
  padding: 0;
}
.sub_wrap .intern_tr .intern_first .intern_phoarea .slider_intern .intern_pho {
  position: relative;
  width: 300px;
  height: auto;
  border: 1px solid #fff;
  aspect-ratio: 1/1;
}
.sub_wrap .intern_tr .intern_first .intern_phoarea .slider_intern .intern_pho img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .intern_tr .intern_detail {
  width: 1300px;
  margin: 0 auto;
  margin-top: 70px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_detail {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_detail {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
  }
}
.sub_wrap .intern_tr .intern_detail h3 {
  font-size: 22px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
}
.sub_wrap .intern_tr .intern_detail table {
  margin: 30px auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.425);
}
.sub_wrap .intern_tr .intern_detail table td {
  border: 1px solid rgba(0, 0, 0, 0.425);
  padding: 30px 50px;
  text-align: center;
  font-size: 16px;
  width: 40%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_detail table td {
    padding: 16px;
    font-size: 16px;
    display: block;
    width: 100%;
    border-bottom: transparent;
  }
}
.sub_wrap .intern_tr .intern_detail table .trl {
  background-color: #E4ECF6;
  width: 30%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_detail table .trl {
    width: 100%;
  }
}
.sub_wrap .intern_tr .intern_adv {
  background-image: url(../img/common/gradation.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    width: 100%;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .adv_sen {
  width: 50%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen {
    width: 100%;
    margin-bottom: -100px;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p .back_yello {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p .back_yello {
    font-size: 16px;
    text-shadow: 0 3px 6px #F6F15E;
  }
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub p .back_yello::after {
    content: none;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .adv_sen_sub .mo_70 {
    width: 70%;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .blue-btn_area {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_sen .blue-btn_area {
    margin-bottom: 60px;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .adv_pho {
  width: 22%;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_pho {
    width: 30%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .adv_pho {
    width: 25%;
    margin: auto 10px 10px auto;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .adv_pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .blue-btn_area {
    text-align: center;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .intern_tr .intern_adv .adv_area .blue-btn_area {
    margin-top: -100px;
    text-align: left;
  }
}
.sub_wrap .intern_tr .intern_adv .adv_area .blue-btn_area a {
  line-height: 30px;
  font-size: 14px;
}
.sub_wrap .ict_tr {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .ict_tr {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sub_wrap .ict_tr .ict_area .ict_sen {
  margin-top: 30px;
}
.sub_wrap .ict_tr .ict_area .ict_sen .ict_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .ict_area .ict_sen .ict_flex {
    display: block;
  }
}
.sub_wrap .ict_tr .ict_area .ict_sen .ict_flex .ict_backblue {
  background-color: #E4ECF6;
  padding: 30px;
  width: 69%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .ict_area .ict_sen .ict_flex .ict_backblue {
    width: 100%;
  }
}
.sub_wrap .ict_tr .ict_area .ict_sen .ict_flex .pho {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .ict_area .ict_sen .ict_flex .pho {
    width: 100%;
    height: 100px;
  }
}
.sub_wrap .ict_tr .ict_area .ict_sen .ict_flex .pho img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .ict_tr .about_ict {
  margin-top: 70px;
  margin-bottom: 70px;
}
.sub_wrap .ict_tr .about_ict h3 {
  border-bottom: 2px dotted #001A46;
  display: inline-block;
}
.sub_wrap .ict_tr .about_ict .ict_gray {
  background-color: #F7F7F7;
  padding: 20px;
}
.sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex {
    display: block;
  }
}
.sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .pho {
  width: 35%;
  height: 300px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .pho {
    width: 100%;
    height: 100px;
  }
}
.sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .sen {
  width: 60%;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .sen {
    width: 100%;
  }
}
.sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .sen p {
  font-size: 18px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ict_tr .about_ict .ict_gray .ict_about_flex .sen p {
    font-size: 16px;
  }
}
.sub_wrap .form_tr {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_tr {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sub_wrap .form_tr .sub_h2 {
  padding: 0;
}
.sub_wrap .form_tr h3 {
  border-bottom: 2px dotted #002E7D;
  display: inline-block;
}
.sub_wrap .form_tr .line_area .line_sen p {
  margin-top: 0;
}
.sub_wrap .form_tr .line_area .line_pho .line_img {
  width: 85px;
  height: 85px;
}
.sub_wrap .form_tr .line_area .line_pho .line_qr {
  width: 100px;
  height: 100px;
}
.sub_wrap .form_tr .form_area {
  margin-top: 20px;
  margin-bottom: 50px;
}
.sub_wrap .form_tr .form_area .form_sen p {
  margin-top: 0;
}
.sub_wrap .form_tr .form_area .main_form .form_head .form-head1 {
  height: 46px;
}
.sub_wrap .form_tr .form_area .main_form .form_head .form-head1 img {
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form-head1 img {
    height: 46px;
  }
}
.sub_wrap .form_tr .form_area .main_form .form_head .form_headsen {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: -54px;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen {
    margin-top: -60px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen {
    display: none;
  }
}
.sub_wrap .form_tr .form_area .main_form .form_head .form_headsen p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen p {
    font-size: 22px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen p {
    font-size: 16px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen .form_headsen_p2 {
    padding-left: 10px;
  }
}
.sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo {
  display: none;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: -50px;
  }
}
.sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo p {
    font-size: 16px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo .form_headsen_p2 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_head .form_headsen_mo .form_headsen_p3 {
    padding-left: 40px;
  }
}
.sub_wrap .form_tr .form_area .main_form form {
  margin-top: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form form {
    margin-top: 20px;
  }
}
.sub_wrap .form_tr .form_area .main_form form .form_input {
  background-color: #E4ECF6;
  padding: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form form .form_input {
    padding: 20px 10px;
  }
}
.sub_wrap .form_tr .form_area .main_form form .form_input table {
  width: 100%;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr td {
  display: block;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trl {
  color: #002E7D;
  margin-bottom: 10px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trl span {
  margin-left: 10px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr {
  margin-bottom: 20px;
  width: 100%;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr input {
  line-height: 24px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: normal;
  background-color: #fff !important;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr .name {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr .tel1 {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr .mailad {
  width: 100%;
  max-width: 500px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr .title {
  width: 100%;
  max-width: 600px;
}
.sub_wrap .form_tr .form_area .main_form form .form_input table tr .trr textarea {
  line-height: 24px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: bold;
  width: 100%;
  max-width: 700px;
}
.sub_wrap .form_tr .form_area .main_form form .form_bt {
  display: flex;
  margin-top: 30px;
}
.sub_wrap .form_tr .form_area .main_form form .form_bt .bt_area_1 input {
  background-image: url(../img/form/bt_back.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sub_wrap .form_tr .form_area .main_form form .form_bt .bt_area_2 {
  margin-left: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form form .form_bt .bt_area_2 {
    margin-left: 20px;
  }
}
.sub_wrap .form_tr .form_area .main_form form .form_bt .bt_area_2 input {
  background-image: url(../img/form/bt_check.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sub_wrap .form_tr .form_area .main_form .check_page {
  margin-top: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .check_page {
    margin-top: 20px;
  }
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input {
  background-color: #E4ECF6;
  padding: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .check_page .form_input {
    padding: 20px 10px;
  }
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table {
  width: 100%;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr td {
  display: block;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trl {
  color: #002E7D;
  margin-bottom: 0px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trl span {
  margin-left: 10px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr {
  margin-bottom: 20px;
  width: 100%;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr input {
  line-height: 30px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: normal;
  background-color: #fff !important;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr p {
  margin-top: 0;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr .name {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr .tel1 {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr .mailad {
  width: 100%;
  max-width: 500px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr .title {
  width: 100%;
  max-width: 600px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_input table tr .trr textarea {
  line-height: 30px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: bold;
  width: 100%;
  max-width: 700px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_bt {
  display: flex;
  margin-top: 30px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_bt form {
  padding: 0;
  margin: 0;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_bt form .bt_area_1 input {
  background-image: url(../img/form/bt_back.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_bt form .bt_area_2 {
  margin-left: 20px;
}
.sub_wrap .form_tr .form_area .main_form .check_page .form_bt form .bt_area_2 input {
  background-image: url(../img/form/bt_send.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sub_wrap .form_tr .form_area .main_form .form_thanks {
  background-color: #E4ECF6;
  padding: 20px 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_tr .form_area .main_form .form_thanks {
    padding: 10px;
    margin-top: 20px;
  }
}
.sub_wrap .form_tr .form_area .main_form .form_thanks p {
  padding-left: 6px;
}
.sub_wrap .form_tr .form_area .main_form .form_thanks img {
  width: 20px;
  margin-bottom: 5px;
}
.sub_wrap .form_tr .form_area .main_form .form_thanks a {
  font-size: 14px;
}
.sub_wrap .sitemap_area .content_area {
  background-color: #E4ECF6;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .sitemap_area .content_area {
    display: block;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.sub_wrap .sitemap_area .content_area .sitemap_page > a {
  border-bottom: 1px solid rgba(0, 46, 125, 0.6705882353);
  color: #001A46;
  width: 250px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .sitemap_area .content_area .sitemap_page > a {
    width: auto;
    margin: 10px auto;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .sitemap_area .content_area .sitemap_page > a {
    margin: 6px auto;
    border-bottom: none;
  }
}
.sub_wrap .sitemap_area .content_area .sitemap_page .sitemap_page_sub {
  margin-top: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .sitemap_area .content_area .sitemap_page .sitemap_page_sub {
    margin-top: 4px;
  }
}
.sub_wrap .sitemap_area .content_area .sitemap_page .sitemap_page_sub a {
  line-height: 30px;
  font-size: 14px;
}

.pickup-movie {
  padding: 60px 20px;
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
}
.pickup-movie__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  gap: 60px;
}
@media (min-width: 768px) {
  .pickup-movie__inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
.pickup-movie h3 {
  font-size: 18px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
}
.pickup-movie__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.pickup-movie__title {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.pickup-movie__name {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
  margin-top: 0;
}
.pickup-movie__text {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
  margin-top: 4px;
}
.pickup-movie__player {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  margin-top: auto;
}
@supports (aspect-ratio: 16/9) {
  .pickup-movie__player {
    aspect-ratio: 16/9;
  }
}
@supports not (aspect-ratio: 16/9) {
  .pickup-movie__player::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.pickup-movie__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lesson-mark {
  font-size: 0.8em;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.lesson-note {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 6px;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .lesson-note {
    font-size: 14px;
  }
}

.lesson_vod {
  margin-bottom: 72px;
}
@media (min-width: 768px) {
  .lesson_vod {
    margin-bottom: 60px;
  }
}
.lesson_vod .sub_h2 {
  margin-bottom: 12px;
}
.lesson_vod__inner {
  margin: 0 auto;
}
.lesson_vod__lead p {
  line-height: 1.9;
  color: #333;
  font-size: 1rem;
  margin: 0 0 16px;
}
.lesson_vod__card {
  display: grid;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .lesson_vod__card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
.lesson_vod__meta .lesson_vod__title {
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 4px;
  color: #111;
}
.lesson_vod__meta .lesson_vod__desc {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}
.lesson_vod__actions {
  text-align: left;
}
@media (min-width: 768px) {
  .lesson_vod__actions {
    text-align: right;
  }
}
.lesson_vod .udemy_btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  background: #a435f0;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.lesson_vod .udemy_btn:hover, .lesson_vod .udemy_btn:focus {
  opacity: 0.9;
}
.lesson_vod__note {
  margin: 6px 0 0;
  font-size: 0.85rem;
  color: #777;
}
.lesson_vod__points {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}
.lesson_vod__points li {
  list-style: disc;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.6;
}

.lesson_vod__fit-area {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lesson_vod__fit-area {
    margin-top: 24px;
  }
}

.lesson_vod__fit-area {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .lesson_vod__fit-area {
    margin-top: 24px;
  }
}

.lesson_vod__fit-title {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  color: #111;
  letter-spacing: 0.01em;
}

.lesson_vod__fit {
  margin: 0;
  padding: 0;
}

.list-check {
  list-style: none;
  display: grid;
  gap: 6px;
}
.list-check li {
  position: relative;
  margin: 0;
  padding-left: 1.6em;
  line-height: 1.8;
  font-size: 0.95rem;
}
.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #DF5656;
}

/* ===============================
   カンボジア孤児院支援ページ専用スタイル
   =============================== */
.orphanage-page {
  background: #fff;
  color: #001A46;
  font-family: "Noto Sans JP", sans-serif;
  /* ヒーローエリア */
  /* セクション共通 */
  /* 活動内容 */
  /* 支援案内 */
  /* お問い合わせ */
}
.orphanage-page .intern_phoarea {
  margin-top: 0px;
}
@media screen and (max-width: 935px) {
  .orphanage-page .intern_phoarea {
    margin-top: 40px;
  }
}
.orphanage-page .intern_phoarea .slider_intern {
  padding: 0;
}
.orphanage-page .intern_phoarea .slider_intern .intern_pho {
  position: relative;
  width: 300px;
  height: auto;
  border: 1px solid #fff;
  aspect-ratio: 1/1;
}
.orphanage-page .intern_phoarea .slider_intern .intern_pho img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.orphanage-page .hero {
  background: linear-gradient(180deg, #E4ECF6 0%, #fff 100%);
  text-align: center;
  padding: 80px 0 60px;
}
.orphanage-page .hero h1 {
  color: #002E7D;
  font-family: "ryo-display-plusn", serif;
  font-size: 36px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
@media screen and (max-width: 935px) {
  .orphanage-page .hero h1 {
    font-size: 26px;
  }
}
.orphanage-page .hero p {
  color: #001A46;
  line-height: 1.9;
  width: min(850px, 92%);
  margin-inline: auto;
}
.orphanage-page .section {
  padding: 80px 0;
  width: min(1100px, 92%);
  margin-inline: auto;
}
.orphanage-page .section h2 {
  color: #002E7D;
  font-size: 28px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 935px) {
  .orphanage-page .section h2 {
    font-size: 22px;
  }
}
.orphanage-page .section p {
  color: #333;
  line-height: 1.9;
}
.orphanage-page .section--content ul {
  margin: 20px 0 40px 1.5rem;
  line-height: 1.9;
}
.orphanage-page .section--content ul li::marker {
  color: #002E7D;
}
.orphanage-page .section--content .photo-placeholder {
  background: #ccc;
  height: 280px;
  border-radius: 10px;
}
.orphanage-page .section--support {
  background-color: #E4ECF6;
  border-top: 2px solid #dce4ef;
  border-bottom: 2px solid #dce4ef;
}
.orphanage-page .section--support .support-patterns {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 935px) {
  .orphanage-page .section--support .support-patterns {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 936px) {
  .orphanage-page .section--support .support-patterns {
    grid-template-columns: repeat(3, 1fr);
  }
}
.orphanage-page .section--support .pattern {
  background: #fff;
  border: 1px solid #d5dbe5;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.orphanage-page .section--support .pattern h3 {
  color: #002E7D;
  font-size: 20px;
  margin-bottom: 10px;
}
.orphanage-page .section--support .pattern p {
  color: #333;
  line-height: 1.8;
}
.orphanage-page .section--support .pattern.highlight {
  border: 2px solid #002E7D;
  background: linear-gradient(180deg, #f7faff, #fff);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.orphanage-page .section--contact {
  text-align: center;
}
.orphanage-page .section--contact blockquote {
  margin: 1.5rem auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid #002E7D;
  color: #444;
  font-style: italic;
  max-width: 680px;
}
.orphanage-page .section--contact .contact-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1.5rem;
}
.orphanage-page .section--contact .btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #002E7D;
  color: #002E7D;
  transition: 0.2s;
}
.orphanage-page .section--contact .btn:hover {
  background-color: rgba(26, 85, 158, 0.1529411765);
}
.orphanage-page .section--contact .btn.primary {
  background-color: #002E7D;
  color: #fff;
}
.orphanage-page .section--contact .btn.primary:hover {
  background-color: #1a559e;
}

/* ===================================================
   孤児院支援ページ（orphanage_tr）
   =================================================== */
.orphanage_tr {
  background-color: #fff;
  color: #001A46;
  font-family: "Noto Sans JP", sans-serif;
  /* ヒーローエリア */
  /* 活動概要セクション */
  /* 支援パターン（3つの方法） */
  /* お問い合わせ・申し込み */
}
.orphanage_tr .sub_wrap {
  background: linear-gradient(180deg, #E4ECF6 0%, #fff 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}
.orphanage_tr .sub_wrap h1 {
  color: #002E7D;
  font-family: "ryo-display-plusn", serif;
  font-size: 38px;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
@media screen and (max-width: 935px) {
  .orphanage_tr .sub_wrap h1 {
    font-size: 26px;
  }
}
.orphanage_tr .sub_wrap p {
  color: #001A46;
  line-height: 1.9;
  width: min(820px, 90%);
  margin: 0 auto;
}
.orphanage_tr .sub_wrap::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #002E7D;
  display: block;
  margin: 25px auto 0;
  border-radius: 2px;
}
.orphanage_tr .activity_section {
  width: min(1100px, 92%);
  margin: 80px auto;
  text-align: left;
}
.orphanage_tr .activity_section h2 {
  font-size: 28px;
  color: #002E7D;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
  margin-bottom: 25px;
  font-family: "ryo-display-plusn", serif;
}
@media screen and (max-width: 935px) {
  .orphanage_tr .activity_section h2 {
    font-size: 22px;
  }
}
.orphanage_tr .activity_section p {
  line-height: 1.9;
  margin-bottom: 20px;
  color: #333;
}
.orphanage_tr .activity_section ul {
  margin: 1rem 0 2rem 1.5rem;
  line-height: 1.8;
}
.orphanage_tr .activity_section ul li::marker {
  color: #002E7D;
}
.orphanage_tr .activity_section .photo-placeholder {
  background: #d5dbe5;
  height: 300px;
  border-radius: 12px;
  margin-top: 30px;
}
.orphanage_tr .support_section {
  background-color: #E4ECF6;
  padding: 80px 0;
  text-align: center;
}
.orphanage_tr .support_section h2 {
  color: #002E7D;
  font-size: 28px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #001A46;
  display: inline-block;
}
.orphanage_tr .support_section p {
  width: min(800px, 92%);
  margin: 0 auto 40px;
  line-height: 1.9;
  color: #333;
}
.orphanage_tr .support_section .pattern_wrap {
  display: grid;
  gap: 30px;
  width: min(1100px, 92%);
  margin: 0 auto;
}
@media screen and (max-width: 935px) {
  .orphanage_tr .support_section .pattern_wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 936px) {
  .orphanage_tr .support_section .pattern_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.orphanage_tr .support_section .pattern_wrap .pattern {
  background: #fff;
  border: 1px solid #d5dbe5;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.orphanage_tr .support_section .pattern_wrap .pattern:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.orphanage_tr .support_section .pattern_wrap .pattern h3 {
  color: #002E7D;
  font-size: 20px;
  margin-bottom: 10px;
  border-left: 4px solid #002E7D;
  padding-left: 10px;
}
.orphanage_tr .support_section .pattern_wrap .pattern p {
  color: #333;
  line-height: 1.8;
}
.orphanage_tr .support_section .pattern_wrap .pattern.highlight {
  border: 2px solid #002E7D;
  background: linear-gradient(180deg, #f8fbff, #fff);
}
.orphanage_tr .contact_section {
  padding: 80px 0;
  text-align: center;
}
.orphanage_tr .contact_section blockquote {
  width: min(680px, 90%);
  margin: 1.5rem auto;
  padding: 1.2rem 1.5rem;
  border-left: 5px solid #002E7D;
  background: #f8faff;
  color: #444;
  font-style: italic;
  border-radius: 6px;
}
.orphanage_tr .contact_section .contact_buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 2rem;
}
.orphanage_tr .contact_section .contact_buttons a {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #002E7D;
  color: #002E7D;
  transition: 0.25s ease;
  min-width: 220px;
}
.orphanage_tr .contact_section .contact_buttons a:hover {
  background: rgba(26, 85, 158, 0.1529411765);
}
.orphanage_tr .contact_section .contact_buttons a.primary {
  background: #002E7D;
  color: #fff;
}
.orphanage_tr .contact_section .contact_buttons a.primary:hover {
  background: #1a559e;
}

.activity_blog {
  background: #E4ECF6;
  padding: 60px 0;
  border-top: 1px solid #d5dbe5;
  border-bottom: 1px solid #d5dbe5;
}
.activity_blog .container {
  width: min(1100px, 92%);
  margin: 0 auto;
}
.activity_blog h2 {
  color: #002E7D;
  font-size: 26px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #001A46;
  padding-bottom: 6px;
}
.activity_blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.activity_blog ul li {
  margin-bottom: 12px;
  line-height: 1.8;
}
.activity_blog ul li a {
  text-decoration: none;
  color: #002E7D;
  font-weight: 500;
  display: inline-block;
}
.activity_blog ul li a .date {
  display: inline-block;
  color: #666;
  font-size: 0.9em;
  margin-right: 0.5em;
}
.activity_blog ul li a:hover {
  color: rgb(0, 27.232, 74);
  text-decoration: underline;
}
.activity_blog .more-link {
  text-align: right;
  margin-top: 16px;
}
.activity_blog .more-link a {
  color: #002E7D;
  font-size: 0.95em;
  font-weight: 600;
}
.activity_blog .more-link a:hover {
  text-decoration: underline;
}

/* ===============================
   受講者アンケート結果セクション
================================ */
.lesson_survey {
  background: #f8fbff;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  /* ===== グラフ部分（年代・満足度） ===== */
  /* ===== コメント（受講者の声・変化） ===== */
  /* ===== CTA部分 ===== */
  /* ===== レスポンシブ対応 ===== */
}
.lesson_survey h2 {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #004b8d;
  font-weight: 700;
  text-align: center;
}
.lesson_survey h3 {
  font-size: 1.4rem;
  color: #0056a3;
  font-weight: 600;
  margin-bottom: 15px;
}
.lesson_survey .survey {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto 50px;
  text-align: center;
  gap: 20px;
}
.lesson_survey .survey .survey_chart {
  width: 45%;
  min-width: 320px;
  text-align: left;
  /* タイトルをカード外に出す */
}
.lesson_survey .survey .survey_chart h3 {
  margin-bottom: 15px;
}
.lesson_survey .survey .survey_chart figure {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  transition: all 0.3s ease;
  margin: 0;
}
.lesson_survey .survey .survey_chart figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.lesson_survey .survey .survey_chart figure figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 8px;
}
.lesson_survey .survey_voice {
  text-align: left;
}
.lesson_survey .survey_voice h3 {
  margin-left: 50px;
}
@media screen and (max-width: 935px) {
  .lesson_survey .survey_voice h3 {
    margin-left: 0px;
  }
}
.lesson_survey .survey_change {
  text-align: left;
}
.lesson_survey .survey_change h3 {
  margin-left: 50px;
}
@media screen and (max-width: 935px) {
  .lesson_survey .survey_change h3 {
    margin-left: 0px;
  }
}
.lesson_survey .voice_cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.lesson_survey .voice_card {
  background: #fff;
  border: 1px solid #e0e6f0;
  border-radius: 10px;
  padding: 20px;
  width: 45%;
  min-width: 320px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
}
.lesson_survey .voice_card img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  border-radius: 8px;
  margin: 0 auto;
}
.lesson_survey .voice_card .voice_text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.lesson_survey .survey_cta {
  margin-top: 50px;
  text-align: center;
}
.lesson_survey .survey_cta .cta_text {
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 935px) {
  .lesson_survey .survey_chart,
  .lesson_survey .voice_card {
    width: 100% !important;
  }
}
@media screen and (max-width: 935px) {
  .lesson_survey {
    padding: 30px 15px;
  }
  .lesson_survey .survey_chart,
  .lesson_survey .voice_card {
    width: 100%;
    gap: 0;
  }
  .lesson_survey h2 {
    font-size: 1.5rem;
  }
  .lesson_survey h3 {
    font-size: 1.2rem;
  }
  .lesson_survey .voice_card {
    flex-direction: column;
  }
  .lesson_survey .voice_card img {
    width: 80px;
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=style.css.map */