@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #006bb6;
  text-decoration: none;
}

a:hover,
a:active {
  color: #171004;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
}

li,
dd,
dt,
th,
td {
  line-height: 1.9em;
}

img {
  max-width: 100%;
  transition: all 0.3s ease;
}

p {
  line-height: 1.9em;
  margin: 0 0 1.8em;
}

p:last-child {
  margin-bottom: 0
}

.sp,
.sp320,
.sp375,
.sp425,
.sp480 {
  display: none;
}

body {
  font-family: 'Noto sans Jp','Yu Gothic black',sans-serif;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.714em;
  color: #4D4D4D;
}

.container {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.container_lg {
  max-width: 1400px;
  margin: 0 auto;
}

/* ============== HEADER ============== */
#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}

.header_wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  z-index: 2;
}

.header_top .logo {
  margin-right: auto;
  line-height: 0;
}

.header_top .logo a:hover img {
  opacity: 1;
}

.header_top .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.header_top .lang li {
  line-height: 1.5em;
}

.header_top .lang li:not(:last-child) {
  margin-right: 25px;
}

.header_top .lang li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
}

.header_top .lang li a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 15px;
  margin-right: 5px;
}

.header_top .lang li:nth-child(1) a::before {
  background: url(../images/common/img_flat_jpan.png) no-repeat center/contain;
}

.header_top .lang li:nth-child(2) a::before {
  background: url(../images/common/img_flat_eng.png) no-repeat center/contain;
}

.header_top .lang li:nth-child(3) a::before {
  background: url(../images/common/img_flat_thai.png) no-repeat center/contain;
}

/* ============== GOOGLE SEARCH ============== */
.gsc-input-box,
.gsc-control-cse,
.gsc-control-cse td {
  padding: 0 !important;
  border: none !important;
}

.gsib_b {
  display: none;
}

input.gsc-input {
  position: relative;
  top: 2px;
  padding: 4px 5px !important;
  width: 140px !important;
  height: 26px !important;
  /* background: url(../images/common/img_place_goosearch.png) no-repeat center left 10px !important; */
  background-position: 5px 5px !important;
  border: 1px solid #979797 !important;
  font-size: 14px;
}

input.gsc-input:focus {
  background: none !important;
}

.gsc-search-button {
  cursor: pointer;
}

.gsc-results-wrapper-overlay {
  top: 70px !important;
  left: 50% !important;
  transform: translateX(-50%);
  height: 80vh !important;
}

.gsc-modal-background-image {
  height: 100vh !important;
}

/* ============== GNAVI ============== */
#gnavi {
  position: relative;
  z-index: 1;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.menu li {
  position: relative;
  display: inline-block;
  width: 16.67%;
  line-height: 1.2em;
}

.menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
}

#gnavi .side_nav {
  display: none;
}

/* ============== MAINVISUAL ============== */
#main {
  padding-top: 120px;
}

/* ============== COMMON ============== */
.ttl_common {
  margin-bottom: 27px;
  color: #20783C;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  padding-top: 1rem;
}

.txt_common {
  margin-bottom: 34px;
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7em;
  letter-spacing: 0.2em;
}

.slick-arrow {
  top: 95px;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #21783C;
  border-radius: 100%;
  z-index: 5;
}

