@charset "UTF-8";

html{
  font-size: 100%;
  font-family: 'Noto Sans', sans-serif;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
body{
	background-color: #fff;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2,h3,h4,h5 {
  font-family: 'M+ P Type-1 (basic latin) Medium','M+ Type-1 (general-j) Medium', sans-serif;
}
h3  {
	font-size: 1.2rem;
	line-height: 150%;
}
p {
  font-size: 0.875rem;
  line-height: 180%;
  //font-weight: bold;
}
img{
max-width: 100%;
height: auto;
//width /***/:auto;
vertical-align:bottom;　
}
a:hover img.over{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}
a {
transition: color 0.3s ease 0s;
}
.box_link {
	position:relative;
}
.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pc {
	display: block;
}
.mob {
	display: none;
}

header, main, footer {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
section {
}
.container {
	width: 100%;
}
.bar  {
	font-size: 1.5rem;
	text-align: center;
	line-height: 130%;
	color: #fff;
	padding: 20px;
	font-weight: bold;
}
.list {
	text-indent: -1em;
	padding-left: 1em;
}

.float_btn {
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 100px;
	z-index: 10;
}
.float_btn img {
	margin-bottom: 10px;
}
.action {
	text-align: center;
	margin: 50px 10px;
	font-weight: bold;
}
.action img {
	margin-top: 10px;
	box-shadow: 2px 2px 4px gray;
}
.standard_btn {
	background-color: #FED102;
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 150%;
	border-radius: 10px;
    -webkit-border-radius: 10px; /* Safari、Google Chrome */
    -moz-border-radius: 10px;
	border: solid 3px #fff;
	filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.3));
	position: relative;
}
.standard_btn .arrow_right {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.standard_btn .arrow_bottom {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}

/* header
-----------------------------------------------*/

header {
    position: relative;
    display: block;
    background-color: #0B1E5D;
}
.add_h {
	text-align: center;
	margin-top: -70px;
	padding-bottom: 90px;
	font-size: 2rem;
	font-weight: bold;
	color: yellow;
}


/* 1st
---------------------------------------------*/
#first {
	background-color: #0B1E5D;
} 
#first .container  {
	padding: 0px 0px 60px;
	max-width: 560px;
	margin: auto;
}
#first .container .box {
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
/*
background:linear-gradient(90deg,transparent 0%,transparent 88%,#E0112D 88%,#E0112D 100%);
*/
#first .container .box .reason {
    padding: 30px 0px 30px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px; /* Safari、Google Chrome */
    -moz-border-radius: 30px;
    margin-bottom: 20px;
    vertical-align: middle;
	position: relative;
	height: 80px;
}

#first .container .box .reason.images {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#first .container .box .reason.images::before {
	content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.5);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
	border-radius: 30px;
    -webkit-border-radius: 30px; /* Safari、Google Chrome */
    -moz-border-radius: 30px;
}

#first .container .box .reason.images.no01 {
	background-image: url("images/2023/01.jpg");
}
#first .container .box .reason.images.no02 {
	background-image: url("images/2023/02.jpg");
}
#first .container .box .reason.images.no03 {
	background-image: url("images/2023/03.jpg");
}
#first .container .box .reason.images.no04 {
	background-image: url("images/2023/04.jpg");
}
#first .container .box .reason.images.no05 {
	background-image: url("images/2023/05.jpg");
}
#first .container .box .reason.images.no06 {
	background-image: url("images/2023/06.jpg");
}
#first .container .box .reason.images.no07 {
	background-image: url("images/2023/07.jpg");
}
#first .container .box .reason.images.no08 {
	background-image: url("images/2023/08.jpg");
}
#first .container .box .reason.images.no09 {
	background-image: url("images/2023/09.jpg");
}
#first .container .box .reason.images.no10 {
	background-image: url("images/2023/10.jpg");
}
#first .container .box .reason:last-child {
	border-bottom:none;
}
#first .container .box .reason .maru {
	height:40px;
	width:40px;
	border-radius:50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
	line-height:40px;
	text-align:center;
	color: #fff;
	background-color: #E0112D;
	font-size: 1.4rem;
	float: left;
	font-weight: bold;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#first .container .box .reason p {
	margin-left: 3em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 150%;
	width: 70%;
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	text-shadow: 3px 3px 6px #000;
}
#first .container .box .reason .arrow-bottom {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg) !important;
	margin-right: 5%;
	position: absolute;
	top: 40%;
	right:0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	
}
.reason.box_link {
	position:relative;
}
.reason.box_link a {
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}
.reason.box_link a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	border-radius: 30px;
    -webkit-border-radius: 30px; /* Safari、Google Chrome */
    -moz-border-radius: 30px;
}

@media (max-width: 640px) {
	#first .container .box .reason {
	height: 120px;
}
}

