@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  pointer-events: pointer;
}

ul {
  list-style-type: none;
}

input,
button {
  outline: none;
}

.din-release {
  background-color: #009844 !important;
}

.dac-release {
  background-color: #e60012 !important;
}

.travel-news {
  background-color: #8fc31f !important;
}

.topics {
  background-color: #b19d7f !important;
}

.topics1 {
  background-color: #22969d !important;
}

.topics2 {
  background-color: #338647 !important;
}

.topics3 {
  background-color: #b7aa00 !important;
}

.en {
  font-family: "Fjalla One", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #999;
  display: block;
  margin: 6px auto 45px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .en {
    font-size: 1.2rem;
    margin: 10px auto 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

.global_container {
}

@media screen and (max-width: 768px) {
  .global_container {
    padding-top: 50px;
    min-width: 100%;
  }
}

.slider_inner {
  position: relative;
}

.slider_inner:before {
  position: absolute;
  content: "";
  background-image: url(../img/common/hero_scroll_img.png);
  display: inline-block;
  background-size: 64px 32px;
  width: 64px;
  height: 32px;
  left: 0;
  right: 0;
  top: 93%;
  margin: 0 auto;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .slider_inner:before {
    background-size: 47.5px 25px;
    width: 47.5px;
    height: 25px;
    bottom: 9.5vw;
  }
}

.slider_inner > picture > img {
  width: 100%;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .slider_inner > picture > img {
    top: 15vh;
  }
}

@media screen and (max-width: 768px) {
  .slider_inner > picture > img {
    top: 90px;
  }
}

.slider_inner .slide_selector .slick-slide {
  display: block;
  background-color: #000;
  height: calc(100vh - 90px);
}

@media screen and (max-width: 768px) {
  .slider_inner .slide_selector .slick-slide {
    height: calc(100vh - 50px);
  }
}

.slider_inner .slide_selector .slick-slide picture .object-fit-img {
  opacity: 0.5;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}

.header .header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 30px;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header .header_logo {
    padding-left: 10px;
  }
}

.header .header_logo img {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .header .header_logo img {
    width: 62px;
  }
}

.header .header_logo > .logo {
  font-size: 1.6rem;
  padding-left: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .header .header_logo > .logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header .header_logo > .logo {
    padding-left: 10px;
    font-size: 1rem;
    height: auto;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .header .header_logo > .logo span {
    display: block;
  }
}

.header .header_nav .btn_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header_nav .btn_menu {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 100;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
  }
}

.header .header_nav .btn_menu .menu-trigger {
  position: relative;
  width: 36px;
  height: 26px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .header_nav .btn_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 22px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 15px;
}

.header .header_nav .btn_menu .menu-trigger span:nth-of-type(1) {
  top: 16px;
}

.header .header_nav .btn_menu .menu-trigger span:nth-of-type(2) {
  top: 25px;
}

.header .header_nav .btn_menu .menu-trigger span:nth-of-type(3) {
  bottom: -10px;
}

.header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header_nav ul li {
  width: 110px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 1000px) {
  .header .header_nav ul li {
    width: 90px;
  }
}

.header .header_nav ul li a {
  height: 90px;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}

.header .header_nav ul li a:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  left: 0px;
  right: 0;
  top: 65px;
  margin: 0 auto;
}

.header .header_nav ul li a:hover {
  color: #009944;
  background-color: #d0e99c;
}
.header .header_nav ul li a.contact_btn {
  background-color: #000000;
  color: #fff;
}
.header .header_nav ul li a.contact_btn:hover {
  background-color: #009944;
  color: #fff;
}

.header .header_nav ul li a.contact_btn:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .header .header_nav ul li a:hover {
    color: #fff;
    background-color: #009944;
  }
}

