@charset "UTF-8";

body { letter-spacing: 0.08em;overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    margin: 0;}
h2 {
    color: #003caf;
    font-size: 3em;
    text-align: center;
    margin: 0 auto 1.4em;
    line-height: 1.5;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2:not(.topic_title) span {
    font-weight: normal;
    font-size: 0.3em;
}
h3 {
    font-size: 20px;
    margin: 0 0 0.8em;
    color: #003caf;
    font-weight: bold;
}
h3 span {
    display: block;
    font-size: 0.7em;
}
.date {
	font-size: 12px;
    color: #666;
}
.cat {
    background: #d5d5d5;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 0.3em 0.8em;
    line-height: 1.5em;
}
.ttl {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    color: #000;
}
.txt,
.txt p {
    color: #999;
    font-size: 13px;
}
.btn-wrapper {
    text-align: center;
    margin: 20px auto 50px;
}
a.btn {
	background: #003CAF;
    color: #fff;
    padding: 23px 34px;
    border-radius: 50px;
    display: inline-block;
    min-width: 300px;
    position: relative;
}
a.btn::after {
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: .7em;
    height: .7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    content: '';
    right: 1em;
    top: 50%;
    right: 1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) rotate(45deg);
    
    
/*
    transform: translateX(-25%) rotate(45deg);
    position: absolute;
*/
/*
    z-index: 10;
    content: '';
    right: 1em;
    top: 1.8em;
*/
}


@media screen and (max-width: 766px) {
	.btn-wrapper {margin: 20px auto 0px;}
	a.btn {
		padding: 6vw 4vw;
        width: 95%;
        font-size: 3.3vw;
        min-width: 95%;
    }
    a.btn::after {
	    top: 44%;
    }
    
}

/*--------------------------------------------------------------------------------
 * ヘッダー
--------------------------------------------------------------------------------*/
header {
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header a {
	display: inline-block;
}
header h1 {
	font-size: 0;
	width: auto;
}
header .header-logo img {
  display: inline-block;
  height: 55px;
  margin-left: 20px;
}

header nav ul {
	display: flex;
	width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0;
}
header ul > li:hover > a{
    background-color: #efefef;
    color: #444;
}
header nav ul > li a {
	padding: 20px;
	letter-spacing: .2em;
}
header ul > li:last-child {
	padding: 0;
}
header ul > li a {
  height: 70px;
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  transition: all .5s;
}
header ul > li a:hover {
	color: #9cd5d3;
}

header ul > li:last-child a {
  background: #000;
  padding: 0 30px;
  color: #fff;
}
header ul > li:last-child a:hover {
  background: #9cd5d3;
    
}

/* Submenu */
header ul li ul{
    position: absolute;
    top: 70px;
    left: 0;
}
header ul li ul li{
    display: block;
}
header ul li ul li a{
    background-color: #efefef;
    color: #333;
    
}
header ul li ul li a:hover{
    background-color: #ddd;
}
header ul li ul li:last-child a {
	background: #efefef;
	color: #333;
}
header ul li ul li:last-child a:hover {background-color: #ddd; color: #9cd5d3;}

#header ul li ul{
    display: none;
}
#header ul li:hover ul{
    display: block;
    z-index: 1000;
    
}


/* スクロールするため高さを出すためのsection */
.section {
  height: 100vh;
}

.section-a {
  background: #000;
}

.section-b {
  background: #fff;
}

#kasouu_kv .inner {
  margin-top: -250px;
}


