@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) {
  .container {
    width: 1024px;
    margin: auto;
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .container {
    margin: auto;
    clear: both;
    padding: 10px;
  }
  img {
    width: 100%;
  }
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 1.0rem; /*全体のフォントサイズは14pxとする*/
    -webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
  }
  .hidden_sp {
    display: none;
  }
  .container {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.0rem; /*全体のフォントサイズは16pxとする*/
  }
  .container {
    max-width: 1200px;
    width: calc(100% - 100px);
  }
  .hidden_pc {
    display: none;
  }
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 999; /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100px;
  height: 60px;
  background: #132f76d1;
  border-radius: 0;
}
/*×に変化*/
.openbtn1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.openbtn1 > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 50%;
  text-align: center;
}
.openbtn1 > div:last-child {
  font-size: 11px;
  color: #FFF;
  flex-basis: 70%;
}
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  /*position: absolute;*/
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 60%;
  margin: auto;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(5px) rotate(-45deg);
  width: 50%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-5px) rotate(45deg);
  width: 50%;
}

/***************************************************
menu
***************************************************/
/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(12px);
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  background: #1443a9ed; /*背景を少し透過させる*/
  transition: all 0.3s;
}
/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
	width: 100vw;
  height: 100vh;
		right: 0px;
}
#g-nav .inner {
	display: none;
}
#g-nav.panelactive .inner {
	display: block;
}

