@charset "utf-8";
main {
  padding-top: 65px;
}
#header {
  z-index: 1000;
  position: relative;
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
header > .container {
  max-width: 100%;
  padding: 0;
}
header .container > .flex {
  align-items: center;
}
header .left {
  padding-left: 20px;
  z-index: 999;
}
header .left h1 {
  line-height: 0;
}
header .left h1 img {
  max-height: 40px;
}
header .right .navigation-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .navigation-item .navigation-dropdown {
  opacity: 0;
}
header .navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
}
header .navigation-item p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45em;
  color: var(--base-color);
}
.navigation-dropdown {
  z-index: 10;
  width: 270px;
  margin-top: 40px;
  position: absolute;
  display: inline-block;
  opacity: 0;
  box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  background-color: #ffffff;
  border-radius: 13px;
  visibility: hidden;
}
header .navigation-dropdown .nav-list {
  width: 100%;
  margin: 0;
  display: inline-block;
}
header .navigation-dropdown .nav-list:not(:last-child) {
  border-bottom: 1px solid #e4e4e5;
}
header .navigation-dropdown .nav-list a {
  width: 100%;
  display: flex;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: -0.03px;
  color: var(--main-color);
  padding: 15px;
}
header .navigation-dropdown .nav-list a::before {
  content: url(/s-kango/assets/images/common/nav-arrow_sp.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
header .navigation-item p::after {
  display: inline-block;
  content: "";
  background: url(/s-kango/assets/images/common/header-menu.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 9px;
  margin-left: 6px;
}
header .btn-box {
  display: flex;
  margin-left: 38px;
}
header .btn-box a {
  display: flex;
  align-items: center;
  background-color: var(--green-color);
  padding: 13px 5px 12px 11px;
  width: 221px;
}
header .btn-box a .icon {
  background-color: #fbf8f5;
  border-radius: 100%;
  height: 38px;
  width: 38px;
  text-align: center;
  padding-top: 9px;
  margin: 0 11px 0 0;
}
header .btn-box a .text {
  font-size: 1.4rem;
  line-height: 1.35em;
  font-weight: 500;
  color: #ffffff;
}
header .btn-box a:nth-child(2) {
  background-color: var(--main-color);
  width: 204px;
}
header .btn-box a:nth-child(2) .icon {
  padding-top: 11px;
}
header .btn-box a::after {
  display: inline-block;
  content: "";
  background: url(/s-kango/assets/images/common/white_arrow.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 10px;
  margin-left: 20px;
}
/* modal */
header .modalbtn {
  position: relative;
  cursor: pointer;
  z-index: 999;
  transition: all 0.4s;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  background: var(--green-color);
  font-family: var(--en-font);
  font-size: 0.7rem;
  line-height: 9px;
  font-weight: 500;
  color: #fff;
}
header .modalbtn span {
  position: relative;
  height: 1px;
  background: #ffffff;
  width: 22.3px;
  transition: all 0.4s;
  margin-bottom: 11px;
}
header .modalbtn span:before,
header .modalbtn span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #ffffff;
  width: 22.3px;
  transition: all 0.4s;
}
header .modalbtn span:before {
  bottom: -6px;
}
header .modalbtn span:after {
  top: -6px;
}
header .modalbtn.open span,
header .modalbtn.stayOpen span {
  background: none !important;
}
header .modalbtn.open span:before,
header .modalbtn.stayOpen span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
header .modalbtn.open span:after,
header .modalbtn.stayOpen span:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  margin: auto;
}
.modal.open {
  display: block;
}
#modal {
  position: fixed;
  background-color: #fff;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 45px 0 30.5px;
}
#modal::-webkit-scrollbar {
  display: none;
}
header .modal .dropdownBox {
  display: none;
}
header .modal .box {
  border-bottom: 1px solid #e4e4e5;
}
header .modal ul .nav-list a,
header .modal .box-title {
  width: 100%;
  padding: 19.5px 0 18.5px;
  padding-left: 26px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.42em;
}
header .modal .box-title {
  padding-left: 14px;
}
header .modal .box-title a {
  font-weight: 500;
  line-height: 1.42em;
  color: var(--main-color);
}
header .modal ul .nav-list {
  width: 100%;
}
header .modal ul .nav-list a {
  border-top: 1px solid #e4e4e5;
  background: var(--beige-color);
  display: block;
  font-weight: 400;
  padding-left: 27px;
}
header .modal ul .nav-list a::before {
  content: url(/s-kango/assets/images/common/nav-arrow_sp.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
header .modal .box-title span {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%);
}
header .modal .box-title span::before,
header .modal .box-title span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 1px;
  background: var(--base-color);
}
header .modal .box-title span::after {
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transition: 0.3s;
}
header .modal .box-title.open span::after {
  transform: translate(-50%, -50%);
}

header .modal .btn-box1 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 33px 0;
}
header .modal .btn-box1 a {
  background-color: #df908c;
  padding: 9px 0 16px;
  width: calc(50% - 5px);
  text-align: center;
  border-radius: 10px;
}
header .modal .btn-box1 a .icon {
  background-color: #fbf8f5;
  border-radius: 100%;
  height: 46px;
  width: 46px;
  text-align: center;
  padding-top: 11px;
  margin: 0 auto 10px;
}
header .modal .btn-box1 a .icon img {
  vertical-align: top;
}
header .modal .btn-box1 a .ttl span {
  font-size: 1.3rem;
  line-height: 1.46em;
  font-weight: 500;
  letter-spacing: -0.05px;
  color: #ffffff;
}
header .modal .btn-box1 a:nth-child(2) {
  background-color: var(--green-color);
}
header .modal .btn-box2 a {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  height: 77px;
  width: 100%;
  position: relative;
}
header .modal .btn-box2 a::after {
  content: url(/s-kango/assets/images/common/blank.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
header .modal .btn-box2 a img {
  padding-left: 18px;
}
header .modal .btn-box2 .foot {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
}
header .modal .btn-box2 .foot a {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--base-color);
  padding-left: 18px;
  width: calc(50% - 5.5px);
  height: 50px;
}
/*  */
footer .footer-top {
  padding: 80px 0;
}
footer .footer-top .container .wrapper {
  background-color: var(--beige-color);
  border-radius: 15px;
  padding: 42px 45px;
}
footer .footer-top .left {
  max-width: 220px;
}
footer .footer-top .left .ttl span {
  display: table;
  padding-bottom: 17px;
  border-bottom: 1px solid #707070;
  font-family: var(--hannari);
  font-size: 4.3rem;
  line-height: 1.18em;
  color: var(--base-color);
}
footer .footer-top .left .ttl span:nth-child(2) {
  margin-top: 17px;
}
footer .footer-top .left p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 25px;
}
footer .footer-top .right .btn-box {
  gap: 25px;
}
footer .footer-top .right .btn-box a {
  display: block;
  background-color: var(--main-color);
  border-radius: 10px;
  width: 350px;
  text-align: center;
  padding: 24px 0 33px;
}
footer .footer-top .right .btn-box a:nth-child(2) {
  background-color: #fff;
}
footer .footer-top .right .btn-box a .icon {
  background-color: #fbf8f5;
  border-radius: 100%;
  height: 82px;
  width: 82px;
  text-align: center;
  padding-top: 21px;
  margin: 0 auto;
}
footer .footer-top .right .btn-box a .icon img {
  width: 37px;
}
footer .footer-top .right .btn-box a:nth-child(2) .icon img {
  width: 32px;
}
footer .footer-top .right .btn-box a .ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  margin: 18px 0 16px;
}
footer .footer-top .right .btn-box a p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
footer .footer-top .right .btn-box a:nth-child(2) .ttl,
footer .footer-top .right .btn-box a:nth-child(2) p {
  color: var(--base-color);
}
footer .footer-top .right .btn-box a .arrow {
  margin-top: 24px;
}