@media screen and (max-width:768px){
	header {
		position: relative;
		height: 60px;
	}

	header h1 {
	  margin-right: auto;
	  line-height: 0;
	}
	header .header-logo img {height: 45px; margin-left: 10px;}
	header nav ul {
		display: block;
		height: 60px;
		margin: 0 auto;
/* 		padding: 40px 10px; */
	}
	header nav ul li {
		padding: 0;
	}
	header nav ul li:first-child {
	    width: 80%;
    }
	header nav ul li:last-child {
	    width: auto;
	}
	header nav ul li a {
		padding: 20px 0;
		color: #333;
	}
	header nav ul li:last-child a {
		padding: 20px 0;
  	margin-left: 0;
  	width: 100%;
    margin: 0 auto ; 
	}
	
	/* Submenu */
	header ul li ul {position: relative; top: 0;}
	header ul li ul li:last-child a {background: #fff;}
	#header ul li ul {display: block;}
	

  #kasouu_kv .inner {
    margin-top: -200px;
  }


	/*SP スライドメニュー*/
	#slide_block {
		display: block;
	}
	


	/*SP スライドメニュー　ボタン*/
	#slide_button {
		position: absolute;
		top: 0px;
		right: 0;
		width: 60px;
		height: 60px;
		outline: none;
		border: none;
		background: #333;
		color: #fff;
		cursor: pointer;
		z-index: 100;
	}
	#slide_button.active {
		background: #fff;
	}
	#slide_button span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 17px;
		width: 27px;
		height: 2px;
		background: #fff;
		transition: all .5s;
	}
	#slide_button span:nth-of-type(1) {
		top: 20px;
	}
    #slide_button span:nth-of-type(2) {
        top: 29px;
    }
    #slide_button span:nth-of-type(3) {
        top: 38px;
    }
	
	
	/*active*/

	#slide_button.active span:nth-of-type(2) {
		opacity: 0;
	}
    #slide_button.active span:nth-of-type(1) {
        transform: translateY(-11px) rotate(45deg);
        top: 40px;
        background: #000;
    }
    #slide_button.active span:nth-of-type(3) {
		transform: translateY(-50px) rotate(-45deg);
		top:79px;
		background: #000;
	}
	
	/*スライドしてくるメニュー*/
	#slide_menu {
		top: 60px; 
		right: -100%;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow-y: scroll;
		z-index: 999;
		text-align: center;
		box-sizing: border-box;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		padding-top: 40px;
	}
	#slide_menu.active {
		right: 0 !important;
	}

/*
	#slide_menu ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
	}
*/
	#slide_menu ul li {
		width: 90%;
		margin: 0;
		display: inline-block;
		border-bottom: 1px solid #fff;
	}
	#slide_menu li a, .acd-label {
		display: block;
		position: relative;
	}

/*
	header .inner ul li {
		font-size: 1em;
		height: auto;
	}
	header .inner ul li a {
		font-size: 1em;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
*/
}

@media screen and (max-width:440px){ 
}

@media screen and (max-width:375px){ 
}


/*
header .inner {height: 70px; width: 95%; max-width: 100%; padding: 0;
	display:-webkit-box; display:-ms-flexbox; display: flex; 
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
header .inner ul {position: relative; height: 70px; margin-left: 10px;
 	display:-webkit-box; display:-ms-flexbox; display: flex;    
 	flex-wrap: wrap;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -ms-flex-line-pack: end; justify-content: flex-end;}
header .inner ul li:hover a {
    opacity: 0.7;
}
@media screen and (max-width:959px){
	h2 {
		font-size: 2.3em;
	}
	.menu-content {
		background: #000;
	}
	header.under h1 img {
	    height: 70px;
		margin: 3em 0 0 0em;
	}
}
*/





/*--------------------------------------------------------------------------------
 * TOP main
--------------------------------------------------------------------------------*/
#main {
    background: url(../img/kv.png) #dbe2f5 bottom right;
    background-repeat: no-repeat;
    background-size: 64%;
    width: 100%;
    height: 650px;
    color: #003caf;
}
/*
#main img {
    height: 300px;
    margin: 5em auto 2em;
}
*/
#main .main {
/*     font-size: 3.7em; */
    margin: 2em auto 0;
    font-weight: bold;
}
#main .main h1 {
	font-size: 46px;
	display: inline-block;
	font-weight: bold;
}
#main .main h1 span {
	font-size: 60px;
	font-weight: bold;
}
#main p {
    font-size: 0.6em;
    font-family: 'futura-pt';
}
.main-lead {
    color: #fff;
    background: url(../img/lead-bg.png) center center;
    padding: 7em 0;
    line-height: 2em;
}
.h2_top {
    color: #000;
}
@media screen and (max-width:959px){
	.main-spacer {
		width: 100%;
		padding-bottom: 400px;
	}
	#main {
		background: url(../img/kv.png) #dbe2f5 bottom right;
		background-repeat: no-repeat;
		background-size: 64%;
		width: 100%;
		height: 450px;
		color: #003caf;
	}
	#main .main {
		font-size: 2.3em;
	}
}

