@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
img{vertical-align:bottom;}
ol,ul {list-style:none;}



/*----------------------------
font-family: 'IBM Plex Serif', serif;

font-family: 'Noto Sans JP', sans-serif;
Light 300
Regular 400
bold 700
----------------------------*/

/* @font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"),
  url('../font/NotoSans_Regular.woff2') format('woff2'),
  url('../font/NotoSans_regular.woff') format('woff'),
  url('../font/NotoSans_regular.otf') format('opentype');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"),
  url('../font/NotoSans_Bold.woff2') format('woff2'),
  url('../font/NotoSans_bold.woff') format('woff'),
  url('../font/NotoSans_bold.otf') format('opentype');
} */

.grecaptcha-badge {
  display: none;
}

html, body {
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  color: #000540;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  cursor: none;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
  html, body {
    cursor: default;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}


/*----------------------------------------------------
 link
--------------------------------------------------- */

a:link, a:visited, a:active {
  color: #000540;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: none;
}

a:hover {
  text-decoration: none;
}


/*----------------------------------------------------
 slick
--------------------------------------------------- */

:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -540px;
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: 430px;
}
.slide .slick-disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 896px) {
  .slide .slick-prev:hover {
    opacity: 1;
  }
  .slide .slick-next:hover {
    opacity: 1;
  }
  .slick-prev {
    top: 50%;
    left: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-next {
    top: 50%;
    right: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-prev:hover, .slick-next:hover {
    -webkit-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    -moz-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    -ms-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    -o-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
    transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(0deg);
  }
}


/*----------------------------------------------------
  .scrollview
--------------------------------------------------- */

.scrollview {
  -webkit-transition: all 0.8s 0s ease;
  -moz-transition: all 0.8s 0s ease;
  -ms-transition: all 0.8s 0s ease;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(-0%, 20px);
  -moz-transform: scale(1, 1) translate(-0%, 20px);
  -ms-transform: scale(1, 1) translate(-0%, 20px);
  -o-transform: scale(1, 1) translate(-0%, 20px);
  transform: scale(1, 1) translate(-0%, 20px);
}

.scrollview.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(-0%, 0%);
  -moz-transform: scale(1, 1) translate(-0%, 0%);
  -ms-transform: scale(1, 1) translate(-0%, 0%);
  -o-transform: scale(1, 1) translate(-0%, 0%);
  transform: scale(1, 1) translate(-0%, 0%);
}

.scrollview_fix {
  -webkit-transition: all 1.2s 0s ease;
  -moz-transition: all 1.2s 0s ease;
  -ms-transition: all 1.2s 0s ease;
  -o-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
  opacity: 0;
}

.scrollview_fix.view {
  opacity: 1;
}


/*----------------------------------------------------
 loading
--------------------------------------------------- */

#loading {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background:#FFF;
  pointer-events:none;
}
#loading.out {
  /* height: 0;
  -webkit-transition: all 1.0s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 1.0s 0.6s cubic-bezier(0.875, 0.005, 0.090, 0.990); */
  opacity: 0;
  -webkit-transition: all 0.6s 0.2s linear;
  -moz-transition: all 0.6s 0.2s linear;
  -ms-transition: all 0.6s 0.2s linear;
  -o-transition: all 0.6s 0.2s linear;
  transition: all 0.6s 0.2s linear;
}

#loading .inner{
  /* display:none; */
}
#loading .l1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-top: -33px;
  margin-left: -33px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next1 2s infinite linear;
}
#loading .l2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px;
  height: 83px;
  margin-top: -41px;
  margin-left: -41px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next2 2s infinite linear;
}
#loading .l3{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 99px;
  height: 99px;
  margin-top: -49px;
  margin-left: -49px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next3 2s infinite linear;
}

@media only screen and (max-width: 896px) {
  #loading .inner{
    display:block;
  }
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*----------------------------------------------------
  .wrapper
--------------------------------------------------- */

.overwrapper {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.wrapper {
  overflow: hidden;
  position: relative;
  max-width: initial;
  padding: 0;
  background: #FFF;
  padding-top: 95px;
  margin-bottom: 624px;
  z-index: 1;
}
.wrapper.block_entry {
  background: #002F33;
  padding-top: 0px;
  margin-bottom: 624px;
  color: #FFF;
}
.wrapper.block_entry.bg_blue {
  background: #000540;
}
.wrapper.block_entry.bg_beju {
  background: #FEEAD5;
  color: #000540;
}
.wrapper.block_entry.bg_wh {
  background: #FFF;
  color: #000540;
}

.wrapper.no_footer {
  margin-bottom: 0;
}

body.page .wrapper {
}

@media only screen and (max-width: 896px) {

  .wrapper {
    padding-top: 50px;
    margin-bottom: 80vh;
    z-index: 1;
  }
}


/*----------------------------------------------------
  .block_header
--------------------------------------------------- */
.block_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_header .logo a{
  display: block;
  position: absolute;
  top: 24px;
  left: 50px;
  width: 150px;
  height: 32px;
  background: url(../img/common/logo.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_header .logo a:hover{
  opacity: 0.5;
}
/*白*/
body.header_white .block_header .logo a{
  background: url(../img/common/logo.svg) no-repeat center center;
  background-size: contain;
}
/*青*/
body.menu_open .block_header .logo a,
body.header_blue .block_header .logo a{
  background: url(../img/common/logo_b.svg) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 896px) {
  .block_header {
    height: 80px;
  }
  .block_header .logo a{
    top: 33px;
    left: 15px;
    width: 131px;
    height: 28px;
    background: url(../img/common/logo.svg) no-repeat center center;
    background-size: contain;
  }
  /* .block_header.text_blue .logo a,
  body.menu_open .block_header .logo a,
  body.onScroll .block_header .logo a{
    background: url(../img/common/logo_b.svg) no-repeat center center;
    background-size: contain;
  } */
  /*白*/
  body.header_white .block_header .logo a{
    background: url(../img/common/logo.svg) no-repeat center center;
    background-size: contain;
  }
  /*青*/
  body.menu_open .block_header .logo a,
  body.header_blue .block_header .logo a{
    background: url(../img/common/logo_b.svg) no-repeat center center;
    background-size: contain;
  }
  
}

/*----------------------------------------------------
  .block_cursol
--------------------------------------------------- */
.block_cursol{
  position: fixed;
  z-index: 1000;
  cursor: none;
  pointer-events: none;
}
@media only screen and (max-width: 896px) {
  .block_cursol{
    display: none;
  }
}
.block_cursol .defalt{
  position: absolute;
  top: -12px;
  left: -12px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: #000540 1px solid;
  box-sizing: border-box;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
/*白*/
.block_cursol.to_white .defalt{
  border: #FFF 1px solid;
}
/*青*/
.block_cursol.to_blue .defalt{
  border: #000540 1px solid;
}
.block_cursol.active .defalt,
body.loadStart .block_cursol .defalt{
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.block_cursol .see{
  position: absolute;
  top: -45px;
  left: -45px;
  width: 90px;
  height: 90px;
  background: url(../img/common/cursol_plus.svg) no-repeat center center;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.block_cursol.to_white .see{
  background: url(../img/common/cursol_plus_wh.svg) no-repeat center center;
}
.block_cursol.to_blue .see{
  background: url(../img/common/cursol_plus.svg) no-repeat center center;
}
.block_cursol.see .see{
  opacity: 1;
}
.block_cursol .close{
  position: absolute;
  top: -45px;
  left: -45px;
  width: 90px;
  height: 90px;
  background: url(../img/common/cursol_plus2.svg) no-repeat center center;
  background-size: 24px;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.block_cursol.to_white .close{
  background: url(../img/common/cursol_plus_wh.svg) no-repeat center center;
  background-size: 24px;
}
.block_cursol.to_blue .close{
  background: url(../img/common/cursol_plus2.svg) no-repeat center center;
  background-size: 24px;
}
.block_cursol.close .close{
  opacity: 1;
}
.block_cursol .ac_curcle{
  position: absolute;
  top: -45px;
  left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  transform: scale(0.5, 0.5);
}
.block_cursol.active .ac_curcle,
body.loadStart .block_cursol .ac_curcle{
  opacity: 1;
  transform: scale(1, 1);
}
.block_cursol .ac_curcle .l1{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 67px;
  height: 67px;
  margin-top: -33px;
  margin-left: -33px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next1 2s infinite linear;
}
.block_cursol .ac_curcle .l2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83px;
  height: 83px;
  margin-top: -41px;
  margin-left: -41px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next2 2s infinite linear;
}
.block_cursol .ac_curcle .l3{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 99px;
  height: 99px;
  margin-top: -49px;
  margin-left: -49px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-left-color:#000540;
  border-top-color:#000540;
  animation: rotetion_cur_next3 2s infinite linear;
}
/*白*/
.block_cursol.to_white .ac_curcle .l1,
.block_cursol.to_white .ac_curcle .l2,
.block_cursol.to_white .ac_curcle .l3{
  border-left-color:#FFF;
  border-top-color:#FFF;
  background-size: contain;
}
/*青*/
.block_cursol.to_blue .ac_curcle .l1,
.block_cursol.to_blue .ac_curcle .l2,
.block_cursol.to_blue .ac_curcle .l3{
  border-left-color:#000540;
  border-top-color:#000540;
}

.block_cursol .prev{
  position: absolute;
  top: -8px;
  left: -8px;
  width: 17px;
  height: 16px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}
.block_cursol.wh .prev{
  background: url(../img/common/arrow_prev_wh.svg) no-repeat center center;
  background-size: contain;
}
.block_cursol.prev .prev{
  opacity: 1;
}
.block_cursol .next{
  position: absolute;
  top: -8px;
  left: -8px;
  width: 17px;
  height: 16px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  transform: rotate(180deg);
}
.block_cursol.wh .next{
  background: url(../img/common/arrow_prev_wh.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
.block_cursol.next .next{
  opacity: 1;
}
@keyframes rotetion_cur_next1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotetion_cur_next2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes rotetion_cur_next3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}

/*----------------------------------------------------
  .sp_menu
--------------------------------------------------- */

#sp_menu a.toggle {
  display: none;
}

#sp_menu a.toggle {
  position: fixed;
  display: block;
  top: 0px;
  right: 36px;
  width: 80px;
  height: 80px;
  z-index: 1100;
}
#sp_menu a.toggle .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  overflow: hidden;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
#sp_menu a.toggle span.l1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-top: -2px;
  margin-left: -10px;
  background: #FFF;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#sp_menu a.toggle span.l2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-top: 2px;
  margin-left: -10px;
  background: #FFF;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
#sp_menu a.toggle span.l3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  margin-top: 6px;
  margin-left: -10px;
  background: #FFF;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
body.top #sp_menu a.toggle span.l1,
body.top #sp_menu a.toggle span.l2{

}

/*白*/
body.header_white #sp_menu a.toggle span.l1,
body.header_white #sp_menu a.toggle span.l2,
body.header_white #sp_menu a.toggle span.l3 {
  background: #FFF;
}
/*青*/
body.header_blue #sp_menu a.toggle span.l1,
body.header_blue #sp_menu a.toggle span.l2,
body.header_blue #sp_menu a.toggle span.l3 {
  background: #000540;
}
body.menu_open #sp_menu a.toggle span.l1 {
  margin-top: 0px;
  background: #000540;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(45deg);
}
body.menu_open #sp_menu a.toggle span.l2 {
  margin-top: 0px;
  width: 20px;
  margin-left: -10px;
  background: #000540;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(-0deg);
  -moz-transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(-0deg);
  transform: scale3d(0, 1, 1) translate(0px, 0px) rotate(-0deg);
}
body.menu_open #sp_menu a.toggle span.l3 {
  margin-top: 0px;
  width: 20px;
  margin-left: -10px;
  background: #000540;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  -moz-transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
  transform: scale3d(1, 1, 1) translate(0px, 0px) rotate(-45deg);
}
@media only screen and (max-width: 896px) {
  
  #sp_menu a.toggle {
    top: 5px;
    right: -11px;
  }
}


/*----------------------------------------------------
  .block_navigation
--------------------------------------------------- */
.block_navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background:#FFF;
  /* opacity: 0;
  visibility: hidden; */
  transform: rotate(0deg) translate(0%, -100%);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
