@charset "UTF-8";
html {
  background-color: transparent;
  background-image: none;
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #5D5D5D;
}
body a {
  color: #A51931;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: .6;
}

.u-sp_only {
  display: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .u-pc_only {
    display: none;
  }

  .u-sp_only {
    display: block;
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?e20oli');
  src:  url('fonts/icomoon.eot?e20oli#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?e20oli') format('truetype'),
    url('fonts/icomoon.woff?e20oli') format('woff'),
    url('fonts/icomoon.svg?e20oli#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_blank:before {
  content: "\e900";
  color: #A51931;
	margin-left: 4px;
}

a.pdf:after {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  content: '';
  background: url(../img/mark-pdf.png) no-repeat right top / 100%;
}

/*----------------------------------------------------- */
/*  common           */
/*----------------------------------------------------- */
.c-inner {
  box-sizing: content-box;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
  position: relative;
}

/* ------ タイトル ------ */
.c-ttl_01 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #001B8B;
  margin-bottom: 50px;
}
.c-ttl_01::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 160px;
  height: 4px;
  background: #A51931;
  transform: translateX(-50%);
  content: "";
}

.c-ttl_01 span {
  display: block;
  font-size: 16px;
}

.c-ttl_02 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #2D2A4A;
}

@media screen and (max-width: 767px) {
  .c-ttl_01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-ttl_01::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 80px;
    height: 4px;
    background: #A51931;
    transform: translateX(-50%);
    content: "";
  }
  .c-ttl_01 span {
    font-size: 14px;
  }

  .c-ttl_02 {
    font-size: 18px;
  }
}
/* ------ ボタン ------ */
.c-btn {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #A51931;
  transition: 0.5s ease-in-out;
  background: #A51931;
}

.c-btn small {
  font-size: 18px;
}
.c-btn span,
.c-btn p {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}
.c-btn span::after,
.c-btn p::after {
  transition: 0.3s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.c-btn span:hover::after,
.c-btn p:hover::after {
  border-color: #A51931;
}
.c-btn::before, .c-btn::after {
  transition: 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-btn::before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #fff;
  transform: translateX(-100%);
}
.c-btn::after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 100px solid #fff;
  transform: translateX(100%);
}
.c-btn:hover {
  color: #A51931;
}
.c-btn:hover:before {
  transform: translateX(-49%);
}
.c-btn:hover:after {
  transform: translateX(49%);
}

.soon {
  opacity: .6;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 18px;
  }
  .c-btn small {
    font-size: 14px;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header_wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  width: 138px;
  margin-right: 70px;
}