.spNav .inner {
	margin-top: 60px;
	color: #FFF;
	border-top: 1px solid #FFF;
}
.spNav .inner a {
	color: #FFF;
	text-decoration: none;
}
.spNav .navy {
	background-color: #132F76;
}
.spNav .navy .subNav {
	padding: 8px 15px;
}
.spNav .navy .corner {
	position: relative;
}
.spNav .navy .corner::before {
    position   : absolute;
    content    : "";
    bottom     : 0px;
    right      : 0px;
    height     : 15px;
    width      : 15px;
    background : rgba(255,255,255);
    clip-path  : polygon(0% 100%, 100% 100%, 100% 0%);
}
.spNav .navy .subNav .sNav_ttl {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.spNav .navy .subNav .sNav_ttl span {
  font-family: 'Oswald', sans-serif;
	margin-right: 0.5em;
	font-size: 80%;
	font-weight: 500;
}
.spNav .navy .subNav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
}
.spNav .navy .subNav ul li {
	flex-basis: calc(50% - 4px);
}
.spNav .navy .subNav ul li.w100 {
	flex-basis: 100%;
}
.spNav .navy .subNav {
	border-bottom: 1px dotted #FFF;
}
.spNav .navy .subNav.last {
	border-bottom: none;
	padding: 0;
	display: flex;
}
.spNav .navy .subNav.last > div + div {
	border-left: 1px dotted #FFF;
}
.spNav .navy .subNav.last > div {
	flex-basis: 50%;
}
.spNav .navy .textLink a {
	display: block;
	padding: 0.5em 0 0.5em 20px;
	background-image: url("../img/arrow02.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 8px auto;
}
.spNav .navy .subNav.last a {
	padding: 15px;
	display: block;
	font-weight: bold;
}
.spNav .navy .subNav.last a span {
  font-family: 'Oswald', sans-serif;
	margin-right: 0.5em;
	font-size: 80%;
	font-weight: 500;
}
.spNav .flex2 {
	display: flex;
	padding: 8px 0;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
}
.spNav .flex2 > div {
	flex: 1;
}
.spNav .flex2 .simple + .simple {
	border-left: 1px dotted #FFF;
}
.spNav .simple.home {
	border-bottom: 1px dotted #FFF;
}
.spNav .simple a {
	display: block;
	line-height: 1.2;
	padding: 1em 15px;
	background-image: url("../img/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 23px auto;
}
.spNav .simple a span {
	font-size: 70%;
}
.spNav .simple a span::after {
	content: "\a";
	white-space: pre;
}
.spNav .flex2 .simple a {
	padding: 0.5em 15px;
}
.spNav ul.smLink {
	display: flex;
}
.spNav ul.smLink li {
	font-size: 80%;
}
.spNav ul.smLink li a {
	display: block;
	padding: 1em;
}
/*--------------------------------------------*/
/*--------------------header--------------------*/
/*-------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  position: absolute;
  background: linear-gradient(to bottom, #102a3b94, rgb(0 0 0 / 0%) 70%);
  z-index: 2;
}
#header .headWrap .logo a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-basis: 140px;
}
#header .headWrap .logo h1 {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 767px) {
  #header .headWrap {
    height: 60px;
  }
  #header .headWrap .logo {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 80%;
    display: flex;
    align-items: end;
    gap: 20px;
  }
  #header .headWrap .logo a {
    display: flex;
    column-gap: 10px;
    margin: 0.5em 0;
    flex-basis: 80%;
  }
  #header .headWrap .logo h1 {
    font-size: 0.6em;
    color: #FFF;
    position: absolute;
    bottom: -1em;
  }
  #header {
    position: fixed;
  }
  #header .headWrap .mailbtn {
    background: #F17233;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 9999;
  }
  #header .headWrap .mailbtn img {
    width: 30px;
  }
  #header .headWrap .telbtn {
    background: #F17233;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: fixed;
    top: 130px;
    right: 10px;
    z-index: 9999;
  }
  #header .headWrap .linebtn {
    background: #11b728;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: fixed;
    top: 190px;
    right: 10px;
    z-index: 9999;
  }
  #header .headWrap .telbtn img, #header .headWrap .mailbtn img, #header .headWrap .linebtn img {
    width: 30px;
  }
}
@media (min-width: 767px) {
  #header .headWrap {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 2;
    height: 100px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(47, 47, 47, 0.4) 20%, rgba(0, 0, 0, 0.53));
    color: #FFF;
    transition: color 0.4s ease-out;
  }
  #header .headWrap .logo {
    flex-basis: 300px;
    width: 300px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  #header .headWrap .logo a {
    display: flex;
    column-gap: 10px;
    margin: 0.5em 0;
  }
  #header .headWrap div:first-child {
    margin-right: auto;
  }
  #header .headWrap .menu {
    padding: 1em 1em;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
	 gap: 10px;
  }
  #header .headWrap .menu a {
    color: #FFF;
  }
  #header .headWrap .menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 20px;
  }
  #header .headWrap .menu ul li a {
    display: inline-block;
    padding: 0 8px;
    text-decoration: none;
    font-weight: 700;
  }
  #header .headWrap .headTel {
    padding: 0 1em;
  }
  #header .headWrap .headTel .tel {
    font-family: 'Bahnschrift', sans-serif;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2;
  } 
	#header .headWrap .headTel .tel::before{
    content: "\f095";
    font-family: FontAwesome;
	padding-right: 7px;
    font-size: 0.8em;
  }
  #header .headWrap .headTel span {
    font-size: 0.6em;
  }
  #header .headWrap .headContact {
    position: absolute;
    top: 9rem;
    right: 20px;
    display: flex;
    gap: 10px;
  }
}
#header .headerColorScroll {
  background: #FFF;
  color: #000;
  transition: color 0.4s ease-out;
}
#header .headWrap.headerColorScroll .logo h1 {
  color: #000;
  transition: color 0.4s ease-out;
}
#header .headWrap.headerColorScroll .menu a {
  color: #000;
  transition: color 0.4s ease-out;
}
#header .headWrap.headerColorScroll .header-logo.-before {
  display: none;
}
.header-logo.-after {
  display: none;
}
#header .headWrap.headerColorScroll .header-logo.-after {
  display: block;
}
#wrap {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 0;
}
/*--------------------------------------------*/
/*--------------------footer--------------------*/
/*-------------------------------------------*/
footer a {
  color: rgba(255, 255, 255, 1.00);
}
footer {
  background: url(../img/footBg.jpg) top center;
  background-size: cover;
  padding: 30px 0 0 0;
  color: #FFFFFF;
  clear: both;
}
@media screen and (max-width: 767px) {
  footer .info img {
    width: 60%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .info {
    float: left;
    border-right: 1px solid #FFFFFF;
    width: 56%;
    font-size: 12px;
  }
  footer .info h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .info h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  footer .info ul li {
    float: left;
    margin-right: 20px;
  }
  footer .menu {
    float: right;
    width: 43%;
    font-size: 12px;
    margin-bottom: 30px;
  }
  footer .menu ul {
    float: left;
    padding: 0 20px;
  }
  footer .menu ul li a {
    color: #FFFFFF;
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer .info {
    float: none;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .info h2 {
    margin-bottom: 10px;
  }
  footer .info h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  footer .menu {
    font-size: 12px;
  }
  footer .menu ul {
    padding: 0 30px;
  }
  footer .menu ul li a {
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .copy {
  background: #202020;
  padding: 10px 0;
  clear: both;
  text-align: center;
  font-size: 10px;
}
/*--------------------------------------------*/
/*--------------------nav--------------------*/
/*-------------------------------------------*/
#toggle {
  /*display: none;*/
}
@media screen and (min-width: 768px) {
  nav {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 999
  }
  nav ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1024px;
    height: 40px;
    margin: auto;
    transform: skew(-10deg);
  }
  #menu li {
    background: #010197;
    float: left;
    width: 20%;
    text-align: center;
  }
  #menu li a {
    display: block;
    padding: 1.2em 1em;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transform: skew(10deg);
  }
  #menu li a:hover {
    color: #010197;
  }
  #menu li:hover {
    background: #FFCC00;
  }
  #menu li:active {
    background: #FFCC00;
    position: relative;
    color: #010197;
    top: 1px;
  }
  #menu li:first-child {
    border-radius: 5px 0 0 5px;
  }
  #menu li.last {
    border-radius: 0 5px 5px 0;
  }
  nav #menu li.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
 /*
	nav {
    background: #FFFFFF;
    overflow: hidden;
  }
  nav li {
    text-align: center;
    border: 1% solid #FFFFFF;
    padding: 5px;
  }
  nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
  }
  nav li:hover {
    background: #FFCC00;
    color: #010197;
  }
  nav li:active {
    background: #FFCC00;
    position: relative;
    color: #010197;
    top: 1px;
  }
  #menu {
    display: none;
  }
  #menu li {
    width: 100%;
  }
  #toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before {
    margin-top: -6px;
  }
  #toggle a:after {
    margin-top: 2px;
  }
	*/
}

