﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900);
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://use.typekit.net/glv0sbx.css');

/*----------------------
 * 1. GENERAL
 *   1.1  Margin
 *   1.2  Text
 *   1.3  Titles and Subtitles
 *   1.4  Lists
 *   1.5 Side Entry Btn
 * 2. HEADER
 * 3. MENU
 * 4. MAIN VISUAL
 * 5. CONTENTS
 *    5.1 Entry
 *    5.2 Topics
 *    5.3 Answer
 *    5.4 Benefits
 *    5.5 News
 * 6. FOOTER
 * 7. SNS
 * 8. INTERACTIONS
 * 9. TOP リニューアル 20250331
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html {
    font-size: 62.5%;
}
html,
body {
	overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
	background: #009143;
	overflow: hidden;
}
@media (max-width: 1024px) {
    body {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}

a {
    color: #2693ff;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #2693ff;
    text-decoration: underline;
}
a:focus {
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
*:focus {
    outline: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

.small {
    font-size: 90%;
}

ul,
ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 500;
}
strong.b60 {
    font-weight: 600;
}

img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sp,
.md,
.sp-md,
.sp-md-lg,
.md-lg,
.lg {
	display: none !important;
}
.md-lg-pc,
.lg-pc,
.pc {
    display: block !important;
}
@media (max-width: 1024px) {
    .lg,
    .md-lg,
    .sp-md-lg {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
@media (max-width: 960px) {
    .lg-pc,
    .lg,
    .sp-md-none {
        display: none !important;
    }
    .md,
    .sp-md {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .sp {
        display: block !important;
    }
    .md-lg-pc,
    .md-lg,
    .lg,
    .md,
    .pc,
    .sp-none {
        display: none !important;
    }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 1.1  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 0.5rem !important; }
.mt10 { margin-top: 1rem !important; }
.mt15 { margin-top: 1.5rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 0.5rem !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb15 { margin-bottom: 1.5rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }

@media (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 1rem !important;
    }
    .mt15-xs {
        margin-top: 1.5rem !important;
    }
    .mt20-xs {
        margin-top: 2rem !important;
    }
    .mt30-xs {
        margin-top: 3rem !important;
    }
    .mt40-xs {
        margin-top: 4rem !important;
    }
    .mt50-xs {
        margin-top: 5rem !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 1rem !important;
    }
    .mb15-xs {
        margin-bottom: 1.5rem !important;
    }
    .mb20-xs {
        margin-bottom: 2rem !important;
    }
    .mb30-xs {
        margin-bottom: 3rem !important;
    }
    .mb40-xs {
        margin-bottom: 4rem !important;
    }
    .mb50-xs {
        margin-bottom: 5rem !important;
    }
}

/* 1.2 Text
 * ------------------------------*/