footer .footer-middle {
  padding: 80px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
footer .footer-middle .container {
  max-width: 1320px;
}
footer .footer-middle .grid {
  align-items: flex-start;
}
footer .footer-middle .inbox1 {
  grid-template-columns: 33% 33% 21% 13%;
}
footer .footer-middle .inbox2 {
  grid-template-columns: 33% 40% 27%;
  margin-top: 45px;
}
footer .footer-middle ul {
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: flex-start;
  padding-right: 20px;
}
footer .footer-middle ul:last-child {
  padding: 0;
}
footer .footer-middle ul .box-title {
  width: 100%;
}
footer .footer-middle ul .box-title a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35em;
  color: var(--main-color);
  width: 100%;
}
footer .footer-middle ul .nav-list {
  width: 50%;
}
footer .footer-middle ul .nav-list a {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--base-color);
}
footer .footer-middle ul .nav-list a::before {
  content: url(/s-kango/assets/images/common/footer-nav_arrow.svg);
  margin-right: 8px;
}
footer .footer-middle .inbox1 ul:nth-child(3) .nav-list,
footer .footer-middle .inbox1 ul:nth-child(4) .nav-list {
  width: 100%;
}
footer .footer-middle .btn-box {
  margin-top: 12px;
}
footer .footer-middle .btn-box a {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  height: 72px;
  position: relative;
}
footer .footer-middle .btn-box a::after {
  content: url(/s-kango/assets/images/common/blank.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}
footer .footer-middle .btn-box a img {
  padding-left: 18px;
}
footer .footer-middle .btn-box .foot {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
footer .footer-middle .btn-box .foot a {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--base-color);
  padding-left: 17px;
  width: 154px;
  height: 47px;
}
footer .footer-foot {
  padding: 50px 0 120px;
}
footer .footer-foot .container {
  max-width: 1320px;
}
footer .footer-foot .left {
  gap: 20px;
  justify-content: flex-start;
}
footer .footer-foot .left img {
  max-width: 289px;
}
footer .footer-foot .left .icon-box {
  gap: 10px;
  justify-content: flex-start;
}
footer .footer-foot .left .icon-box img {
  width: 35px;
  heigth: 35px;
}
footer .footer-foot .right .text .address,
footer .footer-foot .right .text .tell {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
  color: var(--base-color);
  text-align: left;
}
footer .footer-foot .right .text small {
  font-size: 1.1rem;
  color: var(--base-color);
  opacity: 0.35;
  line-height: 1.45em;
}
footer .page-top a {
  background-color: #f7f5f2;
  width: 61px;
  height: 61px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: -0.04px;
  font-weight: 500;
  line-height: 1.2em;
  margin-left: 35px;
}
footer .page-top img {
  margin-bottom: 7px;
}

#top {
  background-color: var(--beige-color);
}
#top .fv {
  position: relative;
}
#top .fv .fv-swiper ul li {
  width: 100%;
  background: url(/s-kango/assets/images/top/fv1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  padding: 90px 0 102px;
  position: relative;
  min-height: 728px;
}
#top .fv .fv-swiper ul li.slide2 {
  background: url(/s-kango/assets/images/top/fv2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 60px;
}
#top .fv .fv-swiper ul li.slide3 {
  background: url(/s-kango/assets/images/top/fv3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 72px;
}
#top .fv .fv-swiper ul li.slide4 {
  background: url(/s-kango/assets/images/top/fv4.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 60px;
}
#top .fv h2 {
  max-width: 174px;
  margin-bottom: 42px;
}
#top .fv h2 img {
  filter: drop-shadow(0px 3px 20px rgb(0 0 0 / 50%));
}
#top .fv .fv-swiper ul li.slide2 h2 {
  margin-bottom: 110px;
}
#top .fv .fv-swiper ul li.slide3 h2 {
  margin-bottom: 42px;
}
#top .fv .fv-swiper ul li.slide4 h2 {
  margin-bottom: 42px;
}
#top .fv h3 span {
  display: table;
  background-color: #ffffff;
  padding: 6px 10px;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35em;
}
#top .fv h3 span:not(:last-child) {
  margin-bottom: 9px;
}

.fixed-btn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 10px 0 0 0;
  overflow: hidden;
  transition: all 0.2s;
}
.fixed-btn a {
  display: flex;
  background-color: #df908c;
  padding: 11px 5px 12px 11px;
  width: 285px;
  align-items: center;
}
.fixed-btn a .icon {
  background-color: #fbf8f5;
  border-radius: 100%;
  height: 49px;
  width: 49px;
  text-align: center;
  padding-top: 12px;
  margin: 0 14px 0 0;
}
.fixed-btn a .icon img {
  vertical-align: top;
}
.fixed-btn a .text p {
  font-size: 1.1rem;
  line-height: 1.45em;
  font-weight: 500;
  color: #ffffff;
}
.fixed-btn a .text .ttl {
  margin-bottom: 0;
}
.fixed-btn a .text .ttl span {
  display: block;
  margin-bottom: 2px;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.45em;
  font-weight: 500;
}
.fixed-btn a:nth-child(2) {
  background-color: #ffffff;
  width: 315px;
}
.fixed-btn a:nth-child(2) .text .ttl span,
.fixed-btn a:nth-child(2) .text p {
  color: var(--base-color);
}
.fixed-btn.fixed {
}

#top .news {
  margin: 96px 0 116px;
}
#top .news h2 {
  font-family: var(--hannari);
  font-size: 4.1rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.195em;
}
#top .news h2 span {
  font-family: var(--en-font);
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.01px;
  color: var(--green-color);
  display: block;
  line-height: 1em;
  margin-left: 12px;
}
#top .news .left {
  margin-right: 20px;
}
#top .news .right {
  max-width: 911px;
  width: 100%;
  overflow: hidden;
}
#top .news .right .news-swiper {
  overflow: hidden;
}
#top .news .right .swiper-nav-buttons {
  position: relative;
  max-width: 156px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 31px 0 0 auto;
}
#top .news .swiper-button-next,
#top .news .swiper-button-prev,
#top .news .swiper-pagination {
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin-top: auto;
}
#top .news .swiper-pagination {
  margin: 0;
  font-family: var(--en-font);
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05px;
}
#top .news .swiper-button-prev {
  left: 0;
}
#top .news .swiper-button-next {
  right: 0;
}
.swiper-pagination-current::before,
.swiper-pagination-total::before {
  content: "0";
}
#top .news .swiper-button-next::after,
#top .news .swiper-button-prev::after {
  display: none;
}