.scrollBtn{
position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}
.pagetop span {
  display: block;
  border-radius: 25px;
  background: #010197;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
}
.pagetop span i {
  color: #fff;
}
.pagetop.show {
  visibility: visible;
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) {
  .video-container {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: calc(90vh + 0vh);
    position: relative;
  }
  .video-container .vimeo {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
	  height: calc(90vh + 0vh);
  }
  .video-container .vimeo iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
.vimeo {
    height: 0;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
 z-index: -999;
  }
 .vimeo iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.v_PC { display: block; }
.v_SP { display: none; }
/* インライン要素の時 */
.v_PCinline { display: inline; }
.v_SPinline { display: none; }

@media screen and (max-width:767px) {
  .v_PC { display: none; }
  .v_SP { display: block;
	        height: 90vh;
	overflow: hidden;}
  /* インライン要素の時 */
  .v_PCinline{ display: none; }
  .v_SPinline{ display: inline; }
}




#wrap_home{
  background-color: inherit;
  overflow: hidden;
  position: relative;
  height: 80vh;
  width: 100%;
}

#wrap_home:before,
#wrap_home:after {
  content: none;
}
@media (min-width: 768px) {
#wrap_home{
  height: 90vh;
}
}
#wrap_home video {
    background-size: cover;
    position: absolute;
    height: auto;
    left: 50%;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    z-index:0;
}
@media screen and (max-width: 414px) {
  #wrap_home video {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}

.topics{
	padding:4em;
	overflow:hidden;}
.topics h2{
	width:280px;
	float:left;
	font-size:5em;
	line-height:0.7em;
	color:#DFDFDF;
	margin-bottom:20px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
	}
.topics h2 span{
	font-size:0.2em;
	line-height:1em;
    transform: skew(-10deg);
	background:#DFDFDF;
	display: inline-block;
	margin-left:10px;
	color:#000000;
	padding:0.4em 1em;
	border-radius: 5px;
	text-decoration:none;
	}
.topics_n > div {
	padding: 15px;
}
.topics_n .topiWrap {
	display: flex;
	flex-direction: column;
}
.topics_n .topiWrap h2{
	width:280px;
	font-size:5em;
	line-height:0.7em;
	color:#DFDFDF;
	margin-bottom:20px;
	font-family: "Outfit", sans-serif;
	font-weight: 600;
}
.topics_n .topiWrap h2 span{
	font-size:0.2em;
	line-height:1em;
  transform: skew(-10deg);
	background:#DFDFDF;
	display: inline-block;
	margin-left:10px;
	color:#000000;
	padding:0.4em 1em;
	border-radius: 5px;
	text-decoration:none;

}
.topics_n .topiWrap .text dl dt {
	font-weight:bold;
}
.topics_n .topiWrap .text dl dd {
	margin-bottom: 1em;
}
.topics_n .topiWrap .text ul li {
	border-bottom: 1px dotted #CCC;
}
.topics_n .topiWrap .text ul li a {
	display: block;
	padding: 0.5em 0;
}
.topics_n .topiWrap .text ul li a::before {
}
.topics_n .topiWrap .text ul li a span {
	display: inline-block;
	background-color: #F00;
	color: #FFF;
	padding: 0 1em;
	text-decoration: none;
	border-radius: 50px;
	font-size: 80%;
	font-weight: bold;
}
@media screen and (min-width: 768px){
.topics dl{
	width:710px;
	float:right;
	margin-top:30px;
	padding-left:25px;
	border-left:#C2C2C2 1px solid;
	}
.topics dl dt{
	width:15%;
	float:left;
	font-weight:bold;
}
.topics dl dd{
	width:85%;
	float:left;
	margin-bottom:15px;
}
.topics dl dt:befor{
	clear: both;
}
.topics_n > div {
	padding: 50px 0;
}
.topics_n .topiWrap {
	flex-direction: row;
}
.topics_n .topiWrap .text {
	border-left: 1px solid #CCC;
	padding-left: 50px;
	box-sizing: border-box;
	flex-grow: 2;
}
.topics_n .topiWrap .text dl {
	display: flex;
	flex-wrap: wrap;
}
.topics_n .topiWrap .text dl dt {
	flex-basis: 20%;
}
.topics_n .topiWrap .text dl dd {
	flex-basis: 80%;
}
}

@media screen and (max-width: 767px){
.topics dl{
	clear:both;
	}
.topics dl dt{
	font-weight:bold;
}
.topics dl dd{
	margin-bottom:15px;
}
}

.topics p{
	clear:both;
	text-align:right;
	}
	
/*--------------------service--------------------*/

.service h2{
	text-align:center;
	font-size:1.5em;
	margin-bottom:20px;
}

@media screen and (min-width: 768px){
.service{
	padding:30px 0;
	margin:auto;
	max-width:1200px;}
.serviceul{
	display:table;
}
.service li{
	display: table-cell;
    width: 25%;
	padding:1%}
}
@media screen and (max-width: 767px){
	.service{
		padding-top:20px;}
.service li{
    width: 46%;
	padding:2%;
	float:left;
	min-height:300px;}
}
.service li img{
	max-width:100%;}
.service li h3{
	font-weight:bold;
}
.service li p{
	font-size:0.9em;}
/*--------------------#bunner--------------------*/
@media screen and (max-width: 767px){
#bunner ul{
}
#bunner li{
    width: 46%;
	padding:2%;
	float:left;
	text-align:center;}