@media screen and (max-width:766px){
	#main {
		background: url(../img/kv.png) #dbe2f5 bottom right;
		background-repeat: no-repeat;
		background-size: 81%;
		width: 100%;
		height: 460px;
		color: #003caf;
		margin: 0;
	}
	#main .main {margin: 0;}
	#main .main .inner {height: 460px;}
	#main .main h1 {display: block; font-size: 7vw; text-align: center;}
	main .main h1 img {width: 8vw;}
	#main .main h1 span {font-size: 15vw;line-height: 1.4;}
}
/*--------------------------------------------------------------------------------
 * 	
 * TOP 各セクション
 * 
--------------------------------------------------------------------------------*/
/*-----------------------------------共通-----------------------------------*/
.title h2 {
    color: #003caf;
    font-size: 3em;
    text-align: center;
    margin: 0 auto 1.4em;
    line-height: 1.5;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2:not(.topic_title) span {
    font-weight: normal;
    font-size: 0.3em;
}

.title h2 span {
	font-size: 30px;
	display: block;
    font-weight: bold;
}
.title h3 {
	font-size: 35px;
	text-align: center;
}
ol.number-list {
	display: inline-block;
    counter-reset: number;
}
ol.number-list li {
    text-align: left;
    position: relative;
    line-height: 1.4;
}
ol.number-list li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #003CAF;
    color: #fff;
    font-family: "futura-pt", sans-serif;;
    font-weight: bold;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 766px) {
	.title h2 {font-size: 9vw;}
	.title h2 span {font-size: 5.5vw;}
	.title h3 {font-size: 6vw;}
}





/*--------------------------------------------------------------------------------	
  news
--------------------------------------------------------------------------------*/

#news ul {
	display: flex;
    justify-content: space-between;
}
#news ul li {
	padding: 0.5em;
}
#news ul li p.img {
    display: block;
    height: 150px;
    width: 100%;
    margin: 0 0 2em;
}
#news ul li p.img img {
	border-radius: 1em;
}
#news .more a  {
    background: #003caf;
    color: #fff;
    display: block;
    width: 12em;
    text-align: center;
    font-size: 1.2em;
    padding: 0.4em;
}

