@charset "UTF-8";
/*-----------------------------------------------
color
-----------------------------------------------*/
/*-----------------------------------------------
class
-----------------------------------------------*/
.color-base01 {
  color: #1a84b5;
}

.color-base02 {
  color: #f4f4f4;
}

.color-base03 {
  color: #e2eef4;
}

.bg-base01 {
  background-color: #1a84b5;
}

.bg-base02 {
  background-color: #f4f4f4;
}

.bg-base03 {
  background-color: #e2eef4;
}

.color-black {
  color: #222222;
}

.color-white {
  color: #ffffff !important;
}

.bg-black {
  background-color: #222222;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #b6b6b6;
}

.bg-green {
  background-color: #b2e3e1;
}

.bg-pink {
  background-color: #fad0d5;
}

/* CSSリセット */
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 {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: outside none none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  background: none repeat scroll 0 0 transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ccc -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="button"], input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
}

address, em {
  font-style: normal;
}

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

/* フルードイメージ */
img, iframe {
  max-width: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}

/*-----------------------------------------------
color
-----------------------------------------------*/
/*-----------------------------------------------
class
-----------------------------------------------*/
.color-base01 {
  color: #1a84b5;
}

.color-base02 {
  color: #f4f4f4;
}

.color-base03 {
  color: #e2eef4;
}

.bg-base01 {
  background-color: #1a84b5;
}

.bg-base02 {
  background-color: #f4f4f4;
}

.bg-base03 {
  background-color: #e2eef4;
}

.color-black {
  color: #222222;
}

.color-white {
  color: #ffffff !important;
}

.bg-black {
  background-color: #222222;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #b6b6b6;
}

.bg-green {
  background-color: #b2e3e1;
}

.bg-pink {
  background-color: #fad0d5;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  height: 100vh;
  font-size: 62.5%;
}

body {
  color: #222222;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ ゴシック",Helvetica,sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  -webkit-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #1a84b5;
  color: #ffffff;
}

::-moz-selection {
  background: #1a84b5;
  color: #ffffff;
}

::-webkit-selection {
  background: #1a84b5;
  color: #ffffff;
}

a {
  color: #222222;
  text-decoration: none;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #1a84b5;
  text-decoration: none;
}

/*-----------------------------------------------
font
-----------------------------------------------*/
.font_roboto.fw100, .font_roboto.fw100 * {
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.font_roboto.fw400, .font_roboto.fw400 * {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.font_roboto.fw500, .font_roboto.fw500 * {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.font_roboto.fw700, .font_roboto.fw700 * {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.font_khand.fw500, .font_khand.fw500 * {
  font-weight: 500;
  font-family: 'Khand', sans-serif;
}
.font_khand.fw600, .font_khand.fw600 * {
  font-weight: 600;
  font-family: 'Khand', sans-serif;
}

.font_noto {
  font-family: 'Noto Serif JP', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*
.font_share{
	font-family: 'Share Tech Mono', monospace;
}


.font_roboto{
	font-family: 'Roboto', sans-serif;
	
	&.fw100{
		font-weight: 100;
	}
	
	&.fw500{
		font-weight: 500;
	}
	
	&.fw700{
		font-weight: 700;
	}
}
*/
/*-----------------------------------------------
General Setting
-----------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.hide-text {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  padding: 0;
  border: 0;
}

.pc_view {
  display: block !important;
}

.sp_view {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc_view {
    display: none !important;
  }

  .sp_view {
    display: block !important;
  }
}
.bold {
  font-weight: bold !important;
}

/*-----------------------------------------------
button
-----------------------------------------------*/
.button {
  position: relative;
  display: block;
  width: 200px;
  height: 40px;
  border: 2px solid #1a84b5;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  transition: all .3s;
  background-color: #ffffff;
  color: #1a84b5;
  letter-spacing: 0.2em;
}
.button.center {
  margin: 0 auto;
}
.button.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .button.mb20 {
    margin: 0 auto 20px;
  }
}
.button.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .button.mt40 {
    margin: 40px auto 0;
  }
}
.button.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .button.mt20 {
    margin: 20px auto 0;
  }
}
.button.mt40c {
  margin: 40px auto 0;
}
.button.bw:hover {
  border: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  .button {
    margin: 0 auto;
  }
}
.button::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #1a84b5;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -4px;
  transition: all .3s;
}
.button:hover {
  color: #ffffff;
  background-color: #1a84b5;
}
.button:hover::after {
  border-color: transparent transparent transparent #ffffff;
  right: 14px;
}
.button.color-white {
  border: 2px solid #ffffff;
  background: #1a84b5;
}
.button.color-white::after {
  border-color: transparent transparent transparent #ffffff;
}
.button.color-white:hover {
  background: #ffffff;
  color: #1a84b5 !important;
}
.button.color-white:hover::after {
  border-color: transparent transparent transparent #1a84b5;
}

/*
	&.btn_bk{
		color:#000;
	}
	&.btn_wh{
		color:#fff;
	}
	&.btn_gold{
		color: #e5c687;
	}
*/
/*
	.btn_border{
		display: block;
		width: 40px;
		height: 2px;
		background-color: #e5c687;
		
		position: absolute;
		bottom: 0;
		left: 1px;
		
		-webkit-transform: all .4s;  
		transition: all .4s;
		
		transform: translate3d(0,0,0);
		
		@media all and (-ms-high-contrast:none){
			&{
				transform: translate(0,0);
			}
		}
		
		&:after{
			content: '';
			width: 8px;
			height: 2px;
			display: block;
			background-color: #e5c687;
			position: absolute;
			right: 0;
			bottom: 0;
			transform: rotate(45deg);
			transform-origin:right bottom;
			
		}
	}
*/
/*
	&:hover{
		color: #222222;
		background-color: #fff;
	}
}
*/
/*
.button_wrap{
	font-size: 0;
	
	.button_ticket{
		display: inline-block;
		position: relative;
		height: 17px;
		line-height: 17px;
		padding-left: 26px;
		font-size: 13px;
		font-size: 1.3rem;
		
		&::before{
			content: '';
			position: absolute;
			left: 0;
			top:0;
			width: 16px;
			height: 17px;
			display: block;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 16px 17px;;
			background-image: url("../images/common/img-ticket.svg");
		}
	}
	
	.button_movie{
		display: inline-block;
		position: relative;
		height: 17px;
		line-height: 17px;
		font-size: 13px;
		font-size: 1.3rem;
		padding-left: 27px;
		
		&::before{
			content: '';
			position: absolute;
			left: 0;
			top:3px;
			width: 16px;
			height: 11px;
			display: block;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 16px 11px;;
			background-image: url("../images/common/img-youtube.svg");
		}
	}
	
	.button_web{
		display: inline-block;
		position: relative;
		font-weight: bold;
		height: 17px;
		line-height: 17px;
		padding-left: 30px;
		padding-right: 17px;
		font-size: 13px;
		font-size: 1.3rem;
		
		&::before{
			content: '';
			position: absolute;
			left: 14px;
			top:2px;
			width: 2px;
			height: 12px;
			display: block;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 2px 12px;;
			background-image: url("../images/common/img-button01.svg");
		}
		
		&.single{
			padding-left: 0;
			
			&::before{
				display: none;
			}
		}
		
		&::after{
			content: '';
			position: absolute;
			right: 0;
			top:2px;
			width: 8px;
			height: 13px;
			display: inline-block;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 8px 13px;;
			background-image: url("../images/common/img-button02.svg");
		}
	}
}
*/
/*-----------------------------------------------
fade
-----------------------------------------------*/
.fadecont {
  opacity: 0;
  /*
  	-webkit-transition: .2s;
  	transition: .2s;
  */
}

.fadeshow {
  opacity: 1.0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* transition: .4s; */
}

.fademove {
  opacity: 0;
  transition: 1.0s;
  transform: translate3d(0, 40px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fademove {
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
}
.fademove_blog {
  transition: 1.0s;
  transform: translate3d(0, 20px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fademove {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
}
.fademove40 {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .4s !important;
  transition-delay: .4s !important;
  transform: rotateY(0deg);
}

@media all and (-ms-high-contrast: none) {
  .fademove40 {
    -ms-transform: rotateY(0deg) translate(0, 0);
  }
}
.fademove60 {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .6s !important;
  transition-delay: .6s !important;
  transform: rotateY(0deg);
}

@media all and (-ms-high-contrast: none) {
  .fademove60 {
    -ms-transform: rotateY(0deg) translate(0, 0);
  }
}
.fademove80 {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: .8s !important;
  transition-delay: .8s !important;
  transform: rotateY(0deg);
}

@media all and (-ms-high-contrast: none) {
  .fademove80 {
    -ms-transform: rotateY(0deg) translate(0, 0);
  }
}
.fademoveleft {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fademoveleft {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
}
.fademoveright {
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  .fademoveright {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
}
.fademove_show {
  opacity: 1.0;
  /*
  	-webkit-transition: .8s;
  	transition: .8s;
  */
  /*
  	-webkit-transform: translate3d(0,0,0);
      -moz-transform: translate3d(0,0,0);
      -o-transform: translate3d(0,0,0);
  */
  transform: translate3d(0, 0, 0);
  /*
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  */
}

@media all and (-ms-high-contrast: none) {
  .fademove_show {
    transform: translate(0, 0);
  }
}
.fademove_show_rotate {
  opacity: 1.0;
  transform: rotateY(360deg);
}

@media all and (-ms-high-contrast: none) {
  .fademove_show_rotate {
    -ms-transform: rotateY(360deg) translate(0, 0);
  }
}
.img_anime_left {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img_anime_left .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -100%;
  background-color: #1886b8;
}

.img_anime_left .image {
  opacity: 0;
}

.img_anime_right {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.img_anime_right .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  right: -100%;
  background-color: #1886b8;
}

.img_anime_right .image {
  opacity: 0;
}

.scene_bar_rotate {
  opacity: 0;
  transition: 0.8s;
  transform: rotate(0deg);
  transition-delay: 1s;
}

.scene_bar_show_rotate {
  opacity: 1.0;
  transform: rotate(40deg);
}

.js_split_txt .s_t {
  display: inline-block;
}
.js_split_txt.fadetxt {
  visibility: hidden;
}
.js_split_txt.fadetxt .s_t {
  transition: all 1s;
  opacity: 0;
}
.js_split_txt.fadetxt.txt_show {
  visibility: visible;
}
.js_split_txt.fadetxt.txt_show .s_t {
  opacity: 1;
}
.js_split_txt.fadetxt_up {
  visibility: hidden;
}
.js_split_txt.fadetxt_up .s_t {
  transition: all 1s;
  opacity: 0;
  transform: translateY(40px);
}
.js_split_txt.fadetxt_up.txt_show {
  visibility: visible;
}
.js_split_txt.fadetxt_up.txt_show .s_t {
  transform: translateY(0);
  opacity: 1;
}

/*
.fadetxt,
.fadetxt02{
	opacity: 0;
}
.fadetxt span,
.fadetxt02 span{
	transition: all 1s;
    opacity: 0;
}
.fadetxt.fadetxt_show,
.fadetxt02.fadetxt_show{
	opacity: 1.0;
}
.fadetxt.fadetxt_show span,
.fadetxt02.fadetxt_show span{
    opacity: 1;
}
*/
.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

/*-----------------------------------------------
wrapper
-----------------------------------------------*/
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

#content {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  #wrapper_bg_youtube {
    display: none;
  }
}
iframe#mbYTP_bg_youtube {
  max-width: none !important;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
#header {
  margin: 0;
  padding: 0 40px;
  width: 100%;
  height: 80px;
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  transition: all .3s;
  top: 0;
  left: 0;
  background-color: #fff;
  /*
  	&.top_header{
  	    background-color: transparent;
  	    
  	    .header_logo a{
  			background-image: url('../images/common/logo.png');
  		}
  		
  		.header_nav .header_menu li a{
  			color: #fff;
  		}
      }
  */
  /*
  	.sp_phone{
  		width: 100%;
  		height: 30px;
  		margin: 0 auto;
  		overflow: hidden;
  		display: none;
  		
  		@media screen and (max-width: 640px) {
  			&{
  				display: block;
  			}
  		}
  		a{
  			display: block;
  			text-align: center;
  			width: 100%;
  			height: 30px;
  			line-height: 30px;
  			background-color: #bfad83;
  			color: #fff;
  		}
  		
  	}
  */
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0 20px;
  }
}
#header .header_inner {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#header .header_inner .header_logo {
  display: block;
  width: 258px;
  height: 46px;
  overflow: hidden;
  margin-top: 22px;
  float: left;
  position: relative;
  z-index: 10;
  /*
  			@media screen and (max-width: 640px) {
  				&{
  					width: 180px;
  					height: 32px;
  					
  					a{
  						width: 180px;
  						height: 32px;
  						background-size: 180px 32px;
  					}
  				}
  			}
  */
}
#header .header_inner .header_logo a {
  display: block;
  transition: all .3s;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/common/logo.png");
}
#header .header_inner .header_logo a:hover {
  opacity: .7;
}
@media screen and (max-width: 640px) {
  #header .header_inner .header_logo {
    width: 150px;
    margin-top: 18px;
  }
}
#header .header_inner .header_nav {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  float: right;
  overflow: hidden;
  margin-left: -240px;
  padding-left: 240px;
  font-size: 0;
  /*
  			.contact_nav_wrap{
  				display: block;
  				width: 100%;
  				overflow: hidden;
  				padding: 15px 0 7px;
  				
  				.contact_nav{
  					display: block;
  					width: 100px;
  					height: 20px;
  					background-color: #e20011;
  					border: 2px solid #e20011;
  					color: #fff;
  					text-align: center;
  					line-height: 16px;
  					font-size: 14px;
  					font-size: 1.4rem;
  					border-radius: 20px;
  					letter-spacing: 0.05em;
  					float: right;
  					
  					&:hover{
  						color: #e20011;
  						background-color: #fff;
  					}
  				}
  			}
  */
}
@media screen and (max-width: 1024px) {
  #header .header_inner .header_nav {
    display: none;
  }
}
#header .header_inner .header_nav .header_menu {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-align: left;
}
#header .header_inner .header_nav .header_menu li {
  display: inline-block;
  padding: 7px 0 0;
}
#header .header_inner .header_nav .header_menu li a {
  display: block;
  position: relative;
  padding: 0 0 5px;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-left: 34px;
}
#header .header_inner .header_nav .header_menu li a .jp {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
#header .header_inner .header_nav .header_menu li a .en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}
#header .header_inner .header_nav .header_menu li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#header .header_inner .header_nav .header_menu li a:hover {
  color: #222222;
}
#header .header_inner .header_nav .header_menu li a:hover::after {
  transform-origin: left top;
  transform: scale(1);
  background-color: #1a84b5;
}