#top .news .right ul li {
  width: 100%;
}
#top .news .right ul li:not(:last-child) {
  margin-bottom: 10px;
}
#top .news .right ul li a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 25px 35px 25px 45px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
#top .news .right ul li a::after {
  content: url(/s-kango/assets/images/top/news_arrow.svg);
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
}
#top .news .right ul li a.no-event {
  pointer-events: none;
}
#top .news .right ul li a.no-event:after {
  content: none;
}
#top .news .right ul li a .date {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05px;
  line-height: 1.4em;
}
#top .news .right ul li a .cate {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: var(--en-font);
  color: #fff;
  line-height: 1.25em;
  background-color: var(--green-color);
  border-radius: 12px;
  width: 62px;
  padding: 4px 0;
  text-align: center;
  margin: 0 19px 0 27px;
}
#top .news .right ul li a .ttl {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4em;
}
#top .site-contents {
  margin: 0 0 103px;
}
#top .site-contents ul {
  flex-wrap: wrap;
  row-gap: 32px;
}
#top .site-contents ul li {
  width: calc(100% / 3 - 15px);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#top .site-contents ul li a {
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}
#top .site-contents ul li a .img-box {
  position: relative;
}
#top .site-contents ul li a .img-box .image {
  object-fit: cover;
  height: 282px;
  width: 100%;
}
#top .site-contents ul li a .img-box .icon {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  width: 92px;
  height: 92px;
  border-radius: 100%;
  background-color: var(--beige-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .site-contents ul li a .text h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.45em;
  margin: 69px 0 15px;
  color: var(--base-color);
}
#top .site-contents ul li a .text h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 11px;
  color: var(--green-color);
  font-family: var(--ja-font);
}
#top .site-contents ul li a .text p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.55em;
  color: var(--base-color);
  opacity: 0.78;
  margin-bottom: 32px;
}
#top .site-contents ul li a .text .link {
  border-top: 1px solid #e4e4e5;
  padding: 16.5px 0 19px;
}
#top .site-contents ul li a .text .link span {
  font-size: 1.3rem;
  line-height: 1.45em;
  font-weight: 500;
  color: var(--base-color);
  letter-spacing: 0.01px;
}
#top .site-contents ul li a .text .link span::after {
  content: url(/s-kango/assets/images/top/site-contents_arrow.svg);
  display: inline-block;
  margin-left: 21px;
}
#top .recruit {
  background: url(/s-kango/assets/images/top/recruit_back.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  padding: 106px 0 107px;
}
#top .recruit h2 {
  font-family: var(--hannari);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5em;
}
#top .recruit h2 span {
  font-family: var(--en-font);
  color: var(--base-color);
  font-size: 2.1rem;
  line-height: 1.2em;
  margin-bottom: 6px;
  display: block;
  font-weight: 400;
}
#top .recruit p {
  color: var(--base-color);
  font-size: 1.8rem;
  line-height: 1.65em;
  font-weight: 400;
  margin-top: 37px;
}
#top .recruit ul {
  flex-wrap: wrap;
  row-gap: 11px;
  margin-top: 75px;
}
#top .recruit ul li {
  width: calc(100% / 3 - 6px);
}
#top .recruit ul li a {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
#top .recruit ul li a::after {
  content: url(/s-kango/assets/images/top/recruit_arrow.svg);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -50%);
}
#top .recruit ul li .img-box {
  width: 94px;
  height: 94px;
  object-fit: cover;
  margin-right: 31px;
}
#top .recruit ul li .ttl h3 {
  font-size: 1.8rem;
  line-height: 1.45em;
  font-weight: 400;
}
#top .recruit ul li .ttl h3 span {
  font-size: 1.3rem;
  line-height: 1.25em;
  font-weight: 400;
  color: var(--green-color);
  font-family: var(--en-font);
  display: block;
  margin-bottom: 6px;
}
.sub .page-head {
  padding-top: 44px;
}
.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_workplace_01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  height: 288px;
  width: 100%;
}
#greetings.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_greetings.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#education.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_edu.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#greetings.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_greetings.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#about.sub .page-head .visual,
#access.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_about.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#policy.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_policy.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#workplace.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_workplace.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#workplace-detail.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_workplace.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#graduates.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_program.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.experienced-support.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_experienced-support.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.graduates-support.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_graduates-support.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#dorm.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_dorm.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#experienced.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_experienced.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#experienced.nursing-assistant .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_nursing-assistant.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

#examination.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_exam.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#internship.sub .page-head .visual,
#jobfair.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_internship.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#specialist.sub .page-head .visual {
  background: url(/s-kango/assets/images/sub/page-head_specialist.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
/* .sub .page-head .visual h2 {
  padding: 166px 0 0 50px;
  font-family: var(--hannari);
  font-size: 3.4rem;
  line-height: 1.35em;
  font-weight: 400;
}
.sub .page-head .visual h2 span {
  display: block;
  color: var(--base-color);
  margin-bottom: 13px;
  line-height: 1.35em;
  font-weight: 400;
  font-family: var(--en-font);
  font-size: 1.5rem;
  letter-spacing: 0.001em;
} */
.sub .page-head .visual .top-title {
  padding: 166px 0 0 50px;
  font-family: var(--hannari);
  font-size: 3.4rem;
  line-height: 1.35em;
  font-weight: 400;
}
.sub .page-head .visual .top-title h2 {
  font-weight: 400;
}
.sub .page-head .visual .top-title p {
  display: block;
  color: var(--base-color);
  margin-bottom: 10px;
  line-height: 1.35em;
  font-weight: 400;
  font-family: var(--en-font);
  font-size: 1.5rem;
  letter-spacing: 0.001em;
}
.breadcrumbs {
  margin: 23px 0 0;
}
.breadcrumbs ol {
  display: table;
  margin-left: auto;
}
.breadcrumbs ol li {
  display: inline-block;
  opacity: 0.42;
}
.breadcrumbs ol li,
.breadcrumbs ol li a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.45em;
}
.breadcrumbs ol li:not(:last-child)::after {
  content: "　/　";
  display: inline-block;
}

.sub p {
  color: var(--base-color);
  font-weight: 400;
  font-size: 1.6rem;
}
.sub h3.ttl2 {
  color: var(--green-color);
  font-family: var(--hannari);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.225em;
}
.sub h3.ttl2::after {
  content: url(/s-kango/assets/images/common/ttl2.svg);
  margin-top: 19px;
  display: block;
  line-height: 0;
  font-size: 0;
}
.sub h4 {
  color: var(--base-color);
}
.sub .green-b {
  background-color: var(--green-color);
  color: #fff;
  border-radius: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1px 15px 2px;
  line-height: 1.45em;
}
.sub .btn1 {
  /*width: 257px;*/
  min-width: 257px;
  width: fit-content;
  text-align: center;
  background-color: var(--green-color);
  border-radius: 5px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.47em;
  padding: 16px 040px;
  position: relative;
  display: block;
}
.sub .btn1::after {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
}
.sub .btn1.arrow::after {
  content: url(/s-kango/assets/images/common/btn1_arrow.svg);
}
.sub .btn1.blank::after {
  content: url(/s-kango/assets/images/common/btn1_blank.svg);
}
.sub .btn1.dl::after {
  content: url(/s-kango/assets/images/common/btn1_dl.svg);
  right: 14px;
  top: 32px;
}
.sub .note {
  font-size: 1.2rem;
  line-height: 1.42em;
  display: table;
}
.sub .note::before {
  content: "※";
  display: table-cell;
}

/*  */
.sub-swiper {
  overflow: hidden;
}
.sub-swiper .swiper-slide img {
  width: 100%;
}
.sub-swiper .swiper-nav-buttons {
  position: relative;
  max-width: 581px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px auto 0;
}
.sub-swiper .swiper-button-next,
.sub-swiper .swiper-button-prev,
.sub-swiper .swiper-pagination {
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin-top: auto;
}
.sub-swiper .swiper-pagination {
  margin: 0;
}
.sub-swiper .swiper-button-prev {
  left: 0;
}
.sub-swiper .swiper-button-next {
  right: 0;
}
.sub-swiper .swiper-button-next::after,
.sub-swiper .swiper-button-prev::after {
  display: none;
}
.sub-swiper .swiper-pagination-bullet {
  border-radius: 1px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #e4e4e5;
}
.sub-swiper .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.table-wrapper {
  width: 100%;
  overflow-x: scroll;
}
.table-wrapper::-webkit-scrollbar {
  display: none;
}
table {
  width: 100%;
}
table tbody {
  border: 1px solid #e4e4e5;
  border-left: #fff;
  border-right: #fff;
  border-collapse: collapse;
}
table tr {
  border-top: 1px solid #e4e4e5;
  border-bottom: 1px solid #e4e4e5;
  border-collapse: collapse;
}
table tr > :nth-last-child(n + 3) ~ td:not(:last-child),
table tr > :nth-last-child(n + 3) ~ th:not(:last-child) {
  border: 1px solid #e4e4e5;
}
table tr th:first-child {
  border-right: 1px solid #e4e4e5;
}
table th {
  background-color: #fbf8f5;
  font-size: 1.7rem;
  font-weight: 500;
  height: 63px;
  text-align: left;
  color: var(--green-color);
}
table td {
  vertical-align: middle;
}
table th,
table td {
  padding-left: 30px;
  padding-top: 18px;
  padding-bottom: 17px;
  line-height: 35px;
}
table th[rowspan],
table td[rowspan] {
  vertical-align: top;
  padding-top: 30px;
}
table td span.notes {
  font-size: 1.3rem;
}
table td.time span {
  width: 85px;
  display: inline-block;
}