/* 2nd
----------------------------------------------*/
#second {
	background-color: #0C205E;
}
#second .container {
	padding: 40px 0px 60px;;
	max-width: 560px;
	margin: auto;
}
#second .container h2 {
	text-align: center;
	color: #fff;
	line-height: 150%;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#second .container .box {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px; /* Safari、Google Chrome */
	-moz-border-radius: 20px;
	text-align: center;
	margin-bottom: 50px;
}

#second .container .box h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #E0112D;
	margin: 20px auto 30px;
}
#second .container .box p {
	font-size: 1.4rem;
	color: #0B1E5D;
	line-height: 180%;
	text-align: left;
}



/* 3rd
----------------------------------------------*/
#third {
	background-color: #0B1E5D;
} 
#third .container  {
	padding: 70px 15% 60px;
	max-width: 70%;
	margin: auto;
}
#third .container h2 {
	text-align: center;
	color: #E0112C;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 60px;
}

#third .container p {
	font-size: 1.3rem;
	color: #fff;
	line-height: 200%;
	margin-bottom: 50px;
}

#third .container .circle_box {
	display:grid;
	gap:10px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
	margin: auto;
}
#third .container .circle_box .circle {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #FED102;
	margin:0px 15px 30px;
}
#third .container .circle_box .circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px;
	width :180px;
	text-align:center;
	line-height: 150%;
	font-weight: bold;
	font-size: 1.3rem;
}

/* 4th
----------------------------------------------*/
#fourth {
	background-color: #0A205E;
}
#fourth .container {
	padding: 40px 0px 50px;
	max-width: 560px;
	margin: auto;
}
#fourth .container h2 {
	margin: 20px auto 60px;
}
#fourth .container .reason {
	margin-bottom: 50px;
}
#fourth .container .reason .head {
	padding: 40px;
	background-color: #E0112C;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}
#fourth .container .reason .head .maru {
	height:60px;
	width:60px;
	border-radius:50%;
	-webkit-border-radius: 50%; /* Safari、Google Chrome */
	-moz-border-radius: 50%;
	line-height:60px;
	text-align:center;
	color: #fff;
	background-color: #0B1E5D;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0px auto 20px;
}
#fourth .container .reason .head h3 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
#fourth .container .reason .body {
	background-color: #fff;
	padding: 50px 50px 20px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
}
#fourth .container .reason .body p {
	color: #0B1E5D;
	font-size: 1.5rem;
	margin-bottom: 50px;
}
#fourth .container .reason .body .case {
	background-color: #E8E8E8;
	padding: 40px 20px;
	margin-bottom: 50px;
	color: #0B1E5D;
}
#fourth .container .reason .body .case h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 50px;
}
#fourth .container .reason .body .case h4 span.red {
	color: #E0112C;
	font-size: 1.6rem;
	font-weight: normal;
}
#fourth .container .reason .body .case h4 span {
	font-size: 1.6rem;
}


/* 5th
----------------------------------------------*/
#fifth {
	background-color: #0B1E5D;
}
#fifth .container {
	padding: 60px 0px 60px;
	max-width: 560px;
	margin: auto;
}
#fifth .container .voice {
	margin-bottom: 50px;
}
#fifth .container .voice .head {
	padding: 40px;
	background-color: #E0112C;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}

#fifth .container .voice .head h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 150%;
}
#fifth .container .voice .body {
	background-color: #fff;
	padding: 50px 50px 20px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
	color: #0B1E5D;
	line-height: 150%;
}
#fifth .container .voice .body p {
	font-size: 1.5rem;
	margin-bottom: 50px;
}
#fifth .container .voice .body .name {
	font-size: 2.4rem;
	font-weight: bold;
	color: #E0112C;
	margin-bottom: 30px;
	line-height: 100%;
}
#fifth .container .voice .body .name span {
	font-size: 1.4rem;
	font-weight: bold;
}
#fifth .container .voice .body .data {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 30px;
}
#fifth .container .voice .body .data span {
	color: #E0112C;
}
#fifth .container .voice .body article {
	margin-bottom: 50px;
}


/* 6th
----------------------------------------------*/

#sixth {
	background-color: #1339AB;
}
#sixth .container {
	padding: 40px 0px 50px;
	max-width: 560px;
	margin: auto;
}
#sixth .container h2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 40px;
}
#sixth .container .box {
	background-color: #fff;
	padding: 40px 30px;
	margin-top: 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px; /* Safari、Google Chrome */
	-moz-border-radius: 10px;
	margin-bottom: 30px;
}
#sixth .container .box h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#sixth .container .box h3 span {
	font-size: 1.2em;
	color: #2684D4;
}
#sixth .container .box p {
	font-size: 1.2rem;
}


/* 7th
----------------------------------------------*/
#seventh {
	
}



/* 8th
----------------------------------------------*/
#eighth {
	
}


/* 9th
----------------------------------------------*/
#ninth {
	background-color: #0B1E5D;
}
#ninth .container {
	padding: 0px 0px 80px;
	max-width: 550px;
	margin: auto;
}
#ninth .container .seminar .head {
	padding: 40px;
	background-color: #E0112C;
	text-align: center;
	border-radius:20px 20px 0px 0px;
	-webkit-border-radius: 20px 20px 0px 0px; /* Safari、Google Chrome */
	-moz-border-radius: 20px 20px 0px 0px;
}