#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#menu-trigger {
  position: relative;
  width: 40px;
  height: 22px;
  float: right;
  margin-top: 25px;
  display: inline-block;
}

#menu-trigger::after {
  content: 'MENU';
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #1a84b5;
  letter-spacing: 0.11em;
}

#header.active #menu-trigger::after {
  color: #1a84b5;
}

/*
	@media screen and (max-width: 1024px) {
		#menu-trigger {
			display: inline-block;
		}
	}
*/
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a84b5;
  border-radius: 2px;
}

/*
	#header.top_header #menu-trigger span{
		background-color: #fff;
	}
*/
#menu-trigger span:nth-of-type(1) {
  top: 0;
}

#menu-trigger span:nth-of-type(2) {
  top: 10px;
}

#menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#header.active #menu-trigger span {
  background-color: #1a84b5;
}

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

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

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

#nav_wrap {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 10px 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
  display: none;
  opacity: 0;
}

#nav_wrap::before {
  background-color: #ffffff;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}

.nav_wrap_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-x: scroll;
  padding: 80px 0 0;
  text-align: center;
}

.nav_wrap_inner ul {
  position: relative;
  /*
  		position: absolute;
  		top:0;
  		left: 0;
  		top: 50%;
  		left: 50%;
  		-webkit-transform: translate(-50%, -50%);
  		transform: translate(-50%, -50%);
  		overflow: hidden;
  */
  z-index: 10;
  width: 100%;
}