/*  */
.other {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.other h3 {
  font-size: 3.6rem;
  font-family: var(--hannari);
  color: var(--base-color);
  line-height: 1.35em;
  font-weight: 400;
  margin-bottom: 37px !important;
  text-align: center;
}
.other h3 span {
  font-size: 2.1rem;
  font-family: var(--en-font);
  color: var(--green-color);
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.01px;
  display: block;
  margin-bottom: 12px;
}
.other ul {
  flex-wrap: wrap;
  row-gap: 11px;
  margin-top: 75px;
}
.other.other-intern ul {
  justify-content: center;
  column-gap: 27px;
}
.other ul::after {
  content: "";
  height: 0;
  width: calc(100% / 3 - 6px);
}
.other.other-intern ul::after {
  content: none;
}
.other ul li {
  width: calc(100% / 3 - 6px);
}
.other ul li a {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding-right: 35px;
}
.other ul li a::after {
  content: url(/s-kango/assets/images/top/recruit_arrow.svg);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translate(0, -50%);
}
.other ul li .img-box {
  width: 94px;
  height: 94px;
  object-fit: cover;
  margin-right: 25px;
}
.other ul li .ttl h4 {
  font-size: 1.7rem;
  line-height: 1.45em;
  font-weight: 400;
}
.other ul li .ttl h4 span {
  font-size: 1.2rem;
  line-height: 1.25em;
  font-weight: 400;
  color: var(--green-color);
  font-family: var(--en-font);
  display: block;
  margin-bottom: 2px;
}

#about .text-sec {
  background: url(/s-kango/assets/images/sub/about_back.png) no-repeat;
  background-position: right bottom;
  background-size: 1192px;
  padding-bottom: 134px;
}
#about .text-sec h3 {
  margin: 110px 0 75px;
  font-size: 3.4rem;
  color: var(--base-color);
  line-height: 2.15em;
  font-weight: 400;
  font-family: var(--hannari);
}
#about .text-sec p {
  font-size: 1.7rem;
  line-height: 3em;
}
#about .img-sec {
  transform: translateY(-66px);
  margin-bottom: 106px;
}
#about .img-sec .container {
  position: relative;
  padding: 0;
  max-width: 1500px;
}
#about .img-sec img {
  display: block;
  border-radius: 10px;
}
#about .img-sec img:first-child {
  position: relative;
  left: -42px;
  top: 0;
  max-width: 529px;
}
#about .img-sec img:nth-child(2) {
  position: absolute;
  right: -58px;
  top: 30%;
  transform: translateY(-50%);
  max-width: 500px;
}
#about .img-sec img:nth-child(3) {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 67px;
  max-width: 418px;
}
#about .img-sec img:nth-child(4) {
  position: absolute;
  right: -58px;
  top: 88%;
  transform: translateY(-50%);
  max-width: 550px;
}

#policy .text-sec {
  margin: 62px 0 148px;
}
#policy .text-sec p {
  font-size: 2.8rem;
  line-height: 1.115em;
  font-family: var(--hannari);
  margin-top: 19px;
}
#policy .text-sec p span {
  display: inline-block;
}
/* #policy .policy .container,
#policy .intention .container {
  max-width: 1058px;
} */
#policy .policy .container > p {
  font-size: 1.5rem;
  line-height: 1.35em;
  margin: 25px 0 51px;
}
#policy .policy ul {
  flex-wrap: wrap;
  margin-top: 60px;
  justify-content: space-between;
}
#policy .policy ul li {
  width: calc(100% / 3 - 20px);
  border-radius: 5px;
  border: 1px solid var(--green-color);
  padding: 49px 0 29px;
  text-align: center;
  position: relative;
}
#policy .policy ul li p {
  font-size: 1.6rem;
  line-height: 1.94em;
}
#policy .policy ul li .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: var(--green-color);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  height: 54px;
  width: 54px;
  background-color: #fff;
}
#policy .intention {
  margin: 131px 0 158px;
}
#policy .intention .wrapper {
  background-color: var(--beige-color);
  border-radius: 3px;
  padding: 75px 60px 67px;
}
#policy .intention h4 {
  font-size: 2.2rem;
  line-height: 1.25em;
  font-family: var(--hannari);
  font-weight: 400;
  margin: 27px 0 0;
}
#policy .intention p {
  font-size: 1.6rem;
  line-height: 2.05em;
  max-width: 721px;
  margin: 0 auto;
}
#greetings .text-sec {
  margin: 77px 0 92px;
}
#greetings .text-sec .flex {
  margin-bottom: 75px;
  gap: 50px;
}
#greetings .text-sec h3 {
  font-size: 3.4rem;
  line-height: 1.47em;
  margin-bottom: 35px;
}
#greetings .text-sec h3::after {
  margin-top: 35px;
}
#greetings .text-sec p {
  font-size: 1.6rem;
  font-family: var(--hannari);
  line-height: 2.0625em;
}
#greetings .text-sec .right {
  max-width: 420px;
  text-align: right;
  flex-shrink: 0;
}
#greetings .text-sec .name {
  font-size: 2.1rem;
  font-family: var(--hannari);
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 15px;
}
#greetings .text-sec .name span {
  font-size: 1.4rem;
  font-family: var(--hannari);
  line-height: 1.2em;
  font-weight: 400;
  margin-right: 14px;
}
#greetings .text-sec h4 {
  margin-bottom: 27px;
  font-size: 2.4rem;
  font-family: var(--hannari);
  color: var(--green-color);
  font-weight: 400;
}
#greetings .text-sec h4 span {
  color: var(--green-color);
}

#workplace-detail .text-sec {
  margin: 92px 0 115px;
}
#workplace-detail .text-sec .right {
  margin-left: 20px;
}
#workplace-detail .text-sec h3 .green-b {
  margin-bottom: 9px;
  display: table;
}
#workplace-detail .text-sec h3 .room {
  margin-top: 9px;
  color: var(--green-color);
  font-family: var(--hannari);
  line-height: 1.2em;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
#workplace-detail .left {
  max-width: 513px;
}
#workplace-detail .text-sec p {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 33px 0 0;
  color: #000000;
}
#workplace-detail .prev_link {
  margin: 86px 0 92px;
}
#workplace-detail .btn1 {
  margin: 0 auto;
}

#workplace .tab {
  display: none;
}
#workplace .tab.active {
  display: block;
}
#workplace .select-container {
  margin-top: 103px;
  height: 0;
}
#workplace .select-box {
  display: table;
  margin-left: auto;
  position: relative;
}
#workplace .select-box::after {
  content: url(/s-kango/assets/images/common/select_arrow.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  pointer-events: none;
}
#workplace select {
  border: 1px solid #e4e4e5;
  border-radius: 10px;
  width: 181px;
  height: 47px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 17px;
}

#workplace .career {
  display: flex;
  gap: 0 10%;
}
#workplace .career .text-box {
  width: 50%;
}
#workplace .career .img-box {
  width: 40%;
  margin-top: 40px;
}
#workplace .place {
  margin: 0 0 114px;
}
#workplace .place h4 {
  margin: 50px 0 15px;
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--green-color);
  line-height: 1.42em;
}
#workplace .place p {
  margin: 0 0 55px;
  line-height: 2em;
}
#workplace .place ul {
  flex-wrap: wrap;
  row-gap: 35px;
  margin-top: 56px;
}
#workplace .place ul::before {
  content: "";
  width: calc(100% / 4 - 22px);
  order: 1;
  max-width: 245px;
}
#workplace .place ul::after {
  width: calc(100% / 4 - 22px);
  max-width: 245px;
  content: "";
}
#workplace .place ul li {
  width: calc(100% / 4 - 22px);
  max-width: 246px;
  background-color: #fff;
}
#workplace .place ul li a {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e4e4e5;
  display: block;
  height: 100%;
}
#workplace .place ul li a .img-box img {
  object-fit: cover;
  width: 100%;
}
#workplace .place ul li a .text {
  position: relative;
  padding: 20px 30px 18px 16px;
}
#workplace .place ul li a .text .group {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translate(0, -50%);
  width: 85px;
  height: 25px;
  border-radius: 13px;
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}
#workplace .place ul li a .text .ttl {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.45em;
  color: var(--main-color);
}
#workplace .place ul li a .text .ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 2px;
  color: var(--main-color);
}
#workplace .place ul li a .text::after {
  content: url(/s-kango/assets/images/common/detail_arrow.svg);
  display: inline-block;
  position: absolute;
  right: 13px;
  bottom: 18px;
  line-height: 0;
}
#workplace .system ul {
  margin-top: 35px;
}
#workplace .system ul li {
  display: flex;
  justify-content: left;
  align-items: center;
}
#workplace .system ul li:not(:last-child) {
  margin-bottom: 19px;
}
#workplace .system ul li .num {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--green-color);
  font-weight: 500;
}
#workplace .system ul li .ttl,
#workplace .system ul li .text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--base-color);
}
#workplace .system ul li .ttl {
  width: 110px;
}
#access .system ul {
  margin-top: 35px;
}
#access .system ul li {
  display: flex;
  justify-content: left;
  align-items: center;
}
#access .system ul li:not(:last-child) {
  margin-bottom: 19px;
}
#access .system ul li .num {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--green-color);
  font-weight: 500;
}
#access .system ul li .ttl,
#access .system ul li .text {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--base-color);
}
#access .system ul li .ttl {
  width: 110px;
}
#workplace .time {
  margin: 115px 0 127px;
}
#workplace .time table {
  margin-top: 35px;
  width: 789px;
}