.header .header_nav ul li a:hover:after {
  background-image: url(../img/common/chevron_green.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .header .header_nav ul li:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .header_nav ul li:hover ul li {
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    width: 240px;
  }
  .header .header_nav ul li:hover ul li a {
    color: #009944;
    background-color: #fff;
    height: 55px;
    line-height: 55px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .header .header_nav ul li:hover ul li a {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .header .header_nav ul li:hover ul li a:hover {
    background-color: #e9f4ee;
  }
  .header .header_nav ul li:hover ul li a:after {
    content: none;
  }
}

.header .header_nav ul li ul {
  display: none;
}

.header .header_nav ul li:nth-of-type(1) a:after,
.header .header_nav ul li:nth-of-type(4) a:after,
.header .header_nav ul li:nth-of-type(5) a:after,
.header .header_nav ul li:nth-of-type(6) a:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .header .header_nav ul li:nth-of-type(2) a:after,
  .header .header_nav ul li:nth-of-type(3) a:after {
    content: none;
  }
}

.header .header_nav ul li .sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .header_nav ul li .sp_only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .header .header_nav > ul {
    display: none;
  }
}

.header .header_nav.active .btn_menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.header .header_nav.active .btn_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.header .header_nav.active .btn_menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.header .header_nav.active > ul {
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  overflow: scroll;
  display: block;
  z-index: 10;
  background: #ffffff;
}

.header .header_nav.active > ul li {
  display: block;
  padding: 0;
  height: auto;
  width: auto;
  border-bottom: 1px solid #d0e99c;
}

.header .header_nav.active > ul li a {
  height: 50px;
  width: auto;
  padding-left: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header .header_nav.active > ul li a:before {
  content: "";
  background: url(../img/common/tri_right_green_righten.png);
  background-repeat: no-repeat;
  background-size: 10px 11px;
  width: 10px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 1rem;
}

.header .header_nav.active > ul li a br {
  display: none;
}

.header .header_nav.active > ul li ul {
  background: #fff;
}

.header .header_nav.active > ul li ul li {
  width: auto;
  display: none;
}

.header .header_nav.active > ul li:last-child a:after {
  content: none;
}

.header .header_nav.active > ul .isOpen > a:before {
  content: "";
  background: url(../img/common/tri_right_green_righten.png);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 10px 11px;
  width: 10px;
  height: 11px;
  display: inline-block;
}

.header .header_nav.active > ul .isOpen ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .header_nav.active > ul .isOpen ul li {
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}

.header .header_nav.active > ul .isOpen ul li a {
  color: #009944;
  background-color: #fff;
  height: 55px;
  line-height: 55px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .header .header_nav.active > ul .isOpen ul li a {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}

.header .header_nav.active > ul .isOpen ul li a:hover {
  background-color: #e9f4ee;
}

.header .header_nav.active > ul .isOpen ul li a:after {
  content: none;
}

h2.ttl:before,
h3.ttl:before {
  content: "";
  margin-bottom: 40px;
  background: url(../img/common/section_top_img.png);
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  h2.ttl:before,
  h3.ttl:before {
    margin-bottom: 25px;
  }
}

.btn_common_l {
  min-width: 300px;
  width: fit-content;
  line-height: 55px;
  background-size: cover;
  display: block;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  font-size: 2rem;
  color: #333 !important;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 5px 20px;
  padding-right: 50px;
  text-decoration: none !important;
}

.btn_common_l::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  background-color: #0f7e40;
  background-size: 18px 18px;
  background-position: center;
  border-radius: 5px;
  padding: 7px;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media screen and (max-width: 768px) {
  .btn_common_l:after {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    margin-left: 15px;
  }
}
.btn_common_l:hover {
  background-color: #0f7e40;
  color: #fff !important;
  border-color: #0f7e40;
}
.btn_common_l:hover::after {
  transform: translateX(2px) translateY(-50%) rotate(90deg);
  background-color: #fff;
  background-image: url(../img/common/chevron_green.svg);
}

@media screen and (max-width: 768px) {
  .btn_common_l {
    font-size: 1.5rem;
  }
}

.btn_common_s {
  width: 170px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  border-left: 7px solid #72c998;
  background-color: #009944;
  padding-left: 15px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .btn_common_s {
    font-size: 1.3rem;
  }
}

.btn_common_s:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 14px;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 13px;
}

.btn_common_s:hover {
  opacity: 0.7;
}

.btn_outline_base_color {
  width: 310px;
  color: #009944;
  border: 1px solid #009944;
  display: block;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 2rem;
  margin: 0 auto;
}

.btn_outline_base_color:hover {
  background-color: #009944;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn_outline_base_color {
    width: auto;
    padding: 14px;
  }
}

.inner_box_top {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .inner_box_top {
    margin-bottom: 20px;
  }
}

.inner_box_top .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.3;
}
.inner_box_top .ttl.recruit {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .inner_box_top .ttl.recruit {
    font-size: 2.3rem;
  }
}
.inner_box_top .ttl.recruit.left {
  text-align: left;
}
.inner_box_top .ttl.recruit .en.left {
  font-size: 2.2rem;
  margin: 15px 0 0;
  color: #0f7e40;
  line-height: 1.3;
  text-align: left !important;
}
.inner_box_top .ttl.recruit .en {
  font-size: 2.2rem;
  margin: 15px 0 0;
  color: #0f7e40;
  line-height: 1.3;
}

