@charset "UTF-8";

:root {
  --shadow: 6px 6px 0 #fdc601;
  --green: #05773e;
  --yellow: #ffdb3c;
  --yellow2: #fee46c;
  --lightBlue: #02a0e9;
  --lightGreen: #eff5e2;
  --blue: #007BD6;
  --blue2: #C1E5FF;
  --lightBlue2: #d6eeff;
}

html {
  font-size: 62.5%;
  color: #000;
  line-height: 1.15;
  letter-spacing: 0.6px;
  min-width: 320px;
}

body {
  /* background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-65deg, transparent, transparent 10px, rgba(254, 228, 108, 0.36) 10px, rgba(254, 228, 108, 0.36) 20px ); */
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

figure {
  margin: 0;
}

a,
a img {
  color: #333;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

a:hover {
  color: #364e8e;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

#header {
  background: url(../img/2025/mv_bg-03.png) center bottom / cover;
  padding-block-end: 50px;
  position: relative;
  padding-top: 80px;
}

#header::before{
	content: "";
	background: #ffffff;
	height: 80px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

#header h1 {
  width: 100px;
  z-index: 100;
  position: fixed;
  top: 30px;
  left: 30px;
}

#header h1 a:hover,
#header h1 a:hover img {
  opacity: 1;
}

#headerBase {
  margin: 0 auto;
  padding: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#headerTxt p {
  text-align: center;
  font-size: 3rem;
  color: #05773e;
  font-weight: bold;
}
#headerTxt h2 {
  width: min(100%, 1440px);
  margin: 0 auto 30px;
  color: #e8546b;
  font-size: 3.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}

#headerImg {
  width: min(100%, 940px);
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
#headerBase .mvPc {
}
#headerBase .mvSp {
  display: none;
}

#headerImg img {
  width: 100%;
  object-fit: cover;
}
#headerDetail {
  background: #fff;
  width: min(100% - 40px, 782px);
  margin: 0 auto;
  padding: 30px 65px 35px;
  border-radius: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}

#headerDetail .detailPc {
}
#headerDetail .detailSp {
  display: none;
}
#headerDetail h3 {
  color: #007BD6;
  display: table;
  font-size: 28px;
  font-weight: 800;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#headerDetail h3::before,
#headerDetail h3::after{
	content: "";
	display: block;
	height: 19px;
	width: 80px;
}
#headerDetail h3::before{
	background: url(../img/2025/tl-before.png) no-repeat;
	background-size: cover;
}
#headerDetail h3::after{
	background: url(../img/2025/tl-before.png) no-repeat;
	background-size: cover;
}
#headerDetail p {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.86;
  display: inline;
  border-bottom: 4px dotted #cccccc;
}

/* title */
.commonTitle {
  width: fit-content;
  margin: 0 auto 40px;
  padding-bottom: 5px;
  border-bottom: 5px solid var(--blue2);
  color: var(--blue);
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
}

#footer {
  position: relative;
}
#footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  background: url('../img/footer_bg.png') center top / cover no-repeat;
  position: absolute;
  left: 0;
  top: -140px;
  filter: drop-shadow(0 -8px 30px rgba(0, 0, 0, 0.16));
}
#footer .footerBg{
  position: relative;
  z-index: 5;
  background: #ffffff;
}
/* #footer::after {
  content: '';
  display: block;
  width: 100%;
  height: 45px;
  background: url('../img/footer_bottom.png') center bottom / cover no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
} */

#footerBnrList {
  margin-bottom: 35px;
  font-size: 0;
  text-align: center;
  display: block;
}

#footerBnrList li {
  padding: 10px;
  width: 180px;
  display: inline-block;
}

#footer .info {
  width: min(100% - 40px, 640px);
  margin: 0 auto 40px;
}
#footer .info h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.5px;
  color: var(--blue);
}
#footer .info h3:last-child {
  margin-bottom: 0;
}
#footer .info p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

#footer small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 0;
  line-height: 1.6em;
  letter-spacing: 0.5px;
  text-align: center;
  background: #FFF7C1;
}

@media all and (max-width: 767px) {
  #header h1 {
    width: 50px;
    top: 15px;
    left: 15px;
  }
  #header .bgTop {
    display: none;
  }
  #headerBase {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    padding: 40px 0 0;
  }
  #headerImg {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }
  #headerBase .mvPc {
    display: none;
  }
  #headerBase .mvSp {
    display: block;
  }
  #headerDetail {
    padding: 30px 20px;
  }
  #headerDetail .detailPc {
    display: none;
  }
  #headerDetail .detailSp {
    display: block;
  }
  #headerDetail h3 {
    font-size: 16px;
    margin: 0 auto 25px;
    gap: 15px;
  }
  #headerDetail h3::before, #headerDetail h3::after {
	height: 10px;
	width: 40px;
  }
  #headerDetail p {
    font-size: 14px;
  }
  #headerTxt {
    width: 100%;
  }

  #headerTxt h2 {
    font-size: 2.8rem;
  }
  #headerTxt p {
    font-size: 2rem;
  }
  #headerTopTxt,
  #headerPageTxt {
    padding: 10px 0;
  }

  #headerTopTxt p,
  #headerPageTxt p {
    font-size: 1.4rem;
  }

  #headerTopTxt p {
    text-align: center;
  }

  .commonTitle span img {
    width: 100px;
  }

  .commonTitle {
    font-size: 3.2rem;
  }

  #footer {
    padding: 0;
  }
  #footer::before {
    height: 80px;
    top: -80px;
  }
  .footerBg {
    min-height: 360px;
  }

  #footerBnrList {
    max-width: 280px;
    margin: 0 auto 35px;
    display: flex;
    justify-content: space-between;
  }

  #footerBnrList li {
    padding: 0;
    width: 130px;
  }
  
  #header{
  	padding-top: 0;
  }
  
  #header::before{
  	display: none;
  }
  
}

@media screen and (max-width: 560px) {
  .commonTitle {
    font-size: 2.4rem;
  }
}
