/*
Theme Name: underscore
Theme URI: 
Text Domain: underscore
*/
/* CSS Document */
/* RESET_START */



@charset "UTF-8";
html {
font-size: 100%;
}
@media (max-width: 1330px) {
html {
font-size: 1.2030075188vw;
}
}
@media screen and (max-width: 767px) {
html {
font-size: 100%;
}
}
@media (max-width: 375px) {
html {
font-size: 4.2666666667vw;
}
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");

body {
font-family: "Noto Sans JP", sans-serif;
color: #333;
}

a,
button {
-webkit-transition: 0.3s;
transition: 0.3s;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
list-style: none;
padding: 0;
}

/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}

/* Set core body defaults */
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
overflow-x:hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
text-decoration-skip-ink: auto;
}

a {
text-decoration: none;
color: inherit;
}

/* Make images easier to work with */
img,
picture {
max-width: 100%;
display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
font: inherit;
}

button {
border: none;
padding: 0;
background-color: transparent;
background-color: initial;
}



.clear {
clear: both;
}
/*IMAGEリンク*/
a img {
border: none;
}
img {
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
image-rendering: -webkit-optimize-contrast;
-webkit-backface-visibility: hidden;
}
img.alignright {
display: block;
margin: 0 0 0 auto;
}
img.alignleft {
display: block;
margin: 0 auto 0 0;
}
img.aligncenter {
display: block;
margin: 0 auto;
text-align: center;
}
/* RESET_END */
body {
color: #333;
font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif","Verdana";
/*font-family: -apple-system, BlinkMacSystemFont, 'Josefin Sans', "Noto Sans Japanese", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
/*font-family: 'Monda',"Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;*/
/*
-webkit-user-select:none;
-webkit-touch-callout:none;
	*/
}
.sawarabi {
font-family: "Sawarabi Mincho", serif;
}
.w100 {
font-weight: 100;
}
.w200 {
font-weight: 200;
}
.w300 {
font-weight: 300;
}
.w400 {
font-weight: 400;
}
.w500 {
font-weight: 500;
}
.w700 {
font-weight: 700;
}
.w900 {
font-weight: 900;
}


/* ===================
リンク
====================== */

a.blacker:link {
text-decoration: none;
color: #000;
}
a.blacker:visited {
text-decoration: none;
color: #000;
}
a.blacker:hover {
text-decoration: none;
color: #fff;
background-color: #0054a6;
}
/*
.hover:hover {
opacity: 0.7;
}
*/
a.whiter:link {
text-decoration: none;
color: #fff;
}
a.whiter:visited {
text-decoration: none;
color: #fff;
}
a.blacker_bold:link {
text-decoration: none;
color: #000;
font-weight: bold;
}
a.blacker_bold:visited {
text-decoration: none;
color: #000;
font-weight: bold;
}
.clear {
clear: both;
}
.red {
color: #FF0000
}
.blue {
color: #09F
}
.green {
color: #9C0;
font-size: 12px;
}
.yellow {
color: #FC0;
font-size: 15px;
}
.bu {
color: #09F;
font-size: 18px;
}

/* ===================
改行
====================== */
@media (min-width: 1025px) { 
.pc-br {
display: block;
}
.tab-br{
display: none;
}
.sp-br {
display: none;
}
}
 @media (min-width:769px) and (max-width:1024px) {
.pc-br {
 display: none;
}
.tab-br{
display: block;
}
.sp-br {
display: none;
}


}
@media (max-width: 768px) { 
.pc-br {
display: none;
}
.tab-br{
display: none;
}
.sp-br {
display: block;
}
}




/* ===================
トグル
====================== */
@media (min-width: 769px) {
.pc-toggle {
display: block;
}
.sp-toggle {
display: none;
}
}