.inner_box_top .ttl.recruit::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .inner_box_top .ttl {
    font-size: 2.3rem;
  }
}
.inner_box_top .en {
  text-align: center;
}
.inner_box_top .description {
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
  color: #333;
}
.inner_box_top .term_title {
  text-align: center;
  line-height: 1.7;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .inner_box_top .description {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .inner_box_top .description {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .inner_box_top .term_title {
    font-size: 1.8rem;
  }
}

.category_label {
  background: #f0f0f0;
  color: #333333;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  margin: 0 8px 6px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.2rem;
  pointer-events: none;
  border-radius: 5px;
}
.category_label a {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .category_label {
    font-size: 1rem;
  }
}

.article_block_wrap h1 {
  font-size: 2.2em;
  color: #009944;
  border-left: 1px solid #009944;
  padding: 10px 0 10px 20px;
  line-height: 1.3em;
  margin: 0 0 30px 0;
}

.article_block_wrap h2 {
  font-size: 2em;
  color: #009944;
  border-bottom: 1px solid #009944;
  line-height: 1.3;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
}

.article_block_wrap h3 {
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

.article_block_wrap h4 {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .article_block_wrap h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.article_block_wrap .wp-caption-text {
  font-size: 1.4rem;
  color: #666;
}

.article_block_wrap .aligncenter {
  width: 100% !important;
  text-align: center;
  margin: 0 auto 1em auto;
}

@media screen and (max-width: 768px) {
  .article_block_wrap .aligncenter img {
    width: 100%;
  }
}

.article_block_wrap blockquote {
  background: #f5f5f5;
  padding: 2em;
}

.article_block_wrap blockquote p {
  color: #666;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .article_block_wrap blockquote p img {
    margin: 0 auto 20px;
  }
}

.article_block_wrap blockquote p:last-child {
  margin-bottom: 0;
}

.article_block_wrap a {
  color: #009944;
  text-decoration: underline;
  font-size: 1.6rem;
  word-wrap: break-word;
}

.article_block_wrap p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .article_block_wrap p {
    font-size: 1.2rem;
  }
}

.article_block_wrap p span {
  display: block;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 768px) {
  .article_block_wrap p span {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article_block_wrap img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .article_block_wrap img {
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.article_block_wrap .block_img_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .article_block_wrap .block_img_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

.article_block_wrap .block_img_right .unit_left {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .article_block_wrap .block_img_right .unit_left {
    margin-right: 0;
  }
}

.article_block_wrap .block_img_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .article_block_wrap .block_img_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

.article_block_wrap .block_img_left .unit_right {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .article_block_wrap .block_img_left .unit_right {
    margin-left: 0;
  }
}

.article_block_wrap .block_img_bottom {
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article_block_wrap .block_img_bottom p {
  margin-bottom: 20px;
  text-align: justify;
}

.article_block_wrap .block_img_bottom img {
  width: 100%;
  margin-bottom: 0;
}

.article_block_wrap .block_sns_share_area img {
  margin-bottom: 0;
}

.contact {
  height: 230px;
  background: url(../img/common/contact_bkg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 20px;
    height: auto;
    margin-bottom: 50px;
  }
}

.contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .contact ul li {
    display: block;
  }
}

.contact ul li img {
  width: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contact ul li img {
    width: 30px;
    margin-bottom: 10px;
  }
}

.contact ul li h3 {
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact ul li h3 {
    font-size: 1.6rem;
  }
}

.contact ul li h3 .en {
  margin: 10px auto 0;
}

@media screen and (max-width: 768px) {
  .contact ul li h3 .en {
    margin: 6px auto 0;
  }
}

.contact ul li p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 auto 25px;
}

@media screen and (max-width: 768px) {
  .contact ul li p {
    margin: 0 auto 20px;
    font-size: 1.2rem;
  }
}

.contact ul li a {
  color: #535353;
  background: #fff;
  width: 335px;
  height: 55px;
  line-height: 55px;
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 40px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .contact ul li a {
    font-size: 1.7rem;
    width: 100%;
  }
}

.contact ul li a:after {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../img/common/chevron_blk.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 18px;
}

.contact ul li a:hover {
  background: #009944;
  color: #fff;
}

.contact ul li a:hover:after {
  background-image: url(../img/common/chevron.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact ul li:first-child {
  padding-right: 155px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact ul li:first-child {
    padding-right: 0;
  }
}

.sns_area {
  margin: 0 auto 90px;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sns_area {
    width: 100%;
    padding: 0 20px 35px;
    margin: 0 auto 30px;
  }
}

.sns_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sns_area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sns_area ul li:first-child {
  padding-right: 60px;
  width: 560px;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:first-child {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.sns_area ul li:first-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4859a5;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:first-child span {
    font-size: 1.3rem;
  }
}

.sns_area ul li:first-child span img {
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:first-child span img {
    width: 40px;
    padding-right: 5px;
  }
}

.sns_area ul li:first-child p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:first-child p {
    font-size: 1.3rem;
  }
}

.sns_area ul li:nth-child(2) {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:nth-child(2) {
    display: none;
  }
}

.sns_area ul li:nth-child(3) {
  display: none;
}

@media screen and (max-width: 768px) {
  .sns_area ul li:nth-child(3) {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.sns_area ul li iframe {
  height: auto !important;
}

footer {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    height: 450px;
  }
}

footer .footer_logo {
  padding: 15px;
  margin: 0 auto 15px;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  footer .footer_logo {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    left: 20px;
    top: -27px;
    padding-left: 20px;
  }
}

footer .footer_logo li {
  display: inline-block;
  vertical-align: middle;
}

footer .footer_logo li:nth-child(1) {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  footer .footer_logo li:nth-child(1) {
    margin-bottom: 10px;
  }
}

footer .footer_logo li:nth-child(1) img {
  width: 145px;
}

@media screen and (max-width: 768px) {
  footer .footer_logo li:nth-child(1) img {
    width: 120px;
  }
}

footer .footer_logo li:nth-child(2) {
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  footer .footer_logo li:nth-child(2) {
    margin-bottom: 5px;
  }
}

footer .footer_logo li:nth-child(2) img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  footer .footer_logo li:nth-child(2) img {
    width: 210px;
  }
}

footer .footer_logo li:nth-child(3) {
  font-size: 1.6rem;
  font-weight: bold;
}

footer .footer_sns {
  padding: 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

footer .footer_sns a {
  background-color: #29a853;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  position: relative;
  padding-left: 50px; /* アイコンの分だけ左に余白 */
  display: inline-block; /* 擬似要素の位置調整に必要 */
  transition: all 0.3s ease;
}

footer .footer_sns a::before {
  content: ""; /* 忘れずに必須 */
  position: absolute;
  left: 20px; /* ←テキストの左側に配置 */
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/common/mdi_instagram.png);
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer_sns a:hover {
  background-color: #29a853;
  opacity: 0.8;
}

footer .footer_info {
  padding: 15px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer .footer_info {
    width: 100%;
    padding: 25px 0 50px 20px;
  }
}

footer .footer_info li {
  display: inline-block;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  footer .footer_info li {
    display: block;
  }
}

footer .footer_info li:after {
  content: "|";
  padding: 0 20px;
  color: #999;
}

@media screen and (max-width: 768px) {
  footer .footer_info li:after {
    content: "";
  }
}

footer .footer_info li:last-child:after {
  content: none;
}

footer .footer_info li a {
  color: #333;
}

@media screen and (max-width: 768px) {
  footer .footer_info li a {
    display: block;
    font-size: 1.4rem;
  }
}

footer .copyright {
  background: url("/img/common/footerbar.png");
  background-size: cover;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    height: 45px;
    line-height: 45px;
    font-size: 0.9rem;
  }
}

footer .page_top {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #009944;
  text-align: center;
  line-height: 60px;
}

footer .page_top:hover {
  background-color: #d0e99c;
}

footer .page_top:hover:before {
  background-image: url(/img/common/chevron_green.svg);
}

footer .page_top:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(/img/common/chevron.svg);
  background-size: 16px 23px;
  height: 16px;
  width: 16px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  footer .page_top {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.slider_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
  align-items: center;
}
.logo-slider_container ul {
  display: flex;
  gap: 20px;
}

.slider_container li {
  list-style: none;
}

.slider_container img {
  display: block;
  width: 100%;
  height: auto;
}

/* =======================================
    ClearFixElements
======================================= */
.loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.cssload-spin-box {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px !important;
  height: 13px !important;
  border-radius: 100%;
  box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
    13px -13px #dfdfdf;
  -o-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
    13px -13px #dfdfdf;
  -ms-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
    13px -13px #dfdfdf;
  -webkit-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
    13px -13px #dfdfdf;
  -moz-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
    13px -13px #dfdfdf;
  animation: cssload-spin ease infinite 5.2s;
  -o-animation: cssload-spin ease infinite 5.2s;
  -ms-animation: cssload-spin ease infinite 5.2s;
  -webkit-animation: cssload-spin ease infinite 5.2s;
  -moz-animation: cssload-spin ease infinite 5.2s;
}

@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf,
      -13px -13px #009944, 13px -13px #dfdfdf;
    box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
      13px -13px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -13px 13px #dfdfdf, -13px -13px #009944,
      13px -13px #dfdfdf, 13px 13px #009944;
    box-shadow: -13px 13px #dfdfdf, -13px -13px #009944, 13px -13px #dfdfdf,
      13px 13px #009944;
  }
  50% {
    -webkit-box-shadow: -13px -13px #009944, 13px -13px #dfdfdf,
      13px 13px #009944, -13px 13px #009944;
    box-shadow: -13px -13px #009944, 13px -13px #dfdfdf, 13px 13px #009944,
      -13px 13px #009944;
  }
  75% {
    -webkit-box-shadow: 13px -13px #dfdfdf, 13px 13px #009944,
      -13px 13px #dfdfdf, -13px -13px #009944;
    box-shadow: 13px -13px #dfdfdf, 13px 13px #009944, -13px 13px #dfdfdf,
      -13px -13px #009944;
  }
}

@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 13px 13px #009944, -13px 13px #dfdfdf,
      -13px -13px #009944, 13px -13px #dfdfdf;
    box-shadow: 13px 13px #009944, -13px 13px #dfdfdf, -13px -13px #009944,
      13px -13px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -13px 13px #dfdfdf, -13px -13px #009944,
      13px -13px #dfdfdf, 13px 13px #009944;
    box-shadow: -13px 13px #dfdfdf, -13px -13px #009944, 13px -13px #dfdfdf,
      13px 13px #009944;
  }
  50% {
    -webkit-box-shadow: -13px -13px #009944, 13px -13px #dfdfdf,
      13px 13px #009944, -13px 13px #009944;
    box-shadow: -13px -13px #009944, 13px -13px #dfdfdf, 13px 13px #009944,
      -13px 13px #009944;
  }
  75% {
    -webkit-box-shadow: 13px -13px #dfdfdf, 13px 13px #009944,
      -13px 13px #dfdfdf, -13px -13px #009944;
    box-shadow: 13px -13px #dfdfdf, 13px 13px #009944, -13px 13px #dfdfdf,
      -13px -13px #009944;
  }
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

.page_header {
  padding-top: 80px;
}

.montserrat {
  font-family: "Montserrat Alternates", sans-serif;
}

.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translateY(0);
}