#access .summary {
  margin: 104px 0 118px;
}

#access .summary p {
  line-height: 1.95em;
  margin-top: 26px;
  max-width: 776px;
}

#access .summary h4 {
  color: var(--green-color);
  margin: 60px 0;
  font-size: 2rem;
  font-family: var(--hannari);
}
#access .summary ul {
  flex-wrap: wrap;
  gap: 50px 18px;
  margin-top: 60px;
}
#access .summary ul li {
  width: calc(100% / 4 - 13.5px);
  border-radius: 5px;
  border: 1px solid var(--green-color);
  padding: 49px 10px 29px;
  text-align: center;
  position: relative;
}
#access .summary ul.flex2 li {
  width: calc(100% / 3 - 12px);
}

#access .summary ul li p {
  font-size: 1.6rem;
  line-height: 1.94em;
}
#access .summary ul li .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: var(--green-color);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  height: 54px;
  width: 54px;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  #access .summary h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  #access .summary ul {
    gap: 35px 0;
    margin-top: 40px;
  }
  #access .summary ul li {
    width: 48% !important;
    padding: 40px 10px 25px;
    font-size: 1.5rem;
  }
  #access .summary ul li .num {
    font-size: 2.2rem;
    height: 40px;
    width: 40px;
  }
}
#access .summary .img-box {
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 53px 0;
  max-width: 776px;
  text-align: center;
}
#access .summary .img-box img {
  border-radius: 10px;
}
#access .summary .img-box .ttl {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.43em;
}
#access .summary .table-wrapper {
  max-width: 776px;
}
#access .summary table th,
#access .summary table td {
  line-height: 26px;
  font-size: 1.6rem;
  padding-left: 19px;
}
#access .summary table th {
  width: 133px;
}
#access .summary table a {
  text-decoration: underline;
  color: #000000;
}

#access .summary {
  margin: 104px 0 118px;
}
#access .summary p {
  line-height: 1.95em;
  margin-top: 26px;
  max-width: 776px;
}
#access .summary .table-wrapper table {
  width: 776px;
}

#access .map .ttl-box {
  max-width: 776px;
}
#access .map img {
  margin-top: 46px;
  max-width: 776px;
  width: 100%;
}
#access .bus {
  margin: 153px 0 113px;
}
#access .bus .text1 {
  line-height: 1.56em;
  margin-top: 28px;
}
#access .bus ul {
  margin: 56px 0 36px;
}
#access .bus li:first-child {
  margin-bottom: 94px;
}
#access .bus li p span {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  margin-right: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--green-color);
  font-weight: 500;
}
#access .bus li .table-wrapper {
  margin: 28px 0 19px;
}
#access .bus li .table-wrapper table {
  width: 776px;
}
#access .bus li .table-wrapper table th,
#access .bus li .table-wrapper table td {
  padding: 20px 0 19px;
  text-align: center;
}
#access .bus li .table-wrapper table tr:nth-child(2) td:first-child,
#access .bus li .table-wrapper table tr:nth-child(2) td:nth-child(2) {
  width: 122px;
}
#access .bus .btn-box {
  justify-content: left;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
#access .bus .revision {
  font-size: 1.4rem;
  line-height: 1.4em;
}
#access .taxi p {
  line-height: 2em;
  margin-top: 30px;
}
#access .mycar {
  margin: 84px 0 94px;
}
#access .mycar p {
  line-height: 2em;
  margin: 30px 0 36px;
}
#access .mycar .table-box .ttl {
  font-size: 2rem;
  line-height: 1.45em;
}
#access .mycar .table-wrapper table {
  margin: 16px 0 10px;
  width: 776px;
}
#access .mycar .table-wrapper table th,
#access .mycar .table-wrapper table td {
  padding: 21px 0 29px;
  text-align: center;
}
#access .mycar .table-wrapper table tr:nth-child(2) td,
#access .mycar .table-wrapper table tr:nth-child(2) th {
  padding: 20px 0 19px;
}

#education .sec1 {
  margin: 67px 0 53px;
}
#education .sec1 h4 {
  margin: 26px 0 14px;
  font-family: var(--hannari);
  line-height: 1.4em;
  font-weight: 400;
  font-size: 2.1rem;
}
#education .sec3 {
  margin: 134px 0 120px;
}
#education .sec3 p {
  margin: 35px 0 0;
  line-height: 2.125em;
}
#education .sec4 {
  margin: 67px 0 53px;
}
#education .sec4 h4,
#education .sec6 h4 {
  margin: 35px 0 0;
  font-family: var(--hannari);
  line-height: 1.4em;
  font-weight: 400;
  font-size: 2.1rem;
}
#education .sec5 {
  margin: 119px 0 53px;
}
#education .sec6 {
  margin: 119px 0 162px;
}
#education .sec5 .container > p {
  margin: 25px 0 51px;
  line-height: 1.4em;
}
#education .sec5 ul {
  flex-wrap: wrap;
}
#education .sec5 ul li {
  max-width: 320px;
  width: calc(100% / 3 - 10px);
  border-radius: 5px;
  border: 1px solid var(--green-color);
  padding: 49px 0 35px;
  text-align: center;
  position: relative;
}
#education .sec5 ul li p {
  font-size: 1.6rem;
  line-height: 1.94em;
}
#education .sec5 ul li .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: var(--green-color);
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--green-color);
  height: 54px;
  width: 54px;
  background-color: #fff;
}

#graduates .sec1 {
  margin: 66px 0 100px;
}
#graduates h3 {
  margin-bottom: 32px;
}
#graduates .sec1 h4 {
  margin: 0 0 26px;
  font-family: var(--hannari);
  line-height: 1.2em;
  font-weight: 400;
  font-size: 2.3rem;
}
#graduates .sec5 h4,
#graduates .sec6 h4 {
  margin: 0 0 23px;
  line-height: 1.42em;
  font-weight: 400;
  font-size: 1.9rem;
}
#graduates .sec1 p {
  line-height: 1.8em;
}
#graduates .sec2 p,
#graduates .sec3 p,
#graduates .sec4 p,
#graduates .sec5 p,
#graduates .sec6 p {
  line-height: 2.125em;
}
#graduates .sec5 .flex,
#graduates .sec6 .flex {
  gap: 50px;
}
#graduates .sec5 .flex .text-box,
#graduates .sec6 .flex .text-box {
  width: 55%;
}
#graduates .sec5 .img-grid {
  margin-top: 50px;
  gap: 30px 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#graduates .sec5 .img-grid > div {
  text-align: center;
}
#graduates .sec5 .img-grid p {
  font-weight: 500;
}
#graduates .sec5 .img-grid img {
  border-radius: 10px;
  margin-bottom: 10px;
}

#graduates .sec3 {
  margin: 135px 0 133px;
}
#graduates .sec3 .flex {
  gap: 50px;
  align-items: center;
}
#graduates .sec3 .left {
  max-width: 60%;
}
#graduates .sec4 img {
  margin-top: 39px;
}
#graduates .sec5 {
  margin: 95px 0 100px;
}
#graduates .sec6 {
  margin: 100px 0 136px;
}