.g_nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_nav > li {
  position: relative;
}
.g_nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 30px 30px;
}
.g_nav > li > a{
  padding: 30px 5px;
  font-size: 18px;
}
.g_nav .text_adj {
  font-size: 16px;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .g_sub_nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    transition: all .3s ease;
  }
  .g_sub_nav li + li {
    border-top: 1px solid #fff;
  }
  .g_sub_nav a {
    width: 220px;
    display: block;
    background: rgba(165, 25, 49, 0.9);
    padding: 10px;
    color: #fff;
    text-align: left;
  }
  .g_sub_nav a:hover {
    color: #A51931;
    background: rgba(255, 255, 255, 0.9);
  }

  .g_nav li:hover .g_sub_nav {
    visibility: visible;
    opacity: 1;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header {
  transition: all .3s ease;
}

.header.is-fixed {
  background: rgba(0, 0, 0, 0.8);
}

.soon {
  opacity: .5;
}

.menu_toggle {
  display: none;
}

@media (max-width: 767px) {
  .header {
    padding: 10px 4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 65px;
  }

  .header.is-bg {
    background: rgba(0, 0, 0, 0.8);
  }

  .header_logo {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
  }

  .menu_toggle {
    z-index: 100;
    display: block;
    position: absolute;
    top: 50%;
    right: 4%;
    height: 19px;
    cursor: pointer;
    transform: translateY(-50%);
  }
  .menu_toggle div {
    position: relative;
    width: 28px;
  }
  .menu_toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .3s ease-in-out, top .3s ease;
  }
  .menu_toggle span:nth-child(1) {
    top: 0;
  }
  .menu_toggle span:nth-child(2) {
    top: 9px;
  }
  .menu_toggle span:nth-child(3) {
    top: 18px;
  }

  .is-open {
    overflow: hidden;
  }
  .is-open .menu_toggle span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .is-open .menu_toggle span:nth-child(2) {
    display: none;
  }
  .is-open .menu_toggle span:nth-child(3) {
    top: 10px;
    width: 30px;
    transform: rotate(-45deg);
  }

  .g_nav {
    visibility: hidden;
    position: fixed;
    top: 65px;
    right: 0;
    width: 80%;
    height: 100vh;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: block;
    overflow-y: scroll;
  }
  .g_nav li + li {
    border-top: 1px solid #fff;
  }
  .g_nav a {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
  }
  
  .g_nav > li > a{
    padding: 15px 20px;
    font-size: 14px;
  }

  .is-open .g_nav {
    visibility: visible;
    transform: translateX(0);
  }

  .g_sub_nav {
    display: none;
    background: rgba(165, 25, 49, 0.8);
    border-top: 1px solid #fff;
  }
  .g_sub_nav a {
    padding: 15px 20px 15px 35px;
  }

  .lang_btn_sp span {
    padding-left: 30px;
    display: block;
    background: url(../img/img-en.png) left center no-repeat;
    background-size: 22px;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  background: url("../img/img-hero.jpg") center/cover no-repeat;
  position: relative;
  height: 840px;
  padding-top: 70px;
}

.lang_btn {
  position: absolute;
  top: -70px;
  right: 4%;
  width: 80px;
  padding: 6px 10px;
  color: #fff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}
.lang_btn:hover {
  opacity: .7;
}
.lang_btn span {
  padding-left: 30px;
  display: block;
  background: url(../img/img-en.png) left center no-repeat;
  background-size: 22px;
}

.mv-contents {
  padding-top: 100px;
  color: #fff;
}
.mv-contents .c-btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
}

.mv_ttl {
  font-size: 58px;
  font-weight: 700;
}

.mv_ttl_sub {
  font-size: 26px;
  margin-bottom: 60px;
}

.scrolldown {
  position: absolute;
  right: 4%;
  bottom: 30px;
  height: 220px;
  display: block;
  width: 20px;
  overflow: hidden;
  z-index: 1;
}
.scrolldown span {
  position: absolute;
  transform: translate(-12px, 12px) rotate(90deg);
  font-size: 16px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  width: 1px;
  height: 180px;
  background: #fff;
  opacity: .2;
}

.scrolldown::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  width: 1px;
  height: 200px;
  background: #fff;
  animation: pathmove 1.6s ease-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 80px;
    top: 50px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 250px;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .mv {
    background: url("../img/img-hero.jpg") center/cover no-repeat;
    position: relative;
    height: 480px;
    padding-top: 0px;
  }

  .lang_btn {
    display: none;
  }

  .mv-contents {
    margin-top: 0 !important;
    padding-top: 130px;
  }
  .mv-contents .c-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }

  .mv_ttl {
    font-size: 30px;
  }

  .mv_ttl_sub {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .scrolldown {
    position: absolute;
    right: 4%;
    bottom: -180px;
    height: 180px;
    display: block;
    width: 20px;
    overflow: hidden;
    z-index: 1;
  }
  .scrolldown span {
    position: absolute;
    transform: translate(-8px, 10px) rotate(90deg);
    font-size: 14px;
  }

  .scrolldown::before {
    top: 50px;
  }

  .scrolldown::after {
    top: 50px;
  }

  @keyframes pathmove {
    0% {
      height: 80px;
      top: 40px;
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    100% {
      top: 250px;
      opacity: 0;
    }
  }
}

/*----------------------------------------------------- */
/*  info           */
/*----------------------------------------------------- */

.info {
  padding: 60px 0 80px;
  background: #EDEBFC;
}

.info .c-inner {
  max-width: 750px;
}

.info_list{
  overflow: auto;
  padding: 0 15px;
  max-height: 300px;
}

.info_list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.info_list::-webkit-scrollbar-track {
  background: #fff;
}

.info_list::-webkit-scrollbar-thumb {
  background: #CCC7F6;
}

.info_list li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  display: flex;
}