/*--------------------------------------------------------------------------------	
  goal
--------------------------------------------------------------------------------*/
.goal {
	background-image: url(../img/bg-digital.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.goal p {
	text-align: center;
    line-height: 2;
}
.goal p:not(:last-of-type) {
	margin-bottom: 20px;
}
.goal .goal-box {
    background: #F5F5F5;
    text-align: center;
    padding: 50px;
    border-radius: 2em;
    margin: 40px auto;
}

.goal ol.number-list li {
    font-size: 20px;
    padding: 15px 0 15px 55px;
}
.goal ol.number-list li::before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #003CAF;
    color: #fff;
    font-family: "futura-pt", sans-serif;;
    font-weight: bold;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goal ol.number-list li:not(:last-of-type) {
	border-bottom: 1px solid #003CAF;
}






.h2-back {
    font-size: 13em;
    font-family: serif;
    color: #f1e7cd;
    position: absolute;
    top: -77px;
    left: 0;
    z-index: 0;
}





.feature .h2-back {
    color: #c9a240;
}

@media screen and (max-width: 766px) {
	.goal p {text-align: left;}
	.goal .goal-box {padding: 7%;margin: 6% 0;}
	.goal ol.number-list li {font-size: 3.3vw;padding: 3vw 0 3vw 10vw;}
	.goal ol.number-list li::before {width: 7vw; height: 7vw;font-size: 5vw;}
}



/*--------------------------------------------------------------------------------	
*	
*  service-achievements
*  
--------------------------------------------------------------------------------*/
.service-achievements {
	background: #DFDFDF;
}
section.initiatives {
    padding: 40px 0;
}
section.initiatives p.lead {margin-bottom: 20px;}

/*------------------------------
modal
------------------------------*/






.modal {
  padding: 20px 0;
}

/*
.inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
*/

/* モーダルを開くボタン */
.modal__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.modal__card {
  transition: opacity .6s;
/*
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
*/
    flex-basis: 49%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.modal__card:hover {
  opacity: .6;
}

.modal-card__wrapper {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.modal__open {position: absolute;
/*     top: 50%; */
    right: 0px;
    background: rgba(50, 50, 50, 1);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 5;
    }
.modal__open:before, .modal__open:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    content: '';
}
.modal__open:before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.modal__open:after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.modal__trigger {
  cursor: pointer;
}

/*
.modal__card:nth-child(3n - 1),
.modal__card:nth-child(3n) {
  margin-left: 32px;
}
*/

.modal-card__image {
  position: relative;
  flex-basis: 150px;
}

.modal-card__image:before {
  display: block;
/*   padding-top: 120%; */
  content: '';
}

.modal-card__image img {
/*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
*/
}

.modal-card__content {
  flex-basis: calc(100% - 170px);
    padding-right: 30px;
    position: relative;
}

.modal-card__title {
  margin: 0;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}

.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 10px 10px 10px;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: rgba(50, 50, 50, 1);
    cursor: pointer;
    transition: opacity .6s;
    border-radius: 50%;
    z-index: 10;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.answer-wrapper {
	border-top: 2px solid #003caf;
    margin-top: 20px;
    padding-top: 20px;
}



/*------------------------------
ここからアコーディオンのCSS
------------------------------*/
.accordion-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px 20px 20px;
}


/* アコーディオンメニューの間隔 */
.accordion-box:not(:first-child) {
  margin-top: 20px;
}
  
/* 質問部分 */
.question {
/*   position: relative; */
}

.question-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding-bottom: 0px;
}
.question-wrapper .img {
	flex-basis: 200px;
    margin-right: 20px;
    min-height: 115px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-wrapper .ttl {
	flex-basis: calc(100% - 230px);
	padding-right: 40px;
	position: relative;
}

.question .ttl::after {
	content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/svg/circle-chevron-down-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
	-webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.question.active .ttl::after {
	 -webkit-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 transform: rotate(-180deg);
    transition: .3s;
}

.question-wrapper .ttl h4 {
	font-size: 20px;
	font-weight: bold;
	color: #003caf;
}
.tab-wrapper {
	margin-top: 15px;
}
.tab-wrapper .tab {
	display: inline-block;
    background: #E7EAEA;
    color: #444;
    padding: 5px 15px;
    margin: 3px 5px 3px 0;
    border-radius: 2em;
    font-size: 12px;
    font-weight: normal;
}



.answer {
    display: none;
    background: #fff;
    position: relative;
    border-top: 2px solid #003caf;
    margin-top: 20px;
}
.answer > p {margin-bottom: 20px;} 
.answer .catch {
	max-width: 600px;
    margin: 20px auto;
    width: 100%;
}    
.answer .catch p {
	font-size: 12px;
	margin: 10px 0;
}

.answer-wrapper > p {margin-bottom: 20px;} 
.answer-wrapper .catch {
	max-width: 600px;
    margin: 20px auto;
    width: 100%;
}    
.answer-wrapper .catch p {
	font-size: 12px;
	margin: 10px 0;
}

.mb20 {margin-bottom: 20px;}
.flex-02 {
	display: flex;
	justify-content: space-between;
/* 	align-items: center; */
	margin-bottom: 20px;
}
.flex-left {flex-basis: 49%;}
/* .flex-left img {width: 100%;} */
.flex-right {flex-basis: 49%;}
/* .flex-right img  {width: 100%;} */
.flex-right iframe {height: 250px;}
.flex-center {align-items: center;}

.flex-wrapper {background: #EEEEEE; padding: 30px;border-radius: 20px;}
.flex-wrapper-white {background: #fff; padding: 30px;border-radius: 20px;}
.flex-wrapper h5 {color:  #003CAF; position: relative;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 20px;}
.flex-wrapper h5::before {
	content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    /* color: #003CAF; */
    background: #003CAF;
}
.flex-wrapper h5+p {margin-bottom: 20px;}
.flex-wrapper h6 {font-size: 18px; font-weight: bold;margin: 0 0 20px 0;color: #003CAF;}
.link-wrapper {
	background: #EEEEEE;
	padding: 20px; 
	border-radius: 20px;
/* 	margin-bottom: 20px; */
}
a.link {
	color: #003CAF;
	text-decoration: underline;
	position: relative;
	margin-right: 30px;
	display: inline-block;
    padding: 5px;
}

a.link::after {
	content: '';
	display: block;
    width: 18px;
    height: 18px;
    background-image: url(../img/svg/arrow-up-right-from-square-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: -20px;
}

.text-right {text-align: right;}
p.ex {text-align: center;margin-bottom: 20px;}
ul.list-wrapper {margin: 20px 0;}
ul.list-wrapper li {position: relative; padding: 5px 0 5px 20px;
    font-size: 14px;}
ul.list-wrapper li::after {
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #003caf;
    /* z-index: 10; */
    left: 0;
    top: 11px;
}

.achievements-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
.achievements-wrapper:not(:last-of-type) {margin-bottom: 20px;}
.achievements-wrapper .ttl {border-bottom: 2px solid #003caf; padding-bottom: 20px; margin-bottom: 20px;}
.achievements-wrapper .ttl h4 {font-size: 20px; font-weight: bold; color: #003caf;}
.flex-wrap {flex-wrap: wrap;}

@media screen and (max-width: 766px) {
	
	.modal__card {display: block;padding: 4vw 4vw;flex-basis: 100%;}
	.modal-card__image {margin-right: 0;flex-basis: 25vw;}
	.modal-card__content {flex-basis: calc(100% - 27vw);padding-right: 7vw;}
	.modal-card__title {font-size: 4vw;line-height: 1.5;}
	.modal__open {width: 7vw; height: 7vw;}
	.modal__open:before, 
	.modal__open:after {width: 3.5vw;}
	.accordion-box {
		border-radius: 4vw;
		padding: 5vw ;
		
	}
	.question::after {
		width: 6vw;
		height: 6vw;
	}
	.question-wrapper .img {
	    flex-basis: 25vw;
	    margin-right: 2vw;
	}
	.question-wrapper .ttl {
    	flex-basis: calc(100% - 25vw);
	}
	.question-wrapper .ttl h4 {
		font-size: 4.2vw;
	}
/*
	.tab-wrapper {
    	padding-bottom: 4vw;
	}
*/
	.tab-wrapper .tab {
		font-size: 2.8vw;
        /* font-size: 10px; */
        padding: 1vw 3vw;
        line-height: 1.2;
        margin: 0.5vw 0.5vw 0.5vw 0;
	}
	.answer {
		padding: 2vw 0 0 0;
	}
	.achievements-wrapper {
		padding: 6%;
	}
	.achievements-wrapper .ttl {padding-bottom: 3%; margin-bottom: 3%;}
	.achievements-wrapper .ttl h4 {
		font-size: 5.5vw;
	}
	.flex-02 {display: block;margin: 4vw 0;}
	.flex-left {margin-bottom: 20px;}
	.flex-wrapper {padding: 4vw;}
	.flex-wrapper img {margin: 4vw 0;}
	.flex-wrapper-white {padding: 4vw;}
	.flex-wrapper h5 {font-size: 4vw; line-height: 1.5;}
    ul.list-wrapper li {font-size: 3.6vw;}
    

	
}







#contents .flow, #contents .feature, #contents .company {
	position: relative;
    overflow: hidden;
}
#contents .flow, #contents .company {
}
#service ul li {
    border-top: 1px solid #003caf;
    padding: 2em;
}
#service ul li .gray {
    background: #dfdfdf;
    padding: 2em;
    border-radius: 1em;
    margin: 1em 0 0;
}
#service ul.service02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#service ul.service02 li {
	width: 50%;
}
#service ul .service-box {
	display: flex;
	justify-content: space-between;
}
#service ul .service-box .service-box-txt {
	width: 60%;
}
#service ul .service-box .service-box-img {
	width: 30%;
}
#service div.gray h4 {
	font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003caf;
}
#service .flex-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#service .flex-wrapper .img-wrapper {
	flex-basis: 30%;
}
#service .flex-wrapper .img-wrapper p {
	text-align: center;
	line-height: 1.5;
}
#service .flex-wrapper .img-wrapper img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
#service .flex-wrapper .txt-wrapper {
	flex-basis: 65%;
}
#service .flex-wrapper .txt-wrapper p {
	margin-bottom: 20px;
	font-size: 16px;
}
#service .btn {
	background: #003caf;
  color: #fff;
  display: block;
  width: 12em;
  text-align: center;
  font-size: 1em;
  padding: 0.6em;
}
    
    
.more {
    text-align: center;
    margin: 2em auto 0;
}
.more a {
    padding: 0.6em 1.5em;
    margin: 0 auto;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    color: #000;
}
.feature-list.sp-list { display: none;}