.nav_wrap_inner ul li {
  display: block;
  margin: 0 auto;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 640px) {
  .nav_wrap_inner ul li {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.nav_wrap_inner ul li a {
  display: inline-block;
  color: #222222;
  letter-spacing: 0.1em;
  line-height: 2.0;
  position: relative;
  padding: 0 20px;
  font-weight: bold;
  transition: all .3s;
}
.nav_wrap_inner ul li a:hover {
  color: #f4f4f4;
}

/*
			.nav_wrap_inner ul li a::after {
				position: absolute;
				top: 50%;
				left: 0;
				content: '';
				width: 0;
				height: 2px;
				margin-top: -1px;
				background-color: $base-color01;
				transition: .3s;
				display: block;
			}
			
			@media screen and (min-width: 640px) {
				.nav_wrap_inner ul li a:hover::after {
					width: 100%;
				}
			}	
*/
/*-----------------------------------------------
footer
-----------------------------------------------*/
#footer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  text-align: left;
  padding-top: 40px;
}
#footer .footer_logo {
  width: 100%;
  max-width: 1180px;
  padding: 0 10px;
  margin: 0 auto 20px;
}
#footer .footer_logo a {
  display: block;
  width: 228px;
}
#footer .footer_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  overflow: hidden;
  text-align: left;
}
#footer .footer_inner dl {
  float: left;
  text-align: left;
  padding: 0px 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner dl {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
#footer .footer_inner dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #9c9c9c;
}
#footer .footer_inner dl dt::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #9c9c9c;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .footer_inner dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
#footer .footer_inner dl dd .bold {
  font-weight: bold;
}
#footer .footer_inner dl.addr {
  width: 25%;
}
#footer .footer_inner dl.addr dd {
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_inner dl.addr dd a {
  color: #fff;
  display: block;
}
#footer .footer_inner dl.addr dd a:hover {
  text-decoration: underline;
  color: #e2eef4;
}
#footer .footer_inner dl.nav {
  width: 65%;
}
#footer .footer_inner dl.nav dd ul {
  font-size: 0;
}
#footer .footer_inner dl.nav dd ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#footer .footer_inner dl.nav dd ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #9c9c9c;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
#footer .footer_inner dl.nav dd ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#footer .footer_inner dl.nav dd ul li:last-child::after {
  content: none;
}
#footer .footer_inner dl.nav dd ul li a {
  color: #fff;
  line-height: 1.0;
  font-weight: bold;
}
#footer .footer_inner dl.nav dd ul li a:hover {
  color: #1a84b5;
}
#footer .footer_inner dl.link {
  width: 35%;
}
#footer .footer_inner dl.link dd {
  /*
  					.link_a{
  						margin-top: 10px;
  						display: block;
  						overflow: hidden;
  						
  						position: relative;
  						border: 2px solid $base-color01;
  						width: 137px;
  						height: 26px;
  						background-color: $base-color01;
  						border-radius: 26px;
  						
  						font-size: 12px;
  						color: $color-black;
  						font-weight: bold;
  						text-align: center;
  						line-height: 22px;
  						
  						
  						
  						&:hover{
  							color: $base-color01;
  							background-color: $color-white;
  						}
  						
  						
  					}
  */
}
#footer .footer_inner dl.link dd ul {
  overflow: hidden;
}
#footer .footer_inner dl.link dd ul li {
  width: 50%;
  float: left;
}
#footer .footer_inner dl.link dd ul li a {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_inner dl.link dd ul li a:hover {
  color: #e2eef4;
}
#footer .footer_inner dl.car {
  width: 15%;
}
#footer .footer_inner dl.car dd ul {
  overflow: hidden;
}
#footer .footer_inner dl.car dd ul li span {
  font-weight: bold;
  color: #fff;
}
#footer .footer_inner dl.car dd ul li a {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer .footer_inner dl.car dd ul li a:hover {
  color: #e2eef4;
}
#footer .footer_copy {
  display: block;
  text-align: center;
  padding: 16px 0 20px;
  width: 100%;
  line-height: 1.0;
  clear: both;
}
#footer .footer_copy > small {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

#footer_top_link {
  width: 100%;
  height: 80px;
  overflow: hidden;
  padding: 25px 0 0;
}
#footer_top_link .top_link a {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  border-top: 1px solid #b6b6b6;
  margin: 0 auto;
}
#footer_top_link .top_link a::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-top: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: all .4s;
  -moz-transform: all .4s;
  transition: all .4s;
}
#footer_top_link .top_link a:hover {
  border-top: 1px solid #ccc;
}
#footer_top_link .top_link a:hover::after {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#footer_top_link .top_link a.btn_wh {
  border-top: 1px solid #fff;
}
#footer_top_link .top_link a.btn_wh::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*-----------------------------------------------
content_wrap
-----------------------------------------------*/
.content_wrap {
  margin: 0 auto 120px;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.content_wrap.mb_0 {
  margin: 0 auto !important;
}
.content_wrap.mt_120 {
  margin: 120px auto !important;
}
.content_wrap.pt_40 {
  padding-top: 40px !important;
}
.content_wrap.ptb_120 {
  padding: 120px 0 !important;
}
@media screen and (max-width: 768px) {
  .content_wrap {
    margin: 0 auto 60px;
  }
  .content_wrap.mt_120 {
    margin: 60px auto !important;
  }
  .content_wrap.ptb_120 {
    padding: 60px 0 !important;
  }
}
.content_wrap_inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1180px;
  height: auto;
  position: relative;
}
.content_wrap_inner.w_1440 {
  max-width: 1440px;
  padding: 0;
}
.content_wrap_inner.w_1040 {
  max-width: 1040px;
  padding: 0;
}

/*-----------------------------------------------
ttl
-----------------------------------------------*/
.ttl_01 {
  display: table;
  margin: 0 auto 23px;
  text-align: center;
}
.ttl_01.mb0 {
  margin-bottom: 0;
}
.ttl_01 .en {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.0;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0 0 17px;
  margin: 0 0 20px;
  color: #1a84b5;
}
.ttl_01 .en::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #1a84b5;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  transition: all .4s;
  transition-delay: .6s;
}
.ttl_01 .en.color-white::after {
  background-color: #fff;
}
.ttl_01.ttl_01_done .en::after {
  width: 50px;
}
.ttl_01 .jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.ttl_01 .jp span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
}
.ttl_01.left {
  display: inline-block;
  margin: 0 0 23px;
  text-align: left;
}
.ttl_01.left .en::after {
  left: 0;
  margin-left: 0;
}
.ttl_01.left .jp {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .ttl_01.left {
    display: table;
    margin: 0 auto 23px;
    text-align: center;
  }
  .ttl_01.left .en {
    margin: 0 auto 15px;
  }
  .ttl_01.left .en::after {
    left: 50%;
    margin-left: -25px;
  }
  .ttl_01.left .jp {
    margin: 0 auto;
  }
}