#benefit h3 {
  margin-bottom: 35px;
}
#benefit .sec1 {
  margin: 101px 0 66px;
}
#benefit .sec1 p {
  line-height: 2.25em;
}
#benefit .sec2,
#benefit .sec3,
#benefit .sec4 {
  margin: 91px 0 0;
}
#benefit .sec5 {
  margin: 91px 0 143px;
}
#benefit table {
  width: 773px;
}
#benefit .table-wrapper table th,
#benefit .table-wrapper table td {
  font-size: 1.5rem;
  line-height: 1.6em;
}
#benefit .sec2 .table-wrapper table th,
#benefit .sec4 .table-wrapper table th,
#benefit .sec5 .table-wrapper table th {
  width: 155px;
}
#benefit .sec3 .table-wrapper table td,
#benefit .sec3 .table-wrapper table tr:nth-child(3) th,
#benefit .sec3 .table-wrapper table tr:last-child th {
  padding: 18px 0 17px;
  text-align: center;
}

/* #dorm .container {
  max-width: 1173px;
} */
#dorm .sec1 {
  margin: 101px 0 153px;
}
#dorm .sec1 .container > p {
  line-height: 1.95em;
  margin-top: 26px;
}
#dorm .sec1 .dorm-list {
  margin: 82px 0 108px;
  gap: 89px;
}
#dorm .sec1 .dorm-list .dorm-detail:not(:last-child) {
  margin-bottom: 89px;
}
#dorm .dorm-detail {
  gap: 20px;
}
#dorm .dorm-detail .left {
  width: 100%;
  /*max-width: 415px;*/
}
#dorm .dorm-detail .left .main-swiper {
  position: relative;
}
#dorm .dorm-detail .left .main-swiper .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}
#dorm .dorm-detail .left .main-swiper .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
#dorm .dorm-detail .left .main-swiper .swiper-button-next::after,
#dorm .dorm-detail .left .main-swiper .swiper-button-prev::after {
  display: none;
}
#dorm .dorm-detail .left .swiper-horizontal {
  overflow: hidden;
}
#dorm .dorm-detail .left .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e4e4e5;
}
#dorm .dorm-detail .right {
  /*max-width: 417px;*/
  width: 100%;
}
#dorm .dorm-detail .right h4 {
  color: var(--green-color);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.48em;
  margin: 0 0 36px;
}
#dorm .dorm-detail .right h4 span {
  color: var(--green-color);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 0 16px;
  display: inline-block;
  border: 1px solid var(--green-color);
  border-radius: 13px;
  text-align: center;
  width: 90px;
  padding: 3px 0;
}
#dorm .dorm-detail .right table th,
#dorm .dorm-detail .right table td {
  font-size: 1.4rem;
  /* line-height: 1.43em; */
  padding: 9px 0 14px 16px;
}
#dorm .dorm-detail .right table td {
  font-size: 1.4rem;
  padding: 9px 0 14px 36px;
}
#dorm .note-box h4,
#dorm .point-box h4 {
  color: var(--green-color);
  font-size: 1.9rem;
  line-height: 1.42em;
  font-weight: 400;
  margin-bottom: 24px;
}
#dorm .back {
  background-color: #fbf8f5;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 19px;
}
#dorm .back p {
  line-height: 1.785em;
}
#dorm .sec1 .note-box {
  margin-top: 70px;
}
#dorm .sec1 .note-list {
  border: 1px solid #e4e4e5;
  border-radius: 13px;
  padding: 35px;
}
#dorm .sec1 .note-list h4 {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.42em;
  margin-bottom: 27px;
}
#dorm .sec1 .note-list ul li {
  justify-content: left;
}
#dorm .sec1 .note-list ul li::before {
  content: "※";
  display: block;
}
#dorm .sec1 .note-list ul li:not(:first-child) {
  margin-top: 20px;
}
#dorm .sec2 {
  margin: 0 0 144px;
}
#dorm .sec2 h3 {
  margin-bottom: 26px;
}
#dorm .sec2 .dorm-detail .right p {
  line-height: 1.95em;
  margin: 11px 0 27.5px;
}
#dorm .sec2 .dorm-detail .right table tr:first-child td {
  line-height: 2.285em;
}
#dorm .sec2 .dorm-detail .right table tr:last-child td {
  line-height: 1.92em;
}
#dorm .sec2 .point-box {
  margin-top: 95px;
}

#experienced h3 {
  margin-bottom: 27px;
}
#experienced .sec1 {
  margin: 101px 0 53px;
}
#experienced .sec1 p {
  line-height: 1.75em;
}
@media screen and (max-width: 820px) {
  #experienced .sec01 .flex {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column !important;
  }

  #experienced .sec3 table td .flex {
    flex-direction: column;
  }
}

#experienced .sec2 {
  margin: 101px 0 53px;
}
#experienced .sec2 .ttl2 {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
#experienced .sec2 .ttl2::after {
  width: 100%;
}
#experienced .sec2 .ttl2 span {
  display: block;
  background-color: var(--green-color);
  font-size: 1.2rem;
  font-weight: 500;
  width: 50px;
  height: 22.35px;
  margin-left: 14.5px;
  border-radius: 3px;
  color: #fff;
  padding: 2.2px 0 0;
  text-align: center;
  line-height: 1.45em;
  margin-top: 3px;
}
#experienced .sec2 .flex {
  gap: 20px;
  align-items: flex-start;
}
#experienced .sec2 p {
  line-height: 1.94em;
  max-width: 736px;
}
#experienced .sec2 a {
  flex-shrink: 0;
}
#experienced .sec2 small {
  display: block;
  margin-bottom: 15px;
}

#experienced .sec3 {
  margin: 110px 0 147px;
}
#experienced .sec3 table {
  min-width: 600px;
}
#experienced .sec3 table th,
#experienced .sec3 table td {
  line-height: 1.75em;
  padding: 25px 20px 27px 22px;
}
#experienced .sec3 table th {
  width: 160px;
}
#experienced .sec3 table tr:last-child td {
  line-height: 1.625em;
  padding: 41px 20px 47px 22px;
}
#experienced .sec3 table .btn1 {
  margin-top: 17px;
}
#experienced .sec3 p {
  margin-top: 20.5px;
}

#experienced .sec3 small {
  display: block;
  margin-bottom: 15px;
}
#experienced .sec4 {
  margin: 110px 0 147px;
}
#experienced .sec4 > p {
  font-size: 1.5rem;
  line-height: 2em;
}
#experienced .sec4 .back-box1 {
  margin: 45px 0 74px;
}
#experienced .sec4 .back-box2 {
  margin: 30px 0 79px;
}
#experienced .sec4 h4 {
  margin: 46px 0 44px;
}
#experienced .sec4 .text-box2 {
  margin: 47px 0 45px;
}
#experienced .sec4 .text-box4 .btn1 {
  margin-top: 22px;
}
#experienced .sec4 .text-box4 {
  margin-bottom: 30px;
}
#experienced .sec4 .text-box5 {
  margin: 85px 0 72px;
}
#experienced .sec4 .text-box6 ul {
  margin-bottom: 10px;
}
#experienced .sec4 .text-box7 {
  margin: 72px 0;
}
#experienced .sec4 .text-box7 p {
  margin: 0 0 20px;
}
#experienced .sec4 .text-box8 .btn1 {
  margin-top: 28px;
}
#experienced .sec4 .text-box9 {
  margin: 60px 0 0;
}
#experienced .sec4 .text-box9 h2 {
  margin: 20px 0 0;
}
#experienced .sec4 .text-box9 ul li {
  display: flex;
}
#experienced .sec4 .text-box9 ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  #experienced .sec4 .flex {
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.sub .textlink {
  text-decoration: underline;
  color: var(--main-color);
}
.sub h4.ttl1 {
  font-family: var(--hannari);
  font-size: 2.1rem;
  line-height: 1.24em;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.sub h4.ttl1::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--green-color);
  margin-right: 12.5px;
}
.sub .text-box .ttl {
  font-size: 1.9rem;
  line-height: 1.42;
  margin-bottom: 18px;
  font-weight: 400;
}
.sub .point {
  display: flex;
  flex-wrap: wrap;
}
.sub .point::before {
  content: "●";
  color: var(--green-color);
  font-weight: 800;
  margin-right: 5px;
  line-height: 2.125em;
}
.sub .point p {
  line-height: 2.125em;
  width: calc(100% - 34px);
}
.sub .point .note-box {
  width: 100%;
  padding-left: 21px;
  width: calc(100% - 34px);
}
.sub .num {
  margin-top: -2px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--green-color);
  color: var(--green-color);
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 100%;
  background: #fff;
}
.sub .back-box {
  background: var(--beige-color);
  border-radius: 5px;
  padding: 30px 45px 56px 40px;
}
.sub .back-box .ttl {
  color: var(--green-color);
  padding-bottom: 18.5px;
  display: block;
  line-height: 1.45em;
  border-bottom: 1px solid var(--green-color);
  font-weight: 500;
}
.sub .back-box ul,
.olnum-list {
  margin-top: 30.5px;
}
.sub .back-box ul li:not(:last-child),
.olnum-list li:not(:last-child) {
  margin-bottom: 21px;
}
.sub .back-box ul li,
.olnum-list li {
  display: flex;
}
.sub .back-box .detail {
  font-size: 1.5rem;
  line-height: 2.05em;
  margin-top: 14.5px;
}