@media screen and (max-width:959px){
	dl.company-list dt,dl.company-list dd{
		width: 100%;
	}
	.h2-back {
		font-size: 9em;
		top: -0.3em;
	}	
}

@media screen and (max-width:768px){
	#service .flex-wrapper {flex-wrap: wrap;}
	#service .flex-wrapper .img-wrapper {flex-basis: 100%;margin-bottom: 30px;}
	#service .flex-wrapper .txt-wrapper {flex-basis: 100%;}
	#service .btn {margin: 0 auto;}
}


@media screen and (max-width:500px){
	.flow-list li, .feature-list li {
		width: 50%;
	}
	.h2-back {
		font-size: 7em;
		top: -0.3em;
	}
	.feature-list.pc-list { display: none;}
	.feature-list.sp-list { display: flex;}
	#service ul .service-box {
		display: block;
	}
	#service ul.service02 li,
	#service ul .service-box .service-box-txt {
		width: 100%;
	}
	#service ul .service-box .service-box-img {
	    width: 50%;
		text-align: center;
		margin: 1em auto 0 ;
	}
/*
	#goal .goal-box {
		padding: 2em;
 	    line-height: 1.7em;
	}
*/
}


/*--------------------------------------------------------------------------------
 * 下層
--------------------------------------------------------------------------------*/
.company h1 {
    font-family: 'futura-pt';
    text-align: center;
    color: #003caf;
    font-size: 5em;
}
.company h1 span {
    display: block;
    font-size: 22px;
}
@media screen and (max-width: 768px) {
	.company h1 {
		font-size: 2em;
	}
}