.ttl_02 {
  width: 100%;
  display: block;
  margin-bottom: 38px;
  text-align: center;
}
.ttl_02 .en {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  padding: 0 30px;
  line-height: 60px;
}
.ttl_02 .en::before, .ttl_02 .en::after {
  content: "";
  display: block;
  width: 2px;
  height: 38px;
  background: #1a84b5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 1.2s;
  opacity: 0;
}
.ttl_02 .en::before {
  left: 0;
}
.ttl_02 .en::after {
  right: 0;
}
.ttl_02 .en.txt_show::before, .ttl_02 .en.txt_show::after {
  opacity: 1;
  transform: translateY(-50%) rotate(38deg);
}
@media screen and (max-width: 640px) {
  .ttl_02 .en {
    line-height: 40px;
    padding: 0 20px;
  }
  .ttl_02 .en::before, .ttl_02 .en::after {
    height: 26px;
  }
  .ttl_02 .en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ttl_02 .jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  text-align: center;
}
.ttl_02 .jp span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (max-width: 640px) {
  .ttl_02 .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ttl_02 .jp span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ttl_02.left .en {
  margin: 0 0 15px;
}
.ttl_02.left .jp {
  margin: 0;
}

.ttl_03 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*-----------------------------------------------
scroll
-----------------------------------------------*/
.scroll_down {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translateX(-50%);
  opacity: 0;
}
.scroll_down_txt {
  display: block;
  color: #fff;
  letter-spacing: 0.3em;
  margin-bottom: 13px;
}
.scroll_down .mouse {
  position: relative;
  /*
  		top: 0;
  		left: 50%;
  */
  width: 30px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll_down .mouse::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollCircle {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
}
/*-----------------------------------------------
top
-----------------------------------------------*/
/*-----------------------------------------------
hero
-----------------------------------------------*/
.hero_wrap {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  margin: 0 auto 60px;
}
.hero_wrap_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.hero_wrap_inner .ttl {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
.hero_wrap_inner .ttl .en {
  display: block;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero_wrap_inner .ttl .jp {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .hero_wrap_inner .ttl .en {
    display: block;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
  .hero_wrap_inner .ttl .jp {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.hero_wrap .swiper-container {
  height: 100%;
}
.hero_wrap .swiper-container .swiper-pagination {
  z-index: 110;
  top: 50%;
  left: 140px;
  bottom: inherit;
  width: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .hero_wrap .swiper-container .swiper-pagination {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero_wrap .swiper-container .swiper-pagination {
    display: none;
  }
}
.hero_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1.0;
  background-color: #f4f4f4;
  display: block;
  margin: 30px auto;
}
.hero_wrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1a84b5;
}
.hero_wrap .hero_bg01 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/hero-bg01.jpg");
}
.hero_wrap .hero_bg02 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/hero-bg02.jpg");
}
.hero_wrap .hero_bg03 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/hero-bg03.jpg");
}
.hero_wrap .hero_bg04 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/hero-bg04.jpg");
}

.scroll_bar_wrap {
  position: absolute;
  width: 100%;
  height: 145px;
  text-align: center;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .scroll_bar_wrap {
    height: 95px;
  }
}
.scroll_bar_wrap span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0;
}
.scroll_bar_wrap span .scroll_bar {
  display: inline-block;
  width: 8px;
  height: 80px;
  transform: translate3d(0, 0, 0);
  animation: scrollbar 3.5s infinite cubic-bezier(0.8, 0, 0.2, 1);
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  /*
  			@media  screen and (max-width: 640px) {
  				&{
  					height: 80px;
  				}
  			}
  */
}

@keyframes scrollbar {
  0% {
    height: 0px;
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  10% {
    height: 0px;
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  38% {
    height: 80px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    height: 80px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  90% {
    height: 0px;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
  }
  100% {
    height: 0px;
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
}
/*-----------------------------------------------
sec_top
-----------------------------------------------*/
.sec_top01 {
  padding: 60px 0;
}
.sec_top01 .img {
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  .sec_top01 .img {
    width: 100%;
  }
}
.sec_top01 .txt {
  width: 50%;
  float: right;
  padding-left: 50px;
  padding-top: 80px;
}
.sec_top01 .txt_inner {
  width: 100%;
  max-width: 520px;
  padding: 0 10px;
}
.sec_top01 .txt_inner .desc {
  width: 100%;
  margin-bottom: 40px;
}
.sec_top01 .txt_inner .desc .sub {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .sec_top01 .txt {
    padding-top: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec_top01 .txt {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.sec_top02 .img {
  width: 50%;
  float: right;
}
@media screen and (max-width: 640px) {
  .sec_top02 .img {
    width: 100%;
  }
}
.sec_top02 .txt {
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-top: 80px;
}
.sec_top02 .txt_inner {
  width: 100%;
  max-width: 520px;
  float: right;
  padding: 0 10px;
}
.sec_top02 .txt_inner .desc {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_top02 .txt {
    padding-top: 60px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec_top02 .txt {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.sec_top_bg {
  width: 100%;
  height: 440px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/top/bg-01.jpg");
  position: relative;
  background-attachment: fixed;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sec_top_bg {
    background-attachment: scroll;
  }
}
.sec_top_bg::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}

.sec_top03 {
  padding: 0;
  margin: 0 auto 120px;
}
@media screen and (max-width: 640px) {
  .sec_top03 {
    margin: 0 auto 60px;
  }
}
.sec_top03 .sec_top03_list {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.sec_top03 .sec_top03_list li {
  width: 50%;
  padding: 0 30px;
  float: left;
}
.sec_top03 .sec_top03_list li:nth-child(5), .sec_top03 .sec_top03_list li:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .sec_top03 .sec_top03_list li {
    width: 100%;
    margin-bottom: 40px !important;
  }
  .sec_top03 .sec_top03_list li:last-child {
    margin-bottom: 0 !important;
  }
}
.sec_top03 .sec_top03_list li .img {
  position: relative;
}
.sec_top03 .sec_top03_list li .img img {
  position: relative;
  z-index: 0;
}
.sec_top03 .sec_top03_list li .img .num {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 13px;
  left: 20px;
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.0;
  letter-spacing: 0.04em;
}
.sec_top03 .sec_top03_list li .img .box {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 90%;
  max-width: 150px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 20px 0;
}
.sec_top03 .sec_top03_list li .desc {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 10px;
  margin-bottom: 40px;
}
.sec_top03 .sec_top03_list li .ttl_02 {
  padding-top: 10px;
  margin-bottom: 20px;
}

.sec_gallery_list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.sec_gallery_list li {
  width: 25%;
  float: left;
  padding: 10px 10px 10px;
}
@media screen and (max-width: 640px) {
  .sec_gallery_list li {
    width: 50%;
  }
}
.sec_gallery_list .post,
.sec_gallery_list .post .post-image::after,
.sec_gallery_list .post .post-image figure .img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec_gallery_list .post {
  display: block;
  color: #222222;
  position: relative;
  overflow: hidden;
}
.sec_gallery_list .post .post a {
  display: block;
}
.sec_gallery_list .post .post-image {
  position: relative;
  text-align: center;
}
.sec_gallery_list .post .post-image::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  content: '';
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 90%;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(253, 177, 30, 0.6);
  opacity: 0;
}
.sec_gallery_list .post .post-image figure {
  overflow: hidden;
  text-align: left;
}
.sec_gallery_list .post .post-image figure .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform: scale(1);
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_gallery_list .post .post-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin 0.3s 0,opacity 0.3s 0;
  transition: margin 0.3s 0,opacity 0.3s 0;
}
.sec_gallery_list .post:hover .post-image figure .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sec_gallery_list .post:hover .post-image::after {
  opacity: 1;
}
.sec_gallery_list .post:hover .post-image p {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: margin 0.3s 0.3s,opacity 0.3s 0.3s;
  transition: margin 0.3s 0.3s,opacity 0.3s 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_gallery_list .post .post-data {
  display: block;
}
.sec_gallery_list .post .post-data .post-data-date {
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  margin-top: 10px;
}
.sec_gallery_list .post .post-data .ttl {
  color: #222222;
}

.sec_top_recruit {
  padding: 60px 0;
}
.sec_top_recruit .img {
  width: 55.172414%;
  float: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .sec_top_recruit .img {
    width: 100%;
  }
}
.sec_top_recruit .txt {
  width: 52.586207%;
  float: right;
  padding: 60px;
  position: relative;
  margin-top: -43.103448%;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .sec_top_recruit .txt {
    margin-top: 0;
  }
}
.sec_top_recruit .txt_inner {
  width: 100%;
  max-width: 520px;
  padding: 0 10px;
}
.sec_top_recruit .txt_inner .desc {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_top_recruit .txt {
    padding-top: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec_top_recruit .txt {
    width: 100%;
    padding: 30px 0;
  }
}

.sec_top_news_list {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec_top_news_list {
    padding: 0 10px;
  }
}
.sec_top_news_list li {
  border-bottom: 1px dashed #222222;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sec_top_news_list li a {
  display: block;
}
.sec_top_news_list li a dl {
  display: block;
  overflow: hidden;
}
.sec_top_news_list li a dl dt {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 0;
}
.sec_top_news_list li a dl dt .date {
  display: inline-block;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}
.sec_top_news_list li a dl dt .cat {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #1a84b5;
  color: #fff;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .sec_top_news_list li a dl dt {
    width: 100%;
    padding: 10px 0;
  }
}
.sec_top_news_list li a dl dd {
  width: 100%;
  float: right;
  color: #222222;
  position: relative;
  padding-right: 40px;
}
.sec_top_news_list li a dl dd.pdf::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: -15px;
  font-size: 30px;
  font-size: 3.0rem;
  color: #1a84b5;
}
.sec_top_news_list li a dl dd.excel::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c3";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: -15px;
  font-size: 30px;
  font-size: 3.0rem;
  color: #1a84b5;
}
.sec_top_news_list li a dl dd.word::after {
  font-family: "Font Awesome 5 Free";
  content: "\f1c2";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: -15px;
  font-size: 30px;
  font-size: 3.0rem;
  color: #1a84b5;
}
@media screen and (max-width: 768px) {
  .sec_top_news_list li a dl dd {
    width: 100%;
  }
}
.sec_top_news_list li a:hover dl dd {
  color: #1a84b5;
}
.sec_top_news_list.yotei {
  max-width: 650px;
}
.sec_top_news_list.yotei a {
  display: block;
  margin: 0 auto;
  max-width: 550px;
  color: #222222;
}
.sec_top_news_list.yotei a:hover {
  color: #1a84b5;
}

/*-----------------------------------------------
bread
-----------------------------------------------*/
#bread {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #bread {
    height: 70px;
  }
}
#bread.h_a {
  height: auto;
}

#bread_inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2px 10px 0;
  position: relative;
  overflow: hidden;
}

#bread_inner nav {
  float: left;
  margin-top: 0px;
}

#bread_inner nav ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

#bread_inner nav ul li {
  display: inline-block;
  color: #222222;
}

#bread_inner nav ul li a {
  color: #222222;
}

#bread_inner nav ul li a:hover {
  color: #b6b6b6;
}

