@charset "UTF-8";
/* CSS Document */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.alpha{
	display:block;
	text-decoration:none;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.alpha:hover{
	opacity: 0.6;
}

#mv{
	margin-bottom: 40px;
}


@media only screen and (max-width: 750px){
#mv{
	margin-top:0px;
	margin-bottom: 60px;
}
}


.sec_ict .content_inner {
    max-width: 920px;
    margin: 0 auto;
}
@media only screen and (max-width: 750px){
.sec_ict .content_inner {
    margin: 0 5%;
}
}

/*タブ切り替え*/
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tab_label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  padding: 15px 25px;
  margin: 0 5px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}
.tab_label.labe1 {
  color: #00AFFE;
  border: solid 2px #00AFFE;
}
.tab_label.labe2 {
  color: #47B992;
  border: solid 2px #47B992;
}
.tab_label.labe3 {
  color: #F8AF03;
  border: solid 2px #F8AF03;
}

.tab_label span {
	font-size: 15px;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
}
.tabs input:checked + .tab_label.labe1 {
  background-color: #00AFFE;
}
.tabs input:checked + .tab_label.labe2 {
  background-color: #47B992;
}
.tabs input:checked + .tab_label.labe3 {
  background-color: #F8AF03;
}


.tabs .tab_label::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius:50px;
}
.tabs .tab_label.labe1::before {
  background-color: #00AFFE;
}
.tabs .tab_label.labe2::before {
  background-color: #47B992;
}
.tabs .tab_label.labe3::before {
  background-color: #F8AF03;
}
.tabs input:checked + .tab_label::before {
  background-color: #fff;
}


.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  transition: all 0.3s ease 0s;
}
.tabs input:checked + .tab_label.labe1::after {
  border-color: #00AFFE transparent transparent transparent;
}
.tabs input:checked + .tab_label.labe2::after {
  border-color: #47B992 transparent transparent transparent;
}
.tabs input:checked + .tab_label.labe3::after {
  border-color: #F8AF03 transparent transparent transparent;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
  position: relative;
  animation: fadeIn 1s ease;
  margin-top: 38px;
  border-radius: 10px;
  padding: 40px 0;
}

#tab01_content {background-color: #DEF3FC;}
#tab02_content {background-color: #E4F6F0;}
#tab03_content {background-color: #FFF8E8;}

.tab_content .inner {
    max-width: 835px;
    width: 90.76%;
    margin: 0 auto;
    display: flex;
    gap: 39px 4.149%;
    flex-wrap: wrap;
    justify-content: space-between;
}
#tab03_content.tab_content .inner:first-child {
	margin-bottom:60.2px;
}
.tab_content .btn {
  width: 29.994%;
}
.tab_content .btn a {
	padding: 22px 0 14px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #fff;
  border-radius: 10px;
}
.tab_content .btn a:before {
	content: "";
	display: inline-block;
	height: 49.04px;
	width: 44.62px;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0 0 10px 0;
}
#tab01_content.tab_content .btn a:before {
	background-color: #00AFFE;
}
#tab02_content.tab_content .btn a:before {
	background-color: #47B992;
}
#tab03_content.tab_content .btn a:before {
	background-color: #F8AF03;
}
.tab_content .btn a:after {
	content: "";
	display: inline-block;
	background-image: url("../img/btn_arrow.png");
	background-repeat: no-repeat;
	width: 19px;
	height: 12px;
	background-size: cover;
	position: absolute;
	bottom: 5%;
	right: 2%;
}



 
.tab_content .btn .ttl {
	max-width: 203px;
	width: 81.2%;
	margin: 0 auto 10.8px;
	font-size: 16px;
	border-bottom: solid 1px #707070;
	position: relative;
	padding-bottom: 10.3px;
	letter-spacing: -0.03em;
	line-height: 1.25;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.tab_content .btn .ttl:before {
	content: "";
	display: inline-block;
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left:0;
}
#tab01_content.tab_content .btn .ttl:before {
	background-color:#00AFFE;
}
#tab02_content.tab_content .btn .ttl:before {
	background-color:#47B992;
}
#tab03_content.tab_content .btn .ttl:before {
	background-color:#F8AF03;
}
.tab_content .btn p {
	max-width: 203px;
	width: 81.2%;
	margin: 0 auto;
}


.tab_content .sttl {
    max-width: 835px;
    width: 90.76%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 5px 35px;
    border-radius: 50px;
}
#tab03_content.tab_content .sttl {
    background-color: #FFDA80;
}


@media only screen and (max-width: 750px){
.tabs {
}

.tab_label {
  padding: 7px 15px;
  margin: 0 5px;
  gap: 0 5px;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.tab_label span {
	font-size: 13px;
	display: block;
}
.tabs .tab_label::before {
  width: 8px;
  height: 8px;
}

.tabs input:checked + .tab_label::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  transition: all 0.3s ease 0s;
}

.tab_content{
  margin-top: 25px;
  padding: 20px 0;
}

.tab_content .inner {
    width: auto;
    margin: 0 5%;
    gap: 20px 0;
    flex-direction: column;
    display: block;
}
#tab03_content.tab_content .inner:first-child {
	margin-bottom: 30px;
}
.tab_content .btn {
  width: auto;
  margin-bottom: 20px;
}
.tab_content .btn a {
	padding: 20px 0 10px;
	display: block;
}
.tab_content .btn a:before {
	height: 45px;
	width: 44px;
}
.tab_content .btn a:after {
	width: 15px;
	height: 9px;
}



 
.tab_content .btn .ttl {
	max-width: 100%;
	width: auto;
	margin: 0 5% 5px;
	font-size: 15px;
	padding-bottom: 10px;
	display: block;
}
.tab_content .btn .ttl:before {
	content: "";
	display: inline-block;
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left:0;
}
.tab_content .btn p {
	max-width: 100%;
	width: 70%;
}


.tab_content .sttl {
    max-width: 100%;
    width: auto;
    margin: 0 5%;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 3px 20px 4px;
}
#tab03_content.tab_content .sttl {
}

}

.ict_btn {
  width: 280px;
  margin: 0 0 30px auto;
}
.ict_btn a {
  position: relative;
  width: 100%;
  display: block;
  border: solid 2px #00AFFE;
  background-color: #00AFFE;
  padding: 4px 0;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
.ict_btn a .arrow {
  content: "";
  position: absolute;
  width: 19px;
  top: calc(50% + 1px);
  right: 12px;
  transform: translateY(-50%);
  display: flex;
}
@media screen and (max-width: 768px) {
  .ict_btn {
    width: 240px;
  }
  .ict_btn a {
    font-size: 14px;
    border-radius: 5px;
  }
  .ict_btn a .arrow {
    width: 14px;
  }
}