@charset "UTF-8";

/* 共有 CSS設定 */
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

html {
  color: #000;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden;
} /*  reCAPTCHAの非表示 */

body {
  width: 100%;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  font-family: 'fot-tsukuardgothic-std', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',
    sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: 'palt';
}

/*
追加されたフォント:
FOT-TsukuARdGothic Std R
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
FOT-TsukuARdGothic Std B
font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
*/

#wrapper {
  position: relative;
  width: 100vw;
  max-width: 1920px;
  height: auto;
  text-align: left;
  margin: 0px auto;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .none_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .none_phone {
    display: none;
  }
}

.Text_box {
  width: 100%;
  position: relative;
}

img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
}

.main_index {
  position: relative;
  width: calc(100vw - 15px);
  height: auto;
  text-align: center;
  margin: 0px auto 0 0;
}

.main_season .wrapper {
  border-left: #f09195 15px solid;
  border-right: #f09195 15px solid;
}

.main_facility {
  border-left: #95c6c6 15px solid;
  border-right: #95c6c6 15px solid;
}

.main_news {
  border-left: #d8c29c 15px solid;
  border-right: #d8c29c 15px solid;
}

.main_Immigrant .wrapper {
  border-left: #aac265 15px solid;
  border-right: #aac265 15px solid;
}

.main_interview .wrapper {
  border-left: #aac265 15px solid;
  border-right: #aac265 15px solid;
}

.main_support {
  position: relative;
  width: calc(100vw - 0px);
  height: auto;
  text-align: center;
  margin: 0px auto 0 0;
  border-left: #f7b559 15px solid;
  border-right: #f7b559 15px solid;
}

@media screen and (max-width: 767px) {
  .main_season .wrapper {
    border-left: #f09195 10px solid;
    border-right: #f09195 10px solid;
  }
  .main_facility {
    border-left: #95c6c6 10px solid;
    border-right: #95c6c6 10px solid;
  }

  .main_news {
    border-left: #d8c29c 10px solid;
    border-right: #d8c29c 10px solid;
  }
  .main_Immigrant .wrapper {
    border-left: #aac265 10px solid;
    border-right: #aac265 10px solid;
  }

  .main_interview .wrapper {
    border-left: #aac265 10px solid;
    border-right: #aac265 10px solid;
  }

  .main_support {
    position: relative;
    width: calc(100vw - 0px);
    height: auto;
    text-align: center;
    margin: 0px auto 0 0;
    border-left: #f7b559 10px solid;
    border-right: #f7b559 10px solid;
  }
}
/* --------------------------------------------- #headerの設定 ---------------------------------------------*/
header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.main_season header {
  background-color: #f09195;
}
.main_facility header {
  background-color: #95c6c6;
}
.main_news header {
  background-color: #d8c29c;
}
.main_Immigrant header {
  background-color: #aac265;
}
.main_interview header {
  background-color: #aac265;
}
.main_support header {
  background-color: #f7b559;
}

header h1 {
  position: fixed;
  top: 15px;
  left: 2vw;
}

header h1 a {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  header h1 {
    position: fixed;
    top: 15px;
    left: 10px;
  }
}

@media screen and (max-width: 600px) {
  header h1 {
    position: fixed;
    top: 15px;
    left: -12px;
  }
}

@media screen and (max-width: 500px) {
  header h1 {
    position: fixed;
    top: 15px;
    left: -22px;
  }
}

/* --------------------------------------------- .h_navの設定 ---------------------------------------------*/
.h_nav {
  display: inline-block;
  position: fixed;
  top: 25px;
  right: 5%;
}

.h_nav ul {
  white-space: nowrap;
}

.h_nav li {
  display: inline-block;
  margin-right: 30px;
}

.h_nav li :last-of-type {
  margin-right: 0px;
}