/*-----------------------------------------------
bottom
-----------------------------------------------*/
#hero_wrap_bottom {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 260px;
  position: relative;
}
#hero_wrap_bottom .hero_wrap_bottom_inner {
  margin: 0;
  width: 100%;
  height: 260px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  color: #fff;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .ttl_txt {
  display: block;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .scene_bar {
  width: 2px;
  height: 64px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .scene_bar::before, #hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .scene_bar::after {
  content: '';
  width: 2px;
  height: 64px;
  position: absolute;
  display: inline-block;
  background-color: #222222;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .scene_bar::before {
  top: -64px;
  left: 50%;
  margin-left: -1px;
}
#hero_wrap_bottom .hero_wrap_bottom_inner .hero_wrap_bottom_bg .bottom_ttl_wrap .bottom_ttl .scene_bar::after {
  bottom: -64px;
  left: 50%;
  margin-left: -1px;
}

.bottom_top01 .img {
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  .bottom_top01 .img {
    width: 100%;
    float: none;
  }
}
.bottom_top01 .txt {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .bottom_top01 .txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .bottom_top01 .txt {
    width: 100%;
    position: static;
    transform: translateY(0);
    padding: 20px;
  }
}
.bottom_top01 .txt_inner {
  display: block;
  width: 100%;
  position: relative;
}
.bottom_top01 .txt_inner .desc01 {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.bottom_top01 .txt_inner .desc02 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 640px) {
  .bottom_top01 .txt_inner .desc02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.bottom_top02 .img {
  width: 50%;
  float: left;
}
@media screen and (max-width: 768px) {
  .bottom_top02 .img {
    width: 100%;
    float: none;
  }
}
.bottom_top02 .txt {
  width: 50%;
  text-align: left;
  float: right;
  padding-left: 60px;
  /*
  		@media  screen and (max-width: 640px) {
  			&{
  				width: 100%;
  				padding-left: 0;
  			}
  		}
  */
}
@media screen and (max-width: 768px) {
  .bottom_top02 .txt {
    width: 100%;
    max-width: 640px;
    padding-left: 0;
    float: none;
    margin: 0 auto;
  }
}
.bottom_top02 .txt .txt_inner {
  width: 100%;
  max-width: 530px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .bottom_top02 .txt .txt_inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bottom_top02 .txt .txt_inner {
    margin: 0;
    padding: 20px 10px 25px;
    max-width: none;
  }
}
.bottom_top02 .txt .txt_inner .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.bottom_top02 .txt .txt_inner p .right {
  display: block;
  text-align: right;
}
.bottom_top02 .txt.right {
  float: right;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .bottom_top02 .txt.right {
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bottom_top02 .txt.right {
    padding-left: 0;
  }
}

.bottom_cont01 .img_txt_wrap {
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
.bottom_cont01 .img_txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
}
.bottom_cont01 .img_txt .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bottom_cont01 .img_txt .img.left {
  order: 1;
}
.bottom_cont01 .img_txt .img.right {
  order: 2;
}
.bottom_cont01 .img_txt .txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt .txt {
    width: 100%;
  }
}
.bottom_cont01 .img_txt .txt .txt_inner {
  width: 100%;
  max-width: 530px;
  /*
  				@media  screen and (max-width: 1024px) {
  					&{
  						margin-top: 30px;
  					}
  				}
  				
  				@media  screen and (max-width: 768px) {
  					&{
  						margin-top: 10px;
  					}
  				}
  */
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt .txt .txt_inner {
    max-width: none;
  }
}
.bottom_cont01 .img_txt .txt .txt_inner .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.bottom_cont01 .img_txt .txt.left {
  order: 1;
  padding-right: 60px;
  /*
  				
  				@media  screen and (max-width: 640px) {
  					&{
  						padding-right: 0;
  					}
  				}
  */
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt .txt.left {
    padding-right: 0;
  }
}
.bottom_cont01 .img_txt .txt.left .txt_inner {
  float: right;
}
.bottom_cont01 .img_txt .txt.right {
  order: 2;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .bottom_cont01 .img_txt .txt.right {
    padding-left: 0;
  }
}

.bottom_recruit_list {
  width: 100%;
}
.bottom_recruit_list li {
  margin-top: 60px;
}
.bottom_recruit_list li:first-child {
  margin-top: 0;
}

.bottom_recruit01 .img {
  width: 100%;
  height: 340px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/recruit/bg-recruit.jpg");
  margin: 0 auto 30px;
}
.bottom_recruit01 .img_inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.bottom_recruit01 .img_inner .ttl {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.bottom_recruit01 .img_inner .ttl .en {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .bottom_recruit01 .img_inner .ttl .en {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.bottom_recruit01 .img_inner .ttl .jp {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
}
.bottom_recruit01 .txt {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 14px 0;
}
.bottom_recruit01 .txt::before {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  background-color: #1a84b5;
  position: absolute;
  top: 0px;
  left: 110px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .bottom_recruit01 .txt::before {
    content: none;
  }
}
.bottom_recruit01 .txt .dl_rec {
  width: 100%;
  overflow: hidden;
}
.bottom_recruit01 .txt .dl_rec dt {
  display: block;
  width: 110px;
  float: left;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bottom_recruit01 .txt .dl_rec dt {
    width: 100%;
    border-bottom: 1px solid #1a84b5;
  }
}
.bottom_recruit01 .txt .dl_rec dd {
  display: block;
  width: calc(100% - 110px);
  float: right;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .bottom_recruit01 .txt .dl_rec dd {
    width: 100%;
    padding: 0 0 20px;
  }
}

.nagare_wrap .content_wrap_inner {
  max-width: 1230px;
  padding: 0;
}
.nagare_wrap .content_wrap_inner .ttl {
  display: block;
  width: calc(100% - 70px);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.nagare_wrap .content_wrap_inner .ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a84b5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.nagare_wrap .content_wrap_inner .ttl span {
  position: relative;
  z-index: 10;
  display: block;
  width: 170px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #1a84b5;
}
.nagare_wrap .content_wrap_inner .list {
  width: 100%;
  overflow: hidden;
}
.nagare_wrap .content_wrap_inner .list li {
  width: 33.333333%;
  float: left;
  padding: 0 35px;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nagare_wrap .content_wrap_inner .list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .nagare_wrap .content_wrap_inner .list li {
    width: 100%;
    padding: 0 10px;
  }
}
.nagare_wrap .content_wrap_inner .list li .img {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.nagare_wrap .content_wrap_inner .list li .img::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #1a84b5;
  border-right: 2px solid #1a84b5;
  transform: rotate(-45deg);
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -12px;
}
@media screen and (max-width: 640px) {
  .nagare_wrap .content_wrap_inner .list li .img::after {
    content: none !important;
    display: none !important;
  }
}
.nagare_wrap .content_wrap_inner .list li:nth-child(3) .img::after, .nagare_wrap .content_wrap_inner .list li:nth-child(6) .img::after {
  content: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .nagare_wrap .content_wrap_inner .list li:nth-child(1) .img::after, .nagare_wrap .content_wrap_inner .list li:nth-child(3) .img::after, .nagare_wrap .content_wrap_inner .list li:nth-child(5) .img::after {
    content: '';
    display: block;
  }
  .nagare_wrap .content_wrap_inner .list li:nth-child(2) .img::after, .nagare_wrap .content_wrap_inner .list li:nth-child(4) .img::after, .nagare_wrap .content_wrap_inner .list li:nth-child(6) .img::after {
    content: none;
    display: none;
  }
}
.nagare_wrap .content_wrap_inner .list li span {
  display: block;
  line-height: 1.0;
  color: #1a84b5;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.nagare_wrap .content_wrap_inner .list li p {
  font-size: 14px;
  font-size: 1.4rem;
}

.bottom_recruit_form {
  max-width: 1020px;
  margin: 0 auto;
}
.bottom_recruit_form dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.bottom_recruit_form dl.last {
  margin-bottom: 70px;
}
.bottom_recruit_form dl dt {
  display: block;
  width: 150px;
  float: left;
  font-weight: bold;
}
.bottom_recruit_form dl dt span {
  color: #ff0000;
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  .bottom_recruit_form dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.bottom_recruit_form dl dd {
  display: block;
  width: 700px;
  float: left;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bottom_recruit_form dl dd {
    width: 100%;
  }
}
.bottom_recruit_form dl dd .error_blank {
  color: #fc0202;
}
.bottom_recruit_form dl dd span.wpcf7-list-item {
  display: inline-block !important;
  margin: 0 !important;
}
.bottom_recruit_form dl dd span.wpcf7-list-item-label {
  font-weight: bold;
}
.bottom_recruit_form p {
  text-align: center;
}
.bottom_recruit_form .recruit_form input,
.bottom_recruit_form .recruit_form textarea {
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-appearance: none;
}
.bottom_recruit_form .recruit_form input {
  max-width: 700px !important;
  border-top: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  min-height: 30px;
}
.bottom_recruit_form .recruit_form.check input {
  width: auto;
}
.bottom_recruit_form .recruit_form.check label span {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px;
}
.bottom_recruit_form .recruit_form.yubin_wrap dd .your-yubin {
  display: inline-block !important;
  width: 220px;
  margin-left: 10px;
}
.bottom_recruit_form .recruit_form.age_wrap dd .your-age {
  display: inline-block !important;
  width: 100px;
  margin-right: 10px;
}
.bottom_recruit_form .recruit_form textarea {
  max-width: 700px !important;
  min-height: 300px !important;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .bottom_recruit_form .recruit_form input,
  .bottom_recruit_form .recruit_form textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bottom_recruit_form #form_submit input {
  color: #fff;
  width: 180px;
  height: 36px !important;
  line-height: 34px;
  background-color: #1a84b5 !important;
  border: 1px solid #1a84b5;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -moz-transform: all .4s;
  transition: all .4s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  cursor: pointer;
  padding: 0 !important;
}
.bottom_recruit_form #form_submit input:hover {
  background-color: #ffffff !important;
  color: #1a84b5 !important;
}

.bottom_list {
  padding: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  .bottom_list {
    padding: 40px 0 10px;
  }
}
.bottom_list.ttl_bt {
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .bottom_list.ttl_bt {
    padding: 0 0 10px;
  }
}
.bottom_list ul {
  width: 100%;
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
}
.bottom_list ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.bottom_list ul li p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 10px;
}
.bottom_list ul li p .sub {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .bottom_list ul li {
    width: 50%;
  }
  .bottom_list ul li p {
    /*
    						text-align: center;
    						font-size: 10px;
    						font-size: 1.0rem;
    						font-weight: bold;
    */
  }
}
@media screen and (max-width: 640px) {
  .bottom_list ul li {
    width: 100%;
  }
}

.company_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.company_list li {
  overflow: hidden;
  border-bottom: 1px dotted #222222;
}
.company_list li.border_none {
  border-bottom: none;
}
.company_list li dl {
  overflow: hidden;
}
.company_list li dl dt {
  display: block;
  width: 160px;
  text-align: left;
  float: left;
  padding: 3px 0 3px;
  font-weight: bold;
  padding-left: 20px;
}
.company_list li dl dt span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (max-width: 640px) {
  .company_list li dl dt {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
.company_list li dl dd {
  display: block;
  width: calc(100% - 160px);
  float: right;
  text-align: left;
  padding: 3px 10px 3px 40px;
  overflow: hidden;
}
.company_list li dl dd .w_50 {
  display: block;
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  .company_list li dl dd .w_50 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .company_list li dl dd {
    width: 100%;
    padding: 3px 0 3px;
  }
}

.company_addr dl {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
.company_addr dl dt {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.company_addr dl dd {
  display: block;
}

#map {
  width: 100%;
  height: 360px;
}

.bottom_single .img {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 30px;
}
.bottom_single .txt {
  width: 100%;
  max-width: 740px;
  margin: 30px auto 40px;
}
.bottom_single .txt .sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
}
.bottom_single .txt .desc {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bottom_single .txt .desc.left {
  text-align: left;
}

.qa_wrap .qa_list {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.qa_wrap .qa_list li {
  border-bottom: 1px dashed #e2eef4;
}
.qa_wrap .qa_list li .qa_list_dl {
  overflow: hidden;
}
.qa_wrap .qa_list li .qa_list_dl dt {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 40px 14px 65px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .qa_wrap .qa_list li .qa_list_dl dt {
    padding: 14px 40px 14px 45px;
  }
}
.qa_wrap .qa_list li .qa_list_dl dt .circle {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #1a84b5;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
}
.qa_wrap .qa_list li .qa_list_dl dt .circle::before, .qa_wrap .qa_list li .qa_list_dl dt .circle::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background-color: #e2eef4;
  position: absolute;
  left: 8px;
  top: 14px;
  transition: all .4s;
  transform: rotate(0);
}
.qa_wrap .qa_list li .qa_list_dl dt .circle::after {
  transform: rotate(90deg);
}
.qa_wrap .qa_list li .qa_list_dl dt:hover .circle::before, .qa_wrap .qa_list li .qa_list_dl dt.active .circle::before {
  transform: rotate(180deg);
}
.qa_wrap .qa_list li .qa_list_dl dt:hover .circle::after, .qa_wrap .qa_list li .qa_list_dl dt.active .circle::after {
  transform: rotate(360deg);
}
.qa_wrap .qa_list li .qa_list_dl dt::before {
  content: 'Q.';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #1a84b5;
}
@media screen and (max-width: 640px) {
  .qa_wrap .qa_list li .qa_list_dl dt::before {
    left: 0;
  }
}
.qa_wrap .qa_list li .qa_list_dl dd {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 25px 65px;
  display: none;
}
@media screen and (max-width: 640px) {
  .qa_wrap .qa_list li .qa_list_dl dd {
    padding: 0 0 25px 45px;
  }
}
.qa_wrap .qa_list li .qa_list_dl dd::before {
  content: 'A.';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #1a84b5;
}
@media screen and (max-width: 640px) {
  .qa_wrap .qa_list li .qa_list_dl dd::before {
    left: 0;
  }
}

.gallery_wrap .content_wrap_inner {
  padding: 0;
}
.gallery_wrap .content_wrap_inner ul {
  width: 100%;
}
.gallery_wrap .content_wrap_inner ul li {
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.gallery_wrap .content_wrap_inner ul li img {
  transform: scale(1);
  transition: transform .4s;
}
.gallery_wrap .content_wrap_inner ul li:hover {
  z-index: 10;
}
.gallery_wrap .content_wrap_inner ul li:hover img {
  transform: scale(1.5);
}
@media screen and (max-width: 768px) {
  .gallery_wrap .content_wrap_inner ul li {
    width: 50%;
  }
  .gallery_wrap .content_wrap_inner ul li img {
    transform: scale(1) !important;
    transition: transform;
  }
}
@media screen and (max-width: 640px) {
  .gallery_wrap .content_wrap_inner ul li {
    width: 100%;
  }
}

.recruit_lndex {
  width: 96%;
  max-width: 1160px;
  margin: 0 auto 80px;
  box-shadow: 0 0 18px 10px rgba(0, 0, 0, 0.05);
  padding: 70px 10px 60px;
}
.recruit_lndex_list {
  padding: 10px 0 0;
}
.recruit_lndex_list li {
  overflow: hidden;
  margin-bottom: 20px;
}

.recruit_list {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
.recruit_list li {
  overflow: hidden;
  border-bottom: 1px dashed #222222;
}
.recruit_list li:last-child {
  border-bottom: none;
}
.recruit_list li dl {
  width: 100%;
  max-width: 950px;
  overflow: hidden;
  margin: 0 auto;
}
.recruit_list li dl dt {
  display: block;
  width: 150px;
  text-align: left;
  float: left;
  padding: 8px 0 8px;
  font-weight: bold;
}
.recruit_list li dl dt span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (max-width: 640px) {
  .recruit_list li dl dt {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
.recruit_list li dl dd {
  display: block;
  width: calc(100% - 150px);
  float: right;
  text-align: left;
  padding: 8px 0 8px;
  overflow: hidden;
}
.recruit_list li dl dd a {
  color: #1a84b5;
  text-decoration: underline;
}
.recruit_list li dl dd a:hover {
  text-decoration: none;
}
.recruit_list li dl dd .w_50 {
  display: block;
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  .recruit_list li dl dd .w_50 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .recruit_list li dl dd {
    width: 100%;
    padding: 8px 0;
  }
}

.recruit_button {
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  background-color: #eeeeee;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 8px;
  position: relative;
  color: #999;
  padding: 37px 90px;
}
.recruit_button:hover {
  background-color: #1a84b5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit_button {
    padding: 20px 40px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recruit_button .circle {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -25px;
}
.recruit_button .circle::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 768px) {
  .recruit_button .circle {
    width: 30px;
    height: 30px;
    right: 10px;
    margin-top: -15px;
  }
  .recruit_button .circle::after {
    border-width: 3px 0 3px 6px;
    margin-top: -2.5px;
    margin-left: -2.5px;
  }
}

/*-----------------------------------------------
single
-----------------------------------------------*/
#main {
  float: left;
  width: 100%;
  margin: 0 -296px 0 0;
  padding: 0 296px 0 0;
}
@media screen and (max-width: 768px) {
  #main {
    float: left;
    width: 100%;
    margin: 0 0 70px;
    padding: 0;
  }
}

#side {
  padding: 0;
  float: right;
  width: 296px;
  padding: 0 10px 0 40px;
}
@media screen and (max-width: 768px) {
  #side {
    padding: 0;
    float: right;
    width: 100%;
    padding: 0 10px 0;
  }
}

.blog_wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 55px;
  padding: 0;
  overflow: hidden;
}
.blog_wrap_list {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 40px;
  overflow: hidden;
}
.blog_wrap_list li {
  width: 33.333333%;
  float: left;
  padding: 10px 10px 10px;
}
@media screen and (max-width: 640px) {
  .blog_wrap_list li {
    width: 50%;
  }
}
.blog_wrap_list .post,
.blog_wrap_list .post .post-image::after,
.blog_wrap_list .post .post-image figure .img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blog_wrap_list .post {
  display: block;
  color: #222222;
  position: relative;
  overflow: hidden;
}
.blog_wrap_list .post .post a {
  display: block;
}
.blog_wrap_list .post .post-image {
  position: relative;
  text-align: center;
}
.blog_wrap_list .post .post-image::after {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  content: '';
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 90%;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: rgba(253, 177, 30, 0.6);
  opacity: 0;
}
.blog_wrap_list .post .post-image figure {
  overflow: hidden;
  text-align: left;
}
.blog_wrap_list .post .post-image figure .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform: scale(1);
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_wrap_list .post .post-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin 0.3s 0,opacity 0.3s 0;
  transition: margin 0.3s 0,opacity 0.3s 0;
}
.blog_wrap_list .post:hover .post-image figure .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog_wrap_list .post:hover .post-image::after {
  opacity: 1;
}
.blog_wrap_list .post:hover .post-image p {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: margin 0.3s 0.3s,opacity 0.3s 0.3s;
  transition: margin 0.3s 0.3s,opacity 0.3s 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
}
.blog_wrap_list .post .post-data {
  display: block;
}
.blog_wrap_list .post .post-data .post-data-date {
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  margin-top: 10px;
}
.blog_wrap_list .post .post-data .ttl {
  color: #222222;
}

/* sidebar */
#side .side_posts {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  color: #222222;
}

#side .side_posts h3 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 13px;
  position: relative;
  text-align: left;
}

#side .side_posts h3::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #222222;
  bottom: 0;
  left: 0;
}

#side .side_posts h3 .side_title_en {
  display: block;
  line-height: 1.0;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 9px;
}

#side .side_posts h3 .side_title_jp {
  display: block;
  line-height: 1.0;
  font-size: 12px;
  font-size: 1.2rem;
}

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