@media (max-width: 768px) {
.pc-toggle {
display: none;
}
.sp-toggle {
display: block;
}
}
@media (min-width: 769px) {
/* ===================
PC スペース
====================== */
.sp1em {
height: 1em;
}
.sp2em {
height: 2em;
}
.sp3em {
height: 3em;
}
.pc_sp1em {
height: 1em;
}
.pc_sp2em {
height: 2em;
}
.pc_sp3em {
height: 3em;
}
.sp_sp1em {
display: none;
}
.sp_sp2em {
display: none;
}
.sp_sp3em {
display: none;
}
}
@media (max-width: 768px) {
/* ===================
SP スペース
====================== */
.sp1em {
height: 1em;
}
.sp2em {
height: 2em;
}
.sp3em {
height: 3em;
}
.pc_sp1em {
display: none;
}
.pc_sp2em {
display: none;
}
.pc_sp3em {
display: none;
}
.sp_sp1em {
height: 1em;
}
.sp_sp2em {
height: 2em;
}
.sp_sp3em {
height: 3em;
}
}


.inview { 
opacity: 0;
}




* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: "Noto Sans JP", sans-serif;
color: #333;
line-height: 1.8;
background: #fff;
}

img {
max-width: 100%;
vertical-align: bottom;
}

a {
color: inherit;
text-decoration: none;
}

.container {
width: min(100% - 40px, 1200px);
margin: 0 auto;
}

.container--narrow {
width: min(100% - 25px, 1200px);
}

.header {
position: fixed;
inset: 0px 0px auto;
z-index: 100;
background: #f7f4bf;
padding:0 0 0.5em 0;
}

.header__inner {
height: 58px;
padding: 0 34px;
display: flex;
align-items: center;
justify-content: space-between;
}

.header__logo {
display: flex;
align-items: center;
gap: 8px;
font-weight: 700;
color: #006b3f;
line-height: 1.25;
z-index: 102;
}

.header__logo img{
width:500px;
}

@media (max-width: 768px) {
.header__logo img{
width:95%;
}
}

.header__logo-mark {
font-size: 24px;
}

.header__logo-text {
font-size: 14px;
}

.nav ul {
list-style: none;
display: flex;
gap: 26px;
margin: 0;
padding: 0;
}

.nav a {
font-size:clamp(13px, 1vw, 16px);
font-weight: 700;
color: #004522;
transition: opacity 0.3s;
}

.nav a:hover {
opacity: 0.6;
}

.hamburger {
display: none;
width: 34px;
height: 26px;
border: 0;
background: transparent;
padding: 0;
position: relative;
cursor: pointer;
}

.hamburger span {
position: absolute;
left: 0;
width: 100%;
height: 3px;
background: #006b3f;
border-radius: 999px;
transition: 0.3s;
}

.hamburger span:nth-child(1) {
top: 0;
}

.hamburger span:nth-child(2) {
top: 13px;
}

.hamburger span:nth-child(3) {
bottom: 0;
}

.hamburger.is-active span:nth-child(1) {
top: 11px;
transform: rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
bottom: 15px;
transform: rotate(-45deg);
}




.mv {
position: relative;
padding-top: 58px;
background: #f7f4bf;
min-height: 808px;
display: grid;
place-items: center;
overflow: hidden;
}

.mv__image {
position: absolute;
inset: 40px 0 0;
display: flex;
align-items: flex-end;
justify-content: center;
pointer-events: none;
}

.mv__image img {
width: 100%;
height: 100%;
object-fit: cover;
}




.mv__content {
position: relative;
z-index: 1;
text-align: center;
padding: 0px 20px 360px;
width:100%;
max-width:800px;
}



.mv__label {
color: #006b3f;
font-size: 18px;
font-weight: 700;
margin: 0 0 12px;
}

.mv__title {
font-size: clamp(34px, 5vw, 58px);
line-height: 1.2;
font-weight: 900;
margin: 0 0 10px;
color: #000;
}

.mv__lead {
color: #e50012;
font-size: clamp(20px, 3vw, 32px);
line-height: 1.35;
font-weight: 900;
margin: 0 0 16px;
}

.mv__info {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-top:1em;
}

.mv__badge {
  display: inline-block;
  background: #008944;
  color: #fff;
  font-weight: 700;
  padding: 6px 28px;
  border-radius: 4px;
}

.mv__date {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}

.application {
padding: 60px 0 80px;
text-align: center;
}

.application__text {
font-size: 18px;
margin-bottom: 20px;
}

@media (max-width: 768px) {
.application__text {
font-size: 16px;
}
}