#bunner li img{
	max-width:100%;}
}
#bunner{
	background:#EEEEEE;
	padding:30px 0;
	overflow:hidden;
	clear: both;
	}
@media screen and (min-width: 768px){
#bunner ul{
	display:table;
}
#bunner li{
	display: table-cell;
    width: 25%;
	padding:2%}
	
#bunner li img{
	max-width:100%;}
}

/******************************************
.field 
******************************************/
.field{
	 background: linear-gradient(180deg, #fff 0%, #fff 6%, #f3f3f3 6%, #f3f3f3 100%);
	padding-bottom: 4em
}
.field .container{
	 text-align: center;
	color: rgb(14 14 108);
}
.field .container h2{
	 text-align: center;
	color: rgb(14 14 108);
	font-size: 2em;
    margin-bottom: 10px;
	font-weight: 900;
	line-height: 1.5;
}
.field .container p{
	font-size: 1.2em;
    font-weight: 900;
    margin-top: 20px;
}

.field .flexWrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 100px;
}
.field .flexWrap .text a {
  padding: 3em;
  background: rgb(14 14 108);
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.9;
  color:#fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	text-decoration: none;
}
.field .flexWrap .text a:hover {
  background: rgb(35 35 35) ;
  color: #FFF;
}
.field .flexWrap .photo {
  text-align: left;
}