#internship h3 {
  margin-bottom: 27px;
}
#internship .sec1 {
  margin: 101px 0 220px;
}
#internship .sec1 p {
  line-height: 1.75em;
  margin-bottom: 20px;
}
#internship .sec1 .back {
  background: var(--beige-color);
  border-radius: 5px;
  padding: 47px 90px 51px 53px;
  margin-top: 65px;
}
#internship .sec1 .back h4 {
  font-family: var(--hannari);
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 33px;
}
#internship .sec1 .back p {
  font-size: 1.5rem;
  line-height: 2em;
}
#internship .sec1 .back a {
  width: 188px;
  margin-top: 30px;
}
#internship .sec2,
#jobfair .sec2 {
  margin: 0 0 130px;
}
#internship .sec2 h4,
#jobfair .sec2 h4 {
  margin: 42px 0 22px;
}
#internship .sec2 table {
  max-width: 770px;
  min-width: 600px;
}
#internship .sec2 table th {
  padding: 22px 20px 22px 21px;
  line-height: 1.5em;
}
#internship .sec2 table td {
  line-height: 1.375em;
  padding: 15px 20px 20px 22px;
}
/*
#internship .sec2 table td:first-child {
  width: 326px;
}*/
#internship .sec2 table td:not(:first-child) {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#internship .sec2 table td span {
  display: inline-block;
  vertical-align: top;
}
#internship .sec2 .text-box1,
#jobfair .sec2 .text-box1 {
  margin: 47px 0 38px;
}
#internship .sec2 .text-box2,
#jobfair .sec2 .text-box2 {
  margin: 38px 0 0;
}
#internship .sec2 .back-box1,
#jobfair .sec2 .back-box1 {
  margin: 38px 0 57px;
}
#internship .sec2 .back-box2,
#jobfair .sec2 .back-box2 {
  margin: 50px 0 44px;
}
#internship .sec2 .text-box3 .btn1,
#jobfair .sec2 .text-box3 .btn1 {
  margin-top: 22px;
}
#internship .sec2 .text-box4,
#jobfair .sec2 .text-box4 {
  margin: 98px 0 60px;
}
#internship .sec2 .text-box4 ul li:not(:last-child),
#jobfair .sec2 .text-box4 ul li:not(:last-child) {
  margin-bottom: 25px;
}
#jobfair .sec2 .text-box4 .w-fit {
  width: fit-content;
}
@media screen and (max-width: 820px) {
  #jobfair .sec2 .text-box4 .w-fit time {
    width: 130px;
  }
}

#internship .sec2 .text-box6,
#jobfair .sec2 .text-box6 {
  margin: 60px 0;
}
#internship .sec2 .text-box7 p,
#jobfair .sec2 .text-box7 p {
  margin: 0 0 18px;
}
#internship .sec2 .text-box8 {
  margin: 60px 0 95px;
}
#jobfair .sec2 .text-box8 {
  margin: 60px 0;
}

#internship .sec2 .text-box8 .btn1,
#jobfair .sec2 .text-box8 .btn1 {
  margin-top: 28px;
}
#internship .sec2 .text-box9 h2,
#jobfair .sec2 .text-box9 h2 {
  margin: 20px 0 0;
}
#internship .sec2 .text-box9 ul li,
#jobfair .sec2 .text-box9 ul li {
  display: flex;
}
#internship .sec2 .text-box9 ul li:not(:last-child),
#jobfair .sec2 .text-box9 ul li:not(:last-child) {
  margin-bottom: 15px;
}
#internship .sec3 {
  margin-bottom: 100px;
}
#internship .sec3 .table-wrapper {
  margin-top: 30px;
}

#jobfair .sec1 {
  margin: 101px 0 170px;
}
#jobfair .sec1 p {
  line-height: 1.75em;
}
#jobfair .sec1 h3 {
  margin-bottom: 27px;
}
#jobfair .sec1 .back .flex a {
  width: 319px;
}
#jobfair .sec1 .btn1 {
  margin-top: 45px;
  width: 319px;
}
#jobfair .sec2 h3 {
  margin: 0 0 33px;
}
#jobfair .sec2 table {
  margin: 22px 0 30px;
  max-width: 600px;
}
#jobfair .sec2 table th {
  padding: 22px 0 25px;
  text-align: center;
}
#jobfair .sec2 table td {
  padding: 25px 0 30px;
  text-align: center;
  font-size: 1.5rem;
}
/*
#jobfair .sec2 table th:nth-child(1) {
  width: 164px;
}
#jobfair .sec2 table th:nth-child(3) {
  width: 188px;
}
#jobfair .sec2 table th:nth-child(2),
#jobfair .sec2 table td:nth-child(2) {
  text-align: left;
  padding-left: 31px;
}
#jobfair .sec2 table td:nth-child(2) {
  font-size: 1.4rem;
  padding: 25px 37px 30px 31px;
}*/
#jobfair .sec2 table span {
  color: var(--main-color);
  display: block;
  margin-top: 5px;
  line-height: 1.4em;
}

#jobfair .sec2 p {
  margin: 30px 0 9;
}
#jobfair .sec2 .btn1.dl {
  margin: 20px 0 69px;
}
#jobfair .sec2 .btn1.arrow {
  margin-top: 35px;
  width: 341px;
}
#jobfair .sec3 {
  margin: 151px 0 116px;
}
#jobfair .sec3 p {
  margin: 28px 0 54px;
}
#jobfair .sec3 table {
  min-width: 600px;
}
#jobfair .sec3 .table-wrapper {
  margin: 35px 0 0;
}
#jobfair .sec3 table {
  max-width: 776px;
}
#jobfair .sec3 table th {
  padding: 22px 0 26px;
  text-align: center;
}
#jobfair .sec3 table td {
  padding: 22px 0;
  text-align: center;
}
#jobfair .sec3 table td:last-child {
  font-size: 1.6rem;
}
#jobfair .sec3 table tr:last-child td:last-child {
  font-size: 1.5rem;
}