.application__buttons {
display: flex;
flex-wrap: wrap;
gap: 14px;
max-width: 1200px;
margin: 0 auto 20px;
justify-content: center;
}

.application__btn {
width:30%;
padding:1em;
display: flex;
align-items: center;
justify-content: center;
background: #e2e2e2;
color: #008944;
border-radius: 10px;
font-weight: 700;
text-align: center;
line-height: 1.5;
transition: 0.3s;
}

.application__btn:hover {
background: #008944;
color: #fff;
transform: translateY(-2px);
}


@media (max-width: 768px) {
.application__buttons {
max-width: 474px;
}
}

@media (max-width: 520px) {
.application__buttons {
max-width: 100%;
}

.application__btn {
width: 100%;
}
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 450px;
min-height: 54px;
border-radius: 10px;
font-weight: 700;
transition: 0.3s;
}


@media (max-width: 768px) {
.btn {
min-width: 250px;
font-size:14px;
}
}

.btn--green {
background: #e2e2e2;
color: #008944;
}

.btn--green:hover {
background: #008944;
color: #fff;
transform: translateY(-2px);
}

.btn--gray {
background: #ddd;
color: #008944;
padding: 0 32px;
}

.btn--gray:hover {
background: #008944;
color: #fff;
}

.application__note {
font-size: 16px;
}




@media (max-width: 768px) {
.mv__image {
width:100%;
}
	
.mv__content {
position: relative;
z-index: 1;
text-align: center;
padding: 0px 20px 230px;
}
	
.mv__info {
display:block;
align-items: center;
justify-content: center;
gap: 12px;
margin-top:1em;
}	
	
}


.section {
padding: 70px 0;
}

.section--gray {
background: #f7f7f7;
}

.section-title {
text-align: center;
color: #008944;
font-size: 26px;
font-weight: 900;
margin: 0 0 42px;
position: relative;
}

.section-title::after {
content: "";
width: 42px;
height: 5px;
background: #d6df21;
position: absolute;
left: 50%;
bottom: -10px;
transform: translateX(-50%);
border-radius: 999px;
}

.content-block {
margin-bottom: 48px;
font-size: 16px;
}

.heading-dot {
color: #008aa8;
font-size: 18px;
margin-bottom: 14px;
}

.heading-dot::before {
content: "●";
margin-right: 4px;
}

.heading-red {
color: #e50012;
font-weight: 800;
margin: 22px 0 8px;
}

.table-wrap table,
.table-grid table {
border-collapse: collapse;
margin: 24px 0;
min-width: 300px;
}

.table-grid {
display: flex;
gap: 36px;
flex-wrap: wrap;
}

table caption {
text-align: left;
font-weight: 700;
margin-bottom: 8px;
}

th,
td {
padding: 18px 28px;
text-align: left;
border: 1px solid #fff;
}

th {
background: #c9e879;
color: #006b3f;
}

td {
background: #f0f0f0;
font-weight:bold;
}

.flow-image {
background: #eee;
padding: 20px;
border-radius: 8px;
margin-bottom: 42px;
}

.steps {
display: grid;
gap: 28px;
}

.step h3 {
color: #008aa8;
font-size: 24px;
margin-bottom: 4px;
font-weight: 900;
}

.step h4 {
color: #e50012;
margin: 0 0 8px;
}

.step p {
margin: 0;
font-size: 15px;
}

.doc-block {
margin-bottom: 56px;
}

.doc-block h3 {
color: #008aa8;
font-size: 18px;
}

.doc-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 14px 0 0px;
}

.doc-item {
  display: flex;
  flex-direction: column;
}

.doc-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 90px;
  color: #fff;
  border-radius: 8px;
  padding: 12px 12px;
  font-weight: 700;
  line-height: 1.4;
  transition: 0.3s;
  text-align: left;
  white-space: normal;
}

.doc-note {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
}

.doc-btn__download {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.doc-btn--blue {
background: #005b91;
}

.doc-btn--green {
background: #008944;
}

.doc-btn__inner {
  display: block;
}


.doc-btn:hover {
opacity: 0.75;
transform: translateY(-2px);
}

.download-box {
  background: #5a5a5a;
  color: #fff;
  border-radius: 6px;
  padding: 28px 34px 36px;
}

.download-block + .download-block {
  margin-top: 46px;
}

.download-title {
  position: relative;
  margin: 0 0 20px;
  padding-left: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.download-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
}

.download-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 8px;
}