/*---------------history---------------*/

#history{
    background: url(../img/back_p.png) no-repeat,url(../img/back_b.png) no-repeat;
    background-position: -10% 10% ,120% 90%;
    background-size: 474px;
}
#history .inner{
	padding: 50px 0 120px;
}
#history p {
    width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#history{
		background: url(../img/back_p.png) no-repeat,url(../img/back_b.png) no-repeat;
		background-position: -10% 10% ,120% 90%;
		background-size: 200px;
	}

	#history p {
		width: 100%;
	}
}



/*---------------business---------------*/
#business {
    background: #003cb1;
    color: #fff;
}
#business h2 {
    color: #fff;
}
#business .inner {
    display: flex;
	justify-content: space-between;
}
#business .business-l {
	width: 50%;
}
#business .business-r {
	width: 45%;
}
#business .business-r li {
    box-shadow: 0 0 13px rgb(0 0 0 / 38%);
    padding: 2em;
    margin: 2em 0;
    border-radius: 1em;
    background: #0f48b6;
}
@media screen and (max-width: 768px) {
	#business .inner {
		display: block;
	}
	#business .business-l,
	#business .business-r {
		width: 100%;
	}
}



/*---------------transaction---------------*/
#transaction .transaction-box {
    background: linear-gradient(180deg, #ebdbe6, #cfd8ef);
    padding: 4em;
    border-radius: 2em;
}
#transaction .lead {
    text-align: center;
    color: #003caf;
}
#transaction ul.slider {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}
#transaction ul.slider li {
    background: #003cb1;
    color: #fff;
    box-shadow: 0 0 10px #003cb1;
    border-radius: 1em;
    padding: 2em;
	margin: 1em;
    font-size: 0.9em;
    height: 280px;
}
#transaction ul.slider li p {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 29px;
    margin: 0 0 1em;
}