.info_list li time{
  margin-right: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .info {
    padding: 40px 0;
  }

  .info_list li {
    padding: 10px 0;
    display: block;
  }

  .info_list li time{
    margin: 0;
  }
}

/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  padding: 60px 0 0;
  margin-bottom: 110px;
  color: #fff;
  position: relative;
}

.en_ver .about{
  margin-bottom: 80px;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 540px;
  background: #454493;
}

.en_ver .about::before {
  height: 460px;
}

.about .c-ttl_01 {
  color: #fff;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
}
.about_wrap .about_pic {
  margin-right: 50px;
  margin-top: 15px;
}

.about_pic .about_pic_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.about_pic .about_pic_wrap::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 100%;
  height: 100%;
  background: #DCD8F9;
  opacity: 0.5;
}

.about_pic img {
  display: block;
  position: relative;
}

.about_text {
  width: 60%;
  line-height: 2;
}
.about_text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about02 .c-ttl_01 {
  text-align: left;
  line-height: 1.2;
}
.about02 .c-ttl_01::before {
  left: 0;
  bottom: -20px;
  transform: translateX(0);
  content: "";
}

.about_wrap02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about_wrap02 .about_pic {
  margin-top: 10px;
  margin-left: 50px;
}
.about_wrap02 .about_text02 {
  width: 60%;
}
.about_wrap02 .about_text02 p + p {
  margin-top: 30px;
}

.message {
  background: #EDEBFC;
  padding: 80px 0;
}

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

.message_pic {
  width: 24%;
  margin-right: 3%;
  margin-top: 10px;
}

.en_ver .message_wrap:first-of-type{
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: dotted 1px #666;
}
.en_ver .message_wrap:first-of-type .message_pic {
  width: 24%;
  margin-left: 3%;
  margin-right: 0;
  margin-top: 10px;
}

.message_text {
  width: 73%;
}
.message_text p + p {
  margin-top: 30px;
}
.message_text p:last-child {
  text-align: right;
  font-weight: bold;
}

@media (max-width: 767px) {
  .about {
    padding: 40px 0;
    margin-bottom: 0;
    background: #454493;
  }
  .about::before {
    display: none;
  }

  .about_wrap {
    display: block;
  }
  .about_wrap .about_pic {
    width: 80%;
    margin: 30px auto;
  }

  .about_pic .about_pic_wrap::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
  }
  .about_pic img {
    display: block;
    position: relative;
  }

  .about_text {
    width: 100%;
  }
  .about_text h3 {
    font-size: 18px;
  }

  .about02 {
    padding: 40px 0 50px;
  }
  .about02 .c-ttl_01 {
    margin-bottom: 40px;
  }
  .about02 .c-ttl_01::before {
    left: 0;
    bottom: -15px;
    transform: translateX(0);
    content: "";
  }

  .about_wrap02 {
    display: block;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .about_wrap02 .about_pic {
    width: 80%;
    margin: 0 auto;
  }
  .about_wrap02 .about_text02 {
    width: 100%;
  }
  .about_wrap02 .about_text02 p {
    margin-bottom: 30px;
  }
  .about_wrap02 .about_text02 p + p {
    margin-top: 0;
  }

  .message {
    background: #EDEBFC;
    margin-top: 0;
    padding: 40px 0;
  }

  .message_wrap {
    flex-direction: column-reverse;
  }
  
  .en_ver .message_wrap:first-of-type {
    flex-direction: column;
  }

  .message_pic,
  .en_ver .message_wrap:first-of-type .message_pic{
    width: 30%;
    margin: 10px 0 0 auto;
  }

  .message_text {
    padding-top: 0px;
    width: 100%;
  }
  .message_text p + p {
    margin-top: 30px;
  }
  .message_text p:last-child {
    text-align: right;
  }
}
/*----------------------------------------------------- */
/*  access           */
/*----------------------------------------------------- */
.access {
  padding: 100px 0 0;
}
.access .c-inner {
  max-width: 750px;
}
.access .c-ttl_01 {
  text-align: left;
}
.access .c-ttl_01::before {
  left: 0;
  transform: translateX(0);
  content: "";
}

.access h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #5D5D5D;
}

.access_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  font-size: 15px;
}