.h_nav a {
  display: block;
  padding: 4px 15px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  font-size: 7.5px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.h_nav li:nth-last-of-type(1) a {
  background-image: url(../img/index/header/nav_img4.svg);
}

.h_nav li:nth-last-of-type(2) a {
  background-image: url(../img/index/header/nav_img3.svg);
  padding: 6px 25px;
  font-size: 10px;
}

.h_nav li:nth-last-of-type(3) a {
  background-image: url(../img/index/header/nav_img2.svg);
}

.h_nav li:nth-last-of-type(4) a {
  background-image: url(../img/index/header/nav_img1.svg);
}

.h_nav li ::after {
  content: ' ';
  width: 100%;
  background-color: #fff;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}

.h_nav li:nth-last-of-type(2)::after {
  content: ' ';
  width: 100%;
  background-color: #fff;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}

.h_nav li :hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.main_season .h_nav li:nth-of-type(1) ::before,
.main_facility .h_nav li:nth-of-type(2) ::before,
.main_Immigrant .h_nav li:nth-of-type(3) ::before,
.main_interview .h_nav li:nth-of-type(3) ::before,
.main_support .h_nav li:nth-of-type(4) ::before {
  content: ' ';
  width: 100%;
  background-color: #fff;
  height: 3px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .h_nav {
    display: none;
  }
}

/*==================================== ハンバーガーメニューの設定 =====================================*/
.open_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .open_btn {
    display: inline;
  }
}

#g_nav {
  display: inline;
  position: fixed;
  z-index: 10;
  opacity: 1;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  padding: 30px 30px 50px;
  background-image: url(../img/index/header/g_nav_back.png);
  background-repeat: repeat-y;
  background-size: contain;
  transition: all 0.6s;
}

#g_nav.panelActive {
  right: 0;
}

.open_btn {
  width: 70px;
  height: 70px;
  position: fixed;
  right: -3px;
  top: -2.5px;
  cursor: pointer !important;
  z-index: 300;
}

.open_btn:hover {
  opacity: 0.4;
}

#g_nav .gnavLogo {
  padding-top: 85px;
  width: 52%;
  padding-bottom: 70px;
  margin: 0 auto;
  transition: 0.2s;
}

#g_nav .gnavLogo:hover {
  filter: brightness(80%);
}

#g_nav .item1:hover,
#g_nav .item2:hover,
#g_nav .item3:hover,
#g_nav .item4:hover {
  filter: brightness(93%);
}

#g_nav .item1:hover::after,
#g_nav .item2:hover::after,
#g_nav .item3:hover::after,
#g_nav .item4:hover::after {
  opacity: 0;
}

#g_nav .item1,
#g_nav .item2,
#g_nav .item3,
#g_nav .item4 {
  width: 75%;
  position: relative;
  transition: 0.1s;
  margin: 0 auto;
  margin-bottom: 4vw;
}

#g_nav .item1 a,
#g_nav .item2 a,
#g_nav .item3 a,
#g_nav .item4 a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#g_nav .item1::after,
#g_nav .item2::after,
#g_nav .item3::after,
#g_nav .item4::after {
  content: ' ';
  position: absolute;
  top: 5px;
  left: -8px;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/index/container4/shadow_s.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 1;
  transition: 0.1s;
}

.open_btn span {
  position: absolute;
  left: 10px;
  width: 33px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.6s;
}

.main_index .open_btn span {
  background-color: #bda67a;
  left: 3%;
}

.open_btn span:nth-of-type(1) {
  top: 30px;
}
.open_btn span:nth-of-type(2) {
  top: 42px;
}
.open_btn span:nth-of-type(3) {
  top: 54px;
}

.main_index .open_btn span {
  background-color: #bda67a;
  left: -10px;
}

.main_index .open_btn span:nth-of-type(1) {
  top: 45px;
}
.main_index .open_btn span:nth-of-type(2) {
  top: 57px;
}
.main_index .open_btn span:nth-of-type(3) {
  top: 69px;
}

@media screen and (max-width: 500px) {
  .main_index .open_btn span {
    background-color: #bda67a;
    left: 0px;
  }

  .main_index .open_btn span:nth-of-type(1) {
    top: 35px;
  }
  .main_index .open_btn span:nth-of-type(2) {
    top: 47px;
  }
  .main_index .open_btn span:nth-of-type(3) {
    top: 59px;
  }
}

@media screen and (max-width: 450px) {
  .main_index .open_btn span {
    background-color: #bda67a;
    left: 5px;
  }

  .main_index .open_btn span:nth-of-type(1) {
    top: 30px;
  }
  .main_index .open_btn span:nth-of-type(2) {
    top: 42px;
  }
  .main_index .open_btn span:nth-of-type(3) {
    top: 54px;
  }
}

.open_btn.active span:nth-of-type(1),
.open_btn.active span:nth-of-type(3) {
  width: 42px;
  top: 48px;
  left: 10px;
  background-color: #d8c29c;
}
.open_btn.active span:nth-of-type(1) {
  transform: rotate(35deg);
}
.open_btn.active span:nth-of-type(2) {
  width: 0px;
}
.open_btn.active span:nth-of-type(3) {
  transform: rotate(-35deg);
}