#transaction .transaction-box02 {
    display: flex;
    justify-content: space-between;
    margin: 3em 0;
}
#transaction .transaction-box02 p {
    width: 48%;
	color: #003caf;
}
#transaction .transaction-box02 img {
	width: 80%;
}
#transaction .slick-dots {display: none;}


@media screen and (max-width: 768px) {
	#transaction .transaction-box {
		background: linear-gradient(180deg, #ebdbe6, #cfd8ef);
		padding: 2em;
		border-radius: 1em;
	}
}

/*---------------publication---------------*/
#publication {
    background: linear-gradient(90deg,#003cb1, #eb4f6a);
}
#publication h2 {
    margin: 0 auto 0.3em;
    padding: 1em 0 0;
}
#publication .publication-inner {
    background: #fff;
	margin: 3em 0;
    padding: 0 0 2em;
}



/*---------------post---------------*/
#post {
	background: url(../img/back_p.png) no-repeat,url(../img/back_b.png) no-repeat;
    background-position: -10% 10% ,120% 90%;
    background-size: 474px;
}

#post p {
    color: #003cb1;
}
#post .post-inner {
    display: flex;
    justify-content: space-between;
}
#post .post-inner img {
    width: 580px;
    height: 100%;
}
@media screen and (max-width: 768px) {
	#post .post-inner {
		display: block;
	}
	#post .post-inner img {
		width: 100%;
		height: auto;
	}
	#post {
		background-size: 220px;
	}
}



/*--------------------------------------------------------------------------------
 * フォーム
--------------------------------------------------------------------------------*/
#contents dl.contact {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
#contents dl.contact dt {
    width: 35%;
    margin: 0 0 2em;
    padding: 0.5em 0 0;
}
#contents dl.contact dd {
	width: 50%;
    margin: 0 0 2em;
}
#contents label {
    position: relative;
    cursor: pointer;
    padding-left: 1em;
}

/* チェックボックス01 */
#contents input[type=checkbox],
#contents input[type=checkbox] {
    display: inline-block;
    width: auto;
}
input[type=checkbox] {
    display: none;
}
/*#contents .checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: 100%;
}
#contents .checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
#contents .checkbox01::after {
    border-right: 3px solid #d5b568;
    border-bottom: 3px solid #d5b568;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}*/

/* ラジオボタン01 */
#contents input[type=radio] {
    display: none;
}
#contents .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
#contents .radio01::before {
    background: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
#contents .radio01::after {
    background: #d5b568;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
#contents input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

#contents input, #contents textarea, #contents select {
    border: none;
    background: #e7e7e7;
    padding: 0.5em;
    font-size: 16px;
    width: 100%;
}

#contents .submit-area {
   text-align: center;
}
#contents input[type=submit] {
    width: 13em;
    margin: 0 auto;
    background: #d5b568;
    padding: 1em;
}

@media screen and (max-width:959px){
	#contents dl.contact dt ,
	#contents dl.contact dd {
		width: 100%;
	}
	#contents dl.contact dt {
	    width: 100%;
		padding: 0 0 0.5em;
		border-bottom: 1px solid #d5b568;
	}
	#contents dl.contact dd {
		padding: 0 0 2em;
	}
}

/*--------------------------------------------------------------------------------
 * footer
--------------------------------------------------------------------------------*/
footer {
	background: #000;
}
footer .inner {
    padding: 50px 0;
    max-width: 1200px;
}

/*
footer, footer a {
    color: #fff;
}
*/
.footer-logo a {
	padding: 0;
}
.footer-logo img {
    width: 210px;
    margin: 0;
}