@media (min-width: 768px) {
.field .flexWrap .photo {
	display: block;
    width: 80vw;
    height: 650px;
	overflow: hidden;
}
.field .flexWrap .photo img{
	object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;
}
  .field .flexWrap .text {
    background: #FFF;
    text-align: justify;
       width: 40vw;
    min-width: 500px;
    max-width: 800px;
    z-index: 0;
    margin-bottom: 2em;
    position: absolute;
    right: 1vw;
  }
  .field .flexWrap:nth-child(odd) {
    align-items: flex-end;
  }
  .field .flexWrap:nth-child(even) {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .field .flexWrap:nth-child(even) .photo {
    text-align: right;
  }
  .field .flexWrap:nth-child(even) .text {
    z-index: 1;
    margin-bottom: 2em;
    position: absolute;
    left: 1vw;
  }
}
@media (min-width:1024px) {
	 .field .flexWrap .text {
    background: #FFF;
    text-align: justify;
   width: 40vw;
    min-width: 500px;
    max-width: 800px;
    z-index: 1;
    margin-bottom: 2em;
    position: absolute;
    right: 10vw;
  }
	.field .flexWrap:nth-child(even) .text {
    z-index: 1;
    margin-bottom: 2em;
    position: absolute;
    left: 10vw;
  }
}
.field .flexWrap .text p {
  font-weight: 600;
}
.field .flexWrap .text h2 {
  font-weight: 600;
  font-size: 2em;
}
.field .flexWrap .text h2 span {
  display: block;
  font-size: 3em;
  line-height: 1.1;
  margin: 30px 0;
  font-weight: 500;
  color: #a0c7fc;
  font-family: "Outfit", sans-serif;
}
.field .flexWrap .text div {
	text-align: center;
    border: 1px solid #FFF;
    padding: 1em;
    font-size: 1.2em;
}
.field .flexWrap .logo {
	position: absolute;
    bottom: 10px;
    right: 20px;
}
@media (max-width: 767px) {
	.field h2 {
		padding: 0 15px;
		line-height: 1.1;
}
.field h2 span {
  font-size: 3em;
}
  .field .flexWrap {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 5vh;
    align-items: flex-start;
  }
  .field .flexWrap .text {
    text-align: justify;
    width: 90%;
    z-index: 1;
    background: #FFF;
    argin-bottom: 2em;
  }
  .field .flexWrap .text a {
    padding: 2em;
    margin: 0;
    position: inherit;
  }
  .field .flexWrap .photo {
    position: inherit;
    margin-left: 2em;
    margin-bottom: -2em;
  }
  .field .flexWrap .text h2 {
    font-weight: 900;
    font-size: 1.5em;
    padding: 0;
  }
	.field .container p{
		text-align: justify;
		padding: 2em;
	}
	.field .container p br{
		display: none;
	}
	.field .flexWrap .logo {
	position: absolute;
    top: 10px;
    right: 20px;
	width: 120px;
}
}

/*--------------------.gyoumu--------------------*/
.gyoumu{
	background: rgb(14 14 108);
	color:#FFFFFF;
	text-align:center;
	padding:30px 0;
}
@media screen and (min-width: 768px){
.gyoumu h2{
	font-size:2em;
	margin-bottom:10px;
}
}
@media screen and (max-width: 767px){
.gyoumu h2{
	font-size:1.2em;
	margin-bottom:10px;
}
.gyoumu p{
	text-align:left;
}
.gyoumu p br{
	display:none;}
}
/*--------------------.company--------------------*/
@media screen and (max-width: 767px){
.company{
	background:url(../img/companyBg.jpg) top center;
	text-align:center;
	background-size: 180%;
	}	
.company h3{
	font-size:1.2em;
	margin-bottom:10px;
}
.company .wrap{
	background: rgb(14 14 108);
	color:#FFFFFF;
	text-align:center;
	padding:50px 0;
}
.company .wrap p{
	text-align:left;
}
.company h2{
	width:80%;
	margin:auto;
	text-align:center;
	margin-bottom:20px;}
.company h2 .pc{
	display:none;}
}
@media screen and (min-width: 768px){
.company{
	background:url(../img/companyBg.jpg) top center;
	padding-top:50px;
	text-align:center;
	background-size: cover
	}	
.company h3{
	font-size:2em;
	margin-bottom:10px;
}
.company .wrap{
	background: rgb(14 14 108);
	color:#FFFFFF;
	text-align:center;
	padding:50px 0;
	margin-top:230px;
}
.company h2 .sp{
	display:none;}
}
/*--------------------.kankyou--------------------*/
@media screen and (min-width: 768px){
.kankyou{
	background:url(../img/kankyouBg2.jpg) top center;
	text-align:center;
	padding-top:50px;
	background-size: cover
	}
.kankyou img{
	max-width:300px;
}
.kankyou h2{
	font-size:1.8em;
	margin-top:30px;
	font-weight: 900;
	}
.kankyou p{
	font-size:1.2em;
	font-weight: 900;
	margin-top: 20px;}
.kankyou h3{
	font-size:2em;
	margin-bottom:10px;
	font-weight: 900;
    color: rgb(14 14 108);
	}
.kankyou .wrap{
	background: rgb(255 255 255 / 66%);
	color:rgb(14 14 108);
	text-align:center;
	padding:50px 0;
	margin-top:90px;
}
.kankyou img{
	margin-top:30px;}
}
.kankyou .container_w{
	width: fit-content;
    margin: auto;
    padding: 2em;
    background: #FFF;}
@media screen and (max-width: 767px){
.kankyou{
	background:url(../img/kankyouBg2_sp.jpg) top center;
	text-align:center;
	padding-top:50px;
	}
.kankyou h2{
	font-size:1.2em;
	margin:10px;
	font-weight: 900;
	}
.kankyou h3{
	    text-align: center;
    color: rgb(14 14 108);
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 900;
    line-height: 1.5;}
.kankyou .wrap{
	background:rgb(255 255 255 / 66%);
	color:#0f0f6d;
	text-align:center;
	padding:10px 0;
	margin-top:50px;
}
.kankyou .wrap p{
	text-align:left;
}
.kankyou img{
	margin-top:10px;
	width:50%;}
.kankyou .container_w {
	max-width: 60%;
	}
.kankyou .container_w img{
	margin-top:0px;
	width:70%;}
	
	.kankyou .container{
		padding: 2em;
	}
}
.top_iso{
	background: #eee;
	padding: 2em 0;
}
@media screen and (min-width: 768px){
.top_iso ul{
	display: flex;
    justify-content: center;
    align-items: center;
}
}
.top_iso ul li{
	padding: 1em;
	text-align: center;
}
.top_iso ul li img{
	max-width: 200px;
}
@media screen and (min-width: 768px){
.btntrans{
    transform: skew(-10deg);
    display:inline-block;
    margin-left: 10px;
    text-decoration: none;
    background: rgb(14 14 108);
    margin: 30px 20px;;
	border-radius: 5px;
	min-width: 300px;
	}
	
.btntrans a{
	font-size:1.5em;
	font-weight:bold;
	color: #FFF;
    padding: 0.5em 1em;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    transform: skew(10deg);
	}
}
@media screen and (max-width: 767px){
.btntrans{
    transform: skew(-10deg);
    display:block;
    margin-left: 10px;
    text-decoration: none;
    background:rgb(14 14 108);
	margin:20px auto;
	border-radius: 5px;
	    max-width: 350px;
	}
	
.btntrans a{
	font-size:1.5em;
	font-weight:bold;
	color: #FFF;
    padding: 0.5em 1em;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    transform: skew(10deg);
	}
}

ul.index_kaitoriBnr li{
	float: left;
	padding: 10px;
}

/* fadeUp */

.fadeUp{animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.delay-time02{animation-delay: 0.2s;}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time06{
animation-delay: 0.6s;
}