#ninth .container .seminar .head h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 150%;
}
#ninth .container .seminar .body {
	background-color: #fff;
	padding: 50px 50px 20px;
	border-radius:0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px; /* Safari、Google Chrome */
	-moz-border-radius: 0px 0px 20px 20px;
	color: #0B1E5D;
	line-height: 150%;
}
#ninth .container .seminar .body p {
	font-size: 1.5rem;
	margin-bottom: 50px;
}



.tab_box{
    width: 100% !important;
}
input[type="radio"]{
    display: none;
}
.tab_area{
    font-size: 0;
	margin-bottom: 30px;
}
.tab_area label{
    margin: 0 10px 20px;
    display: inline-block;
    padding: 15px 30px;
    background: #EAE7E0;
    text-align: center;
    font-size: 1.2rem;
	font-weight: bold;
    border-radius: 30px;
	-webkit-border-radius: 30px; /* Safari、Google Chrome */
	-moz-border-radius: 30px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}
.tab_area label:hover{
    opacity: 0.5;
}
.panel_area{
    background: #fff;
}
.tab_panel{
    width: 100%;
    padding: 0;
    display: none;
}

 
#tab1:checked ~ .tab_area .tab1_label{background:#E0112C; color:#fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#E0112C; color:#fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#E0112C; color:#fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#E0112C; color:#fff;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#E0112C; color:#fff;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background:#E0112C; color:#fff;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background:#E0112C; color:#fff;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background:#E0112C; color:#fff;}
#tab8:checked ~ .panel_area #panel8{display:block;}




/*
#ninth article {
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #fff;
	max-width: 81%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#ninth h3 {
	text-align: center;
	margin-bottom: 20px;
}
#ninth h3 span {
	color: #09A0F3;
}
*/

/* 10th
----------------------------------------------*/
#tenth {
	
}
#tenth .container {
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 6%;
	padding-right: 6%;
	width: 88%;
}
#tenth .container h2 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 40px;
}

.accordionbox{
	max-width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.accordionlist dt{
	display: block;
	margin-top: 15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-indent: -1.4em;
	border-bottom: 1px dotted #eee;
}
.accordionlist dt:last-child{
    border-bottom: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	width: 85%;
	float: left;
	text-align: left;
}
.accordionlist dt .title p{
	font-size: 1.05rem;
}
.accordionlist dd{
	display: none;
	text-align: left;
	padding-top: 10px;;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: .9rem;
	line-height: 150%;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #3496E3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}




/* 11th
----------------------------------------------*/
#eleventh {
	
}



/* 12th
----------------------------------------------*/
#twelveth {
	
}


/* 13th
----------------------------------------------*/
#thirteenth {
	background-color: #E8E8E8;
	text-align: center;
}
#thirteenth .container {
	padding: 40px 0px 30px;
	max-width: 550px;
	margin: auto;
}
#thirteenth .container h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #2684D4;
	line-height: 130%;
	margin-bottom: 30px;
}


#thirteenth ul {
}
#thirteenth li {
	margin-bottom: 15px;
}

#thirteenth li:nth-child(4) {
	margin-bottom: 5px;
}
#thirteenth li:nth-child(7) {
	margin-bottom: 5px;
}
#thirteenth li:nth-child(10) {
	margin-bottom: 40px;
}
#thirteenth li:nth-child(11) {
	margin-bottom: 80px;
}
#thirteenth li:nth-child(13) {
	margin-bottom: 40px;
}
#thirteenth strong {
	font-weight: bold
}



/* footer
-----------------------------------------------*/

footer {
	text-align: center;
	background-color: #E0112D;
	padding: 20px 0px 20px 0px;
	color: #fff;
}





@media (min-width: 641px) and (max-width: 950px) {
	

}


@media screen and (min-width: 641px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}



@media (max-width: 640px) {

* {
	box-sizing: border-box;
}
.float_btn {
	width:  60px;
}
.pc {
	display: none;
}
.mob {
	display: block;
}
.container {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
	
header .btn {
	margin-left: 4%;
	margin-right: 4%;
	padding-top: 37%;
}
#second article {
	max-width: 90%;
}
#second .container article .content {
	margin-left: 0px;
}
#third .container  {
	padding: 70px 3% 60px;
	max-width: 94%;
}
#fourth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}	
#fourth .flexbox ul li {
	width:47%;
}
#fifth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#sixth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#seventh .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#eighth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#ninth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#ninth article {
	max-width: 90%;
}	
#tenth .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
#eleventh .container {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;	
}
	

}
@media (max-width: 480px) {
#third .container .circle_box {
	grid-template-columns: 1fr;
}
#third .container .circle_box .circle {
	margin:0px auto 30px;
}
.add_h {
	margin-top: -50px;
}
}