.side_cat li {
  width: 100%;
  height: 41px;
  border-bottom: 1px dotted #222222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
}

.side_cat li:first-child {
  height: 42px;
  border-top: 1px dotted #222222;
}

.side_cat li a {
  display: block;
  position: relative;
  width: 100%;
  line-height: 40px;
  text-align: left;
  padding-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transform: all .4s;
  -moz-transform: all .4s;
  transition: all .4s;
  color: #222222;
}

.side_cat li a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -4px;
  -webkit-transform: all .2s;
  -moz-transform: all .2s;
  transition: all .2s;
}

.side_cat li a:hover {
  background-color: #f7f7f7;
  color: #222222;
}

.side_cat li a:hover::after {
  right: 7px;
}

.post-nav {
  width: 100%;
  max-width: 908px;
  padding: 0 10px;
  margin: 50px auto 0;
}
@media (max-width: 768px) {
  .post-nav {
    margin: 0 auto;
  }
}

.wp-pagenavi {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 1px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wp-pagenavi {
    /* 		margin-bottom: 60px; */
  }
}
.wp-pagenavi {
  font-size: 0;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  /* position: absolute; */
  display: inline-block;
  /* padding-bottom: 25px; */
  line-height: 32px;
  height: 33px;
  margin: 0;
  /*     margin: 0 20px; */
  /*     color: #adadad; */
  color: #9a9a9a;
  font-size: 14px;
  font-size: 1.4rem;
}

