@charset "utf-8";
/* CSS Document */
.taiken footer{margin-top: 0;}
/*=====================================================================================
***************************************************************************************

　　セクション01

***************************************************************************************
=====================================================================================*/
.section01{
	background: url(../img/section1_bg.jpg) no-repeat center/cover;
	padding:230px 0 100px ;
}
.section01 .section01_in{
	position: relative;
	padding: 60px 50px;
}
.section01 .tag_box{
	width: 53%;
	display: flex;
    gap: 4px;
    flex-wrap: wrap;
	font-size: 20px;
}
.section01 .tag{
	background-color: #223e7b;
	color: #fcffee;
	padding: .2em .8em;
	display: inline-block;
}
.section01 .tag:hover{color: #f1ad4b;}
.section01 .text_box {
	width: 55%;
	text-align: left;
	font-size: 18px;
}
.section01 .text_box .title{
	font-size: 32px;
	margin-bottom:.8em;
}
.section01 .img_box{
	width: 40%;
	aspect-ratio:1/1;
	height: auto;
	position: absolute;
	top:-60px;
	right: 2.5%;
	background-color: #223e7b;
}
.section01 .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	transition:.3s all;
}
.section01 .text_box .category_list_1{
	display: flex;
	flex-wrap: wrap;
	gap:15px 10px;
	margin-bottom: 30px;
}
.section01 .text_box .category_list_1 li:last-child{width: 100%;}
.section01 .text_box .category_list_1 a{text-decoration: none;}
.section01 .text_box .category_list_1 span{margin-left: .4em;}
.section01 .text_box .category_list_1 a:hover{color: #365cb2;}
.section01 .text_box .calendar{
	background-color: #f2eed6;
	padding: 1em 1.5em;
	border-radius:5px;
	margin-bottom: 30px;
	display: inline-flex;
	flex-wrap: wrap;
    align-items: center;
	gap:5px 10px;
}

.section01 .text_box .description_text{margin-bottom: 20px;}
.section01 .text_box .information_box{margin-bottom: 30px;}
.section01 .text_box .information_box li{
	display: flex;
	align-items: flex-start;
}
.information_box_titl{white-space: nowrap;}

.category_list_2{
	display: flex;
	flex-wrap: wrap;
	gap:8px;
}
.category_list_2 li{
	background-color: #f7dc7d;
	font-size: 14px;
	line-height: 1;
	border-radius:2px;
}
.category_list_2 li a{
	display: block;
	text-decoration: none;
	padding: .4em .8em;
}
.category_list_2 li:hover a{color: #365cb2;}
.status_icon .img_box::before{
	position: absolute;
	content: "";
	width: 124px;
	height:124px ;
	top:-40px;
	left: -40px;
	z-index:2 ;
}
.status_new .img_box::before{background:url(../img/situation_new.png) no-repeat center/cover;}
.status_shimekiri .img_box::before{background:url(../img/situation_shimekiri.png) no-repeat center/cover;}
.status_uketsuke .img_box::before{background:url(../img/situation_uketsuke.png) no-repeat center/cover;}
.status_end .img_box::before{background:url(../img/situation_end.png) no-repeat center/cover;}

.section01 .btn{
	font-size: 19px;
	margin: 50px auto 0;
	background-color: #f5d154;
	padding: .5em;
	max-width: 325px;
}
.section01 .btn_arrow_right a::after {
	background: url(../../img/common/btn_arrow_white.svg) no-repeat center /cover;
	width: 40px;
    height: 40px;
}
@media screen and (max-width: 1000px){
	.section01 .section01_in {
		display: flex;
		flex-direction: column-reverse;
		padding: 0;
	}
	.section01 .tag_box {width: 85%;}
	.section01 .text_box{
		width: 100%;
        padding: 30px 5%;
	}
	.section01 .img_box{
		width: 100%;
		position: unset;
		aspect-ratio: 3 / 2;
		overflow: hidden;
	}
	.status_icon .img_box::before{
		left: auto;
		right: -30px;
	}
}
@media screen and (max-width: 820px){
	.section01{padding: 230px 0 50px;}
}
@media screen and (max-width: 600px){
	.section01 {padding: 160px 0 50px;}
	.section01 .tag_box{
		font-size: 13px;
        top: -25px;
        width: 85%;
	}
	.section01 .text_box {font-size: 14px;}
	.section01 .text_box .title{font-size: 18px;}
	.section01 .text_box .category_list_1,
	.section01 .text_box .calendar,
	.section01 .text_box .description_text,
	.section01 .text_box .information_box
	{margin-bottom: 15px;}
	.status_icon .img_box::before {
        width: 92px;
        height: 92px;
		right: -16px;
    }
	.section01 .btn{
		font-size: 16px;
		padding: 0;
		margin-top: 30px;
	}
}

/*=====================================================================================
***************************************************************************************

	セクション2

***************************************************************************************
=====================================================================================*/
.section02{
	background-color: #234083;
	padding: 100px 0 120px;
}
.section02 .title_menu{
	font-size: 30px;
	color: #fcffee;
	text-align: left;
}
.information_table{
	padding: 90px 0;
	margin: 30px auto 60px;
}
.information_table li{
	max-width: 960px;
	width: 90%;
	border-bottom: solid 1px #223e7b;
	padding-bottom: 20px;
	margin: 0 auto 20px;
	text-align: justify;
}
.information_table li div{
	font-size: 20px;
	color: #223e7b;
	margin-bottom: .2em;
}
.information_table li p{font-size: 18px;}
.information_table li:last-child {margin-bottom: 0;}
.information_table li a{color:#2379c2 ;}

.section02 .share_box {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
    justify-content: center;
}
.section02 .share_box .font_en{
	width: 100%;
	font-size: 50px;
	color: #fcffee;
}
.section02 .share_box a{
	width: 60px;
	transition: .3s;
	text-decoration: none;
}
.share_copy_link.is-copied::after{
	text-align: center;
	content: " コピー完了";
	font-size: 12px;
	color: #fcffee;
}

.section02 .share_box a:hover{transform: scale(1.1);}

@media screen and (max-width:820px){
	.section02{padding: 40px 0;}
	.information_table{
		padding: 40px 0;
		margin: 10px auto 25px;
	}
}
@media screen and (max-width: 600px){
	.section02 .title_menu{font-size: 20px;}
	.information_table li div{font-size: 16px;}
	.information_table li p{font-size: 14px;}
	.section02 .share_box .font_en{font-size: 30px;}
	.section02 .share_box a{width: 45px;}
}

/*=====================================================================================
***************************************************************************************

	セクション３

***************************************************************************************
=====================================================================================*/
.section03{
	background: url(../img/section3_bg.jpg) no-repeat center/cover;
	padding:120px 0 150px ;
}
.section03 .section03_in {
	padding: 60px 0;
	margin-bottom: 35px;
}
.section03 .section03_in .line_bg{
	max-width: 1080px;
	padding: 15px 0 60px;
    background-image: repeating-linear-gradient(0deg, #d2e1e5, #d2e1e5 1px, transparent 1px, transparent 26px);
}
.section03 .title_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1;
	margin-bottom: 50px;
}
.section03 .title_box .font_en{
	font-size: 35px;
	color: #f36938;
}
.section03 .title_box .font_title{
	font-size: 45px;
	color: #234083;
}
.section03 .title_box .font_title small{vertical-align: baseline;}

.word_box ul{
	display: flex;
	flex-wrap: wrap;
	gap:1em;
}
.word_box ul li{
	font-size: 18px;
	background-color: #baf1ff;
	padding: .2em .5em;
	border-radius:2px;
}
.voice_box ul li{
	display: flex;
	align-items: flex-start;
	gap:5px 4%;
	margin-bottom: 20px;
}
.voice_box ul li:last-child{margin-bottom: 0;}
.voice_box ul li img{
	width: 10%;
	min-width: 60px;
}
.voice_box ul li p{
	width: 86%;
	font-size: 18px;
	margin-top: 1em;
	text-align: justify;
}
.feedback_box ul li{
	display: flex;
	align-items: flex-start;
	gap:5px 3%;
	margin-bottom:20px;
}
.feedback_box ul li:last-child{margin-bottom: 0;}
.feedback_box ul li div{
	width: 18%;
	min-width: 90px;
	white-space: nowrap;
	color: #fcffee;
	background-color: #223e7b;
	padding: .2em;
}
.feedback_box ul li p{
	width:79% ;
	margin-top: .3em;
	text-align: justify;
}
@media screen and (max-width: 820px){
	.section03{padding: 45px 0 0;}
	.section03 .section03_in{padding: 30px 0;}
	.section03 .title_box{margin-bottom: 25px;}
	.section03 .title_box .font_en{font-size: 20px;}
	.section03 .title_box .font_title{font-size: 25px;}
}
@media screen and (max-width: 600px){
	.section03 .section03_in{width: 100%;}
	.word_box ul li,
	.voice_box ul li p{font-size: 16px;}
}