@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;

}

/* PCの時にスマホ用の改行を無効にする */
@media screen and (min-width:769px){
  .br-sp {
    display: none;
  }
}

html { 
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.mbr-white {
  color: #FFF;
}

.align-center {
  text-align: center;
}






/*==========================================

  ヘッダー

==========================================*/

header .sp-navi {
  display: none;
  opacity: 0;
}

header {
  background-color: #efefef;
  height: 50px;
  position: relative;

  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

header .pc-navi {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(25%);
}

header .logo img {
  height: 35px;
}

header .pc-navi ul {
  display: flex;

}

header .pc-navi ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

header .pc-navi ul li:first-of-type {
  border-left: 1px solid #000;
}



/*==========================================

  フッター

==========================================*/

footer {
  background-color: #efefef;
}

footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-inner a img {
  height: 35px;
}

footer .footer-inner ul {
  display: flex;
}

footer .footer-inner ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

footer .footer-inner ul li:first-of-type {
  border-left: 1px solid #000;
}

footer p {
  text-align: center;
  font-size: 10px;
  padding-bottom: 30px;
}




/*==========================================

  【main 共通項目】

==========================================*/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}




/*** リンクボタンの共通設定 ***/
.link-group {
  display: flex;
  font-weight: bold;
}

.link-group p {
  font-size: 17px;
  color: #FFF;
  text-align: center;
  margin-bottom: 10px;
}

.link-group a {
  width: 400px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
  font-size: 34px;
  color: #389dc6;
  box-shadow: 0px 4px 0px 0px rgba(56, 157, 198, 1);
  transition: .2s;
}

.link-group div:first-of-type a {
  background-color: #ffff00;
  margin-right: 20px;
}

.link-group div:last-of-type a {
  background-color: #FFF;
}

.link-group a:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: .8;
}

.link-block  {
  background-color: #2bc3e6;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 35px 0;
}






/*==========================================

  【section-01】

==========================================*/
.section-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}
.section-01 h1 img {
  height: 60px;
}





/*==========================================

  【section-02】

==========================================*/
.section-02 {
  background-image: url(../img/sec02_01_pc.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.section-02 img {
  width: 1000px;
  margin-bottom: 40px;
}





/*==========================================

  【section-03】

==========================================*/
.section-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
}

.section-03 h2 {
  font-size: 32px;
  font-weight: bold;
  display: inline;
  background-image: linear-gradient(to right, rgb(255, 255, 0), rgb(255, 255, 0));
  background-position: center bottom;
  background-size: 100% 37%;
  background-repeat: no-repeat;
}

/* マーカーを改行に対応させるため */
.section-03 > div {
  display: block;
}

.section-03 img {
  width: 996px;
  margin: 40px 0 ;
}




/*==========================================

  【section-04】

==========================================*/
.section-04 {
  background-color: #d8f6f2;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.section-04 h2 {
  width: 585px;
  margin-bottom: 100px;
}

.section-04 div.worries {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}

.section-04 div.worries div {
  width: 310px;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-04 div.worries div img {
  position: absolute;
  top: -70px;
}

.section-04 div.worries div p {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 18px;
  padding: 150px 0 30px;
}


.section-04 h3 {
  width: 880px;
  margin: 50px 0 30px;
  transform: translateX(-50px);
}

.section-04 .support {
  margin-bottom: 80px;
}

.section-04 .support > div {
  display: flex;
  align-items: center;
}

.section-04 .support > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.section-04 .support > div > h4 {
  background-color: #2bc3e6;
  width: 280px;
  height: 80px;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 8px 0 0 8px;
  padding-left: 40px;
}

.section-04 .support > div > h4:last-of-type {
  font-size: 20px;
  line-height: 1.3;
}

.section-04 .support > div > h4::before {
  content: url(../img/check.svg);
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.section-04 .support > div > div {
  background-color: #FFF;
  width: 720px;
  height: 80px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: 0 8px 8px 0;
  padding-left: 30px;
}










/*==========================================

  【section-05】

==========================================*/
.section-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #37b7e74d 1px, transparent 1px);
  background-position: 0 0;
  background-size: 19px 16px;
  padding-top: 100px ;
}
  
.section-05 > div:first-of-type {
  display: flex;
  align-items: start;
  width: 1000px;
}

.section-05 > div:first-of-type p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-05 > div:first-of-type p:last-of-type {
  font-size: 16px;
  font-weight: normal;
}

.section-05 > div:first-of-type img {
  width: 600px;
  margin-right: 40px;
}


.section-05 > picture img {
  width: 1000px;
  margin: 30px 0 55px;
}

.section-05 table {
  width: 1000px;
  font-size: 18px;
  border-top: 2px solid #2bc3e6;
  border-left: 2px solid #2bc3e6;
  border-right: 2px solid #2bc3e6;
  margin-bottom: 100px;
}

.section-05 table tr {
  display: flex;
}

.section-05 table th,
.section-05 table td {
  display: flex;
  align-items: center;
}

.section-05 table th {
  background-color: #bfedf7;
  border-right: 2px solid #2bc3e6;
  border-bottom: 2px solid #2bc3e6;
  line-height: 1.5;
  width: 200px;
  padding-left: 30px;
  color: #389dc6;
}

.section-05 table td {
  width: 800px;
  background-color: #FFF;
  padding: 10px 0 10px 30px;
  border-bottom: 2px solid #2bc3e6;
  line-height: 1.5;
}













/*==========================================

  【section-06】

==========================================*/
.section-06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d8f6f2;
  padding-top: 100px;
}

.section-06 h2 {
  width: 260px;
}

.section-06 picture img {
  width: 1000px;
  margin: 60px 0 100px;
}







/*==========================================

  【section-07】

==========================================*/
.section-07 {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #37b7e74d 1px, transparent 1px);
  background-position: 0 0;
  background-size: 19px 16px;
  padding: 100px 0;

  font-size: 18px;
}

.section-07 h2 {
  width: 110px;
  margin: 0 auto 50px;
}




/*** アコーディオン ***/
.accordion  {
  margin: 0 auto;
  width: 1000px;
  margin-bottom: 20px;
}

.accordion_title {
  position: relative;
  border: none;
  display: flex;
  align-items: center;
  list-style: none;
  width: 100%;
  cursor: pointer;

  background: #bfedf7;
  border: 2px solid #2bc3e6;
  padding: 10px 20px 10px 15px;
  line-height: 1;
  color: #389dc6;
  font-weight: bold;
}

.accordion_title img {
  width: 28px;
  margin-right: 10px;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_contents {
  padding: 20px 0 40px 15px;
}

.accordion .accordion_contents img {
  width: 28px;
}

.accordion .accordion_contents > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_contents {
  padding: 20px 0 20px 15px;
  display: flex;
  align-items: start;
}

.accordion[open] .accordion_contents p   {
  line-height: 1.5;
}

.accordion .accordion_contents div ul  {
  margin-top: 10px;
}

.accordion .accordion_contents div ul li  {
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}

.accordion[open] .accordion_contents img {
  margin-right: 10px;
}

.accordion[open] .accordion_title:after {
  content: "-";
}










/*==========================================

  【section-08】

==========================================*/
.section-08 {
  padding: 80px 0;
  width: 800px;
  margin: 0 auto;
}