.wp-pagenavi a {
  color: #9a9a9a;
}

.wp-pagenavi a, .wp-pagenavi span {
  line-height: 32px;
  height: 33px;
  min-width: 55px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  bottom: -1px;
  position: relative;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
  position: relative;
  border-bottom: 1px solid #222222;
  color: #222222;
  -webkit-transform: all .4s;
  -moz-transform: all .4s;
  transition: all .4s;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  border-bottom: none;
}

@media (max-width: 768px) {
  .wp-pagenavi a.page {
    display: none;
  }

  .wp-pagenavi .nextpostslink {
    float: right;
    margin: 0 0 0 20px;
  }

  .wp-pagenavi .previouspostslink {
    float: left;
    margin: 0 20px 0 0;
  }

  .wp-pagenavi .last,
  .wp-pagenavi .first {
    display: none;
  }

  .wp-pagenavi .extend {
    display: none;
  }
}
/* post_single */
.post_single {
  width: 100%;
  float: left;
  padding: 0 10px;
  overflow: hidden;
  text-align: left;
}

.post_single .post_header {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.post_single .post_header .post_data_date {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

.post_single .post_header .post_data {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 0;
  margin-bottom: 20px;
}

.post_single .post_header .post_data li {
  display: inline-block;
  /* 				margin-left: 20px; */
  margin-right: 20px;
  line-height: 25px;
}

/*
			.post_single .post_header .post_data li:first-child{
				margin-left: 0px;
			}
*/
.post_single .post_header .post_data .post_data_cat {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #1a84b5;
  color: #fff;
  padding: 0 17px;
}

.post_single .post_header .post_data .post_data_auth {
  font-size: 12px;
  font-size: 1.2rem;
}

.post_single .post_header .post_data .post_data_date {
  font-size: 14px;
  font-size: 1.4rem;
}

.post_single .post_header h1 {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.post_contents_wrap {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.post_contents_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.post_contents_wrap pre {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  white-space: normal !important;
}

.post_contents_wrap p strong {
  font-weight: bold;
}

.post_contents_wrap h2,
.post_contents_wrap h3,
.post_contents_wrap h4,
.post_contents_wrap h5 {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  width: 100%;
  margin: 63px 0 20px;
}

.post_contents_wrap h2 {
  border-left: 5px solid #222222;
  padding: 0 15px;
}

.post_contents_wrap h3 {
  background-color: #eaeaea;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.post_contents_wrap h4 {
  border-bottom: 1px solid #222222;
}

.post_contents_wrap img {
  width: auto;
  /* 			margin:  5px 0; */
}

.post_contents_wrap a {
  color: #0092f4;
}

.post_contents_wrap a:hover {
  color: #1a0dab;
  text-decoration: underline;
}

.post_contents_wrap video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.post_contents_wrap .youtube_wp {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 20px;
}

.post_contents_wrap .youtube_wp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .post_single .post_header h1 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }

  .post_contents_wrap h2,
  .post_contents_wrap h3,
  .post_contents_wrap h4,
  .post_contents_wrap h5 {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    width: 100%;
    margin: 63px 0 20px;
  }
}
.single-nav {
  width: 100%;
  display: block;
  margin: 0 auto 140px;
  padding: 23px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-nav {
    margin: 0 auto;
  }
}
.single-nav a:hover {
  color: #e5c687;
}

.single-nav .prev {
  display: block;
  float: left;
}

.single-nav .next {
  display: block;
  float: right;
}

.marumi_01 .marumi_01_inner {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .marumi_01 .marumi_01_inner {
    max-width: 600px;
  }
}
.marumi_01 .ttl {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #1a84b5;
  max-width: 560px;
  padding-bottom: 5px;
  color: #1a84b5;
}
@media (max-width: 1024px) {
  .marumi_01 .ttl {
    max-width: 600px;
    margin: 0 auto;
  }
}
.marumi_01 .txt {
  width: 50%;
  max-width: 560px;
  float: left;
  padding-top: 5px;
}
.marumi_01 .txt p {
  margin-bottom: 70px;
}
.marumi_01 .txt img {
  width: 100%;
  max-width: 264px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .marumi_01 .txt {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }
}
.marumi_01 .img {
  width: 50%;
  float: right;
}
@media (max-width: 1024px) {
  .marumi_01 .img {
    width: 100%;
    max-width: none;
  }
}

.marumi_02 .marumi_02_inner {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .marumi_02 .marumi_02_inner {
    max-width: 600px;
  }
}
.marumi_02 .marumi_02_inner .left {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.marumi_02 .marumi_02_inner .left img {
  max-width: 390px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .marumi_02 .marumi_02_inner .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.marumi_02 .marumi_02_inner .right {
  width: 50%;
  float: right;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .marumi_02 .marumi_02_inner .right {
    width: 100%;
    padding: 0;
  }
}
.marumi_02 .marumi_02_inner .right_inner {
  max-width: 495px;
  float: right;
}
@media (max-width: 1024px) {
  .marumi_02 .marumi_02_inner .right_inner {
    float: none;
    max-width: none;
  }
}
.marumi_02 .marumi_02_inner .right_inner img {
  max-width: 440px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .marumi_02 .marumi_02_inner .right_inner img {
    margin: 0 auto 30px;
  }
}
.marumi_02 .marumi_02_inner .right_inner p {
  font-size: 12px;
  font-size: 1.2rem;
}

.marumi_table_wrap {
  width: 100%;
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .marumi_table_wrap {
    overflow-x: scroll;
  }
  .marumi_table_wrap::-webkit-scrollbar {
    background: #fff;
    border-radius: 5px;
    height: 4px;
    border: 1px solid #000;
  }
  .marumi_table_wrap::-webkit-scrollbar-thumb {
    background: #1a84b5;
    border-radius: 5px;
  }
}
.marumi_table_wrap .marumi_table {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  min-width: 750px;
}
.marumi_table_wrap .marumi_table caption {
  text-align: left;
  padding-bottom: 10px;
}
.marumi_table_wrap .marumi_table caption strong {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1a84b5;
}
.marumi_table_wrap .marumi_table th {
  background-color: #1a84b5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: calc(100% / 9);
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px;
}
.marumi_table_wrap .marumi_table th.grey {
  background-color: #d8d6d6;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
}
.marumi_table_wrap .marumi_table td {
  width: calc(100% / 9);
  text-align: center;
  vertical-align: middle;
  background-color: #ecebeb;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.bottom_txt p {
  margin-bottom: 20px;
}
.bottom_txt p.center {
  text-align: center;
}
.bottom_txt p.right {
  text-align: right;
}
.bottom_txt .pribacy {
  display: block;
  margin-bottom: 20px;
  width: 100px;
}
.bottom_txt .pribacy img {
  transition: opacity .4s;
}
.bottom_txt .pribacy:hover img {
  opacity: .7;
}
.bottom_txt strong,
.bottom_txt .bold {
  font-weight: bold;
}
.bottom_txt h3,
.bottom_txt h4,
.bottom_txt h5 {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  width: 100%;
  margin: 63px 0 20px;
}
@media screen and (max-width: 768px) {
  .bottom_txt h3,
  .bottom_txt h4,
  .bottom_txt h5 {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    width: 100%;
    margin: 63px 0 20px;
  }
}
.bottom_txt h3 {
  border-left: 5px solid #1a84b5;
  padding: 0 15px;
}
.bottom_txt h3.first {
  margin: 0 0 20px;
}
.bottom_txt h4 {
  background-color: #f4f4f4;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.bottom_txt h5 {
  border-bottom: 1px solid #1a84b5;
}
.bottom_txt .list-num {
  counter-reset: list-num;
  margin-bottom: 20px;
}
.bottom_txt .list-num li {
  counter-increment: list-num;
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
}
.bottom_txt .list-num li::before {
  content: counter(list-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.bottom_txt .list_dl {
  overflow: hidden;
}
.bottom_txt a {
  text-decoration: underline;
}

.product_table {
  margin-bottom: 80px;
}
.product_table table {
  width: 100%;
}
.product_table table tr:first-child th, .product_table table tr:first-child td {
  font-size: 1.6rem;
  background: #0b1851;
  color: #fff;
  padding: 6px;
}
.product_table table tr th, .product_table table tr td {
  font-size: 1.4rem;
  font-weight: bold;
  border: 4px solid #fff;
  text-align: center;
  vertical-align: middle;
  background: #fefbee;
  padding: 10px;
  white-space: nowrap;
}
.product_table table tr th a, .product_table table tr td a {
  color: #2a3a9e;
  padding-right: 18px;
  background: url("../images/common/ico_pdf.png") center right no-repeat;
}
.product_table table tr th.remarks, .product_table table tr td.remarks {
  white-space: normal;
  text-align: left;
  padding: 10px 25px;
}
.product_table table tr.bg_dark th, .product_table table tr.bg_dark td {
  background: #f6f1dd;
}
@media screen and (max-width: 768px) {
  .product_table {
    width: 100%;
    overflow: scroll;
    margin-bottom: 40px;
  }
  .product_table table {
    width: auto;
  }
  .product_table table tr:first-child th, .product_table table tr:first-child td {
    font-size: 1.2rem;
    padding: 3px;
  }
  .product_table table tr th, .product_table table tr td {
    font-size: 1.2rem;
    border: 2px solid #fff;
    padding: 10px 5px;
  }
  .product_table table tr th a, .product_table table tr td a {
    padding-right: 15px;
    background: url("../images/common/ico_pdf.png") center right/10px auto no-repeat;
  }
  .product_table table tr th.remarks, .product_table table tr td.remarks {
    text-align: left;
    padding: 10px;
    min-width: 200px;
  }
}

.product_attention {
  margin-top: 100px;
}
.product_attention dt {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .product_attention {
    margin-top: 60px;
  }
  .product_attention dt, .product_attention dd {
    font-size: 1.2rem;
  }
}

.tac {
  text-align: center;
}

#office_list .content_wrap_inner {
  text-align: center;
}
#office_list .content_wrap_inner dl {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
#office_list .content_wrap_inner dl dt {
  font-weight: bold;
}
#office_list .content_wrap_inner dl dd {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #office_list .content_wrap_inner dl dd {
    margin-bottom: 30px;
  }
}
#office_list .content_wrap_inner dl dd:last-child {
  margin-bottom: 0;
}
#office_list .content_wrap_inner dl dd a {
  color: #1a84b5;
  text-decoration: underline;
}
#office_list .content_wrap_inner dl dd a:hover {
  text-decoration: none;
}