.download-list li + li {
  margin-top: 14px;
}

.download-list a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.download-list a:hover {
  text-decoration: underline;
}

.download-icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}

.faq {
display: grid;
gap: 14px;
}

.faq-question {
width: 100%;
border: 0;
background: #003f6b;
color: #fff;
text-align: left;
padding: 18px 54px 18px 24px;
border-radius: 6px;
font-weight: 700;
cursor: pointer;
position: relative;
transition: 0.3s;
}

.q_ttl{
font-size:24px;
font-weight:900;
}

.faq-question:hover {
background: #006b9a;
}

.faq-question span::before,
.faq-question span::after {
content: "";
position: absolute;
right: 24px;
top: 50%;
width: 16px;
height: 2px;
background: #fff;
transition: 0.3s;
}

.faq-question span::after {
transform: rotate(90deg);
}

.faq-item.is-open .faq-question span::after {
transform: rotate(0deg);
}

.faq-answer {
display: none;
padding: 14px 24px 4px;
font-size: 16px;
}

.faq-answer p::before {
content: "A.";
color: #e50012;
font-weight: 900;
font-size:24px;
margin-right: 8px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.center {
text-align: center;
margin-top: 44px;
}

.footer {
background: #004b24;
color: #fff;
padding: 50px 0;
font-size: 14px;
}

.footer__title {
font-weight: 900;
font-size:18px;
margin-bottom: 12px;
}

.footer_copy_ttl{
font-weight: 900;
font-size:18px;
margin-bottom: 12px;
text-align: center;
}

.copyright{
text-align: center;
padding:1em;
font-size:13px;
}


.page-top {
position: fixed;
right: 24px;
bottom: 24px;
width: 42px;
height: 42px;
border-radius: 50%;
border: 0;
background: #0071bc;
color: #fff;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}

.page-top.is-show {
opacity: 1;
visibility: visible;
}

.page-top:hover {
opacity: 0.75;
transform: translateY(-3px);
}

.sp-only {
display: none;
}

@media (max-width: 900px) {
.header__inner {
padding: 0 15px;
}

  body.is-menu-open {
    overflow: hidden;
  }

  .hamburger {
    display: block;
    position: relative;
    z-index: 101;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 35px;
    height: 2px;
    margin: 6px auto;
    background: #333;
    transition: 0.3s;
  }

  

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;

    width: 100%;
    height: 100vh;
    background: rgba(247, 244, 191, 0.98);

    padding: 90px 20px 40px;

    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;

    transition:
      transform 0.35s ease,
      opacity 0.35s ease,
      visibility 0.35s ease;
  }

  .nav.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .nav ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav a {
    display: block;
    font-size: 16px;
    color: #333;
    text-decoration: none;
  }
	
	
.nav ul {
height: auto;
margin: 0;
padding: 0;
list-style: none;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
gap: 24px;
}

body.is-menu-open {
overflow: hidden;
}	

  .doc-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

.mv {

}
}
	



@media (max-width: 600px) {
.header__logo-text {
font-size: 10px;
}

.mv {
min-height: 500px;
}

.mv__label {
font-size: 13px;
}

.mv__date {
font-size: 15px;
}

.application {
padding: 44px 0 60px;
}

.application__buttons {
flex-direction: column;
}

.btn {
width: 100%;
}

.section {
padding: 25px 0;
}

.section-title {
font-size: 22px;
}

.table-grid {
gap: 18px;
}

.table-wrap table,
.table-grid table {
width: 100%;
min-width: auto;
}

th,
td {
padding: 14px 16px;
}

.doc-buttons {
grid-template-columns: 1fr;
}

.download-box {
padding: 28px 24px;
}

.sp-only {
display: block;
}
}





.btnnin{
background-color: #39b24a;
border-radius: 16px;
padding: 3px 14px;
color: #FFFFFF;
font-weight: normal;
border: 2px solid #39b24a !important;
}

#captchaImg{
width:200px;
}