.slick-arrow::before {
  content: '';
  position: relative;
  left: -3px;
  transform: rotate(45deg);
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.slick-prev::before {
  left: 3px;
  transform: rotate(-135deg);
}

.slick-next {
  right: -72px;
}

.slick-prev {
  left: -72px;
}

.slick-dots {
  bottom: 0;
  padding-bottom: 2rem;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #c6c6c6;
  border-radius: 100%;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background-color: #20783C;
}

.slick-dots li button:before {
  display: none;
}

.btn_common {
  text-align: center;
}

.btn_common a {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #20783C;
  padding: 15px 63px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  transition: all 0.3s ease;
}

.btn_common a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* ============== BOX01 ============== */
.box01 {
  padding: 3rem;
}

.box01 .banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box01 .banner_it {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 520px;
  height: 176px;
  margin: 0 15px 28px;
  padding: 10px 10px 10px 25px;
  border: 1px solid #979797;
  transition: all 0.3s ease;
}

.box01 .banner_it::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.box01 .banner_it .txt {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.box01 .banner_it .txt_md {
  margin-bottom: 0;
  color: #22773C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.box01 .banner_it .ttl {
  margin-bottom: 5px;
  color: #22773C;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.box01 .banner_it .ttl span {
  margin-left: -20px;
}

.box01 .banner_it .badge {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 20px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #21783C;
  color: #21783C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.box01 .banner_it .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box01 .banner_it.it01 {
  background: url(../images/top/img_box01_01.jpg) no-repeat center/cover;
}

.box01 .banner_it.it02 {
  background: url(../images/top/img_box01_02.jpg) no-repeat center/cover;
}

.box01 .banner_it.it03 {
  height: 156px;
  padding-left: 250px;
  background: url(../images/top/img_box01_03.jpg) no-repeat center left/contain;
}

.box01 .banner_it.it03 .txt {
  margin-bottom: 5px;
}

.box01 .banner_it.it03 .ttl {
  margin-bottom: 20px;
  font-size: 24px;
}

.box01 .banner_it.it04 {
  height: 156px;
  background: url(../images/top/members-login-banner.jpg) no-repeat center/cover;
}



/* ============== BOX02 ============== */
.box02 {
  padding: 42px 0 70px;
}

.box02 .list {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 22px;
}

.box02 .list .it {
  position: relative;
  width: 220px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.box02 .list .img {
  margin-bottom: 12px;
  border: 1px solid #979797;
  line-height: 0;
}

.box02 .list .ttl {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.7em;
  font-weight: bold;
}

.box02 .list .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============== BOX03 ============== */
.box03 {
  padding: 1rem 0 88px;
}

.box03 .list {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.box03 .list .it {
  max-width: 272px;
  margin: 0 15px;
}

.box03 .list .img {
  margin-bottom: 8px;
  line-height: 0;
}

.box03 .list .movie iframe {
  max-width: 272px;
  height: 204px;
}

.box03 .list .ttl {
  margin-bottom: 2px;
  color: #21783C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.2em;
  height: 3.5em;
}

.box03 .list .txt {
  color: #171004;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
}

/* ============== BOX04 ============== */
.box04 {
  padding: 72px 0 0;
}

.box04 .ttl_common {
  text-align: left;
  letter-spacing: 0.05em;
}

.box04 .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box04 .news {
  width: 600px;
  height: 270px;
  padding: 5px 5px 5px 25px;
  border: 1px solid #979797;
}

.box04 .news ul {
  height: 100%;
  padding-top: 12px;
  overflow-y: auto;
}

.box04 .news li {
  margin-bottom: 20px;
}

.box04 .news .date {
  margin-bottom: 5px;
  color: #20783C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.box04 .news .ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.box04 .news .ttl a {
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: all 0.3s ease;
}

.box04 .banner {
  position: relative;
  max-width: 518px;
  border: 1px solid #979797;
  transition: all 0.3s ease;
}

.box04 .banner .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mCSB_scrollTools {
  width: 14px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 14px;
  background-color: #e5e5e5;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  background-color: #c6c6c6;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #21783C;
}

/* ============== BOX05 ============== */
.box05 {
  padding: 80px 0 0;
}

.box05 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box05 .list li {
  width: 374px;
  margin-bottom: 10px;
  line-height: 0;
}

/* ============== BOX06 ============== */
.box06 {
  padding: 60px 0 80px;
}

.box06 .box_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box06 .col {
  max-width: 550px;
  width: calc(50% - 20px);
  padding: 32px 15px 30px;
  border: 1px solid #979797;
}

.box06 .col .ttl {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 14px;
  color: #21783C;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

.box06 .col .ttl::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 2px;
  background-color: #21783C;
}

.box06 .col .txt {
  margin-bottom: 18px;
  color: #171004;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
}

.box06 .col .tel {
  margin-bottom: 5px;
  text-align: center;
}

.box06 .col .tel span {
  color: #171004;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.2em;
}

.box06 .col .tel a {
  color: #20783C;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
}

.box06 .col .time {
  margin-bottom: 15px;
  color: #171004;
  font-size: 14px;
  text-align: center;
  line-height: 1.5em;
}

.box06 .col .btn_common a {
  padding: 20px 75px;
}

.box06 .col .note {
  margin-bottom: 10px;
  color: #171004;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.2em;
}

.box06 .col .tel_m {
  text-align: center;
}

.box06 .col .tel_m span {
  color: #171004;
  font-size: 16px;
  line-height: 1.5em;
}

.box06 .col .tel_m a {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}

.box06 .col a:hover {
  text-decoration: none;
}


/* ============== BOX-table ============== */


.table-light-wrap {
  overflow-x: scroll;
  padding: 3rem;
}
.table-light {
  padding: 60px 0 80px;
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.table-light th,
.table-light td  {
  border: 2px solid #eee;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
  width: 200px;
}

.table-light th {
  background-color: #21783C;
  font-size: 14px;
  width: 6em;
}

.table-light p {
  text-align: left;
}

.table-light img {
  width: 125px;
}

.table-blue {
  background-color: #21783C;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  margin: 3rem;
}


/* ============== FOOTER ============== */
.footer_main {
  padding: 45px 0 50px;
  background-color: #006bb6;
}

.footer_main .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_logo {
  position: absolute;
  bottom: -12px;
  left: 0;
}

.footer_info .logo {
  margin-bottom: 14px;
}

.footer_info .logo a:hover img {
  opacity: 1;
}

.footer_info .company {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.footer_info .txt {
  margin-bottom: 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.footer_info .copyright {
  display: none;
}

.footer_link {
  display: flex;
  justify-content: space-between;
}

.footer_link .link {
  margin-bottom: 42px;
}

.footer_link .col:nth-child(3) .link {
  margin-bottom: 15px;
}

.footer_link .link:last-child {
  margin-bottom: 0;
}

.footer_link .link li {
  position: relative;
  margin-bottom: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer_link .link .ttl {
  margin-bottom: 18px;
}

.footer_link .link .ttl a {
  color: #fff;
}

.footer_link .link li a {
  color: rgba(255, 255, 255, 0.7);
}

.footer_link .link li:not(.ttl) {
  padding-left: 20px;
}

.footer_link .link li:not(.ttl)::before {
  content: '－';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer_link .col:nth-child(1) {
  margin-right: 85px;
}

.footer_link .col:nth-child(2) {
  margin-right: 115px;
}

.footer_link .col:nth-child(3) {
  margin-right: 52px;
}

.footer_copy {
  margin-bottom: 92px;
}

.footer_copy .container {
  position: relative;
}

.footer_copy .link {
  margin-bottom: 17px;
}

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

.footer_copy .link li a {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}

.footer_copy .copyright {
  position: absolute;
  top: 3px;
  right: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

.footer_copy .sign {
  width: 100px;
  margin-bottom: 10px;
  line-height: 0;
}

.footer_nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #006bb6;
  z-index: 9;
}

.footer_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
}

.footer_nav ul li:not(:last-child) {
  margin-right: 17px;
}

.footer_nav ul li {
  max-width: 210px;
  width: calc(25% - 2px);
}

.footer_nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  background-color: #fff;
  color: #006bb6;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all 0.3s ease;
}

.footer_nav ul li a::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
}

.footer_nav ul li:nth-child(1) a::before {
  width: 28px;
  height: 26px;
  background: url(../images/common/icon_nav01.png) no-repeat center/contain;
}

.footer_nav ul li:nth-child(2) a::before {
  width: 26px;
  height: 18px;
  background: url(../images/common/icon_nav02.png) no-repeat center/contain;
}

.footer_nav ul li:nth-child(3) a::before {
  width: 24px;
  height: 22px;
  background: url(../images/common/icon_nav03.png) no-repeat center/contain;
}

.footer_nav ul li:nth-child(4) a::before {
  width: 28px;
  height: 20px;
  background: url(../images/common/icon_nav04.png) no-repeat center/contain;
}

.side_nav {
  position: fixed;
  top: 230px;
  right: 0;
  z-index: 9;
}

.side_nav li:first-child {
  margin-bottom: 15px;
}

.side_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 183px;
  background-color: #0aa979;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.side_nav li:last-child a {
  background-color: #c7aa0c;
}

.side_nav li a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 17px;
  margin-bottom: 10px;
  background: url(../images/common/icon_mail.png) no-repeat center/contain;
}

.side_nav li:first-child a::before {
  transform: rotate(-20deg);
}

#totop {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 9;
}

#totop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #23afe4;
  transition: all 0.3s ease;
}

#totop a::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 19px;
  transform: rotate(-45deg);
  padding: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*IE*/
@media screen\0 {}

/*Edge*/
@supports (-ms-ime-align:auto) {}

/*FireFox*/
@-moz-document url-prefix() {}

/*Other*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}

/*Safari*/
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) {}
}