.access_wrap h4{
  font-weight: 700;
  margin-bottom: 10px;
}

.access_wrap div:first-child {
  width: 45%;
}
.access_wrap div:last-child {
  width: 51%;
}

.access_wrap .c-btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
}

.access_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 410px;
  overflow: hidden;
}
.access_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 767px) {
  .access {
    padding: 40px 0 0;
  }
  .access .c-ttl_01 {
    text-align: left;
    margin-bottom: 40px;
  }
  .access .c-ttl_01::before {
    left: 0;
    transform: translateX(0);
    content: "";
  }

  .access_wrap {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .access_wrap div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .access_wrap div:last-child {
    width: 100%;
  }
  .access_wrap .c-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
}
/*----------------------------------------------------- */
/*  organization           */
/*----------------------------------------------------- */
.organization {
  padding: 100px 0;
  text-align: center;
}

.organization figure {
  margin: 80px auto 0;
  width: 70%;
  min-width: 700px;
}

@media (max-width: 767px) {
  .organization {
    padding: 40px 0;
  }
  .organization figure {
    margin-top: 30px;
    width: 100%;
    min-width: auto;
  }
}
/*----------------------------------------------------- */
/*  activity           */
/*----------------------------------------------------- */
.activity {
  padding: 100px 0 60px;
  background: url("../img/img-organization-bg.jpg") center center no-repeat;
  background-size: cover;
}
.activity .c-ttl_01 {
  color: #fff;
}

.activity_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.activity_list li {
  width: 33.333%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
}
.activity_list li figure {
  margin-bottom: 20px;
}
.activity_list li a {
  color: #d696a1;
}
.activity_list li p {
  max-width: 320px;
  margin: 0 auto;
  line-height: 2;
}

@media (max-width: 767px) {
  .activity {
    padding: 40px 0 20px;
    background: url("../img/img-organization-bg.jpg") center center no-repeat;
    background-size: cover;
  }

  .activity_list {
    margin-top: 40px;
  }
  .activity_list li {
    width: 48%;
    margin-bottom: 30px;
  }
  .activity_list li figure {
    width: 80%;
    margin: 0 auto 10px;
  }
  .activity_list li p {
    font-size: 12px;
    line-height: 1.6;
  }
}
/*----------------------------------------------------- */
/*  secretary           */
/*----------------------------------------------------- */
.secretary {
  padding: 80px 0;
}
.secretary .c-inner {
  max-width: 750px;
}
.secretary .secretary_note {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.secretary .secretary_note:nth-of-type(2){
  margin-top: 30px;
}
.secretary .secretary_note span{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 10px;
  border-left: 4px solid #5D5D5D;
}

.secretary table {
  width: 100%;
  table-layout: fixed;
}
.secretary table tr th {
  padding: 15px;
  background: #3A3C48;
  border: 1px solid #fff;
  color: #fff;
  white-space: nowrap;
  vertical-align: top;
  width: 120px;
  text-align: center;
  font-weight: bold;
}

.secretary_en table tr th{
  width: 125px!important;
  background: #45448E;
}
  
.secretary table tr:nth-child(4) th,
#secretary table tr:nth-last-of-type(-n+2) th  {
  background: #454493;
}
.secretary table tr td {
  padding: 10px;
}
.secretary table tr td > div {
  display: flex;
}
.secretary table tr td > div em {
  display: inline-block;
  width: 25%;
  min-width: 100px;
  margin-right: 10px;
}
.secretary table tr td > div span {
  display: inline-block;
  width: 75%;
}
.secretary table tr:nth-of-type(odd) td {
  background: #EDEBFC;
}



.secretary table:nth-of-type(2) tr th {
  background: #454493;
}

@media (max-width: 767px) {
  .secretary {
    padding: 40px 0;
  }
  .secretary .secretary_note {
    margin-bottom: 10px;
  }
  .secretary table {
    width: 100%;
  }
  .secretary table tr th {
    width: 100px;
    padding: 10px;
  }
  .secretary table tr td {
    padding: 10px;
  }
  .secretary table tr td > div {
    display: block;
  }
  .secretary table tr td > div em {
    display: block;
    width: 100%;
    margin: 0 0 8px;
  }
  .secretary table tr td > div span {
    display: block;
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  history           */
/*----------------------------------------------------- */
.history {
  padding-bottom: 80px;
}
.history table {
  width: 100%;
  border-top: 1px solid #DCD8F9;
  margin-bottom: 80px;
  table-layout: fixed;
}
.history table tr {
  border-bottom: 1px solid #DCD8F9;
}
.history table th {
  color: #454493;
  width: 200px;
  padding: 40px 20px;
  font-weight: 700;
}
.history table td {
  padding: 40px 20px;
}

.history_wrap {
  display: flex;
  justify-content: space-between;
}
.history_wrap figure {
  width: 30%;
  margin-left: 3%;
}
.history_wrap p {
  width: 67%;
}

.download {
  border: 15px solid #EDEBFC;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 60px;
}
.download .c-ttl_01 {
  margin-bottom: 100px;
}
.download p {
  margin-bottom: 60px;
}
.download .c-btn {
  width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
  height: 77px;
  line-height: 77px;
  border: 1px solid #C83C54;
  background: #C83C54;
}

@media (max-width: 767px) {
  .history {
    padding-bottom: 40px;
  }
  .history table {
    margin-bottom: 40px;
  }
  .history table th {
    display: block;
    width: 100%;
    padding: 10px 10px 0;
  }
  .history table td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .history_wrap {
    display: block;
  }
  .history_wrap figure {
    width: 60%;
    margin: 10px auto 0;
  }
  .history_wrap p {
    width: 100%;
  }

  .download {
    border: 10px solid #EDEBFC;
    padding: 20px 20px 0;
  }
  .download .c-ttl_01 {
    margin-bottom: 50px;
  }
  .download p {
    margin-bottom: 30px;
  }
  .download .c-btn {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
  }
  .download .c-btn:last-child {
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  activity_content           */
/*----------------------------------------------------- */
.activity_content {
  padding: 80px 0;
  background: #EDEBFC;
}

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

.flex > * {
  width: calc(50% - 20px);
}

.tit_sub_blue {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  color: #001B8B;
}

.activity_content .flex:not(:last-of-type) {
  margin-bottom: 120px;
}

.activity_content .flex:last-of-type {
  margin-bottom: 60px;
}

.activity_content .flex > div {
  position: relative;
  min-height: 300px;
  padding: 40px;
  background: #fff;
  z-index: 1;
}

.activity_content .flex > div > span {
  position: absolute;
  top: -50px;
  left: 10px;
  font-size: 60px;
  color: #2D2A4A;
}

.activity_content .flex.reverse > div > span {
  right: 10px;
  left: auto;
}

.activity_content .flex > figure {
  position: relative;
  left: -70px;
  top: 90px;
}

.activity_content .flex.reverse > figure {
  left: auto;
  right: -70px;
}

@media (max-width: 767px) {
  .activity_content {
    padding: 40px 0 1px;
  }

  .tit_sub_blue {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .activity_content .flex:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .activity_content .flex {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .activity_content .flex > div {
    width: 100%;
    padding: 20px 10px 30px;
    z-index: auto;
    min-height: inherit;
  }

  .activity_content .flex > div > span {
    top: -45px;
    left: 2.67vw;
    font-size: 48px;
  }

  .activity_content .flex.reverse > div > span {
    right: auto;
    left: 2.67vw;
  }

  .activity_content .flex > figure {
    position: static;
    width: 80%;
    margin: -20px auto 0;
    z-index: 10;
  }

  .activity_content .flex.reverse {
    flex-direction: column-reverse;
  }
}
/*----------------------------------------------------- */
/*  join           */
/*----------------------------------------------------- */
.join {
  padding: 80px 0;
  text-align: center;
}
.join .c-inner {
  max-width: 750px;
}
.join h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #2D2A4A;
}
.join .join_txt {
  margin-bottom: 40px;
}
.join table {
  width: 100%;
}
.join table th {
  padding: 15px 10px;
  text-align: left;
  font-weight: bold;
}
.join table tr:first-child th {
  background: #454493;
  color: #fff;
  font-weight: bold;
}
.join table tr:first-child th:first-child {
  width: 45%;
}
.join table tr:first-child th:not(:first-child) {
  border-left: 1px solid #fff;
  text-align: center;
  width: 60px;
}

.join table tr:not(:first-child):nth-of-type(odd) th {
  background: #CCC7F6;
}
.join table tr:not(:first-child):nth-of-type(even) th {
  background: #DCD8F9;
}
.join table tr:not(:first-child):nth-of-type(odd) {
  background: #DCD8F9;
}
.join table tr:not(:first-child):nth-of-type(even) {
  background: #EDEBFC;
}
.join table td {
  text-align: center;
  padding: 10px;
}

@media (max-width: 767px) {
  .table_wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }

  .join {
    padding: 40px 0;
  }
  .join table {
    width: auto;
    min-width: 100%;
  }
  .join table th {
    padding: 10px;
  }
  .en_ver .join table tr:not(:first-of-type) th {
    font-size: 8px;
  }
}
/*----------------------------------------------------- */
/*  type           */
/*----------------------------------------------------- */
.type {
  padding: 60px 0;
  background: linear-gradient(#454493, #23224a);
}
.type .c-ttl_01 {
  color: #fff;
  margin-bottom: 60px;
}

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

.type dl {
  width: calc(33.33% - 50px);
  padding: 20px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}

.type dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #454493;
  color: #454493;
  font-weight: 700;
}

.type dd:not(:last-child) {
  margin-bottom: 30px;
}

.type dd span {
  margin-bottom: 20px;
  display: block;
  font-weight: bold;
  color: #A51931;
  font-size: 12px;
}

@media (max-width: 767px) {
  .type {
    padding: 40px 0;
  }
  .type .c-ttl_01 {
    margin-bottom: 60px;
  }

  .type .box_wrapper {
    display: block;
  }

  .type dl {
    width: 90%;
    padding: 10px;
    margin: 0 auto 15px;
  }

  .type dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .type dd:not(:last-child) {
    margin-bottom: 10px;
  }

  .type dd span {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  organizer           */
/*----------------------------------------------------- */

#organizer{
  padding: 80px 0;
/*  background: #EDEBFC;*/
}

#organizer ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#organizer li{
  width: 22%;
  max-width: 240px;
  text-align: center;
  font-weight: bold;
}

#organizer li p {
  margin-top: 20px;
}

#organizer li img{
  margin: 0 auto;
  width: 90%;
}




@media (max-width: 767px) {
  #organizer{
    padding: 40px 0 0;
  /*  background: #EDEBFC;*/
  }
  #organizer li{
  width: 48%;
    margin-bottom: 20px;
}
}


/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.howto {
  padding: 80px 0;
}
.howto p {
  text-align: center;
  margin-bottom: 40px;
}
.howto .c-btn {
  width: 48%;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #C83C54;
  background: #C83C54;
}

.en_ver .howto .c-btn{
  font-size: 22px;
  height: auto;
  padding: 20px;
}

.en_ver .howto .c-btn{
  line-height: 1.4;
}
.en_ver .howto .c-btn p{
  margin-bottom: 0;
}
.en_ver .howto .c-btn small{
  display: block;
}

.howto .c-btn p::after {
  transition: 0.3s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
}
.howto .c-btn p:hover::after {
  border-color: #A51931;
}

@media (max-width: 767px) {
  .howto {
    padding: 40px 0 30px;
  }
  .howto p {
    text-align: center;
    margin-bottom: 20px;
  }
  .howto .flex {
    display: block;
  }
  .howto .c-btn {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  

  .en_ver .howto .c-btn{
    font-size: 16px;
    padding: 10px;
  }
  
  .en_ver .howto .c-btn small{
    display: block;
  }
  
  .en_ver .howto .c-btn p::after {
    right: 0px;
  }
    
  
  .howto .c-btn span::after {
    transition: 0.3s ease-in-out;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .howto .c-btn span:hover::after {
    border-color: #A51931;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
/* Footer Items */
#footer_inquiry {
  padding-top: 60px;
  background: #EDEBFC;
}
#footer_inquiry .c-inner {
  margin-bottom: 60px;
}
#footer_inquiry .c-btn {
  border-radius: 100px;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
}
#footer_inquiry .c-btn:first-child {
  background: #C83C54;
  border: 1px solid #C83C54;
  margin-bottom: 20px;
}

#footer_inquiry .flex > div:first-child {
  width: 60%;
}