#examination .sec1 {
  margin: 101px 0 75px;
}
#examination .sec1 h3 {
  margin-bottom: 27px;
}
#examination .sec2 {
  margin: 0 0 116px;
}
#examination .sec2 h3 {
  margin: 0 0 51px;
}
#examination .sec2 .table-wrapper {
  margin: 20px 0 88px;
}
#examination .sec2 table {
  min-width: 550px;
}
#examination .sec2 table th {
  width: 160px;
}
#examination .sec2 table .note {
  font-size: 1.4rem;
  margin-top: 10px;
}
#examination .sec2 .grid-wrapper {
  margin: 42px 0 0;
}
#examination .sec2 ul li.grid {
  padding: 29px 36px 29px 34px;
  grid-template-columns: auto 68%;
  justify-content: space-between;
  border: 1px solid #e4e4e5;
}
#examination .sec2 ul li.grid:not(:last-child) {
  margin-bottom: 28px;
}
#examination .sec2 ul li.grid:first-child,
#examination .sec2 ul li.grid:nth-child(5),
#examination .sec2 ul li.grid:nth-child(7),
#examination .sec2 ul li.grid:nth-child(8) {
  align-items: center;
}
#examination .sec2 ul li .ttl {
  font-size: 1.8rem;
  line-height: 1.2em;
}
#examination .sec2 ul li .ttl .step {
  color: var(--green-color);
  display: block;
  margin-bottom: 5px;
  font-family: var(--en-font);
  line-height: 1.23em;
  font-weight: 500;
  font-size: 1.3rem;
}
#examination .sec2 ul li .ttl .note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 6px;
}
#examination .sec2 ul li .right p {
  font-size: 1.4rem;
  line-height: 1.64em;
}
#examination .sec2 ul li .right ul li {
  display: flex;
}
#examination .sec2 ul li .right ul li:not(:last-child) {
  margin-bottom: 8px;
}
#examination .sec2 ul li:nth-child(7) .right ul li:not(:last-child) {
  margin-bottom: 24px;
}
#examination .sec2 ul li .right .num {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#examination .sec2 ul li .right .note-box {
  margin-top: 12px;
  line-height: 1.9em;
  font-size: 1.1em;
}
#examination .sec2 ul li .right .detail {
  margin-top: 13px;
}

#support .sec1 h3 {
  margin-top: 66px;
}
#support .sec1 h4 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.89em;
  margin: 26px 0;
}
#support p {
  line-height: 2.125em;
}
#support.graduates p {
  max-width: 821px;
  margin: 35px auto 0;
}
#support .sec2 {
  margin-bottom: 139px;
}
#support .sec2 ul {
  flex-wrap: wrap;
  row-gap: 35px;
  margin-top: 77px;
}
#support.graduates ul {
  margin-top: 90px;
}
#support ul::after {
  width: calc(100% / 3 - 19px);
  max-width: 341px;
  content: "";
}
#support .sec2 ul li {
  width: calc(100% / 3 - 19px);
  max-width: 341px;
  background-color: #fff;
}
#support .sec2 ul li a {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e4e4e5;
  display: block;
  height: 100%;
}
#support .sec2 ul li a .img-box img {
  object-fit: cover;
  width: 100%;
}
#support .sec2 ul li a .text {
  position: relative;
  padding: 28px 10px 25px 22px;
}
#support .sec2 ul li a .text .group {
  position: absolute;
  top: 0;
  left: 16px;
  transform: translate(0, -50%);
  min-width: 104px;
  height: 35px;
  border-radius: 18px;
  background-color: var(--green-color);
  display: table;
  padding: 5px 21px 6px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
#support .sec2 ul li a .text .ttl {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.47em;
  color: var(--main-color);
}
#support .sec2 ul li a .text .ttl span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 9px;
  color: var(--main-color);
}
#support .sec2 ul li a .text::after {
  content: url(/s-kango/assets/images/common/detail_arrow.svg);
  display: inline-block;
  position: absolute;
  right: 13px;
  bottom: 25px;
  line-height: 0;
}

#support_detail h3.ttl2::after {
  margin-top: 34px;
}
#support_detail h3.ttl2 {
  margin-bottom: 34px;
}
#support_detail p {
  font-size: 1.5rem;
  line-height: 1.8em;
  color: #000000;
}
#support_detail .sec1 {
  margin: 93px 0 92px;
}
#support_detail .sec1 h3 {
  line-height: 1.67em;
  margin: 14px 0 34px;
}
#support_detail .sec1 .name {
  justify-content: left;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-family: var(--hannari);
  font-size: 1.5rem;
  color: var(--green-color);
}
#support_detail .sec1 .name .green-b {
  display: table;
  padding: 1px 23px 2px;
}
#support_detail .sec1 p {
  max-width: 513px;
}
#support_detail .sec1 .right {
  margin-left: 20px;
  max-width: 447px;
  overflow: hidden;
  border-radius: 10px;
}
#support_detail .sec1 .right img {
  height: 100%;
  object-fit: cover;
}
#support_detail .sec3 {
  margin: 92px 0;
}
#support_detail .sec5 {
  margin: 92px 0 89px;
}
#support_detail .sec5 .wrapper {
  padding: 47px 41px 75px 43px;
  border-radius: 3px;
  background: var(--beige-color);
}
#support_detail .sec5 h3 {
  font-size: 2.2rem;
  line-height: 1.22em;
  margin-bottom: 20px;
}
#support_detail .sec5 h3.ttl2::after {
  margin-top: 27px;
}
#support_detail .sec5 .flex {
  align-items: center;
  gap: 30px;
}
#support_detail .sec5 .flex .left {
  flex-shrink: 0;
  overflow: hidden;
}
#support_detail .sec5 .flex .left img {
  max-width: 221px;
  border-radius: 100%;
}
#support_detail .sec5 .flex .right h4 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.23em;
  margin-bottom: 24px;
  font-family: var(--hannari);
  color: var(--green-color);
}

#support_detail .btn1 {
  margin: 0 auto 109px;
}
#specialist .ttl3 {
  font-size: 24px;
  text-align: left;
  color: var(--green-color);
  font-weight: 400;
  margin-top: 65px;
  margin-bottom: 20px;
}
#specialist .sec1 {
  margin: 66px 0 130px;
}
#specialist .sec1 .container > p {
  margin: 35px 0 34px;
  line-height: 2.125em;
  color: var(--base-color);
}
#specialist .sec1 ul {
  flex-wrap: wrap;
}
#specialist .sec1 ul li {
  width: calc(100% / 3 - 13px);
  border: 2px solid #df908c;
  border-radius: 5px;
  overflow: hidden;
}
#specialist .sec1 ul li:nth-child(2) {
  border: 2px solid var(--green-color);
}
#specialist .sec1 ul li:nth-child(3) {
  border: 2px solid #67bfc2;
}
#specialist .sec1 ul li:nth-child(3) div.text {
  padding: 30px 10px 0;
}
#specialist .sec1 ul li .ttl {
  background-color: #df908c;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.21em;
  height: 56px;
}
#specialist .sec1 ul li:nth-child(2) .ttl {
  background-color: var(--green-color);
}
#specialist .sec1 ul li:nth-child(3) .ttl {
  background-color: #67bfc2;
}
#specialist .sec1 ul li .half:last-child {
  border-top: 2px solid #df908c;
}
#specialist .sec1 ul li:nth-child(2) .half:last-child {
  border-top: 2px solid var(--green-color);
}
#specialist .sec1 ul li div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#specialist .sec1 ul li div.text {
  padding: 17px 10px 15px;
}
#specialist .sec1 ul li div.text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.45em;
  color: #df908c;
}
#specialist .sec1 ul li:nth-child(2) div p {
  color: var(--green-color);
}
#specialist .sec1 ul li:nth-child(3) div p {
  color: #67bfc2;
}
#specialist .sec1 ul li div.text p span {
  display: block;
  font-size: 1.6rem;
  color: #67bfc2;
}

#specialist .sec1 .back {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 16px 15px 15px;
  width: 100%;
  margin-top: 19px;
}
#specialist .sec1 .back p {
  font-size: 1.7rem;
  color: var(--base-color);
  line-height: 1.47em;
  font-weight: 500;
}
#movie .movie-box .flex {
  padding-bottom: 80px;
  gap: 30px;
}

.strech_tag {
  display: block;
  position: absolute;
  height: 100px;
  width: 220px;
  top: 100px;
}

.resource_content {
  margin: 100px auto 55px;
}
.resource_content p {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin: 33px 0 0;
  color: #000000;
  max-width: 513px;
}
.resource_content .flex {
  align-items: center;
}
.resource_content .right img {
  max-width: 460px;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .resource_content > .flex {
    flex-direction: column;
  }
  .resource_content .right img {
    max-width: 100%;
  }
  .resource_content .right {
    margin-top: 25px;
  }
}

.under_line {
  text-decoration: underline;
}