/*-- ============================= footer ============================= --*/
#footer {
  width: 100%;
  padding-top: 27.3%;
  margin-top: -120px;
  background-image: url(../img/seasons/footer/img_sub_l.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.main_interview #footer,
.main_support #footer {
  width: 100%;
  padding-top: 27.3%;
  margin-top: -10px;
  background-image: url(../img/interview/footer/img_l.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

#footer .Text_box {
  width: 80%;
  position: absolute;
  bottom: calc(3vw + 105px);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 0 4.7%;
}

#footer h1 {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

#footer h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 追加した公式サイトへのボタン */
#footer .item1 {
  width: 23%;
}

#footer .item1 p {
  white-space: nowrap;
  position: relative;
  margin-top: 3px;
  transform: translateX(-6%);
}

.oishida_link a {
  color: #fff;
  background-color: #bda67a;
  font-size: 15px;
  padding: 0.55em 1.5em;
  border-radius: 15px;
}

.oishida_link a:hover {
  opacity: 0.7;
}

#footer .item2 {
  flex: 1;
}

#footer .official {
  width: 63%;
  margin-bottom: 22px;
}

#footer .address {
  width: 54%;
  margin-bottom: 32px;
}

#footer ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#footer li {
  cursor: pointer;
}

#footer li:nth-of-type(1) {
  width: 22.42%;
}

#footer li:nth-of-type(2) {
  width: 25.82%;
}

#footer li:nth-of-type(3) {
  width: 46.1%;
}

#footer .Copyright {
  width: 38.2%;
  position: absolute;
  bottom: -7.5vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  #footer .Text_box {
    bottom: calc(3vw + 85px);
  }

  #footer .official {
    margin-bottom: 15px;
  }

  #footer .address {
    margin-bottom: 25px;
  }
  #footer .Copyright {
    bottom: -6.5vw;
  }
}

@media screen and (max-width: 1300px) {
  #footer .Text_box {
    bottom: calc(3vw + 65px);
  }

  #footer .official {
    margin-bottom: 10px;
  }

  #footer .address {
    margin-bottom: 20px;
  }
  #footer .Copyright {
    bottom: -6vw;
  }

  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: 3px;
    transform: translateX(-5%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 14px;
    padding: 0.55em 1.5em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 1200px) {
  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: -10px;
    transform: translateX(-6%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 12.5px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: -10px;
    transform: translateX(-9%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 12px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 1000px) {
  #footer .Text_box {
    bottom: calc(3vw + 45px);
  }

  #footer .official {
    margin-bottom: 0px;
  }

  #footer .address {
    margin-bottom: 10px;
  }
  #footer .Copyright {
    bottom: -5.5vw;
  }

  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: -20px;
    transform: translateX(-4%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 10px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 900px) {
  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: -20px;
    transform: translateX(-11%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 10px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 850px) {
  #footer .item1 p {
    white-space: nowrap;
    position: relative;
    margin-top: -20px;
    transform: translateX(-13%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 10px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    width: 100%;
    padding-top: 27%;
    margin-top: -50px;
    background-image: url(../img/seasons/footer/img_sub_s.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 2;
  }

  .main_support #footer,
  .main_interview #footer {
    width: 100%;
    padding-top: 27%;
    margin-top: -50px;
    background-image: url(../img/interview/footer/img_s.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 2;
  }

  #footer .Text_box {
    width: 82%;
    position: relative;
    bottom: 5vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 0 4.7%;
  }

  #footer .item1 {
    width: 100%;
    margin: 0 auto 0vw;
    position: relative;
  }

  #footer h1 {
    width: 40%;
    margin: 0 auto 10vw;
  }

  #footer .item1 p {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    margin: -10px auto 20px;
    margin-top: -10px;
    transform: translateX(-50%);
  }

  .oishida_link a {
    color: #fff;
    background-color: #bda67a;
    font-size: 14px;
    padding: 0.55em 1.3em;
    border-radius: 15px;
    margin: 0 auto;
  }

  #footer .official {
    width: 100%;
    margin: 0 auto -0.7vw;
  }

  #footer .address {
    width: 90%;
    margin: 0 auto -0.7vw;
  }

  #footer ul {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 5%;
  }

  #footer li:nth-of-type(1) {
    width: 43%;
    margin-bottom: -0.7vw;
  }

  #footer li:nth-of-type(2) {
    width: 50%;
    margin-bottom: -0.7vw;
  }

  #footer li:nth-of-type(3) {
    width: 92.54%;
  }

  #footer .Copyright {
    width: 82%;
    position: relative;
    bottom: -4.5vw;
    left: 0;
    right: 0;
    margin: 0 auto 7.5vw;
  }

  #footer img {
    object-fit: contain;
  }
}

@media screen and (max-width: 500px) {
  #footer h1 {
    width: 40%;
    margin: 0 auto 13vw;
  }
}

.modal-bg13,.popPicture13{
  display: none;
}