#footer_inquiry .flex > div:last-child {
  width: 300px;
}

#footer_inquiry > p {
  padding: 20px;
  background: #2D2A4A;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  #footer_inquiry {
    padding-top: 40px;
  }
  #footer_inquiry .c-btn {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #footer_inquiry .c-inner {
    margin-bottom: 40px;
  }

  #footer_inquiry .flex {
    flex-direction: column;
  }

  #footer_inquiry .flex > div:first-child {
    width: 100%;
  }

  #footer_inquiry .flex > div:first-child p {
    margin-bottom: 30px;
  }

  #footer_inquiry .flex > div:last-child {
    width: 100%;
  }

  #footer_inquiry .flex > div:last-child .boxlink:not(:last-child) {
    margin-bottom: 20px;
  }

  #footer_inquiry > p {
    padding: 2.67vw;
  }
}
/*----------------------------------------------------- */
/*  anm           */
/*----------------------------------------------------- */
.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.up {
  animation: up .8s ease .3s 1 normal forwards;
}

.trigger.down {
  animation: down .8s ease .3s 1 normal forwards;
}

.trigger.left {
  animation: left .8s ease .3s 1 normal forwards;
}

.trigger.right {
  animation: right .8s ease .3s 1 normal forwards;
}

.trigger.delay0 {
  animation-delay: 0ms;
}