p {
    margin: 1rem 0;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media (max-width: 960px) {
     .text-left-md {
        text-align: left !important;
    }
    .text-center-md {
        text-align: center !important;
    }
    .text-right-md {
        text-align: right !important;
    }
}
@media (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
    .text-justify-xs {
        text-align: justify;
        text-justify: inter-ideograph;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #e1000e !important;
}
.txt-yellow,
.txt-yellow a,
.txt-yellow a:hover {
    color: #fff100 !important;
}
.txt-green,
.txt-green a,
.txt-green a:hover {
    color: #009143 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #0057ad !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.f10 { font-size: 1rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f17 { font-size: 1.7rem !important; }
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f23 { font-size: 2.3rem !important; }
.f24 { font-size: 2.4rem !important; }
.f25 { font-size: 2.5rem !important; }
@media (max-width: 960px) {
    .f18, .f19 {
        font-size: 1.6rem !important;
    }
    .f20, .f21 {
        font-size: 1.7rem !important;
    }
    .f22, .f23 {
        font-size: 1.8rem !important;
    }
    .f24, .f25 {
        font-size: 2rem !important;
    }
}
@media (max-width: 767px) {
    .f13, .f14 {
        font-size: 1.2rem !important;
    }
    .f15, .f16 {
        font-size: 1.3rem !important;
    }
    .f17, .f18 {
        font-size: 1.4rem !important;
    }
    .f19, .f20, .f21 {
        font-size: 1.5rem !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 1.6rem !important;
    }
    .f15-xs {
        font-size: 1.5rem !important;
    }
    .f14-xs {
        font-size: 1.4rem !important;
    }
    .f13-xs {
        font-size: 1.3rem !important;
    }
    .f12-xs {
        font-size: 1.2rem !important;
    }
    .f11-xs {
        font-size: 1.1rem !important;
    }
    .f10-xs {
        font-size: 1rem !important;
    }
}

/* 1.3 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.8;
}
@media (max-width: 767px) {
    h1, h2, h3, h4 {
        line-height: 1.6;
    }
}å

/* 1.4 Lists
 * ------------------------------*/
ul.disc-list {
    list-style: disc;
    margin: 0 0 0 2.2rem;
    padding: 0;
    line-height: 2;
}
ul.disc-list li {
    list-style: disc;
}
ol.ol-list {
    padding: 0;
    margin: 0 0 0 2.2rem;
    line-height: 2;
}
@media (max-width: 767px) {
    ul.disc-list {
        margin-left: 2rem;
    }
    ul.disc-list,
    ol.ol-list {
        line-height: 1.8;
    }
}

/* 1.5 Side Entry Btn
 * ------------------------------*/
.side-entry {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translateY(-40%);
    margin: 0;
    z-index: 1;
}
.side-entry:hover {
    opacity: 0.75;
    transition: 0.5s;
}
@media (max-width: 1024px) {
    .side-entry {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (orientation:portrait) and (max-width: 1024px) {
    .side-entry {
        top: 30%;
        transform: translateY(-30%);
    }
}
@media (max-width: 960px) {
    .side-entry {
        top: 27%;
        transform: translateY(-27%);
    }
    .side-entry img {
        width: 50px;
        height: auto;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .side-entry {
        top: 100%;
        transform: translateY(-100%);
    }
    .side-entry img {
        width: 45px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .side-entry {
        display: none;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
  background: #fff;
  height: 90px;
  left: 0;
  position: fixed;
  top: -90px;
  transition: 0.5s;
  width: 100%;
  z-index: 9;
}
header .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
header.fixed {
  top: 0;
}
@media (max-width: 767px) {
  header {
    height: 10.4166666667vw;
    top: -10.4166666667vw;
  }
}

.header-btn-menu {
    position: absolute;
    right: 15px;
    top: 45px;
    margin: 0;
    opacity: 1;  
    transition: 0.5s;
    z-index: 9;
}
.header-btn-menu img {
    width: 75px;
    height: 75px;
    cursor: pointer;
}
.header-btn-menu.fixed {
  opacity: 0;
  top: 0;
}
@media (max-width: 767px) {
  .header-btn-menu {
    top: 22px;
    right: 10px;
  }
  .header-btn-menu img {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}

.header-btn-menu-on {
    position: absolute;
    top: 7px;
    right: 95px;
    margin: 0;
    opacity: 1;
    transition: 0.5s;
    z-index: 9;
    background: url(../img/header-icon-menu.png) 50% 50% no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    height: 75px;
    width: 75px;
}
@media (max-width: 1024px) {
    .header-btn-menu-on {
        right: 40px;
    }
}
@media (max-width: 960px) {
    .header-btn-menu-on {
        right: 10px;
    }
}
@media (max-width: 767px) {
  .header-btn-menu-on {
      top: 0;
      right: 0;
      height: 10.4166666667vw;
      width: 10.4166666667vw;
    }
}

.header-logo {
    position: absolute;
    left: 80px;
    top: 0;
}
.header-logo-sp {
    display: none;
}
@media (max-width: 1024px) {
    .header-logo {
        left: 30px;
    }
}
@media (max-width: 960px) {
    .header-logo {
        left: 0;
    }
}
@media (max-width: 767px) {
    .header-logo {
        top: 0;
        left: 7px;
    }
    .header-logo-sp {
        display: block;
        position: absolute;
        top: 7px;
        left: 7vw;
    }
    .header-logo-sp img,
    .header-logo img {
        width: 35vw;
    }
}

.header-btn-entry,
.header-btn-entry-sp {
  display: none;
}
@media (max-width: 767px) {
    .header-btn-entry {
        display: block;
        flex-shrink: 0;
        height: 100%;
        width: 27.7777777778%;
        position: absolute;
        top: 0;
        right: 10.4166666667vw;
    }
    .header-btn-entry a {
        align-items: center;
        background: #303533;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }
    .header-btn-entry img {
        display: block;
        width: 100%;
    }
    .header-btn-entry-sp {
        display: block;
        position: absolute;
        top: 22px;
        right: 17vw;
    }
    .header-btn-entry-sp img {
        width: auto;
        height: 10.4166666667vw;
    }
}

/*----- 共通header 修正-----*/
.cmn-header {
     position: relative;
     z-index: 100;
}
.cmn-header__logo img {
     position: absolute;
     top: 10px;
}
@media screen and (max-width: 656px) {
    .cmn-header__logo img {
        top: 1.4444444vw;
    }
}

/*-------------------------------
 * 3. MENU
 * ----------------------------*/
.menu {
  background: rgba(2, 144, 68, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}
.menu > div {
  background: #fff;
  height: 100%;
  margin-left: auto;
  padding-top: 100px;
  width: 600px;
}
@media (max-width: 767px) {
  .menu > div {
    padding-top: 13.8888888889vw;
    width: 89.1666666667%;
  }
}
.menu ul {
  border-bottom: 1px solid #ccc;
}
.menu ul ul {
  border-bottom: 0;
}
.menu li {
  border-top: 1px solid #ccc;
}
.menu li a {
  color: #009143;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  padding: 16px 0 16px 70px;
  text-decoration: none;
  font-weight: 500;
}
@media (max-width: 767px) {
  .menu li a {
    font-size: 4.1666666667vw;
    padding: 2.7777777778vw 0 2.7777777778vw 15.2777777778vw;
  }
}
.menu li a:hover {
  /*opacity: 0.5;*/
  transition: 0.5s;
  background: #F8EBDC;
}
.menu li a.current {
  background: #F8EBDC;
}
.menu li li a {
  padding-left: 98px;
}
@media (max-width: 767px) {
  .menu li li a {
    padding-left: 21.5277777778vw;
  }
}

.menu-btn-close {
  cursor: pointer;
  position: absolute;
  right: 115px;
  top: 23px;
}
@media (max-width: 1024px) {
    .menu-btn-close {
        right: 60px;
    }
}
@media (max-width: 960px) {
    .menu-btn-close {
        right: 30px;
    }
}
@media (max-width: 767px) {
  .menu-btn-close {
    right: 2.7777777778vw;
    top: 2.7777777778vw;
  }
}
.menu-btn-close img {
  width: 38px;
}
@media (max-width: 767px) {
  .menu-btn-close img {
    width: 5.8333333333vw;
  }
}

/*-------------------------------
 * 4. MAIN VISUAL
 * ----------------------------*/
#main-visual {
    max-width: 1120px;
    height: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    position: relative;
    z-index: 0;
    -webkit-animation: fadeIn 0.8s ease both;
    animation: fadeIn 0.8s ease both;
}
#main-visual .logo {
    position: absolute;
    top: 30px;
    left: 0;
    margin: 0;
    z-index: 1;
}
#main-visual .badge {
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
}
@media (max-width: 1024px) {
    #main-visual {
        max-width: 960px;
    }
}
@media (max-width: 960px) {
    #main-visual .logo img {
        width: auto;
        height: 80px;
    }
}
@media (max-width: 767px) {
    #main-visual {
        padding-top: 1.5rem;
    }
    #main-visual .logo {
        top: 15px;
    }
    #main-visual .badge {
        top: 105px;
        left: 10px;
        transform: translateX(0);
    }
    #main-visual .badge img {
        width: auto;
        height: 45px;
    }
}
@media (max-width: 480px) {
    #main-visual .logo img {
        height: 45px;
    }
    #main-visual .badge {
        top: 70px;
    }
    #main-visual .badge img {
        height: 28px;
    }
}