.footer-area {
    z-index: 100;
    position: relative;
    width: 100%;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.footer-company-add {
    color: #fff;
}
.footer-top .footer-company {
	
}
.footer-top nav.footer-nav ul {
    display: flex;
} 
.footer-top nav.footer-nav ul li {position: relative;}
.footer-top nav.footer-nav ul li:not(:last-of-type):after {
	content: '|';
	position: absolute;
	top: 8px;
	right: 0;
	color: #fff;
}
.footer-top nav.footer-nav ul li a {
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
/* footer .footer-top > div { width: 50%; } */

.footer-middle {
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin: 20px 0;
}
p.copyright {color: #fff;}
.footer-middle nav.footer-nav ul {
    display: flex;
} 
.footer-middle nav.footer-nav ul li a {
    padding: 8px 15px;
    font-size: 14px;
    color: #fff;
}
.footer-bottom ul {
    list-style: disc;
    padding-left: 20px;
    overflow-wrap: anywhere;
}
.footer-bottom ul li {
	color: #d5b568;
	font-size: 12px;
}
.footer-bottom ul li a {
	color: #d5b568;
	text-decoration: underline;
}
.footer-bottom ul li p.text-right {
    text-align: right;
}

/*
footer .footer-menu {
    display: flex;
    justify-content: center;
}
footer .footer-menu li {
    margin: 0 1em;
}
*/
address {
    text-align: center;
    font-size: 12px;
    margin: 2em 0 0;
}
@media screen and (max-width:766px){
	.footer-logo img {margin: 0 auto;}
	.footer-top .footer-company {margin-bottom: 5%;}
	.footer-top .footer-company p {text-align: center;}
	.footer-top {display: block;}
	.footer-top nav.footer-nav ul {flex-wrap: wrap;}
	.footer-top nav.footer-nav ul li {flex-basis: 50%;}
    .footer-top nav.footer-nav ul li:not(:last-of-type):after {display: none;}
    .footer-top nav.footer-nav ul li a {padding: 4vw 2vw; display: block;}
    .footer-middle {flex-direction: column-reverse;}
    .footer-middle nav.footer-nav {margin-bottom: 2vw;}
    .footer-middle nav.footer-nav ul {flex-wrap: wrap;}
    p.copyright {text-align: center;font-size: 2.5vw;}
    .footer-bottom ul li {font-size: 3vw; padding: 2vw 0;}
    .footer-bottom ul li p.text-right {font-size: 3vw;}
}






@media screen and (max-width:966px){
	header {height: 60px; /*position: absolute;*/}
	header .btn {width: 150px; font-size: 12px;}
	header .inner {height: 60px; margin: 0 auto;}
	header .inner ul {margin-left: 0 !important; height: auto;}
	header .inner ul li {width: 100%;}
	header .inner ul li:not(:last-child) {position: relative; padding: 0; margin: 0;}

	
	.menu-btn {position: fixed; top: 0px; right: 0px; display: flex; height: 60px; width: 60px; justify-content: center; align-items: center; z-index: 90; background-color: #222;}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {content: ''; display: block; height: 3px; width: 25px; border-radius: 3px; background-color: #ffffff; position: absolute;}
	.menu-btn span:before {bottom: 8px;}
	.menu-btn span:after {top: 8px;}
	#menu-btn-check:checked ~ .menu-content {left: 0;}
	#menu-btn-check:checked ~ .menu-btn span {background-color: rgba(255, 255, 255, 0);}
	#menu-btn-check:checked ~ .menu-btn span::before {bottom: 0; transform: rotate(45deg);}
	#menu-btn-check:checked ~ .menu-btn span::after {top: 0; transform: rotate(-45deg);}
	#menu-btn-check {display: none;}
	.menu-content {width: 100%; height: 100%; position: fixed; top: 0;  left: 100%; z-index: 80; background-color: #fff; transition: all 0.5s;}
	.menu-content ul {padding: 70px 10px 0;}
	.menu-content ul li:not(:nth-last-child(1),:nth-last-child(2)) {border-bottom: 1px solid; list-style: none;}
	
	.menu-content ul li a {display: flex; align-items: center; width: 100%; font-size: 16px; box-sizing: border-box; text-decoration: none; padding: 1em ; position: relative;}
	.menu-content ul li:not(:last-child) i {display: block; color: #222; position: absolute; top: 50%; right: 7px; -ms-transform: translate(-50%,-50%);  -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	
	header .inner ul li:nth-last-child(2) a {width: 100%;}
	header .menu-content ul li {margin: 0;}
}

@media screen and (max-width:959px){
	/*header {height: 50px;}*/
	header .inner {height: 50px;}
	header h1 img {height: 40px;}
	.menu-btn {height: 50px; width: 50px;}
	.menu-content ul li a {font-size: 4vw;}
}

p.img {
	height: 150px;
	overflow: hidden;
}