body.menu_open .block_navigation {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg) translate(0%, 0%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_navigation .logo {
  position: absolute;
  top: 24px;
  left: 50px;
  width: 150px;
}
.block_navigation .inner{
  padding: 130px 50px 30px 50px;
  padding: 10.1vh 50px 30px 50px;
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.menu_open .block_navigation .inner{
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.5s ease;
}
.block_navigation .inner ul.menu{
  padding-bottom:  3.6vh;
  margin-bottom: 0;
}
.block_navigation .inner ul.menu:hover li{
  opacity: 0.2;
}
.block_navigation .inner ul.menu li{
  margin-bottom: 36px;
margin-bottom: 1.6vh;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_navigation .inner ul.menu li:hover{
  opacity: 1;
}
.block_navigation .inner ul.menu li a{
  display: inline-block;
  font-size: 64px;
  font-size: 6.9vh;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  line-height: 1;
}
.block_navigation .inner ul.menu li a span{
  display: block;
  padding-top: 10px;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.6vh;
}
.block_navigation .inner ul.sub_menu{
  overflow: hidden;
}
.block_navigation .inner ul.sub_menu li{
  display: inline-block;
}
.block_navigation .inner ul.sub_menu li.sp_only{
  display: none;
}
/* .block_navigation .inner ul.sub_menu li:nth-child(1):after{
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #000540;
  margin-left: 20px;
  opacity: 0.2;
} */
.block_navigation .inner ul.sub_menu li a{
  font-size: 14px;
  line-height: 1;
  font-family: 'Work Sans', sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block_navigation .inner ul.sub_menu li a:hover{
  opacity: 0.5;
}
@media only screen and (max-width: 896px) {
  .block_navigation {
  }
  body.menu_open .block_navigation {
  }
  .block_navigation .inner{
    padding: 12vh 18px 30px 18px;
    text-align: right;
  }
  .block_navigation .inner ul.menu{
    padding-bottom: 3.9vh;
  }
  .block_navigation .inner ul.menu li{
    margin-bottom: 2vh;
  }
  .block_navigation .inner ul.menu li a{
    font-size: 40px;
    font-size: 5.4vh;
  }
  .block_navigation .inner ul.menu li a span{
    padding-top: 10px;
    font-size: 16px;
    font-size: 2.5vh;
  }
  .block_navigation .inner ul.sub_menu{
  }
  .block_navigation .inner ul.sub_menu li{
    /* margin-right: 20px; */
  }
  .block_navigation .inner ul.sub_menu li a{
    font-size: 14px;
  }
  
}

/*----------------------------------------------------
  .block_footer
--------------------------------------------------- */


.block_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 624px;
  z-index: 0;
  color: #FFF;
}
.block_footer.text_blue{
  color: #000540;
}
.block_footer .inner{
  padding: 96px 50px 50px 50px;
}
.block_footer .inner .logo{
  width: 150px;
  margin-bottom: 95px;
}
.block_footer .inner .logo a{
  width: 150px;
  height: 32px;
  background: url(../img/common/logo.svg) no-repeat center center;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_footer .inner .logo a:hover{
  opacity: 0.5;
}
.block_footer.text_blue .inner .logo a{
  background: url(../img/common/logo_b.svg) no-repeat center center;
  background-size: contain;
}
.block_footer .inner .wrap{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_footer .inner .wrap.bottom{
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 100%;
  width : -webkit-calc(100% - 100px) ;
  width : calc(100% - 100px) ;
}
.block_footer .inner .wrap .address{
  width: 50%;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Work Sans', sans-serif;
}
.block_footer .inner .wrap ul.menu{
  width: 50%;
}
.block_footer .inner .wrap ul.menu li{
  
}
.block_footer .inner .wrap ul.menu li a{
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_footer .inner .wrap ul.menu li a:hover{
  opacity: 0.5;
}
.block_footer.text_blue .inner .wrap ul.menu li a{
  color: #000540;
}
.block_footer .inner .wrap .copyright{
  width: 50%;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}
.block_footer .inner .wrap ul.sub_menu{
  width: 50%;
}
.block_footer .inner .wrap ul.sub_menu li{
  float: left;
  margin-right: 20px;
}
.block_footer .inner .wrap ul.sub_menu li a{
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: #FFF;
  display: block;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_footer .inner .wrap ul.sub_menu li a:hover{
  opacity: 0.5;
}
.block_footer.text_blue .inner .wrap ul.sub_menu li a{
  color: #000540;
}

@media only screen and (max-width: 896px) {

  .block_footer {
    height: 100vh;
  }
  .block_footer .inner{
    padding: 25.9vh 4vw 50px 4vw;
  }
  .block_footer .inner .logo{
    display: none;
  }
  .block_footer .inner .wrap{
    display: block;
  }
  .block_footer .inner .wrap.bottom{
    position: absolute;
    bottom: 20px;
    left: 5vw;
    width: 100%;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
    
    display: flex;
    flex-direction: column-reverse; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_footer .inner .wrap .address{
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 7.2vh;
  }
  .block_footer .inner .wrap ul.menu{
    width: 100%;
  }
  .block_footer .inner .wrap ul.menu li{
    
  }
  .block_footer .inner .wrap ul.menu li a{
    font-size: 15px;
    line-height: 18px;
  }
  .block_footer .inner .wrap .copyright{
    width: 100%;
    font-size: 15px;
  }
  .block_footer .inner .wrap ul.sub_menu{
    width: 100%;
    margin-bottom: 10px;
  }
  .block_footer .inner .wrap ul.sub_menu li{
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .block_footer .inner .wrap ul.sub_menu li a{
    font-size: 15px;
  }
  
  
}

/*----------------------------------------------------
 block_bg
--------------------------------------------------- */

.block_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  color: #FFF;
  background: #000540;
}
.c_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1260px;
  height: 1260px;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}
.circle-wrapper {
  transform: scale(1.4, 1.4);
  transform-origin: 0 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 900px;
  height: 900px;
  margin-top: 0%;
  margin-left: 0%;
}

body.viewMainImageList .circle-wrapper {
  opacity: 0;
}
body.viewMainImageList .block_bg {
  background: #FFF;
}
.block_bg:before {
  content: "";
  position: absolute;
  /* top:100%; */
  bottom: 0;
  left: 50%;
  width: 0vw;
  height: 0vw;
  border-radius: 100vw;
  background: #FFF;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  -webkit-transform:translate(-50%,50%);
          transform:translate(-50%,50%);
}
body.viewMainImageList .block_bg:before {
  width: 150vw;
  height: 150vw;
}
.block_bg.color_green {
  background: #002F33;
}
.block_bg.color_orange {
  background: #FFAA99;
}
.block_bg.color_yellow {
  background: #FEEAD5;
}
.block_bg .bg{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1289px;
  height: 1604px;
  margin-top: -802px;
  margin-left: -644px;
  background: url(../img/common/bg_patern01.webp) no-repeat center center;
  -webkit-animation: rotetion_main 10s infinite linear;
  animation: rotetion_main 10s infinite linear;
}
@media only screen and (max-width: 896px) {
  .circle-wrapper {
    transform: scale(0.7, 0.7);
  }
  .c_pos{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 630px;
    height: 630px;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  
  }
  .block_bg {
    height: 100vh;
  }
  .block_bg .bg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    margin-top: -375px;
    margin-left: -375px;
    background: url(../img/common/bg_patern01.webp) no-repeat center center;
    background-size: contain;
    -webkit-animation: rotetion_main 10s infinite linear;
    animation: rotetion_main 10s infinite linear;
  }
}

@-webkit-keyframes rotetion_main {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotetion_main {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------------------
 block_mainvisual
--------------------------------------------------- */

.block_mainvisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* height: 820px; */
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  color: #FFF;
}
.block_mainvisual.text_blue {
  color: #000540;
}
body.viewMainImageList .block_mainvisual {
  color: rgba(0, 2, 67, 0.1);
}
.block_mainvisual .textarea{
  position: absolute;
  top: 35vh;
  /* top: 300px; */
  left: 50px;
  width : -webkit-calc(100% - 100px) ;
  width : calc(100% - 100px) ;
  transition: all 0.8s 0.5s ease;
}
.block_mainvisual .title{
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  font-size: 98px;
  font-size: 6.8vw;
  line-height: 1.22;
}
.block_mainvisual .ja{
  font-size: 46px;
  font-weight: 300;
  /* font-size: 3.1vw; */
  line-height: 1;
  padding-top: 2vw;
}

@media only screen and (max-width: 896px) {
  .block_mainvisual {
  }
  .block_mainvisual .textarea{
    position: absolute;
    top: 45vh;
    left: 4vw;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
  }
  .block_mainvisual .title{
    font-size: 10.6vw;
    line-height: 1.22;
  }
  .block_mainvisual .ja{
    font-size: 46px;
    font-size: 6.9vw;
    line-height: 1;
    padding-top: 4vw;
  }
  
}

/*----------------------------------------------------
 block_section　セクション
--------------------------------------------------- */
.block_section{
  padding-bottom: 180px;
}
.block_section.bg_green{
  background: #002F33;
  color: #FFF;
  padding-top: 160px;
  margin-bottom: 80px;
}
/*メインビジュアルがない*/
body.none_mainvisual .block_section{
  padding-top: 40px;
}
.block_section .inner{
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1340px;
  position: relative;
}
.block_section .inner a.back{
  position: absolute;
  top: 25px;
  left: 30px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.block_section .inner.max_none{
  max-width: none;
}
@media only screen and (max-width: 896px) {
  .block_section.bg_green{
    padding-top: 80px;
  }
  .block_section .inner a.back{
    position: absolute;
    top: 25px;
    left: 20px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
  }
  .block_section{
    padding-bottom:85px;
  }
  .block_section .inner{
    padding: 0 4vw;
  }
}

/*----------------------------------------------------
タイトルブロック
--------------------------------------------------- */
.block_title{
  width: 82.9%;
  margin:0 auto;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 64px;
}
.block_title .title_area{
  width: 50%;
  position: relative;
}
.block_title .num{
  position: absolute;
  left: -20.6%;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 72px;
}
.block_title .title{
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 54px;
  padding-top: 10px;
}
.block_title .title span.ja{
  display: block;
  font-size: 32px;
  line-height: 43px;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  padding-top: 10px;
}
.block_title .tag{
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-family:'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  padding-top: 20px;
}
.block_title .exp{
  width: 50%;
  padding-top: 25px;
}
.block_title .exp p{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 54px;
}
.block_title .exp p.m,
.block_title .exp .textarea p{
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
  padding-left: 21%;
  margin-bottom: 58px;
}
.block_title .exp p.m + p.m,
.block_title .exp .textarea p + p{
  margin-top: -46px;
}
.block_title .exp p.m a,
.block_title .exp .textarea p a{
  color: #5171FF;
  text-decoration: underline;
}
.block_title .exp figure{
  margin-bottom: 40px;
}
.block_title .exp .link{
  padding-left: 21%;
}
.block_title .exp .link a{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #5575FF;
  position: relative;
  padding: 0 15px 8px 30px;
  cursor: none;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_title .exp .link a:hover{
  opacity: 0.5;
}
.block_title .exp .link a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/common/link_arrow.svg) no-repeat center center;
  background-size: contain;
}
.block_title .exp .link a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5575FF;
}
.block_title .exp .title_area{
  width: 100%;
  margin: 0 0 0 auto;
  font-size: 26px;
  margin-bottom: 80px;
  color: #2DBEA5;
  position: relative;
  padding-left: 10px;
  position: relative;
  color: #5575FF;
}
.block_title .exp .title_area:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #5575FF;
}
@media only screen and (max-width: 896px) {
  .block_title{
    width: 100%;
    margin:0 auto;
    display: block;
    margin-bottom: 64px;
  }
  .block_title .title_area{
    width: 100%;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: flex-start; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_title .num{
    display: block;
    position: relative;
    left: 0%;
    font-size: 32px;
    line-height: 1.7;
    margin-right: 20px;
  }
  .block_title .title{
    font-size: 32px;
    line-height: 1.1;
  }
  #news .block_title .title{
    padding-left: 40px;
  }
  #contact .block_title .title{
    padding-left: 0px;
  }
  .block_title .title span.ja{
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
  }
  .block_title .exp{
    width: 100%;
    padding-top: 30px;
  }
  .block_title .exp p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .block_title .exp p.m{
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    padding-left: 21%;
    margin-bottom: 20px;
  }
  .block_title .exp p.m + p.m{
    margin-top: -25px;
  }
  .block_title .exp figure{
    padding-top: 20px;
  }
  .block_title .exp .link{
    padding-left: 26%;
  }
  .block_title .exp .link a{
    font-size: 15px;
    padding: 0 10px 8px 25px;
  }
  .block_title .exp .link a:before{
    top: 3px;
    width: 14px;
    height: 12px;
    background: url(../img/common/link_arrow.svg) no-repeat center center;
    background-size: contain;
  }
  .block_title .exp .link a:after{
  }
}

/*----------------------------------------------------
 重なりギャラリー
--------------------------------------------------- */
.block_gallery{
  width:1113px;
  margin:0 auto;
  position: relative;
  left: 50%;
  margin-left: -556px;
}
.block_gallery ul.img{
  position: relative;
  height: 600px;
}
.block_gallery ul.img li{
  width: 60.9%;
}
.block_gallery ul.img li:nth-child(1){
  position: absolute;
  right: 0;
  top: 0;
}
.block_gallery ul.img li:nth-child(2){
  position: absolute;
  left: 0;
  top: 10%;
}
.block_gallery ul.img li:nth-child(3){
  position: absolute;
  top: 24%;
  left: 50%;
  margin-left: -22%;
}
.block_gallery ul.img li.active{
  z-index: 10;
}
.block_gallery ul.dot{
  position: absolute;
  top: 600px;
  left: 0%;
  letter-spacing: -0.4em;
  margin-top: -80px;
  padding-bottom: 10px;
}
.block_gallery ul.dot li{
  display: inline-block;
  width:4px;
  height: 4px;
  border-radius: 4px;
  background:#5171FF;
  opacity: 0.2;
  margin-right: 8px;
  letter-spacing: normal;
}
.block_gallery ul.dot li.active{
  opacity: 1;
}
.block_gallery ul.dot_t{
  position: absolute;
  top: 570px;
  left: 0%;
  width: 260px;
}
.block_gallery ul.dot_t li{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  opacity: 0;
}
.block_gallery ul.dot_t li.active{
  opacity: 1;
}
.block_gallery .exp{
  position: relative;
  padding-left: 50%;
  padding-top:70px;
}
.block_gallery .exp p{
  padding-left: 21%;
  font-size: 18px;
  line-height: 24px;
}
.block_gallery .exp .link{
  padding-left: 21%;
  padding-top: 26px;
}
.block_gallery .exp .link a{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #5575FF;
  position: relative;
  padding: 0 15px 8px 30px;
  cursor: none;
}
.block_gallery .exp .link a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/common/link_arrow.svg) no-repeat center center;
  background-size: contain;
}
.block_gallery .exp .link a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5575FF;
}
@media only screen and (max-width: 896px) {
  .block_gallery{
    width: 100%;
    left:0%;
    margin-left:0;
  }
  .block_gallery ul.img{
    position: relative;
    height: 40vw;
  }
  .block_gallery ul.img li{
    width: 60.9%;
  }
  .block_gallery ul.img li:nth-child(1){
    position: absolute;
    right: 0;
    top: 0;
  }
  .block_gallery ul.img li:nth-child(2){
    position: absolute;
    left: 0;
    top: 10%;
  }
  .block_gallery ul.img li:nth-child(3){
    position: absolute;
    top: 24%;
    left: 50%;
    margin-left: -22%;
  }
  .block_gallery ul.img li.active{
    z-index: 10;
  }
  .block_gallery ul.dot{
    display: none;
  }
  .block_gallery ul.dot_t{
    /* display: none; */
    position: absolute;
    top: 50vw;
    left: 0%;
    width: 60%;
  }
  .block_gallery .arrow{
    padding-top: 15%;
    width: 76px;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_gallery .arrow a.prev{
    display: block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
    position: relative;
    z-index: 1;
  }
  .block_gallery .arrow a.next{
    display: block;
    vertical-align: middle;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    position: relative;
    z-index: 1;
  }
  .block_gallery .exp{
    padding-left: 0%;
    padding-top: 5%;
  }
  .block_gallery .exp p{
    padding-left: 21%;
    font-size: 15px;
    line-height: 1.6;
  }
  .block_gallery .exp .link{
    padding-top: 20px;
  }
  .block_gallery .exp .link a{
    font-size: 15px;
    padding: 0 10px 8px 25px;
  }
  .block_gallery .exp .link a:before{
    top: 3px;
    width: 14px;
    height: 12px;
    background: url(../img/common/link_arrow.svg) no-repeat center center;
    background-size: contain;
  }
  .block_gallery .exp .link a:after{
  }
}

/*----------------------------------------------------
 アコーディオン
--------------------------------------------------- */
.block_list_acc{
  border-top: 1px rgba(0, 5, 64, 0.2) solid;
}
.block_list_acc.no_border{
  border-top: none;

}
.block_list_acc > .c_title{
  display: block;
  font-size: 32px;
  line-height: 1;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 40px;
  border-bottom: 1px rgba(0, 5, 64, 0.2) solid;
}
.block_list_acc > .c_title.mt{
  padding-top: 60px;
}
.block_list_acc > .column{
  border-bottom: 1px rgba(0, 5, 64, 0.2) solid;
}
.block_list_acc > .column .ac_title{
  padding: 23px 50px 34px 0;
  font-size: 64px;
  line-height: 1;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  position: relative;
}
.block_list_acc > .column .ac_title .icon{
  content: "";
  position: absolute;
  top: 40px;
  right:20px;
  width: 24px;
  height: 24px;
}
.block_list_acc > .column .ac_title .icon:before{
  content: "";
  position: absolute;
  top: 50%;
  left:50%;
  margin-left: -12px;
  width: 24px;
  height: 1px;
  background: #000540;
}
.block_list_acc > .column .ac_title .icon:after{
  content: "";
  position: absolute;
  top: 50%;
  left:50%;
  width: 1px;
  margin-top: -12px;
  height: 24px;
  background: #000540;
  margin-top: -12px;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_list_acc > .column .ac_title.view .icon:after{
  height: 0;
}
.block_list_acc > .column .ac_title span{
  display: block;
  font-size: 32px;
  line-height: 1;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  padding-top: 15px;
}
.block_list_acc > .column .ac_title span.inline{
  display: inline;
}
.block_list_acc > .column .ac_contents{
  display: none;
  position: relative;
  padding-bottom: 50px;
}
.block_list_acc > .column .ac_contents .image{
  position: absolute;
  top: 10px;
  left: 0;
  width: 40%;
}
.block_list_acc > .column .ac_contents .image.contain_box{
  height: 0;
  padding-top: 26.67%;
  overflow: hidden;
}
.block_list_acc > .column .ac_contents .image.contain_box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block_list_acc > .column .ac_contents .ac_summary{
  width: 50%;
  position: relative;
  left: 50%;
  margin-bottom: 60px;
}
.block_list_acc > .column .ac_contents .ac_summary p{
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 54px;
}
.block_list_acc > .column .ac_contents .ac_summary .m{
  padding-top: 20px;
  padding-left: 21%;
}
.block_list_acc > .column .ac_contents .ac_summary .m p{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
}

.block_list_acc > .column .ac_contents .ac_summary .link{
  padding-top: 26px;
}
.block_list_acc > .column .ac_contents .ac_summary .link a{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #5575FF;
  position: relative;
  padding: 0 15px 8px 30px;
  cursor: none;
}
.block_list_acc > .column .ac_contents .ac_summary .link a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/common/link_arrow.svg) no-repeat center center;
  background-size: contain;
}
.block_list_acc > .column .ac_contents .ac_summary .link a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5575FF;
}