.company_message {
  padding: 60px 0;
}
.company_message .img {
  width: 60%;
  float: left;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .company_message .img {
    width: 100%;
  }
}
.company_message .txt {
  width: 64%;
  float: right;
  padding: 60px;
  position: relative;
  margin-top: -32%;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .company_message .txt {
    margin-top: 0;
  }
}
.company_message .txt_inner {
  width: 100%;
  padding: 0 10px;
}
.company_message .txt_inner .desc {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .company_message .txt {
    padding-top: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .company_message .txt {
    width: 100%;
    padding: 30px 0;
  }
}

.company_txt .txt {
  text-align: center;
}
.company_txt .txt .desc {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .company_txt .txt .desc br {
    display: none;
  }
}
.company_txt .txt ul {
  display: inline-block;
  text-align: left;
}
.company_txt .txt dl {
  display: inline-block;
  text-align: left;
}
.company_txt .txt dl dt {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .dayschedule_wrap {
    padding: 0 10px;
  }
}
.dayschedule_wrap .dayschedule {
  position: relative;
  margin-bottom: 40px;
}
.dayschedule_wrap .dayschedule:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .dayschedule_wrap .dayschedule {
    margin-bottom: 20px;
  }
  .dayschedule_wrap .dayschedule:last-child {
    margin-bottom: 0;
  }
}
.dayschedule_wrap .dayschedule .img, .dayschedule_wrap .dayschedule .txt {
  width: 50%;
  float: left;
}
@media screen and (max-width: 640px) {
  .dayschedule_wrap .dayschedule .img, .dayschedule_wrap .dayschedule .txt {
    width: 100%;
    float: none;
  }
}
.dayschedule_wrap .dayschedule .txt {
  padding: 46px 40px 0;
}
.dayschedule_wrap .dayschedule .txt.pt {
  padding-top: 76px;
}
@media screen and (max-width: 640px) {
  .dayschedule_wrap .dayschedule .txt {
    padding: 20px 10px 10px !important;
  }
}
.dayschedule_wrap .dayschedule .txt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #1a84b5;
  border-bottom: 1px solid #1a84b5;
  padding: 0 0 10px 66px;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.dayschedule_wrap .dayschedule .txt .ttl span {
  position: absolute;
  bottom: 3px;
  left: -3px;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  color: #bedae7;
  font-weight: 300;
  letter-spacing: -3px;
}
@media screen and (max-width: 640px) {
  .dayschedule_wrap .dayschedule .txt .ttl {
    padding-left: 44px;
  }
  .dayschedule_wrap .dayschedule .txt .ttl span {
    font-size: 34px;
    letter-spacing: -1px;
    bottom: 4px;
  }
}
.dayschedule_wrap .dayschedule .txt .time {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  background: #1a84b5;
  line-height: 28px;
}
@media screen and (max-width: 640px) {
  .dayschedule_wrap .dayschedule .txt .time {
    width: 60px;
    font-size: 14px;
    line-height: 22px;
  }
}

.shift .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .shift .img {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
.shift .txt {
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .shift .txt {
    width: 88%;
    margin: 0 auto;
  }
  .shift .txt p {
    text-align: left;
  }
}