/*----- outline -----*/
.outline-cont {
    width: 960px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}
.sub-announce {
    font-size: 2.2rem;
    color: #e1000e;
    font-weight: 600;
    text-align: center;
    background: #ffff00;
    border: 4px solid #e1000e;
    padding: 1rem 1rem 1.2rem;
    margin: 0 auto 2rem;
    line-height: 1.5;
}
.outline-box {
    width: 100%;
    display: table;
    background: #fff;
    box-sizing: border-box;
    padding: 3rem;
}
.outline-box .number {
    display: table-cell;
    width: 33%;
    box-sizing: border-box;
    background: #f0f0f0;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    padding-bottom: 0.5rem;
}
.outline-box .number span {
    display: inline-block;
    font-size: 3.6rem;
}
.outline-box .guide {
    display: table-cell;
    width: 67%;
    box-sizing: border-box;
    padding-left: 3rem;
    vertical-align: middle;
}
.outline-box .guide .day {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.outline-box .day .circle {
    display: inline-block;
    margin: 0 1.2rem 0 0.5rem;
    width: 30px;
    height: 30px;
    background: #e1000e;
    border-radius: 50%;
    font-size: 2.2rem;
    vertical-align: 10%;
    line-height: 1.2;
    color: #fff;
    box-sizing: border-box;
}
.outline-box .guide .day-jun {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.outline-box .deadline {
    font-size: 1.8rem;
    background: #e1000e;
    color: #fff;
    font-weight: 600;
    min-height: 50px;
    margin: 1rem 0 0;
    line-height: 1.5;
    padding: 0.5rem 1rem 0.7rem 20%;
    border-radius: 5px;
}
.outline-box .deadline.large-center {
    font-size: 2.2rem;
    padding: 0 1rem 0.3rem 0;
}
.outline-box .deadline.flex-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.outline-box .deadline.add,
.outline-box .deadline.add2 {
    padding-left: 2rem;
}
.outline-box .deadline.add small {
    display: inline-block;
    font-size: 1.5rem;
}
.outline-box .deadline.add2 small {
    display: inline-block;
    padding-left: 6.5vw;
    line-height: 2;
}
@media (max-width: 1024px) {
    .outline-cont {
        width: 900px;
    }
    .sub-announce {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    .outline-box {
        padding: 2rem;
    }
    .outline-box .number {
        width: 28%;
        font-size: calc(17px + 15 * (100vw - 320px) / 704);
    }
    .outline-box .number span {
        font-size: calc(15px + 15 * (100vw - 320px) / 704);
    }
    .outline-box .guide {
        width: 72%;
        padding-left: 2rem;
    }
    .outline-box .guide .day {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
    .outline-box .guide .day-jun {
        font-size: calc(12px + 4 * (100vw - 320px) / 704);
    }
    .outline-box .day .circle {
        font-size: calc(12px + 8 * (100vw - 320px) / 704);
        line-height: 1.4;
    }
    .outline-box .deadline {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
        min-height: 44px;
    }
    .outline-box .deadline.large-center {
        font-size: calc(15px + 7 * (100vw - 320px) / 704);
    }
    .outline-box .deadline.add small {
        font-size: calc(13px + 2 * (100vw - 320px) / 704);
    }
    .outline-box .deadline.add2 small {
        padding-left: 9vw;
    }
}
@media (max-width: 960px) {
    .outline-cont {
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .sub-announce {
        padding: 1rem 1rem 1.2rem;
    }
    .outline-box .day .circle {
        line-height: 1.6;
    }
    .outline-box .deadline.add small {
        padding-left: 11vw;
    }
    .outline-box .deadline.add2 {
        font-size: calc(12px + 5 * (100vw - 320px) / 640);
    }
    .outline-box .deadline.add2 small {
        padding-left: 11vw;
    }
}
@media (max-width: 767px) {
    /*.outline-cont {
        position: relative;
        top: -100px;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 -100px;
    }*/
    .sub-announce {
        padding: 0.3rem 1rem 0.4rem;
        border-width: 3px;
        max-width: 87%;
        margin-bottom: 1.5rem;
    }
    .outline-box {
        display: block;
        padding: 1.5rem;
    }
    .outline-box .number {
        display: block;
        width: 100%;
        padding: 0.3rem 1rem 0.5rem;
        margin-bottom: 1rem;
    }
    .outline-box .guide {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .outline-box .day .circle {
         width: 26px;
         height: 26px;
         margin: 0 0.8rem 0 0.3rem;
    }
    .outline-box .deadline {
        padding: 0.3rem 1rem 0.5rem 1rem;
        margin-top: 0.7rem;
        text-align: center;
        min-height: 0;
    }
    .outline-box .deadline.add small {
        padding-left: 0;
    }
    .outline-box .deadline.add2 {
        padding-left: 0.8rem;
        padding-right: 0.2rem;
    }
}
@media (max-width: 480px) {
    .outline-box .day .circle {
         width: 19px;
         height: 19px;
         line-height: 1.4;
     }
     .outline-box .deadline {
        padding: 0.3rem 1rem 0.5rem 15%;
        text-align: left;
    }
    .outline-box .deadline.add small {
        padding-left: 19vw;
    }
    .outline-box .deadline.add2 small {
        padding-left: 18vw;
    }
    .outline-box .deadline.add2-sp {
        padding-left: 7vw;
    }
}
@media (max-width: 380px) {
    .outline-box .deadline.add2 {
        font-size: calc(10px + 2 * (100vw - 320px) / 60);
    }
    .outline-box .deadline.add2-sp {
        padding-left: 5vw;
    }
}
@media (max-width: 360px) {
    .outline-box .deadline.add2-sp {
        padding-left: 1rem;
    }
}

/*-------------------------------
 * 5. CONTENTS
 * ----------------------------*/
main {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 5rem;
    background: #fff;
}
.wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 0;
}
.wrap::after {
    content: "";
    display: block;
    clear: both;
}
.bg-gray {
    background: #303533;
    padding: 0 0 5rem;
}
section {
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    main {
        max-width: 960px;
    }
    .wrap {
        max-width: 900px;
    }
}
@media (max-width: 960px) {
    .wrap {
        max-width: 100% !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
@media (max-width: 767px) {
    main {
        padding-bottom: 3rem;
    }
    .bg-gray {
        padding-bottom: 3rem;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}
@media (max-width: 480px) {
    .wrap {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.icon-new {
	display: inline-block;
	background: url(../img/icon-new.png) 0 0 no-repeat;
	background-size: contain;
	width: 50px;
	height: 17px;
	margin-left: 1rem;
	vertical-align: -5%;
}
.icon-new.left {
    margin-left: 1rem;
    margin-right: 0;
}
.icon-new.right {
    margin-left: 0;
    margin-right: 1rem;
}
.icon-pdf {
	display: inline-block;
	background: url(../img/icon-pdf.png) 0 0 no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
	margin-right: 0.8rem;
	vertical-align: -10%;
}
.icon-arrow {
	display: inline-block;
    background: url(../img/icon-arrow.png) left center no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	margin-right: 0.8rem;
	vertical-align: -10%;
}
@media (max-width: 767px) {
    .icon-new {
        width: 45px;
	    height: 15px;
	    vertical-align: -10%;
    }
    .icon-new.left {
        margin-left: 0.5rem;
    }
    .icon-new.right {
        margin-right: 0.5rem;
    }
    .icon-pdf {
        margin-right: 0.5rem;
        vertical-align: -11%;
    }
    .icon-arrow {
        width: 15px;
	    height: 15px;
        margin-right: 0.5rem;
        vertical-align: -11%;
    }
}

/* 5.1 Entry
 * ------------------------------*/
.entry-wrap {
    padding-top: 5rem;
}
.entry-wrap .box {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 70px;
}
.entry-wrap .box .col {
    width: calc(100% / 2 - 35px );
}
@media (max-width: 1024px) {
    .entry-wrap .box {
        gap: 0 30px;
    }
    .entry-wrap .box .col {
        width: calc(100% / 2 - 15px );
    }
}
@media (max-width: 767px) {
    .entry-wrap {
        padding-top: 3rem;
    }
    .entry-wrap .box {
        max-width: 100%;
        gap: 0 15px;
    }
    .entry-wrap .box .col {
        width: calc(100% / 2 - 8px );
    }
}

 /*----- btn entry ------*/
.entry-wrap .btn-entry {
    display: block;
    color: #fff;
    padding: 1.5rem 1rem 1.5rem 5.8rem;
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border: 3px solid #fdff70;
    background: #ff7800;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.entry-wrap a:hover {
    text-decoration: none;
}
.entry-wrap .btn-entry.text-center {
    padding-left: 1rem;
}
.entry-wrap .btn-entry:hover {
    text-decoration: none;
    color: #fdff70;
    -webkit-box-shadow: 0px 0px 10px #fdff70;
    box-shadow: 0px 0px 10px #fdff70;
}
.entry-wrap .btn-entry.individual {
    background: #ff7800;
}
.entry-wrap .btn-entry.group {
    background: #2693ff;
}
.entry-wrap .btn-entry i {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../img/icon-entry.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
@media (max-width: 1024px) {
    .entry-wrap .btn-entry {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
        padding: 1.4rem 1rem 1.7rem 4.4rem;
    }
    .entry-wrap .btn-entry i {
        width: 26px;
        height: 26px;
        left: 10px;
    }
}
@media (max-width: 767px) {
    .entry-wrap .btn-entry {
        padding: 0.5rem 0.8rem 0.6rem 4.4rem;
        line-height: 1.5;
        border-width: 2px;
    }
}
@media (max-width: 480px) {
    .entry-wrap .btn-entry {
        padding: 0.5rem 0.8rem 0.6rem 3.3rem;
        font-size: calc(11px + 5 * (100vw - 320px) / 160);
    }
    .entry-wrap .btn-entry.text-center {
        text-align: left !important;
        padding-left: 3.7rem;
    }
    .entry-wrap .btn-entry i {
        width: 20px;
        height: 20px;
        left: 5px;
    }
}

/* 5.2 Topics
 * ------------------------------*/
.topics-wrap {
    padding-top: 5rem;
}
.topics-wrap .inner {
    background: #fff;
    border-left: 5px solid #009143;
    border-right: 5px solid #009143;
    border-bottom: 5px solid #009143;
}
.topics-wrap .ttl {
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #009143;
	font-size: 1.8rem;
	margin: 0;
	padding: 0.2rem 1rem 0.4rem 1rem;
	letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
    .topics-wrap .ttl {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .topics-wrap {
        padding-top: 3rem;
    }
    .topics-wrap .inner {
        border-width: 3px;
    }
    .topics-wrap .ttl {
        padding: 0.1rem 1rem 0.3rem 1rem;
    }
}

.topics-wrap dl {
    width: 98%;
	display: table;
    margin: 0.9rem auto 0;
    padding: 0 0 1rem;
    border-bottom: 1px solid #aaaaaa;
    line-height: 1.7;
    box-sizing: border-box;
}
.topics-wrap dl:last-of-type {
	border-bottom: none;
}
.topics-wrap dl dt {
    display: table-cell;
	width: 6%;
	background: #009143;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	vertical-align: middle;
}
.topics-wrap dl dd {
    display: table-cell;
	width: 94%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 0 0 2rem;
}
.topics-wrap dl dd .sub {
	font-size: 2rem;
	font-weight: 600;
	color: #009143;
	line-height: 1.5;
}
.topics-wrap dl dd .sub span {
	font-size: 1.6rem;
	color: #000;
	font-weight: 400;
}
.topics-wrap dl dd p {
	margin: 0;
}
.topics-wrap dl dd a {
	display: block;
	font-weight: 600;
	text-decoration: none;
}
.topics-wrap dl dd a:hover {
	opacity: 0.75;
	transition: 0.5s;
}
@media (max-width: 1024px) {
    .topics-wrap dl dt {
        font-size: calc(20px + 10 * (100vw - 320px) / 704);
    }
    .topics-wrap dl dd .sub {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
    .topics-wrap dl dd .sub span {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .topics-wrap dl {
        width: 96%;
    }
    .topics-wrap dl dt {
        width: 10%;
    }
    .topics-wrap dl dd {
        width: 90%;
        padding-left: 1rem;
    }
}
@media (max-width: 480px) {
    .topics-wrap dl dt {
        width: 12%;
        font-size: 2rem;
    }
    .topics-wrap dl dd {
        width: 88%;
    }
    .topics-wrap dl dd .sub {
        font-size: 1.4rem;
    }
    .topics-wrap dl dd .sub span {
        font-size: 1.3rem;
    }
}

/* 5.3 Answer
 * ------------------------------*/
.answer-wrap {
    margin: 5rem 0;
}
.answer-wrap .box {
	clear: both;
    display: block;
    text-align: center;
    padding: 1rem 2rem 1.7rem;
    border: 1px solid #009143;
}
.answer-wrap .ttl {
    margin: 0 0 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    position: relative;
}
.answer-wrap .ttl .day {
    display: block;
	position: absolute;
    top: 3px;
    right: 0;
    font-size: 1.4rem;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .answer-wrap .ttl {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .answer-wrap {
        margin: 3rem 0;
    }
    .answer-wrap .box {
        padding: 1rem 1rem 1.5rem;
    }
    .answer-wrap .ttl .day {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .answer-wrap .ttl .day {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0.3rem;
    }
}

.answer-wrap .sub-attention {
    font-weight: 400;
    text-align: center;
    font-size: 1.6rem !important;
    border-top: 1px dashed #000;
    margin-top: 1.7rem;
    padding-top: 1rem;
}
.answer-wrap .box .sub-attention a {
    color: #000;
    text-decoration: underline;
}
.answer-wrap .sub-attention a:hover {
    color: #000;
    text-decoration: none;
}
.answer-wrap .sub-attention i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon-attention.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: 1rem;
    vertical-align: -10%;
}
@media (max-width: 1024px) {
    .answer-wrap .sub-attention {
        font-size: calc(13px + 3 * (100vw - 320px) / 704) !important;
    }
}
@media (max-width: 767px) {
    .answer-wrap .sub-attention {
        margin-top: 1.5rem;
    }
    .answer-wrap .sub-attention i {
        width: 15px;
        height: 15px;
        margin-right: 0.5rem;
        vertical-align: -11%;
    }
}

.answer-wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 1.5rem auto 0;
    gap: 15px 20px;
}
.answer-wrap ul li {
    text-align: center;
}
.answer-wrap ul li a {
	text-decoration: none;
}
.answer-wrap ul li:hover {
	text-decoration: none;
}
.answer-wrap ul li .btn {
    display: block;
    margin: 0 auto;
    padding: 0.7rem 2rem 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    box-sizing: border-box;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 10px;
    line-height: 1;
    background: #009143;
}
.answer-wrap ul li a:hover.btn {
	opacity: 0.75;
	transition: 0.5s;
}
@media (max-width: 1024px) {
    .answer-wrap ul li .btn {
        font-size: calc(13px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .answer-wrap ul {
        gap: 15px 15px;
    }
}
@media (max-width: 767px) {
    .answer-wrap ul {
        margin-top: 1rem;
        gap: 10px 10px;
    }
    .answer-wrap ul li .btn {
        padding: 0.5rem 1rem 0.7rem;
        border-radius: 6px;
    }
}
 
/* 5.4 Benefits
 * ------------------------------*/
.benefits-wrap {
    margin: 5rem 0;
}
.benefits-wrap .wrap {
    background: #f0f0f0;
}
.benefits-wrap .inner {
    padding: 3rem 8rem 5rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .inner {
        padding: 3rem 3rem 5rem;
    }
}
@media (max-width: 960px) {
    .benefits-wrap .inner {
        padding: 3rem 0 5rem;
    }
}
@media (max-width: 767px) {
    .benefits-wrap {
        margin: 3rem auto;
        max-width: 91.5%;
    }
    .benefits-wrap .inner {
        padding: 2.5rem 0 3rem;
    }
}
@media (max-width: 480px) {
    .benefits-wrap {
        max-width: 93vw;
    }
    .benefits-wrap .wrap {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.benefits-wrap .ttl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 25px;
}
.benefits-wrap .ttl .label {
    background: #e1000e;
    color: #fff;
    font-size: 1.8rem;
    padding: 0.8rem 1.5rem 1.1rem;
    vertical-align: 17%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}
.benefits-wrap .ttl .sub {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1;
}
.benefits-wrap .ttl .sub span {
    display: inline-block;
    font-size: 1.4rem;
    color: #e1000e;
    font-weight: 400;
    margin-top: -2rem;
}
.benefits-wrap .img-card {
    margin: 2rem auto 2.5rem;
}
@media (max-width: 1024px) {
    .benefits-wrap .ttl .label {
        font-size: calc(14px + 4 * (100vw - 320px) / 704);
    }
    .benefits-wrap .ttl .sub {
        font-size: calc(16px + 14 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    .benefits-wrap .ttl {
        gap: 0 8px;
    }
    .benefits-wrap .ttl .label {
        width: 19%;
        font-size: calc(12px + 7 * (100vw - 320px) / 447);
        padding: 0.4rem 0 0.6rem;
        line-height: 1.4;
    }
    .benefits-wrap .ttl .sub {
        line-height: 1.3;
        font-size: calc(17px + 11 * (100vw - 320px) / 447);
    }
    .benefits-wrap .ttl .sub span {
        margin-top: 0.5rem;
        font-size: 1.2rem;
    }
    .benefits-wrap .img-card {
        margin: 1.5rem auto 1.2rem;
    }
}

.benefits-wrap .txt {
    font-weight: 600;
}
.benefits-wrap .txt .cap {
    font-size: 1.5rem;
    display: inline-block;
}
.benefits-wrap .waku-box {
    max-width: 80%;
    margin: 2.5rem auto 0;
    font-size: 1.4rem;
    box-sizing: border-box;
    padding: 1.3rem 1rem;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
}
.benefits-wrap .waku-box p {
    margin: 0;
}
@media (max-width: 960px) {
    .benefits-wrap .waku-box {
        max-width: 90%;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .benefits-wrap .waku-box {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .benefits-wrap .txt {
        font-size: 1.4rem;
    }
    .benefits-wrap .txt .cap {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-top: 0.5rem;
    }
    .benefits-wrap .waku-box {
        max-width: 100%;
        font-size: 1.3rem;
        margin-top: 1.5rem;
        line-height: 1.6;
        padding: 0.5rem;
    }
}
@media (max-width: 360px) {
    .benefits-wrap .waku-box {
        font-size: 1.2rem;
    }
}

.benefits-wrap .btn-buy {
    display: block;
    max-width: 90%;
    margin: 3rem auto 0;
    padding: 1.1rem 1rem 1.3rem;
    background: #e74700;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
}
.benefits-wrap .btn-buy:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    opacity: 0.75;
}
.benefits-wrap .btn-buy span {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 400;
}
.benefits-wrap .btn-buy i {
	width: 38px;
	height: 37px;
	background: url(../img/icon-cart.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
@media (max-width: 1024px) {
    .benefits-wrap .btn-buy {
        font-size: calc(15px + 5 * (100vw - 320px) / 704);
    }
    .benefits-wrap .btn-buy i {
        width: 35px;
        height: 34px;
    }
}
@media (max-width: 960px) {
    .benefits-wrap .btn-buy {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .benefits-wrap .btn-buy {
        margin-top: 2rem;
        line-height: 1.6;
        font-size: calc(16px + 6 * (100vw - 320px) / 447);
        padding: 0.5rem 1rem 0.7rem;
    }
    .benefits-wrap .btn-buy span {
        font-size: 1.1rem;
        margin-top: 0.3rem;
        margin-left: 1rem;
    }
    .benefits-wrap .btn-buy i {
        width: 30px;
        height: 29px;
        left: 10px;
    }
}
 
/* 5.5 News
 * ------------------------------*/
.news-wrap {
    margin: 5rem 0;
}
.news-wrap .ttl {
    font-weight: 700;
    font-size: 2rem;
    border-bottom: 5px solid #009143;
    padding-bottom: 0.3rem;
}
.news-wrap ul li {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 1rem 0;
    border-bottom: 1px dashed #000;
    line-height: 1.8;
}
.news-wrap ul li a {
    display: block;
    color: #000;
    text-decoration: underline;
}
.news-wrap ul li a:hover {
    text-decoration: none;
}
.news-wrap ul li .day {
    width: 8%;
}
.news-wrap ul li .txt {
    width: 92%;
    box-sizing: border-box;
    padding-left: 3rem;
}
@media (max-width: 1024px) {
    .news-wrap .ttl {
        font-size: calc(15px + 6 * (100vw - 320px) / 704);
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .news-wrap ul li .day,
    .news-wrap ul li .txt {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .news-wrap {
        margin: 3rem 0;
    }
    .news-wrap ul li {
        padding: 0.8rem 0;
    }
    .news-wrap ul li .txt {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

/* 5.6 Btn List
 * ------------------------------*/
ul.btn-list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 15px;
    margin: 4rem auto;
}
@media (max-width: 767px) {
    ul.btn-list {
        margin: 3rem auto;
        gap: 0 6px;
    }
}

.btn-kakomon {
	display: block;
	margin: 4rem auto;
	max-width: 620px;
	background: #005BAD;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 0.5rem 1rem 1rem;
	position: relative;
	overflow: visible;
}
.btn-kakomon:hover {
	opacity: 0.8;
	transition: 0.5s;
	text-decoration: none;
	color: #fff;
}
.btn-kakomon i {
	width: 60px;
	height: 60px;
	background: url(../img/icon-new.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 1;
}
@media (max-width: 1024px) {
    .btn-kakomon {
        font-size: calc(14px + 6 * (100vw - 320px) / 704);
    }
}
@media (max-width: 960px) {
    .btn-kakomon {
        padding: 0.7rem 1rem 1rem;
    }
    .btn-kakomon i {
        width: 50px;
        height: 50px;
    }
}
@media screen and (orientation:landscape) and (max-width: 896px) {
    .btn-kakomon {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .btn-kakomon {
        margin: 3rem auto;
        padding: 0.4rem 1rem 0.7rem;
    }
    .btn-kakomon i {
        width: 45px;
        height: 45px;
        left: 5px;
    }
}

/*-------------------------------
 * 6. FOOTER
 * ----------------------------*/
footer {
    margin: 4rem 0;
    padding: 0;
    text-align: center;;
}
footer .txt {
    color: #fff;
    font-weight: 500;
    margin: 0;
}
footer .txt span {
    color: #000;
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
    footer .txt span {
        font-size: calc(11px + 3 * (100vw - 320px) / 704);
    }
}
@media (max-width: 767px) {
    footer {
        margin: 2rem 0;
    }
}

/*-------------------------------
 * 7. SNS
 * ----------------------------*/
.social-wrap {
	max-width: 1120px;
	margin: 5rem auto 0;
}
.socialBox {
	height: 20px;
	margin: 0 auto;
	text-align: center;
}
.socialBox iframe {
	width: 110px !important;
}
.socialBox .twitter-share-button {
	width: 90px !important;
	height: 25px !important;
}
@media (max-width: 767px) {
    .social-wrap {
        margin-top: 3rem;
    }
}

/*-------------------------------
 * 8. INTERACTIONS
 * ----------------------------*/
.opacity:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/*--------- keyframes --------- */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes link-zoom {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes link-zoom {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes link-zoom-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes link-zoom-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.link-zoom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.link-zoom:hover, .link-zoom:focus, .link-zoom:active {
  -webkit-animation-name: link-zoom-float, link-zoom;
  animation-name: link-zoom-float, link-zoom;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*-------------------------------
 * 9. TOP リニューアル 20250331
 * ----------------------------*/
.btn-kakomon i {
	background: url(../img/icon-sale.svg) 0 0 no-repeat;
}

.outline-cont {
    bottom: 80px;
}
.outline-wrap {
	padding-top: 6rem;
}
.outline-box .number {
    background: #fff;
    position: relative;
}
.outline-box .number .num-box {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -15px;
	line-height: 1.4;
}
.outline-box .number .num-box .num .txt-green {
	display: inline-block;
	margin: 0 0.2rem;
}
@media (max-width: 1024px) {
	.outline-box .number {
        font-size: calc(20px + 12 * (100vw - 320px) / 704);
    }
    .outline-box .number span {
        font-size: calc(18px + 12 * (100vw - 320px) / 704);
    }
    .outline-box .number .num-box .num .txt-green {
        font-size: calc(20px + 10 * (100vw - 320px) / 704);
    }
	.outline-box .number .num-box {
		top: 0;
	}
}
@media (max-width: 767px) {
	.outline-cont {
    	bottom: calc(60 / 767 * 100vw);
    	padding: 0;
    	width: 62vw;
    	left: 3px;
    	margin: 0;
	}
	.sub-announce {
        padding: 0.3rem 0.3rem 0.4rem;
    }
	.outline-wrap {
		padding-top: 5.3rem;
	}
	.outline-box .number .num-box {
		position: relative;
		top: 0;
		margin-bottom: -0.3rem;
	}
	.outline-box .number span {
		vertical-align: 5%;
	}
	.outline-box .number .num-box .num {
		display: inline-block;
		margin-left: 1rem;
	}
	.outline-box .number .num-box .num .txt-green {
		vertical-align: -5%;
	}
}
@media (max-width: 480px) {
	.outline-wrap {
		padding-top: 3.3rem;
	}
}

/*----- main visual -----*/
@media (max-width: 767px) {
    #main-visual .badge {
    	top: calc(676 / 767 * 100vw);
    	left: 62vw;
        width: 35vw;
    }
}
@media (max-width: 480px) {
    #main-visual .badge {
        top: calc(422 / 480 * 100vw);
    }
    #main-visual .badge img {
        height: auto;
    }
}

#main-visual .main-txt {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: rgba(255, 242, 32, 0.85);
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 2rem;
    box-sizing: border-box;
    padding-top: 1.5rem;
    line-height: 1.3;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
#main-visual .main-txt .txt-large {  
    display: inline-block;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    vertical-align: -5%;
}
#main-visual .main-txt .txt-small {
    display: inline-block;
    line-height: 1.3;
    font-size: 1.4rem;
    margin-top: 0.6rem;
}
#main-visual .main-txt .txt-italic {
    display: inline-block;
    transform: rotate(-10deg);
}
@media screen and (max-width: 1024px) {
    #main-visual .main-txt .txt-large {
        font-size: calc(23px + 8 * (100vw - 320px) / 704);
    }
    #main-visual .main-txt .txt-small {
        font-size: calc(11px + 3 * (100vw - 320px) / 704);
    }
}
@media screen and (max-width: 960px) {
    #main-visual .main-txt {
        width: 160px;
        height: 160px;
        left: 15px;
        bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    #main-visual .main-txt {
    	width: 100px;
        height: 100px;
        left: 10px;
        font-size: 1.2rem;
        padding-top: 0.6rem;
        bottom: 68px;
    }
    #main-visual .main-txt .txt-large {
        font-size: 1.7rem;
    }
    #main-visual .main-txt .txt-small {
        font-size: 1.1rem;
        margin-top: 0.2rem;
    }
}
@media screen and (max-width: 480px) {
    #main-visual .main-txt {
        bottom: 48px;
    }
}

/*----- nav link -----*/
ul.nav-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 800px;
    height: 120px;
    background: #009143;
    position: absolute;
    bottom: -60px;
    right: -1px;
    z-index: 10;
}
ul.nav-link li {
	width: calc(100% / 6);
	box-sizing: border-box;
	padding: 2.5rem;
	background: #009143;
}
ul.nav-link li:hover {
	background: #00AB4F;
	transition: 0.5s;
	cursor: pointer;
}
@media (max-width: 1024px) {
	ul.nav-link {
		width: 700px;
    	height: 105px;
    	bottom: -53px;
	}
	ul.nav-link li {
		padding: 1.8rem;
	}
}
@media (max-width: 960px) {
	ul.nav-link {
		width: 600px;
    	height: 90px;
    	bottom: -45px;
	}
	ul.nav-link li {
		padding: 1.5rem;
	}
}
@media (max-width: 767px) {
	ul.nav-link {
		width: 94vw;
    	height: 60px;
    	left: 50%;
    	transform: translateX(-50%);
    	bottom: -30px;
	}
	ul.nav-link li {
		padding: 1.5rem;
	}
}
@media (max-width: 480px) {
	ul.nav-link li {
		padding: 1rem 0.5rem;
	}
}