@media only screen and (max-width: 896px) {
  .block_list_acc{
    position: relative;
    left: -4vw;
    width :100vw;
    }
  .block_list_acc > .column{
  }
  .block_list_acc > .c_title{
    padding: 15px 50px 20px 4vw;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .block_list_acc > .column .ac_title{
    padding: 15px 50px 20px 4vw;
    font-size: 24px;
    line-height: 1.3;
  }
  .block_list_acc > .column .ac_title .icon{
    content: "";
    position: absolute;
    top: 20px;
    right:20px;
    width: 26px;
    height: 26px;
  }
  .block_list_acc > .column .ac_title .icon:before{
    width: 16px;
    margin-left: -8px;
  }
  .block_list_acc > .column .ac_title .icon:after{
    height: 16px;
    margin-top: -8px;
  }
  .block_list_acc > .column .ac_title span{
    display: block;
    font-size: 12px;
    padding-top: 10px;
  }
  .block_list_acc > .column .ac_title span.inline{
    display: block;
  }

  .block_list_acc > .column .ac_contents{
    margin:0 4vw;
    padding-bottom: 50px;
  }
  
  .block_list_acc > .column .ac_contents .image{
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
  }
  .block_list_acc > .column .ac_contents .image.contain_box{
    padding-top: 66.67%;
  }
  .block_list_acc > .column .ac_contents .ac_summary{
    width: 100%;
    left: 0%;
    padding-top: 30px;
    margin-bottom: 32px;
  }
  .block_list_acc > .column .ac_contents .ac_summary p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .block_list_acc > .column .ac_contents .ac_summary .m{
    padding-top: 20px;
    padding-left: 21%;
    margin-bottom: 20px;
  }
  .block_list_acc > .column .ac_contents .ac_summary .m p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .block_list_acc > .column .ac_contents .ac_summary .link{
    padding-top: 20px;
  }
  .block_list_acc > .column .ac_contents .ac_summary .link a{
    font-size: 15px;
    padding: 0 10px 8px 25px;
  }
  .block_list_acc > .column .ac_contents .ac_summary .link a:before{
    top: 3px;
    width: 14px;
    height: 12px;
    background: url(../img/common/link_arrow.svg) no-repeat center center;
    background-size: contain;
  }
  .block_list_acc > .column .ac_contents .ac_summary .link a:after{
  }
}


/*----------------------------------------------------
 左テキスト右画像リスト
--------------------------------------------------- */
.block_text_image_list{

}
.block_text_image_list .column{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  border-bottom: 1px rgba(0, 5, 64, 0.2) solid;
  padding-bottom: 47px;
  margin-bottom: 47px;
}
.block_text_image_list .column:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.block_text_image_list .column .text_area{
  width: 31%;
  margin-left: 7.9%;
}
.block_text_image_list .column .text_area .c_title{
  font-size: 32px;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  margin-bottom: 44px;
}
.block_text_image_list .column .text_area p{
  font-size: 18px;
  line-height: 24px;
}

.block_text_image_list .column .text_area .link{
  padding-top: 26px;
}
.block_text_image_list .column .text_area .link a{
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  color: #5575FF;
  position: relative;
  padding: 0 15px 8px 30px;
  cursor: none;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_text_image_list .column .text_area .link a:hover{
  opacity: 0.5;
}
.block_text_image_list .column .text_area .link a:before{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 12px;
  background: url(../img/common/link_arrow.svg) no-repeat center center;
  background-size: contain;
}
.block_text_image_list .column .text_area .link a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5575FF;
}
.block_text_image_list .column .image_area{
  width: 50%;
}

@media only screen and (max-width: 896px) {
  .block_text_image_list{
    
  }
  .block_text_image_list .column{
    display: block;
    padding-bottom: 24px;
    margin-bottom: 34px;
  }
  .block_text_image_list .column:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .block_text_image_list .column .text_area{
    width: 100%;
    margin-left: 0%;
    padding-bottom: 26px;
  }
  .block_text_image_list .column .text_area .c_title{
    font-size: 24px;
    margin-bottom: 22px;
  }
  .block_text_image_list .column .text_area p{
    font-size: 15px;
    line-height: 24px;
  }
  .block_text_image_list .column .text_area .link{
    padding-top: 20px;
  }
  .block_text_image_list .column .text_area .link a{
    font-size: 15px;
    padding: 0 10px 8px 25px;
  }
  .block_text_image_list .column .text_area .link a:before{
    top: 3px;
    width: 14px;
    height: 12px;
    background: url(../img/common/link_arrow.svg) no-repeat center center;
    background-size: contain;
  }
  .block_text_image_list .column .text_area .link a:after{
  }
  .block_text_image_list .column .image_area{
    width: 100%;
  }
}


/*----------------------------------------------------
 左画像リスト切り替え
--------------------------------------------------- */
.block_image_list_change{
  padding-left: 8.4%;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_image_list_change .image_area{
  width: 34.5%;
}
.block_image_list_change .image_area figure{
  position: relative;
}
.block_image_list_change .image_area figure figcaption{
  position: absolute;
  bottom: -10px;
  left: 0;
  font-size: 14px;
  line-height: 19px;
  width: 80%;
}
/*circle*/
.block_image_list_change .image_area figure{

}
.block_image_list_change .image_area figure .c_pos {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 405px;
  height: 405px;
  -webkit-transform: translate(-50%,-0%);
  transform: translate(-50%,-0%);
}
.block_image_list_change .image_area figure .circle-wrapper {
  transform: scale(0.45, 0.45);
  transform-origin: 0 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 900px;
  height: 900px;
  margin-top: 0%;
  margin-left: 0%;
}
.block_image_list_change .list_area{
  width: 53.2%;
}
.block_image_list_change .list_area ul{
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;

}
.block_image_list_change .list_area ul li{
  border-bottom: 1px #000540 solid;
  padding: 28px 0;
  font-size:32px;
  line-height: 1;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_image_list_change .list_area ul:hover li{
  opacity: 0.2;
}
.block_image_list_change .list_area ul li:hover{
  opacity: 1;
}
.block_image_list_change .list_area ul li span{
  font-size: 16px;
  line-height: 1;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}


.block_image_list_change .list_area_text{
  width: 53.2%;
}
.block_image_list_change .list_area_text ul li{
  border-bottom: 1px #000540 solid;
  padding: 28px 0;
  font-size:32px;
  line-height: 1.5;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_image_list_change .list_area_text ul li span{
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
@media only screen and (max-width: 896px) {
  .block_image_list_change{
    padding-left: 21%;
    display: block;
  }
  .block_image_list_change .image_area{
    display: none;
  }
  .block_image_list_change .list_area{
    width: 100%;
  }
  .block_image_list_change .list_area ul li{
    border-bottom: 1px #000540 solid;
    padding: 28px 0 14px;
    font-size:24px;
    line-height: 1;
    opacity: 1;
  }
  .block_image_list_change .list_area ul li:hover{
    opacity: 1;
  }
  .block_image_list_change .list_area ul li span{
    font-size: 12px;
  }

  .block_image_list_change .list_area_text{
    width: 100%;
  }
  .block_image_list_change .list_area_text ul li{
    border-bottom: 1px #000540 solid;
    padding: 28px 0 14px;
    font-size:24px;
    line-height: 1.5;
  }
  .block_image_list_change .list_area_text ul li span{
    font-size: 12px;
  }
}
/*----------------------------------------------------
 画像スライダー
--------------------------------------------------- */
.block_image_slide{
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  min-height: 47vw;
}
.block_image_slide .slide{
}
.block_image_slide .slide .column{
  width: 29vw;
}
.block_image_slide .slide .column .in{
  padding: 0 5vw;
  padding-top: 5.4vw;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_image_slide .slide .column.active .in{
  padding: 0 1vw;
  padding-top: 0vw;
}
.block_image_slide .slide .column figure{
  position: relative;
  padding-top: 132.15%;
  overflow: hidden;
}
.block_image_slide .slide .column figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.block_image_slide .slide .column.active figure:before {
  opacity: 1;
}
.block_image_slide .slide .column figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center center;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}
.block_image_slide .slide .column a:hover figure span{
  transform: scale(1.1, 1.1);
}
.block_image_slide .slide .column figure figcaption{
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 90%;
  text-align: center;
  color: #FFF;
  opacity: 0;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0s 0s ease;
  transition: all 0s 0s ease;
}
.block_image_slide .slide .column.active figure figcaption{
  opacity: 1;
  -webkit-transition: all 0.6s 0.5s ease;
  transition: all 0.6s 0.5s ease;
}
.block_image_slide .slide .column .caption{
  opacity: 0;
  padding-top: 30px;
  text-align: center;
  color: #5575FF;
  font-size: 14px;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_image_slide .slide .column.active .caption{
  opacity: 1;
}
.block_image_slide .control{
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 130px;
}
.block_image_slide .s_prev{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 90%;
  display: block;
}
.block_image_slide .s_next{
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 90%;
  display: block;
}
.block_image_slide .control .prev{
  float: left;
  vertical-align: middle;
  width: 26px;
  height: 24px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.block_image_slide .control .num{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: rgba(0, 2, 67, 0.5);
}
.block_image_slide .control .num span.nownum{
  color: rgba(0, 2, 67, 1);
}
.block_image_slide .control .next{
  float: right;
  vertical-align: middle;
  width: 26px;
  height: 24px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 896px) {
  .block_image_slide{
    position: relative;
    min-height: 127vw;
    left: -4vw;
    margin: 0;
    width: 100vw;
  }
  .block_image_slide .slide{
  }
  
  .block_image_slide .s_prev{
    display: none;
  }
  .block_image_slide .s_next{
    display: none;
  }
  .block_image_slide .slide .column{
    width: 68vw;
  }
  .block_image_slide .slide .column .in{
    padding: 0 5vw;
    padding-top: 5.4vw;
  }
  .block_image_slide .slide .column.active .in{
    padding: 0 1vw;
    padding-top: 0vw;
  }
  .block_image_slide .slide .column figure{
    position: relative;
  }
  .block_image_slide .slide .column figure figcaption{
    position: relative;
    bottom: 10px;
    padding-top: 0px;
    left: 5%;
    width: 90%;
    color: #FFF;
    font-size: 12px;
    line-height: 1.6;
  }
  .block_image_slide .slide .column .caption{
    padding-top: 10px;
    font-size: 12px;
  }
  .block_image_slide .control{
    position: absolute;
    bottom: 0;
    right: 4vw;
    width: 92%;
  }
  .block_image_slide .control .prev{
    position: absolute;
    right: 40px;
    float: none;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
  }
  .block_image_slide .control .num{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  .block_image_slide .control .next{
    float: right;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
  }
}
/*----------------------------------------------------
 サムネイル画像リスト
--------------------------------------------------- */
.block_thum_list{
}
.block_thum_list .list{
  letter-spacing: -0.4em;
}
.block_thum_list .list .column{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 31.8%;
  margin-right: 2.3%;
  margin-bottom: 40px;
}
.block_thum_list .list .column:nth-child(3n){
  margin-right: 0;
}
.block_thum_list .list .column a{
  display: block;
}
.block_thum_list .list .column a figure{
  position: relative;
  padding-top: 66.6666%;
  margin-bottom: 15px;
  overflow: hidden;
}
.block_thum_list .list .column a figure span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}
.block_thum_list .list .column a:hover figure span{
  transform: scale(1.1, 1.1);
}
.block_thum_list .list .column a .meta{
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
.block_thum_list .list .column a .meta .viewpoint{
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px #000540 solid;
  display: none;
}
.block_thum_list .list .column a .meta .viewpoint.viewed{
  background: #000540;
}
.block_thum_list .list .column a .meta time{
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1;
}
.block_thum_list .list .column a .column_title{
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_thum_list .list .column a:hover .column_title{
  opacity: 0.5;
}
.block_thum_list .list .column a p{
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}
.block_thum_list .more{
  text-align: center;
  padding-top: 100px;
}
.block_thum_list .more a{
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #5575FF;
  position: relative;
  padding: 0 15px 8px 15px;
  transition: all 0.5s 0s ease;
}
.block_thum_list .more a:hover{
  opacity: 0.5;
}
.block_thum_list .more a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #5575FF;
}
@media only screen and (max-width: 896px) {
  .block_thum_list{
  }
  .block_thum_list .list{
  }
  .block_thum_list .list .column{
    display:block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .block_thum_list .list .column a{
  }
  .block_thum_list .list .column a figure{
    margin-bottom: 15px;
  }
  .block_thum_list .list .column a figure span{
  }
  .block_thum_list .list .column a .meta{
    margin-bottom: 15px;
  }
  .block_thum_list .list .column a .meta .viewpoint{
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
  .block_thum_list .list .column a .meta .viewpoint.viewed{
  }
  .block_thum_list .list .column a .meta time{
    font-size: 15px;
  }
  .block_thum_list .list .column a .column_title{
    font-size: 15px;
    line-height: 1.6;
  }
  .block_thum_list .more{
    padding-top: 0px;
  }
  .block_thum_list .more a{
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #5575FF;
    position: relative;
    padding: 0 15px 8px 15px;
  }

}


/*----------------------------------------------------
 コネクト
--------------------------------------------------- */
.block_connect{
  position: relative;
  margin-left: 8.7%;
}
.block_connect .text_area{
  position: absolute;
  top: 7.6vw;
  left: 110px;
  width: 48%;
  color: #FFF;
}
.block_connect.text_blue .text_area{
  color: #000540;
}
.block_connect .text_area .title{
  font-size: 50px;
  font-size: 3.3vw;
  line-height: 1;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  margin-bottom: 40px;
  margin-bottom: 2.7vw;
}
.block_connect .text_area p{
  font-size: 26px;
  font-size: 1.8vw;
  margin-bottom: 32px;
}
.block_connect .text_area .mail a{
  text-decoration: underline;
  color: #FFF;
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.block_connect .text_area .mail a:hover{
  opacity: 0.5;
}
.block_connect.text_blue .text_area .mail a{
  color: #000540;
}
@media only screen and (min-width: 1440px) {
  .block_connect .text_area{
    top: 110px;
  }
  .block_connect .text_area .title{
    font-size: 50px;
    margin-bottom: 40px;
  }
  .block_connect .text_area p{
    font-size: 26px;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 896px) {
  .block_connect{
    margin-left: -4vw;
    width: 100vw;
  }
  .block_connect .text_area{
    top: 23vw;
    left: 4vw;
    width: 92vw;
  }
  .block_connect .text_area .title{
    font-size: 8.5vw;
    margin-bottom: 5.3vw;
  }
  .block_connect .text_area p{
    font-size: 5.3vw;
    margin-bottom: 10.5vw;
  }
  .block_connect .text_area .mail a{
    font-size: 15px;
  }
}


/*----------------------------------------------------
 プロフィール
--------------------------------------------------- */
.block_profile{

}
.block_profile .p_area{
  width: 100%;
  height: 650px;
  background: rgba(255, 233, 209, 0.5);
  position: relative;
  overflow: hidden;
}
.block_profile .p_area ul.h_list{
  position: relative;
  z-index: 2;
}
.block_profile .p_area ul.h_list li{
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_profile .p_area ul.h_list:hover li,
.block_profile .p_area ul.h_list.active li{
  opacity: 0.2;
}
.block_profile .p_area ul.h_list li:hover,
.block_profile .p_area ul.h_list li.active{
  opacity: 1;
  z-index: 2;
}
.block_profile .p_area ul.h_list li.h01{
  position: absolute;
  top: 98px;
  left: 50%;
  width: 289px;
  margin-left: -493px;
}
.block_profile .p_area ul.h_list li.h02{
  position: absolute;
  top: 62px;
  left: 50%;
  width: 290px;
  margin-left: -245px;
}
.block_profile .p_area ul.h_list li.h03{
  position: absolute;
  top: 85px;
  left: 50%;
  width: 283px;
  margin-left: -12px;
}
.block_profile .p_area ul.h_list li.h04{
  position: absolute;
  top: 85px;
  left: 50%;
  width: 283px;
  margin-left: 217px;
}
/*詳細表示*/
.block_profile.view_h01 .p_area ul.h_list li.h01{
  position: absolute;
  top: 98px;
  left: 50%;
  width: 289px;
  margin-left: 114px;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
     -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
          transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_profile.view_h01 .p_area ul.h_list li.h02,
.block_profile.view_h01 .p_area ul.h_list li.h03,
.block_profile.view_h01 .p_area ul.h_list li.h04{
  opacity: 0;
  visibility: hidden;
}
.block_profile.view_h02 .p_area ul.h_list li.h02{
  position: absolute;
  top: 98px;
  left: 50%;
  width: 290px;
  margin-left: 114px;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
     -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
          transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_profile.view_h02 .p_area ul.h_list li.h01,
.block_profile.view_h02 .p_area ul.h_list li.h03,
.block_profile.view_h02 .p_area ul.h_list li.h04{
  opacity: 0;
  visibility: hidden;
}
.block_profile.view_h03 .p_area ul.h_list li.h03{
  position: absolute;
  top: 98px;
  left: 50%;
  width: 283px;
  margin-left: 114px;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
     -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
          transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_profile.view_h03 .p_area ul.h_list li.h01,
.block_profile.view_h03 .p_area ul.h_list li.h02,
.block_profile.view_h03 .p_area ul.h_list li.h04{
  opacity: 0;
  visibility: hidden;
}
.block_profile.view_h04 .p_area ul.h_list li.h04{
  position: absolute;
  top: 98px;
  left: 50%;
  width: 283px;
  margin-left: 114px;
  -webkit-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
     -moz-transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
          transform: scale3d(1.1,1.1,1.1) translate(0px,20px);
  -webkit-transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.8s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_profile.view_h04 .p_area ul.h_list li.h01,
.block_profile.view_h04 .p_area ul.h_list li.h02,
.block_profile.view_h04 .p_area ul.h_list li.h03{
  opacity: 0;
  visibility: hidden;
}
.block_profile .p_area .detail_area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_profile .p_area .detail_area:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: rgb(255,233,209);
  background: -moz-linear-gradient(0deg, rgba(255,233,209,1) 0%, rgba(255,233,209,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,233,209,1) 0%, rgba(255,233,209,0) 100%);
  background: linear-gradient(0deg, rgba(255,233,209,1) 0%, rgba(255,233,209,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe9d1",endColorstr="#ffe9d1",GradientType=1);
}
.block_profile .p_area .d_column{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_profile.view_h01 .p_area .d_column.d_h01,
.block_profile.view_h02 .p_area .d_column.d_h02,
.block_profile.view_h03 .p_area .d_column.d_h03,
.block_profile.view_h04 .p_area .d_column.d_h04{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s 0.5s ease;
          transition: all 0.5s 0.5s ease;
}
.block_profile .p_area .d_column .in{
  padding: 80px 110px;
}
.block_profile .p_area .d_column .name{
  font-size: 18px;
  margin-bottom: 35px;
}
.block_profile .p_area .d_column .name span{
  font-size: 14px;
  display: block;
}
.block_profile .p_area .d_column .lead{
  font-size: 26px;
  width: 540px;
  margin-bottom: 35px;
}
.block_profile .p_area .d_column p{
  font-size: 18px;
  width: 540px;
}

.block_profile ul.list{
  padding: 27px 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  border-bottom: 1px rgba(0, 5, 64, 0.2) solid;
}
.block_profile ul.list li a{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-start; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  text-align: left;
}
.block_profile ul.list li .icon{
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px rgba(0, 5, 64, 0.2) solid;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_profile ul.list li:hover .icon,
.block_profile ul.list li a.active .icon{
  background:  rgba(81, 113, 255, 0.2);
}
.block_profile.view_h01 ul.list li:nth-child(1) a .icon,
.block_profile.view_h02 ul.list li:nth-child(2) a .icon,
.block_profile.view_h03 ul.list li:nth-child(3) a .icon,
.block_profile.view_h04 ul.list li:nth-child(4) a .icon{
  background:  #000243;
}
.block_profile ul.list li .icon:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  margin-left: -8px;
  background: #000540;
  -webkit-transition: all 0.6s 0s ease;
          transition: all 0.6s 0s ease;
}
.block_profile ul.list li .icon:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 1px;
  margin-top: -8px;
  background: #000540;
}
.block_profile.view_h01 ul.list li:nth-child(1) a .icon:before,
.block_profile.view_h02 ul.list li:nth-child(2) a .icon:before,
.block_profile.view_h03 ul.list li:nth-child(3) a .icon:before,
.block_profile.view_h04 ul.list li:nth-child(4) a .icon:before{
  background: #FFF;
}
.block_profile.view_h01 ul.list li:nth-child(1) a .icon:after,
.block_profile.view_h02 ul.list li:nth-child(2) a .icon:after,
.block_profile.view_h03 ul.list li:nth-child(3) a .icon:after,
.block_profile.view_h04 ul.list li:nth-child(4) a .icon:after{
  height: 0px;
}
.block_profile ul.list li .name{
  width: 250px;
  font-size: 18px;;
}
.block_profile ul.list li .name span{
  font-size: 14px;
  display: block;
}

@media only screen and (max-width: 896px) {
  .block_profile{

  }
  .block_profile .p_area{
    height: 60vw;
  }
  .block_profile.view_h01 .p_area,
  .block_profile.view_h02 .p_area,
  .block_profile.view_h03 .p_area,
  .block_profile.view_h04 .p_area{
    height: 100vw;
  }
  .block_profile .p_area ul.h_list{
  }
  .block_profile .p_area ul.h_list li{
  }
  .block_profile .p_area ul.h_list:hover li,
  .block_profile .p_area ul.h_list.active li{
    opacity: 1;
  }
  .block_profile .p_area ul.h_list:hover li{
    opacity: 1;
  }
  .block_profile .p_area ul.h_list li:hover,
  .block_profile .p_area ul.h_list li.active{
    opacity: 1;
  }
  .block_profile .p_area ul.h_list li.h01{
    position: absolute;
    top: 12vw;
    left: 50%;
    width: 24vw;
    margin-left: -45vw;
  }
  .block_profile .p_area ul.h_list li.h02{
    position: absolute;
    top: 10vw;
    left: 50%;
    width: 25vw;
    margin-left: -24vw;
  }
  .block_profile .p_area ul.h_list li.h03{
    position: absolute;
    top: 12vw;
    left: 50%;
    width: 24vw;
    margin-left: -2vw;
  }
  .block_profile .p_area ul.h_list li.h04{
    position: absolute;
    top: 12vw;
    left: 50%;
    width: 24vw;
    margin-left: 18vw;
  }
  /*詳細表示*/
  .block_profile.view_h01 .p_area ul.h_list li.h01{
    position: absolute;
    top: 25vw;
    left: 50%;
    width: 30vw;
    margin-left: 12vw;
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h01 .p_area ul.h_list li.h02,
  .block_profile.view_h01 .p_area ul.h_list li.h03,
  .block_profile.view_h01 .p_area ul.h_list li.h04{
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h02 .p_area ul.h_list li.h02{
    position: absolute;
    top: 25vw;
    left: 50%;
    width: 30vw;
    margin-left: 12vw;
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h02 .p_area ul.h_list li.h01,
  .block_profile.view_h02 .p_area ul.h_list li.h03,
  .block_profile.view_h02 .p_area ul.h_list li.h04{
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h03 .p_area ul.h_list li.h03{
    position: absolute;
    top: 25vw;
    left: 50%;
    width: 30vw;
    margin-left: 12vw;
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h03 .p_area ul.h_list li.h01,
  .block_profile.view_h03 .p_area ul.h_list li.h02,
  .block_profile.view_h03 .p_area ul.h_list li.h04{
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h04 .p_area ul.h_list li.h04{
    position: absolute;
    top: 25vw;
    left: 50%;
    width: 30vw;
    margin-left: 12vw;
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile.view_h04 .p_area ul.h_list li.h01,
  .block_profile.view_h04 .p_area ul.h_list li.h02,
  .block_profile.view_h04 .p_area ul.h_list li.h03{
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile .p_area .d_column{
    height: 100vw;
  }
  .block_profile.view_h01 .p_area .d_column.d_h01,
  .block_profile.view_h02 .p_area .d_column.d_h02,
  .block_profile.view_h03 .p_area .d_column.d_h03,
  .block_profile.view_h04 .p_area .d_column.d_h04{
    -webkit-transition: all 0s 0s ease;
            transition: all 0s 0s ease;
  }
  .block_profile .p_area .d_column .in{
    padding: 20px 20px;
  }
  .block_profile .p_area .d_column .name{
    font-size: 18px;
    margin-bottom: 35px;
  }
  .block_profile .p_area .d_column .name span{
    font-size: 14px;
    display: block;
  }
  .block_profile .p_area .d_column .lead{
    font-size: 16px;
    width: 50%;
    margin-bottom: 35px;
  }
  .block_profile .p_area .d_column p{
    font-size: 12px;
    width: 50%;
  }
  .block_profile ul.list{
    padding: 27px 0;
    flex-direction: column; /* row row-reverse column */
    border-bottom: none;
  }
  .block_profile ul.list li{
    width: 100vw;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px rgba(0, 5, 64, 0.2) solid;
  }
  .block_profile ul.list li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .block_profile ul.list li a{
  }
  .block_profile ul.list li .icon{
    margin-right: 30px;
  }
  .block_profile ul.list li:hover .icon,
  .block_profile ul.list li a.active .icon{
  }
  .block_profile.view_h01 ul.list li:nth-child(1) a .icon,
  .block_profile.view_h02 ul.list li:nth-child(2) a .icon,
  .block_profile.view_h03 ul.list li:nth-child(3) a .icon,
  .block_profile.view_h04 ul.list li:nth-child(4) a .icon{
  }
  .block_profile ul.list li .icon:before{
  }
  .block_profile ul.list li .icon:after{
  }
  .block_profile.view_h01 ul.list li:nth-child(1) a .icon:before,
  .block_profile.view_h02 ul.list li:nth-child(2) a .icon:before,
  .block_profile.view_h03 ul.list li:nth-child(3) a .icon:before,
  .block_profile.view_h04 ul.list li:nth-child(4) a .icon:before{
  }
  .block_profile.view_h01 ul.list li:nth-child(1) a .icon:after,
  .block_profile.view_h02 ul.list li:nth-child(2) a .icon:after,
  .block_profile.view_h03 ul.list li:nth-child(3) a .icon:after,
  .block_profile.view_h04 ul.list li:nth-child(4) a .icon:after{
  }
  .block_profile ul.list li .name{
    width: 250px;
    font-size: 18px;;
  }
  .block_profile ul.list li .name span{
    font-size: 14px;
    display: block;
  }
}
/*----------------------------------------------------
 ランダム画像スライダー
--------------------------------------------------- */
.block_random_slide{
  position: relative;
  /* width : -webkit-calc(100vw - 100px) ;
  width : calc(100vw - 100px) ; */
  width: 100vw;
  left: -50px;
}
.block_random_slide .slide{
  margin-bottom: 60px;
}
.block_random_slide .slide .column{
}
.block_random_slide .slide .column .in{
  position: relative;
}
.block_random_slide .slide .column.tate .in{
  padding-right: 40px;
  padding-left: 60px;
}
.block_random_slide .slide .column.tate.long .in{
  padding-right: 500px;
  padding-left: 60px;
}
.block_random_slide .slide .column.yoko .in{
  padding-right: 317px;
  padding-left: 60px;
}
.block_random_slide .slide .column.tate .in figure{
  width: 360px;
  position: relative;
  padding-top: 480px;
}
.block_random_slide .slide .column.yoko .in figure{
  width: 423px;
  position: relative;
  padding-top: 278px;
}
.block_random_slide .slide .column .in figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:center center;
}
.block_random_slide .slide .column.tate .in .textarea{
  position: absolute;
  bottom: 0;
  left: 445px;
  width: 500px;
} 
.block_random_slide .slide .column.yoko .in .textarea{
  position: absolute;
  top: 0;
  left: 518px;
  width: 276px;
}
.block_random_slide .slide .column.yoko .in.no_photo{
  padding-right: 60px;
  min-height: 278px;
}
.block_random_slide .slide .column.yoko .in.no_photo .textarea{
  position: static;
  width: auto;
  padding-top: 20px;
}
.block_random_slide .slide .column .in .textarea .t_title{
  font-size: 32px;
  margin-bottom: 12px;
}
.block_random_slide .slide .column .in .textarea p{
  font-size: 18px;
}
.block_random_slide .s_prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
}
.block_random_slide .s_next {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: block;
}
.block_random_slide .control{
  position: relative;
  float: right;
  width: 130px;
  margin-right: 50px;
}
.block_random_slide .control .prev{
  float: left;
  vertical-align: middle;
  width: 26px;
  height: 24px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.bg_green .block_random_slide .control .prev{
  background: url(../img/common/arrow_prev_wh.svg) no-repeat center center;
  background-size: contain;
}
.block_random_slide .control .num{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  color: rgba(0, 2, 67, 0.5);
}
.bg_green .block_random_slide .control .num{
  color: rgba(255, 255, 255, 0.5);
}
.block_random_slide .control .num span.nownum{
  color: rgba(0, 2, 67, 1);
}
.bg_green .block_random_slide .control .num span.nownum{
  color: rgba(255, 255, 255, 1);
}
.block_random_slide .control .next{
  float: right;
  vertical-align: middle;
  width: 26px;
  height: 24px;
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
  position: relative;
  z-index: 1;
}
.bg_green .block_random_slide .control .next{
  background: url(../img/common/arrow_prev_wh.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
@media only screen and (max-width: 896px) {
  .block_random_slide{
    position: relative;
    /* width : -webkit-calc(100vw - 100px) ;
    width : calc(100vw - 100px) ; */
    width: 100vw;
    left: -4vw;
  }
  .block_random_slide .slide{
    margin-bottom: 30px;
  }
  .block_random_slide .slide .column{
  }
  .block_random_slide .slide .column .in{
    position: relative;
  }
  .block_random_slide .slide .column.tate .in{
    padding:0 4vw;
  }
  .block_random_slide .slide .column.tate.long .in{
    padding:0 4vw;
  }
  .block_random_slide .slide .column.yoko .in{
    padding:0 4vw;
  }
  .block_random_slide .slide .column.tate .in figure{
    width: 92vw;
    position: relative;
    padding-top: 133.333%;
  }
  .block_random_slide .slide .column.yoko .in figure{
    width: 92vw;
    position: relative;
    padding-top: 133.333%;
  }
  .block_random_slide .slide .column .in figure span{
  }
  .block_random_slide .slide .column.tate .in .textarea{
    position: absolute;
    bottom: 0;
    left: 4vw;
    width: 92vw;
    color: #FFF;
  } 
  .block_random_slide .slide .column.yoko .in .textarea{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 4vw;
    width: 92vw;
    color: #FFF;
  }
  .block_random_slide .slide .column.yoko .in.no_photo{
    padding: 20px 0;
  }
  .block_random_slide .slide .column.yoko .in.no_photo .textarea{
    position: static;
    width: auto;
  }
  .block_random_slide .slide .column.yoko .in.no_photo .textarea:before{
    content: none;
  }
  .block_random_slide .slide .column .in .textarea:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.5+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

  }
  .block_random_slide .slide .column .in .textarea .t_title{
    padding: 0 4vw;
    font-size: 32px;
    margin-bottom: 0;
    position: relative;
  }
  .block_random_slide .slide .column .in .textarea p{
    padding: 0 4vw;
    font-size: 13px;
    position: relative;
    padding-bottom: 4vw;
  }
  .block_random_slide .control{
    position: relative;
    float: none;
    left: 4vw;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
  }
  .block_random_slide .control .prev{
    position: absolute;
    right: 40px;
    float: none;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
  }
  .block_random_slide .control .num{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    display: block;
    font-size: 14px;
  }
  .block_random_slide .control .next{
    float: right;
    width: 17px;
    height: 16px;
    background: url(../img/common/arrow_prev.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
  }
}


/*----------------------------------------------------
 画像リストメインビジュアル
--------------------------------------------------- */
.block_main_image_list{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  color: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s 0s ease;
          transition: all 0.6s 0s ease;
}
body.viewMainImageList .block_main_image_list{
  opacity: 1;
  visibility: visible;
}
.block_main_image_list .list{
  height: 100vh;
  -webkit-transition: all 1.2s 0.1s ease;
          transition: all 1.2s 0.1s ease;

}
.block_main_image_list .list:hover .column{
}
.block_main_image_list .list .column{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:  translate(-50%,500px);
          transform:  translate(-50%,500px);
          -webkit-transition: all 1.2s 0.1s ease;
                  transition: all 1.2s 0.1s ease;
}
.block_main_image_list .list .column:hover{
  z-index: 2;
}
body.viewMainImageList .block_main_image_list .list .column{
  -webkit-transform:  translate(-50%,0px);
          transform:  translate(-50%,0px);
}
.block_main_image_list .list .column.pos02{
  margin-top: -35vh;
  margin-left: -34vw;
  width: 42vh;
  -webkit-transition: all 1.4s 0.1s ease;
          transition: all 1.4s 0.1s ease;
}
.block_main_image_list .list .column.pos03{
  margin-top: -25vh;
  margin-left: -11vw;
  width: 42vh;
}
.block_main_image_list .list .column.pos05{
  margin-top: -35vh;
  margin-left: 11vw;
  width: 42vh;
}
.block_main_image_list .list .column.pos09{
  margin-top: -33vh;
  margin-left: 34vw;
  width: 42vh;
  -webkit-transition: all 1.4s 0.1s ease;
          transition: all 1.4s 0.1s ease;
}
.block_main_image_list .list .column a{
  display: block;
}
.block_main_image_list .list .column a figure img{
  -webkit-transform: scale3d(0.7,0.7,0.7);
          transform: scale3d(0.7,0.7,0.7);
          -webkit-transition: all 0.5s 0.0s ease;
                  transition: all 0.5s 0.0s ease;
}
.block_main_image_list .list .column a:hover figure img{
  -webkit-transform: scale3d(1,1,1);
          transform: scale3d(1,1,1);
}
.block_main_image_list .list .column a figure figcaption{
  opacity: 0;
  width: 140%;
  font-size: 14px;
  padding-top: 10px;
  -webkit-transform:  translate(0px,20px);
          transform:  translate(0px,20px);
  -webkit-transition: all 0.5s 0.0s ease;
          transition: all 0.5s 0.0s ease;
}
.block_main_image_list .list .column a:hover figure figcaption{
  opacity: 1;
  -webkit-transform:  translate(0px,0px);
          transform:  translate(0px,0px);
}

@media only screen and (max-width: 896px) {

  .block_main_image_list .list .column.pos02{
    margin-top: -10vh;
    margin-left: -35vw;
    width: 16.4vh;
  }
  .block_main_image_list .list .column.pos03{
    margin-top: -10vh;
    margin-left: -12vw;
    width: 16.4vh;
  }
  .block_main_image_list .list .column.pos05{
    margin-top: -10vh;
    margin-left: 12vw;
    width: 16.4vh;
  }
  .block_main_image_list .list .column.pos09{
    margin-top: -10vh;
    margin-left: 35vw;
    width: 16.4vh;
  }

  .block_main_image_list .list .column a figure img{
    -webkit-transform: scale3d(0.7,0.7,0.7);
            transform: scale3d(0.7,0.7,0.7);
  }
  .block_main_image_list .list .column a:hover figure img{
    -webkit-transform: scale3d(0.7,0.7,0.7);
            transform: scale3d(0.7,0.7,0.7);
  }
  .block_main_image_list .list .column a figure figcaption{
    display: none;
  }
}

/*----------------------------------------------------
 映像
--------------------------------------------------- */
.block_movie{
  width: 82.9%;
  margin: 0 auto;
}
.block_movie .movie_area{
  position: relative;
  padding-top: 56.24%;
  margin-bottom: 100px;
}
.block_movie .movie_area:last-child{
  margin-bottom: 0;
}
.block_movie .movie_area span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFE9D1 url(../img/common/play.svg) no-repeat center center;
}
/*----------------------------------------------------
 映像
--------------------------------------------------- */
.block_movie_player{
  width: 82.9%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_movie_player .thum_area{
  width: 32.83%;
}
.block_movie_player .thum_area .m_title{
  font-family: 'Work Sans', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.block_movie_player .thum_area .auto{
  margin-bottom: 20px;
}
.block_movie_player .thum_area .auto a{
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  line-height: 40px;
  padding-left: 50px;
  background: url(/assets/img/uploads/2021/12/select_btn_off.png) no-repeat left center;
  background-size: 40px auto;
  transition: all 0.5s 0.0s ease;
}
.block_movie_player .thum_area .auto a:hover{
  opacity: 0.5;
}
.block_movie_player .thum_area .auto a.active{
  background: url(/assets/img/uploads/2021/12/select_btn_on.png) no-repeat left center;
  background-size: 40px auto;
}
.block_movie_player .thum_area .list{
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 27vw;
  max-height: 400px;

}
.block_movie_player .thum_area .list .column{
  margin-bottom: 10px;
}
.block_movie_player .thum_area .list .column a{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  transition: all 0.5s 0.0s ease;
}
.block_movie_player .thum_area .list .column a:hover{
  opacity: 0.5;
}
.block_movie_player .thum_area .list .column a .i_area{
  width: 45%;
}
.block_movie_player .thum_area .list .column a figure{
  width: 100%;
  position: relative;
  padding-top: 56%;
}
.block_movie_player .thum_area .list .column a figure span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block_movie_player .thum_area .list .column a figure figcaption{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  background: #000243;
  color: #FFF;
  padding: 1px 4px;
}
.block_movie_player .thum_area .list .column a .t_area{
  width: 48%;
  margin-right: 2%;
  font-size: 12px;
}
.block_movie_player .movie_area{
  width: 65.67%;
}
.block_movie_player .movie_area .movie{
  position: relative;
  padding-top: 56.2%;
}
.block_movie_player .movie_area .movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 896px) {
  .block_movie_player{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse; /* row row-reverse column */
    justify-content: space-between; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .block_movie_player .thum_area{
    width: 100%;
  }
  .block_movie_player .thum_area .m_title{
  }
  .block_movie_player .movie_area .m_title{
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .block_movie_player .thum_area .auto{
    margin-bottom: 20px;
  }
  .block_movie_player .thum_area .auto a{
    display: block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    line-height: 40px;
    padding-left: 50px;
    background: url(/assets/img/uploads/2021/12/select_btn_off.png) no-repeat left center;
    background-size: 40px auto;
    transition: all 0.5s 0.0s ease;
  }
  .block_movie_player .thum_area .auto a:hover{
    opacity: 0.5;
  }
  .block_movie_player .thum_area .auto a.active{
    background: url(/assets/img/uploads/2021/12/select_btn_on.png) no-repeat left center;
    background-size: 40px auto;
  }
  .block_movie_player .thum_area .list{
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 80vw;
    max-height: 400px;
  }
  .block_movie_player .thum_area .list .column{
    margin-bottom: 10px;
  }
  .block_movie_player .thum_area .list .column a{
  }
  .block_movie_player .thum_area .list .column a:hover{
    opacity: 1;
  }
  .block_movie_player .thum_area .list .column a .i_area{
  }
  .block_movie_player .thum_area .list .column a figure{
  }
  .block_movie_player .thum_area .list .column a figure span{
  }
  .block_movie_player .thum_area .list .column a figure figcaption{
  }
  .block_movie_player .thum_area .list .column a .t_area{
  }
  .block_movie_player .movie_area{
    width: 100%;
    margin-bottom: 20px;
  }
  .block_movie_player .movie_area .movie{
  }
  .block_movie_player .movie_area .movie iframe{
  }

}


/*----------------------------------------------------
 シンプルアコーディオン
--------------------------------------------------- */
.block_simple_acc{
  /* border-top: 1px rgba(0, 5, 64, 0.2) solid; */
}
.block_simple_acc > .column{
  border-top: 1px rgba(0, 5, 64, 0.2) solid;
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;
}
.block_simple_acc > .column.view{
  background: rgba(81, 113, 255, 0.1) ;
  border-top: 1px rgba(0, 5, 64, 1) solid;
}
.block_simple_acc > .column .ac_title{
  padding: 30px 50px 65px 57px;
  font-size: 18px;
  position: relative;  
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_simple_acc > .column .ac_title span.num{
  width: 57px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}
.block_simple_acc > .column .ac_title span.t{
  width : -webkit-calc(100% - 57px) ;
  width : calc(100% - 57px) ;
}
.block_simple_acc > .column .ac_title .arrow{
  content: "";
  position: absolute;
  top: 20px;
  right:32px;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow_down.svg) no-repeat center center;
  transform: rotate(180deg);
  -webkit-transition: all 0.5s 0s ease;
          transition: all 0.5s 0s ease;

}
.block_simple_acc > .column.view .ac_title .arrow{
  transform: rotate(0deg);
}
.block_simple_acc > .column .ac_contents{
  padding-left: 114px;
  font-size: 18px;
  width: 60%;
  display: none;
  position: relative;
  padding-bottom: 100px;
}
.block_simple_acc > .column .ac_contents p{
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.block_simple_acc > .column .ac_contents a{
  text-decoration: underline;
  color: #5171FF;
}
.block_simple_acc > .column .ac_contents p.right{
  text-align: right;
}
@media only screen and (max-width: 896px) {
  .block_simple_acc > .column{
    position: relative;
    left: -4vw;
    width: 100vw;
    border-top: 1px rgba(0, 5, 64, 0.2) solid;
  }
  .block_simple_acc > .column.view{
  }
  .block_simple_acc > .column .ac_title{
    padding: 20px 60px 30px 4vw;
    font-size: 15px;
    position: relative;  
  }
  .block_simple_acc > .column .ac_title span.num{
    display: none;
  }
  .block_simple_acc > .column .ac_title span.t{
    width : 100%;
  }
  .block_simple_acc > .column .ac_title .arrow{
    content: "";
    position: absolute;
    top: 20px;
    right:20px;
    width: 20px;
    height: 20px;
    background: url(../img/common/arrow_down.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
  }
  .block_simple_acc > .column.view .ac_title .arrow{
    transform: rotate(0deg);
  }
  .block_simple_acc > .column .ac_contents{
    padding-left: 4vw;
    font-size: 12px;
    width:100%;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
    display: none;
    position: relative;
    padding-bottom:50px;
  }

}
/*----------------------------------------------------
  .block_entry_mainvisual
--------------------------------------------------- */
.block_entry_mainvisual{
  position: relative;
  width: 100%;
  height: 100%;
}
.block_entry_mainvisual:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width : 100%;
  height: 100%;
  background: #FFF;
  z-index: 2;
}
body.pageLoad .block_entry_mainvisual:before{
  height: 0;
  -webkit-transition: all 0.7s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 0.7s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_entry_mainvisual:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  width : -webkit-calc(100% - 100px) ;
  width : calc(100% - 100px) ;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.block_entry_mainvisual .lead{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 8.8vw;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  -webkit-transform:  translate(0px,-50%);
          transform:  translate(0px,-50%);
}
.block_entry_mainvisual .image{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:  translate(-50%,100%);
          transform:  translate(-50%,100%);
  width: 29vw;
}
body.pageLoad .block_entry_mainvisual .image{
  -webkit-transition: all 1.2s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
          transition: all 1.2s 0.2s cubic-bezier(0.875, 0.005, 0.090, 0.990);
  -webkit-transform:  translate(-50%,-50%);
          transform:  translate(-50%,-50%);
}
body.pageLoad.onScroll .block_entry_mainvisual .image figure span{
  -webkit-transform:  translate(0%,-150%);
          transform:  translate(0%,-150%);
}
body.pageLoad.onScroll .block_entry_mainvisual .image figure:before{
  -webkit-transform:  translate(0%,-150%);
          transform:  translate(0%,-150%);
          opacity: 0;
          -webkit-transition: all 0.0s 0 ease;
                  transition: all 0.0s 0 ease;
}
.block_entry_mainvisual .image figure{
  width: 100%;
  padding-top: 132.15%;
  position: relative;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
.block_entry_mainvisual.out .image figure{
  -webkit-transform:  translate(0%,-100%);
          transform:  translate(0%,-100%);

}
.block_entry_mainvisual .image figure:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.block_entry_mainvisual .image figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}
.block_entry_mainvisual .image .textarea{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 37vw;
  z-index: 1;
  font-size: 26px;
  opacity: 0;
  letter-spacing: 0.1em;
}
body.pageLoad .block_entry_mainvisual .image .textarea{
  -o-transition: all 0.8s 1.2s ease;
  transition: all 0.8s 1.2s ease;
  opacity: 1;
}
.block_entry_mainvisual .time{
  position: absolute;
  bottom: 200px;
  left:50px;
  z-index: 1;
  font-size: 15px;
  opacity: 0.5;
}
.block_entry_mainvisual .time span.c{
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 10px;
}
@media only screen and (max-width: 896px) {
  .block_entry_mainvisual{
  }
  .block_entry_mainvisual:after{
    left: 4vw;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
  }
  .block_entry_mainvisual .lead{
    font-size: 13.33vw;
  }
  .block_entry_mainvisual .image{
    width: 68vw;
  }
  .block_entry_mainvisual .image figure{
  }
  .block_entry_mainvisual .image figure:before {
  }
  .block_entry_mainvisual .image figure span {
  }
  .block_entry_mainvisual .image .textarea{
    position: absolute;
    bottom: auto;
    top:85vw;
    left: -12vw;
    width: 90vw;
    font-size: 20px;
  }
  .block_entry_mainvisual .time{
    display: none;
  }
}


/*----------------------------------------------------
  .block_entry_full_mainvisual
--------------------------------------------------- */
.block_entry_full_mainvisual{
  position: relative;
  width: 100%;
  height: 100%;
}
.block_entry_full_mainvisual figure{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_entry_full_mainvisual figure:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.2)

}
.block_entry_full_mainvisual figure span{
  display: block;
  background-size: cover;
  background-position:center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_entry_full_mainvisual .textarea{
  position: absolute;
  bottom: 115px;
  left: 0;
  width: 100%;
}
.block_entry_full_mainvisual .textarea .inner{
  width: 82.9%;
  margin: 0 auto;
  color: #FFF;
  position: relative;
}
.block_entry_full_mainvisual .textarea .inner .title{
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 54px;
}
.block_entry_full_mainvisual .textarea .inner .title span.ja {
  display: block;
  font-size: 32px;
  line-height: 43px;
  font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 200;
  padding-top: 10px;
}
.block_entry_full_mainvisual .textarea .inner p{
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  font-size: 26px;
  padding-top: 15px;
}
@media only screen and (max-width: 896px) {
  .block_entry_full_mainvisual{
  }
  .block_entry_full_mainvisual figure{
  }
  .block_entry_full_mainvisual figure:after{
  
  }
  .block_entry_full_mainvisual figure span{
  }
  .block_entry_full_mainvisual .textarea{
    position: absolute;
    bottom:65px;
    left: 4vw;
    width: 100%;
    width : -webkit-calc(100% - 8vw) ;
    width : calc(100% - 8vw) ;
  }
  .block_entry_full_mainvisual .textarea .inner{
    width: 100%;
  }
  .block_entry_full_mainvisual .textarea .inner .title{
    font-size: 32px;
    line-height: 1.5;
  }
  .block_entry_full_mainvisual .textarea .inner .title span.ja {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 0px;
  }
  .block_entry_full_mainvisual .textarea .inner p{
    position: relative;
    top: 0;
    width: 100%;
    right: auto;
    font-size: 20px;
    padding-top: 20px;
  }
}


/*----------------------------------------------------
  .block_entry_area
--------------------------------------------------- */
.block_entry_area{
  width: 82.9%;
  margin: 0 auto;
  padding-top: 60px;
}
.block_entry_area .textarea{
  width: 38%;
  margin:0 0 0 auto;
  font-size: 18px;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
.block_entry_area .textarea.full_width{
  width: 100%;
  margin: 0 0 20px 0;
}
.block_entry_area .textarea.full_width.match_image_gap{
  margin-top: 80px;
}
.block_entry_area .textarea a{
  text-decoration: underline;
  color: #5171FF;
}
.block_entry_area .textarea p{
  font-size: 18px;
  margin-bottom: 18px;
}
.block_entry_area figure{
  width: 48%;
  margin: 0 0 0 auto;
  margin-bottom: 80px;
  position: relative;
}
.block_entry_area .one_column figure{
  width: 48%;
  margin: 0 auto 20px 0;
}
#join_detail .block_entry_area figure{
  width: 100%;
  margin: 0 0 0 auto;
  margin-bottom: 80px;
  position: relative;
}
.block_entry_area figure figcaption{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
  font-size: 16px;
}
#join_detail .block_entry_area figure figcaption{
  position: relative;
  left: 0;
  bottom: auto;
  width: 30%;
  padding-top: 40px;
  font-size: 16px;
  opacity: 0.5;
}
.block_entry_area .title_area{
  width: 48%;
  margin:0 0 0 auto;
  font-size: 26px;
  margin-bottom: 80px;
  color: #2DBEA5;
  position: relative;
  padding-left: 10px;
}
.wrapper.block_entry.bg_wh .block_entry_area .title_area{
  color: #5575FF;
}
.block_entry_area .title_area:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #2DBEA5;
}
.wrapper.block_entry.bg_wh .block_entry_area .title_area:before{
  background: #5575FF;
}
.block_entry_area .title_area .sub_title{
  font-size: 26px;
  margin-bottom: 80px;
}
.block_entry_area .title_area .credit{
  font-size: 18px;
}
.block_entry_area .title_area .credit span{
  font-size: 14px;
}
.block_entry_area .two_image{
  margin-bottom: 80px;
}
.block_entry_area .two_image .t_wrap{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_entry_area .two_image .t_wrap .image_area{
  width: 48%;
  margin-bottom: 24px;
}
.block_entry_area .two_image .t_wrap .image_area figure{
  position: relative;
  padding-top: 66.6666%;
  margin-bottom: 0px;
}
.block_entry_area .two_image .t_wrap .image_area figure span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}
.block_entry_area .two_image .t_wrap .text01{
  width: 18%;
  font-size: 12px;
}
.block_entry_area .two_image .t_wrap .text02{
  width: 38%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 18px;
  padding-top: 40px;
}
@media only screen and (max-width: 896px) {
  .block_entry_area{
    width: auto;
    margin: 0 4vw;
    padding-top:30px;
  }
  .block_entry_area .textarea{
    width: auto;
    padding-left: 21%;
    margin:0 0 0 auto;
    font-size: 15px;
    margin-bottom: 50px;
  }
  .block_entry_area .textarea.full_width{
    padding-left: 0;
    margin: 0 0 12px 0;
  }
  .block_entry_area .textarea.full_width.match_image_gap{
    margin-top: 50px;
  }
  .block_entry_area .textarea a{
    text-decoration: underline;
    color: #5171FF;
  }
  .block_entry_area .textarea p{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .block_entry_area figure{
    width: 100%;
    margin-bottom: 50px;
  }
  .block_entry_area figure figcaption{
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding-top: 10px;
    font-size: 15px;
  }
  #join_detail .block_entry_area figure figcaption{
    position: relative;
    left: 0;
    bottom: auto;
    width: 80%;
    padding-top: 10px;
    font-size: 12px;
    opacity: 0.5;
  }
  .block_entry_area .title_area{
    width: 100%;
    margin:0 0 0 auto;
    font-size: 20px;
    margin-bottom: 60px;
    padding-left: 10px;
  }
  .block_entry_area .title_area:before{
  }
  .block_entry_area .title_area .sub_title{
    font-size: 20px;
    margin-bottom: 60px;
  }
  .block_entry_area .title_area .credit{
    font-size: 18px;
  }
  .block_entry_area .title_area .credit span{
    font-size: 14px;
  }
  .block_entry_area .two_image{
    margin-bottom: 40px;
  }
  .block_entry_area .two_image .t_wrap{
    display: block;
  }
  .block_entry_area .two_image .t_wrap .image_area{
    width: 100%;
    margin-bottom: 24px;
  }
  .block_entry_area .two_image .t_wrap .image_area figure{
    margin-bottom: 0px;
  }
  .block_entry_area .two_image .t_wrap .image_area figure span{
  }
  .block_entry_area .two_image .t_wrap .text01{
    width: 50%;
    font-size: 12px;
  }
  .block_entry_area .two_image .t_wrap .text02{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 15px;
    padding-top: 40px;
  }

}
.bottom_area{
  border-top:1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  padding-top: 65px;
  position: relative;
}
.wrapper.block_entry.bg_wh .bottom_area{
  border-top:1px rgba(0, 5, 64, 0.2) solid;
}
.bottom_area .image_area{
  width: 50%;
}
.bottom_area .image_area .img{
  width: 50%;
  width: 90%;
}
.bottom_area .image_area .img.tate{
  width: 50%;
}
.bottom_area .image_area figure{
  padding-top: 132.15%;
  padding-top: 56%;
  position: relative;
  margin-bottom: 0;
}
.bottom_area .image_area .img.tate figure{
  padding-top: 132.15%;
}
.bottom_area .image_area figure span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}
.bottom_area .text_area{
  width: 50%;
}
.bottom_area .text_area .name{
  font-size: 27px;
  margin-bottom: 50px;
}
.bottom_area .text_area .name span{
  display: block;
  opacity: 0.5;
}
.bottom_area .time{
  font-size: 15px;
  opacity: 0.5;
}
.bottom_area .time span.c{
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 10px;
}
.bottom_area .next{
  position: absolute;
  bottom: 0;
  right: 0;
}
.bottom_area .next a{
  color: #FFF;
  font-size: 128px;
  font-family: 'IBM Plex Serif', serif;
  font-weight: 300;
  line-height: 1;
  transition: all 0.5s 0s ease;
}
.bottom_area .next a:hover{
  opacity: 0.5;
}
.wrapper.block_entry.bg_wh .bottom_area .next a{
  color: #000540;
}
@media only screen and (max-width: 896px) {
  .bottom_area{
    display: block;
    padding-top: 50px;
    position: relative;
  }
  .bottom_area .image_area{
    width: 68vw;
    margin:0 auto;
  }
  .bottom_area .image_area .img,
  .bottom_area .image_area .img.tate{
    width: 100%;
  }
  .bottom_area .image_area figure{
  }
  .bottom_area .image_area figure span {
  }
  .bottom_area .text_area{
    width: 100%;
    padding-top: 30px;
  }
  .bottom_area .text_area .name{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bottom_area .text_area .name span{
    display: block;
    opacity: 0.5;
  }
  .bottom_area .time{
    text-align: center;
    font-size: 15px;
    opacity: 0.5;
    margin-bottom: 40px;
  }
  .bottom_area .time span.c{
  }
  .bottom_area .next{
    position: relative;
    bottom: auto;
    right: auto;
  }
  .bottom_area .next a{
    display: block;
    text-align: center;
    font-size: 50px;
  }

}

/*----------------------------------------------------
 contact
--------------------------------------------------- */
.block_contact{
  width: 82.9%;
  margin: 0 auto;

}
.block_contact .exp{
    padding-bottom: 30px;
}
.block_contact .exp span{
    color: #ea5516;
    font-size: 12px;
}
.block_contact .wrap{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.block_contact .wrap .left{
  width: 48%;
}
.block_contact .wrap .right{
  width: 48%;
}
.block_contact .column{
  margin-bottom: 11px;
  position: relative;
}
.block_contact .column:last-child{
    margin-bottom: 0;
}
.block_contact .column .column_title{
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  z-index: 2;
  color: #000243;
}
.block_contact .column.error-pink .column_title{
  color: #FF7463;
}
.block_contact .column:focus-within .column_title,
.block_contact .column.inputed .column_title{
  position: absolute;
  top: 5px;
  left: 30px;
  font-size: 10px;
}
.block_contact .mw_wp_form_confirm .column .column_title{
  position: absolute;
  top: 10px;
  left: 30px;
  font-size: 10px;
}
.block_contact .column .column_title span.must{
    color: #ea5516;
}
.block_contact .column .column_form{
}

.block_contact .column .column_form  input[type="text"],
.block_contact .column .column_form input[type="email"],
.block_contact .column .column_form input[type="tel"]{
  border: none;
  background: #EEF0FF;
  border: 1px #EEF0FF solid;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 25px 30px 15px 30px;
  width : -webkit-calc(100% - 60px) ;
  width : calc(100% - 60px) ;
  font-size: 18px;
  cursor: none;
}
.block_contact .column .column_form  input[type="text"]:focus,
.block_contact .column .column_form input[type="email"]:focus,
.block_contact .column .column_form input[type="tel"]:focus{
  border: 1px #000243 solid;
}
.block_contact .column.error-pink .column_form  input[type="text"],
.block_contact .column.error-pink .column_form input[type="email"],
.block_contact .column.error-pink .column_form input[type="tel"]{
  border: 1px #FF7463 solid;
  background: rgba(255,170,153,0.2);
}
/*確認画面*/
.block_contact .mw_wp_form_confirm .column .column_form{
  background: #EEF0FF;
  border: 1px #EEF0FF solid;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 25px 30px 15px 30px;
  width : -webkit-calc(100% - 60px) ;
  width : calc(100% - 60px) ;
  font-size: 18px;
  cursor: none;
}
.block_contact .mw_wp_form_confirm .doi{
  display: none;
}
div.wpcf7 .screen-reader-response{
}
.block_contact .column .column_form textarea{
  border: none;
  background: #EEF0FF;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 25px 30px 5px 30px;
  width : -webkit-calc(100% - 60px) ;
  width : calc(100% - 60px) ;
  font-size: 18px;
}
.block_contact .column .column_form textarea:focus{
  border: 1px #000243 solid;
}
.block_contact .column.error-pink .column_form textarea{
  border: 1px #FF7463 solid;
  background: rgba(255,170,153,0.2);
}
.block_contact .column .column_form input[type="text"].wpcf7c-conf,
.block_contact .column .column_form input[type="email"].wpcf7c-conf,
.block_contact .column .column_form input[type="tel"].wpcf7c-conf,
.block_contact .column .column_form textarea.wpcf7c-conf,
.block_contact .column .column_form select.wpcf7c-conf{
    border: 1px #eee solid;
    background: #eee !important;
}
.block_contact .column .column_form input:-internal-autofill-selected{
    background: #FFF !important;
}
.custom-wpcf7c-confirmed .check_area_space{
    display: none;
}
.conf_message{
    display: none;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.custom-wpcf7c-confirmed .conf_message{
    display: block;
}

.block_contact .bottom{
  padding-top: 30px;
  text-align: right;
}
.block_contact .bottom a{
  text-decoration: underline;
  color: #5171FF;
}
.block_contact .bottom .doi{
  font-size: 14px;
}
.block_contact .bottom .btn{
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: flex-end; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
.wpcf7 .ajax-loader{
  display: none !important;
}
.block_contact .bottom input[type="button"],
.block_contact .bottom input[type="submit"]{
    display: inline-block;
    position: relative;
    background: #000243;
    color: #FFF;
    height: 50px;
    line-height: 45px;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, sans-serif;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    width: 150px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 16px;
    cursor: none;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0px;
    -webkit-border-radius: 0px;  
    -moz-border-radius: 0px;
    border: 1px #000243 solid;
    box-sizing: border-box;
}
.block_contact .bottom input[type="button"]:hover,
.block_contact .bottom input[type="submit"]:hover{
  opacity: 0.5;
}

.sent{
    visibility: hidden;
    opacity: 0;
}
span.wpcf7-not-valid-tip{
    color: #ea5516;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
.block_contact .attention{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    border-top: 2px #fbf8f2 solid;
    padding-top: 30px;
    margin-top: 30px;
}
.block_contact .attention.s{
    font-size: 12px;
    line-height: 22px;
}

.block_contact  .comp{
    font-size:20px;
    margin-bottom: 26px;
    font-weight: 700;
    padding-top: 40px;
}
.block_contact  .comp_t{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}
.block_contact .btn a{
    display: block;
    width: 400px;
    height: 50px;
    color: #FFF;
    background: #000;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
-webkit-transition: all 0.4s 0.0s ease;
    -moz-transition: all 0.4s 0.0s ease;
        transition: all 0.4s 0.0s ease;
}
.block_contact .btn a:hover{
    background: #3871e7;
}
.block_contact .btn a span{
    display: inline-block;
    line-height: 50px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            position: relative;

}
.block_contact .btn a:hover span{
    color: #ea5516;
    -webkit-transform: translate(12px,-0%);
       -moz-transform: translate(12px,-0%);
            transform: translate(12px,-0%);
}
.block_contact .btn a span:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/common/arrow_right04.svg) no-repeat center center;
    background-size: contain;
    margin-left: 15px;
    -webkit-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
       -moz-transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
            transition: all 0.5s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
}
.block_contact .btn a:hover span:after{
    opacity: 0;
}
input::placeholder {
    color: #b3b3b3;
}
/* IE */
input:-ms-input-placeholder {
  color: #b3b3b3;
}
/* Edge */
input::-ms-input-placeholder {
  color: #b3b3b3;
}
.mw_wp_form .error{
  font-size: 12px !important;
}
@media only screen and (max-width: 768px) {
  .block_contact{
    width: 100%;
  }
  .block_contact .exp{
      padding-bottom: 30px;
  }
  .block_contact .exp span{
  }
  .block_contact .wrap{
    display: block;
  }
  .block_contact .wrap .left{
    width: 100%;
  }
  .block_contact .wrap .right{
    width: 100%;
  }
  .block_contact .column{
    margin-bottom: 11px;
    position: relative;
  }
  .block_contact .column:last-child{
    margin-bottom: 11px;
  }
  .block_contact .column .column_title{
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 15px;
  }
  .block_contact .column.error-pink .column_title{
  }
  .block_contact .column:focus-within .column_title,
  .block_contact .column.inputed .column_title{
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 10px;
  }
  .block_contact .mw_wp_form_confirm .column .column_title{
    position: absolute;
    top: 3px;
    left: 15px;
    font-size: 10px;
  }
  .block_contact .column .column_title span.must{
  }
  .block_contact .column .column_form{
  }
  
  .block_contact .column .column_form  input[type="text"],
  .block_contact .column .column_form input[type="email"],
  .block_contact .column .column_form input[type="tel"]{
    padding: 20px 15px 5px 15px;
    width : -webkit-calc(100% - 30px) ;
    width : calc(100% - 30px) ;
    font-size: 15px;
  }
  .block_contact .mw_wp_form_confirm .column .column_form {
    padding: 20px 15px 5px 15px;
    width : -webkit-calc(100% - 30px) ;
    width : calc(100% - 30px) ;
    font-size: 15px;
}
  .block_contact .column .column_form textarea{
    font-size: 15px;
    padding: 20px 15px 5px 15px;
    width : -webkit-calc(100% - 30px) ;
    width : calc(100% - 30px) ;
  }
  .block_contact .bottom{
    padding-top: 0px;
    text-align: left;
  }
  .block_contact .bottom a{
  }
  .block_contact .bottom .doi{
    font-size: 14px;
  }
  .block_contact .bottom .btn{
    padding-top: 20px;
    display: flex;
    margin:0 5px;
    flex-direction: row; /* row row-reverse column */
    justify-content: center; /* flex-start  center  space-between */
    align-items: flex-start; /* flex-start  center  */
  }
  .wpcf7 .ajax-loader{
    display: none !important;
  }
  .block_contact .bottom input[type="button"],
  .block_contact .bottom input[type="submit"]{
      height: 50px;
      line-height: 45px;
      margin-left: 10px;
      margin-top: 10px;
      width: 150px;
      font-size: 16px;
  }
  .block_contact .bottom input[type="button"]:hover,
  .block_contact .bottom input[type="submit"]:hover{
    opacity: 0.5;
  }

}

/* #4 contact mailto化 */
.contact_mail_box {
  background: #f5f6fa;
  border-radius: 8px;
  padding: 2em 2.5em;
  max-width: 700px;
  margin: 0 auto;
}

.contact_mail_box p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.contact_mail_box a {
  color: #4e71fd;
  text-decoration: underline;
}

.contact_mail_box ul {
  padding-left: 1.5em;
  margin-top: 0.5em;
}

.contact_mail_box ul li {
  list-style: disc;
  margin-bottom: 0.4em;
  line-height: 1.8;
}