.trigger.delay1 {
  animation-delay: 100ms;
}

.trigger.delay2 {
  animation-delay: 200ms;
}

.trigger.delay3 {
  animation-delay: 300ms;
}

.trigger.delay4 {
  animation-delay: 400ms;
}

.trigger.delay5 {
  animation-delay: 500ms;
}

.trigger.delay6 {
  animation-delay: 600ms;
}

.trigger.delay7 {
  animation-delay: 700ms;
}

.trigger.delay8 {
  animation-delay: 800ms;
}

.trigger.delay9 {
  animation-delay: 900ms;
}

.trigger.delay10 {
  animation-delay: 1000ms;
}

.trigger.delay11 {
  animation-delay: 1100ms;
}

.trigger.delay12 {
  animation-delay: 1200ms;
}

@keyframes up {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes right {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes left {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
/*----------------------------------------------------- */
/*  en           */
/*----------------------------------------------------- */


.en_ver .g_nav a {
  font-size: 16px;
  padding: 10px 10px;
}

.en_ver .g_nav > li > a{
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .en_ver .g_sub_nav {
    top: 77px;
  }
/*
  .en_ver .g_nav li:nth-child(2) .g_sub_nav {
    top: 90px;
  }
*/
}

.en_ver .access_map {
  margin-top: 30px;
}

.en_ver .access_map_thai {
  margin-bottom: 60px;
}

.en_ver .secretary table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}

.en_ver  #footer_inquiry p span {
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.add_message {
  border: 15px solid #fff;
  padding: 60px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .en_ver .access_map {
    margin-top: 20px;
  }

  .en_ver .access_map_thai {
    margin-bottom: 40px;
  }

  .add_message {
    padding: 20px;
    margin-top: 30px;
  }
}



#secretary_member{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#secretary_member li{
  width: calc(33% - 20px);
  margin: 0 5px 50px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
}

#secretary_member li div{
  width: 100%;
  display: block;
}

#secretary_member li a{
  margin: 0 auto 20px;
  width: 90%;
}
  
#secretary_member li span{
  padding: 0 10px;
  background: #454493;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;;
  margin-bottom: 20px;
  position: absolute;
  width: 80%;
  right: 10%;
  top: -10px
}

#secretary_member li a.w40{width: 40%;}
#secretary_member li a.w50{width: 50%;}
#secretary_member li a.w80{width: 80%;}

#secretary_member li p{
  text-align: center;
}

#secretary_member + p{
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  
  #secretary_member li{
    width: calc(50% - 20px);
  }

  #secretary_member li a{
    width: 70%;
    margin-top: auto;
    margin-bottom: 20px;
  }

  #secretary_member li span{
    padding: 0 10px;
    margin-bottom: 20px;
  }


}
