@charset "UTF-8";
/* ==================================================

   Author   Eiichiro Asai
   URL
   License  © 2017

   --------------------------------------------------
      Structure
   --------------------------------------------------
   0. Reset
   1. Icon
   2. Base
   3. Layout
   4. Header
   5. Content
   6. Footer
   7. Module
   --------------------------------------------------
      Change Log
   --------------------------------------------------
   -2018/02/18

================================================== */
/* Base
-------------------------------------------------- */
/* Header
-------------------------------------------------- */
/* Module
-------------------------------------------------- */
/* Items
-------------------------------------------------- */
/* Media Query
-------------------------------------------------- */
/* Mixin
-------------------------------------------------- */
/* Function
-------------------------------------------------- */
/* ==================================================
   Reset http://meyerweb.com/eric/tools/css/reset/
================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Add
-------------------------------------------------- */
a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input, textarea {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: 100%;
}

textarea {
  resize: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

hr {
  margin: 0;
}

/* ==================================================
   Icon
================================================== */
/* ==================================================
   Base
================================================== */
body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .05em;
}

@media (min-width: 480px) {
  body {
    font-size: calc(14px + 1 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  body {
    font-size: 15px;
  }
}

body a {
  color: #000000;
}

body img {
  width: 100%;
}

body #wrap {
  overflow: hidden;
}

/* ==================================================
   Layout
================================================== */
/* ==================================================
   Header
================================================== */
#header .inner-02 {
  align-items: center;
}

#header .h-unit {
  width: 100%;
}

#header .h-unit:first-child {
  background-color: rgba(238, 238, 238, 0.85);
}

@media (min-width: 480px) {
  #header .h-unit:first-child {
    width: calc( 100% - 70px);
  }
  #header .h-unit:last-child {
    width: 70px;
  }
}

@media (min-width: 960px) {
  #header .h-unit:first-child {
    left: 0;
    position: absolute;
    top: 0;
    width: 344px;
    z-index: 999;
  }
  #header .h-unit:last-child {
    display: none;
  }
}

#header #logo {
  max-width: 344px;
  width: 100%;
}

#header #logo a {
  height: 75.5px;
}

#header #logo a:first-child {
  background: url(../../../../assets/css/img/common/logo.png) no-repeat center center;
  background-size: cover;
  max-width: 199.5px;
  text-indent: -9999px;
  width: 100%;
}

#header #logo a:last-child {
  background: url(../../../../assets/css/img/common/rec_logo.png) no-repeat center center;
  background-size: cover;
  max-width: 144.5px;
  text-indent: -9999px;
  width: 100%;
}

#header #menu-button a {
  display: block;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

#header #menu-button a .inner {
  display: block;
  height: 15px;
  margin: 0 auto;
  position: relative;
  width: 30px;
}

#header #menu-button a .inner > span {
  background-color: #000;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .3s;
  width: 100%;
}

#header #menu-button a .inner > span:nth-of-type(1) {
  top: 0;
}

#header #menu-button a .inner > span:nth-of-type(2) {
  top: 7px;
}

#header #menu-button a .inner > span:nth-of-type(3) {
  bottom: 0;
}

#header #menu-button.opened a .inner > span:nth-of-type(1) {
  transform: translateY(7px) rotate(-35deg);
}

#header #menu-button.opened a .inner > span:nth-of-type(2) {
  opacity: 0;
}

#header #menu-button.opened a .inner > span:nth-of-type(3) {
  transform: translateY(-7px) rotate(35deg);
}

.local #header .h-unit:first-child {
  align-items: center;
}

.local #header .h-unit:first-child #local-menu {
  display: none;
}

.local #header .h-unit:last-child {
  display: block;
}

@media (min-width: 960px) {
  .local #header .h-unit:first-child {
    position: static;
    width: 100%;
  }
  .local #header .h-unit:first-child #local-menu {
    display: block;
  }
  .local #header .h-unit:last-child {
    display: none;
  }
}

.local #header #local-menu {
  display: none;
}

.local #header #local-menu .item:last-child {
  margin-right: 0;
}

.local #header #local-menu .item a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .local #header #local-menu .item a {
    font-size: calc(14px + 3 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .local #header #local-menu .item a {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  .local #header #local-menu {
    background: linear-gradient(to right, #9BB100, #097C3D);
    border-top: none;
    bottom: 0;
    box-sizing: border-box;
    display: flex !important;
    padding: 30px 50px;
    width: 100%;
  }
  .local #header #local-menu .item {
    border-bottom: none;
    display: inline-block;
    position: relative;
    width: auto;
  }
  .local #header #local-menu .item a {
    color: #FFF;
    padding: 0;
  }
  .local #header #local-menu .item::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 3px;
    opacity: 0;
    transition: .3s;
    width: 100%;
  }
  .local #header #local-menu .item:hover::after {
    opacity: 1;
  }
}

@media (min-width: 1480px) {
  .local #header #local-menu {
    display: block !important;
    letter-spacing: -.4em;
    width: calc( 100% - 344px);
  }
  .local #header #local-menu .item {
    display: inline-block;
    letter-spacing: .05em;
    margin-right: 45px;
  }
  .local #header #local-menu .item:last-child {
    margin-right: 0;
  }
}

/* ==================================================
   Content
================================================== */
#main-visual {
  position: relative;
}

#main-visual #menu {
  background-color: #FFF;
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 999;
}

#main-visual #menu .item {
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}

#main-visual #menu .item a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
}

@media (min-width: 480px) {
  #main-visual #menu .item a {
    font-size: calc(14px + 3 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #main-visual #menu .item a {
    font-size: 17px;
  }
}

@media (min-width: 960px) {
  #main-visual #menu {
    background: linear-gradient(to right, #9BB100, #097C3D);
    border-top: none;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    padding: 30px 50px;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    max-width: 1100px;
  }
  #main-visual #menu .item {
    border-bottom: none;
    display: inline-block;
    position: relative;
    width: auto;
  }
  #main-visual #menu .item a {
    color: #FFF;
    padding: 0;
  }
  #main-visual #menu .item::after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 3px;
    opacity: 0;
    transition: .3s;
    width: 100%;
  }
  #main-visual #menu .item:hover::after {
    opacity: 1;
  }
}

#main-visual #main-visual-list {
  height: 280px;
  position: relative;
  width: 100%;
}

@media (min-width: 480px) {
  #main-visual #main-visual-list {
    height: calc(280px + 410 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #main-visual #main-visual-list {
    height: 690px;
  }
}

@media (min-width: 1280px) {
  #main-visual #main-visual-list {
    padding-bottom: 46%;
    height: 0;
  }
}

#main-visual #main-visual-list .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main-visual #main-visual-list .item.active {
  opacity: 1;
}

#main-visual #main-visual-list .item:nth-of-type(1) {
  background-image: url(../../../../assets/css/img/top/main01_sp.jpg);
}

#main-visual #main-visual-list .item:nth-of-type(2) {
  background-image: url(../../../../assets/css/img/top/main02.jpg);
}

#main-visual #main-visual-list .item:nth-of-type(3) {
  background-image: url(../../../../assets/css/img/top/main03.jpg);
}

@media (min-width: 960px) {
  #main-visual #main-visual-list .item:nth-of-type(1) {
    background-image: url(../../../../assets/css/img/top/main01.jpg);
  }
}

#main-visual #catchcopy {
  bottom: 20px;
  position: absolute;
  right: 0;
  max-width: 853.5px;
}

@media (min-width: 480px) {
  #main-visual #catchcopy {
    bottom: calc(20px + 80 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #main-visual #catchcopy {
    bottom: 100px;
  }
}

@media (min-width: 960px) {
  .local #main-visual #menu {
    display: none;
  }
}

.local #local-main-visual {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../assets/css/img/about/main.jpg);
  height: 98.5px;
  height: 98.5px;
}

@media (min-width: 480px) {
  .local #local-main-visual {
    height: calc(98.5px + 98.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .local #local-main-visual {
    height: 197px;
  }
}

.local #local-main-visual .inner {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  width: 100%;
}

.local #local-main-visual .inner .inner-02 {
  position: relative;
  height: 100%;
  width: 100%;
}

.local #local-main-visual .inner .inner-02 .head-D {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#information {
  background-color: #F5F5F5;
}

#information > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 1100px;
}

#information > .inner > .inner-02 > .inner-03 {
  position: relative;
}

@media (min-width: 800px) {
  #information > .inner > .inner-02 > .inner-03 .reqnavi {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

#message {
  background: url(../../../../assets/css/img/top/message_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

#message > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 1100px;
}

.banner-area > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 1100px;
}

#page-personality .column-A .inner {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #page-personality .column-A .inner {
    padding-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #page-personality .column-A .inner {
    padding-bottom: 80px;
  }
}

@media (min-width: 480px) {
  #page-personality .column-A .inner {
    padding-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #page-personality .column-A .inner {
    padding-top: 80px;
  }
}

#page-personality .column-A .inner-02 {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 960px) {
  #page-personality .column-A .inner-02 {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
}

#page-personality #personality01 {
  background: url(../../../../assets/css/img/personality/back01.jpg) no-repeat left -50px center;
  background-size: cover;
}

@media (min-width: 800px) {
  #page-personality #personality01 {
    text-align: right;
  }
  #page-personality #personality01 .head-E {
    text-align: right;
  }
  #page-personality #personality01 .text-area .text {
    text-align: right;
  }
}

#page-personality #personality02 {
  background: url(../../../../assets/css/img/personality/back02.jpg) no-repeat right -100px center;
  background-size: cover;
}

#page-session .text-area {
  margin-bottom: 29px;
}

@media (min-width: 480px) {
  #page-session .text-area {
    margin-bottom: calc(29px + 29 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #page-session .text-area {
    margin-bottom: 58px;
  }
}

#page-session .text-area .text {
  text-align: center;
}

#page-session .text-area .text br {
  display: none;
}

@media (min-width: 600px) {
  #page-session .text-area .text br {
    display: block;
  }
}

#page-process .inner-03 {
  position: relative;
}

#page-process #step-line {
  background: linear-gradient(to bottom, #9BB100, #097C3D);
  height: 100%;
  left: 42.5px;
  position: absolute;
  top: 0;
  width: 4px;
}

#personal-information {
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  #personal-information {
    margin-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #personal-information {
    margin-bottom: 80px;
  }
}

@media (min-width: 800px) {
  #personal-information .inner-02 {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  #personal-information .inner-02 .column-B-inner {
    margin-bottom: 0;
  }
}

.top-message-content .column-C .inner-02 {
  max-width: 1100px;
}

.top-message-content .column-C .inner-02 .sign {
  font-size: 16px;
}

@media (min-width: 480px) {
  .top-message-content .column-C .inner-02 .sign {
    font-size: calc(16px + 2 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .top-message-content .column-C .inner-02 .sign {
    font-size: 18px;
  }
}

.top-message-content .column-C .inner-02 .sign > * {
  display: block;
}

@media (min-width: 600px) {
  .top-message-content .column-C .inner-02 .sign > * {
    display: inline-block;
    vertical-align: middle;
  }
}

.top-message-content .column-C .inner-02 .sign > *:first-child {
  margin-right: 40px;
}

.top-message-content .column-C .inner-02 .sign .large {
  font-size: 24px;
}

@media (min-width: 480px) {
  .top-message-content .column-C .inner-02 .sign .large {
    font-size: calc(24px + 5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .top-message-content .column-C .inner-02 .sign .large {
    font-size: 29px;
  }
}

#top-message {
  background: url(../../images/about/back.jpg) no-repeat center center;
  background-size: cover;
  height: 288px;
}

@media (min-width: 480px) {
  #top-message {
    height: calc(288px + 288 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #top-message {
    height: 576px;
  }
}

#top-message .inner-02 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #top-message .inner-02 {
    padding-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #top-message .inner-02 {
    padding-bottom: 80px;
  }
}

@media (min-width: 480px) {
  #top-message .inner-02 {
    padding-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #top-message .inner-02 {
    padding-top: 80px;
  }
}

#page-oneday .inner-02 .inner-03 {
  vertical-align: top;
}

#page-oneday .inner-02 .inner-03:nth-of-type(1) {
  box-sizing: border-box;
  display: none;
  padding-right: 17.5px;
  position: relative;
}

@media (min-width: 480px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(1) {
    padding-right: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(1) {
    padding-right: 35px;
  }
}

@media (min-width: 800px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(1) {
    display: table-cell;
    width: 50%;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(1) .list-G .item {
    position: relative;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(1) .list-G .item:nth-of-type(even) {
    display: none;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(1) .list-G .item::after {
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.25px 0 11.25px 12.5px;
    border-color: transparent transparent transparent #F5F9D7;
    margin: auto 0;
    position: absolute;
    right: -12.5px;
    top: 0;
    transform: translateY(-118.5px);
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(1) .list-G .item:first-child::after {
    transform: translateY(-40px);
  }
}

#page-oneday .inner-02 .inner-03:nth-of-type(2) {
  position: relative;
  width: 89px;
}

#page-oneday .inner-02 .inner-03:nth-of-type(2) .list-H {
  position: relative;
  z-index: 5;
}

#page-oneday .inner-02 .inner-03:nth-of-type(2) .list-H-line {
  background: linear-gradient(to bottom, #9BB100, #097C3D);
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}

#page-oneday .inner-02 .inner-03:nth-of-type(3) {
  box-sizing: border-box;
  padding-left: 17.5px;
  position: relative;
}

@media (min-width: 480px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(3) {
    padding-left: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(3) {
    padding-left: 35px;
  }
}

@media (min-width: 800px) {
  #page-oneday .inner-02 .inner-03:nth-of-type(3) {
    width: 50%;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(3) .list-G .item {
    position: relative;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(3) .list-G .item:nth-of-type(odd) {
    display: none;
  }
  #page-oneday .inner-02 .inner-03:nth-of-type(3) .list-G .item::after {
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.25px 12.5px 11.25px 0;
    border-color: transparent #F5F9D7 transparent transparent;
    margin: auto 0;
    position: absolute;
    left: -12.5px;
    top: 0;
  }
}

#faq-area {
  background-color: #F5F5F5;
}

#faq-area .inner-02 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #faq-area .inner-02 {
    padding-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #faq-area .inner-02 {
    padding-bottom: 80px;
  }
}

@media (min-width: 480px) {
  #faq-area .inner-02 {
    padding-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #faq-area .inner-02 {
    padding-top: 80px;
  }
}

#faq-area #faq-list > .item {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  #faq-area #faq-list > .item {
    margin-bottom: calc(25px + 25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #faq-area #faq-list > .item {
    margin-bottom: 50px;
  }
}

#faq-area #faq-list > .item:last-child {
  margin-bottom: 0;
}

#faq-area #faq-list > .item .faq-unit .label {
  margin-bottom: 17.5px;
}

@media (min-width: 480px) {
  #faq-area #faq-list > .item .faq-unit .label {
    margin-bottom: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #faq-area #faq-list > .item .faq-unit .label {
    margin-bottom: 35px;
  }
}

#faq-area #faq-list > .item .faq-unit .label > * {
  vertical-align: top;
}

@media (min-width: 480px) {
  #faq-area #faq-list > .item .faq-unit .label > * {
    vertical-align: middle;
  }
}

#faq-area #faq-list > .item .faq-unit .label > .text {
  box-sizing: border-box;
  color: #047C3D;
  font-size: 18px;
  font-weight: 700;
  padding-left: 15px;
  width: calc( 100% - 55px);
}

#faq-area #faq-list > .item .faq-unit .label .q {
  position: relative;
}

#faq-area #faq-list > .item .faq-unit .label .q::after {
  background-color: #9BB100;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  margin: auto 0;
  left: -30px;
  position: absolute;
  top: 0;
  width: 15px;
}

@media (min-width: 800px) {
  #album-list {
    letter-spacing: -.4em;
    margin-right: -3.63636%;
  }
  #album-list > * {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 3.63636%;
    margin-right: 3.63636%;
    width: calc((100% - 7.27273%) / 2);
    vertical-align: top;
  }
}

#album-list .item {
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  #album-list .item {
    margin-bottom: calc(25px + 25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #album-list .item {
    margin-bottom: 50px;
  }
}

#album-list .item:last-child {
  margin-bottom: 0;
}

#album-list .item .title {
  background-color: #83A600;
  padding: 10px 20px;
  color: #FFF;
  font-size: 17px;
  position: relative;
}

#album-list .item .title::before {
  background-color: #FFF;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 15px;
}

#album-list .item .img {
  margin-bottom: 12.5px;
}

@media (min-width: 480px) {
  #album-list .item .img {
    margin-bottom: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #album-list .item .img {
    margin-bottom: 25px;
  }
}

#album-list .item .text {
  text-align: justify;
}

#page-training .text-center {
  text-align: center;
}

#numbers-content {
  background-color: #F5F5F5;
}

#numbers-content > .inner .inner-02 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  #numbers-content > .inner .inner-02 {
    padding-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content > .inner .inner-02 {
    padding-bottom: 80px;
  }
}

@media (min-width: 480px) {
  #numbers-content > .inner .inner-02 {
    padding-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content > .inner .inner-02 {
    padding-top: 80px;
  }
}

#numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
  background-color: #FFF;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  width: 100%;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    margin-bottom: calc(30px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-bottom: calc(25px + 25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-bottom: 50px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-left: calc(20px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-left: 40px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-right: calc(20px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-right: 40px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-top: calc(20px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A, #numbers-content .number-unit-B-inner {
    padding-top: 40px;
  }
}

#numbers-content .number-unit-A:last-child, #numbers-content .number-unit-B-inner:last-child {
  margin-bottom: 0;
}

#numbers-content .number-unit-A .number-unit-inner > .text br, #numbers-content .number-unit-B-inner .number-unit-inner > .text br {
  display: none;
}

@media (min-width: 600px) {
  #numbers-content .number-unit-A .number-unit-inner > .text br, #numbers-content .number-unit-B-inner .number-unit-inner > .text br {
    display: block;
  }
}

@media (min-width: 800px) {
  #numbers-content .number-unit-B-inner {
    margin-bottom: 0;
  }
}

#numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
  background: url(../../../../assets/css/img/numbers/icon01.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 17.5px;
  height: 161.25px;
  position: relative;
  width: 138px;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    margin-bottom: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    margin-bottom: 35px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    height: calc(161.25px + 53.75 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    height: 215px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    width: calc(138px + 46 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual01, #numbers-content .number-unit-B-inner #visual01 {
    width: 184px;
  }
}

#numbers-content .number-unit-A #visual01 .text-B:first-child, #numbers-content .number-unit-B-inner #visual01 .text-B:first-child {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual01 .text-B:first-child, #numbers-content .number-unit-B-inner #visual01 .text-B:first-child {
    margin-bottom: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual01 .text-B:first-child, #numbers-content .number-unit-B-inner #visual01 .text-B:first-child {
    margin-bottom: 20px;
  }
}

#numbers-content .number-unit-A #visual01 .visual-inner, #numbers-content .number-unit-B-inner #visual01 .visual-inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
  background: url(../../../../assets/css/img/numbers/icon05.png) no-repeat center center;
  background-size: cover;
  height: 295px;
  margin: 0 auto;
  margin-bottom: 17.5px;
  position: relative;
  width: 295px;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    height: calc(295px + 26 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    height: 321px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    margin-bottom: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    margin-bottom: 35px;
  }
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    width: calc(295px + 26 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual02, #numbers-content .number-unit-B-inner #visual02 {
    width: 321px;
  }
}

#numbers-content .number-unit-A #visual02 #women, #numbers-content .number-unit-A #visual02 #men, #numbers-content .number-unit-B-inner #visual02 #women, #numbers-content .number-unit-B-inner #visual02 #men {
  position: absolute;
}

#numbers-content .number-unit-A #visual02 #women .text-B .num, #numbers-content .number-unit-A #visual02 #men .text-B .num, #numbers-content .number-unit-B-inner #visual02 #women .text-B .num, #numbers-content .number-unit-B-inner #visual02 #men .text-B .num {
  font-size: 75px;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-A #visual02 #women .text-B .num, #numbers-content .number-unit-A #visual02 #men .text-B .num, #numbers-content .number-unit-B-inner #visual02 #women .text-B .num, #numbers-content .number-unit-B-inner #visual02 #men .text-B .num {
    font-size: calc(75px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-A #visual02 #women .text-B .num, #numbers-content .number-unit-A #visual02 #men .text-B .num, #numbers-content .number-unit-B-inner #visual02 #women .text-B .num, #numbers-content .number-unit-B-inner #visual02 #men .text-B .num {
    font-size: 75px;
  }
}

#numbers-content .number-unit-A #visual02 #women, #numbers-content .number-unit-B-inner #visual02 #women {
  left: 12.5%;
  top: 12.5%;
}

#numbers-content .number-unit-A #visual02 #men, #numbers-content .number-unit-B-inner #visual02 #men {
  bottom: 15%;
  right: 15%;
}

#numbers-content .number-unit-A #visual02 #men .text-B, #numbers-content .number-unit-B-inner #visual02 #men .text-B {
  color: #FFF;
}

#numbers-content .number-unit-B {
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  #numbers-content .number-unit-B {
    margin-bottom: calc(30px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .number-unit-B {
    margin-bottom: 30px;
  }
}

#numbers-content .icon {
  margin: 0 auto;
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
}

@media (min-width: 480px) {
  #numbers-content .icon {
    margin-bottom: calc(14px + 14 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  #numbers-content .icon {
    margin-bottom: 28px;
  }
}

#numbers-content .icon#icon02 img {
  max-width: 187px;
}

#numbers-content .icon#icon03 img {
  max-width: 147px;
}

#numbers-content .icon#icon04 img {
  max-width: 255px;
}

#numbers-content .icon#icon06 img {
  max-width: 362px;
}

#numbers-content .icon#icon07 img {
  max-width: 327.5px;
}

#numbers-content .icon#icon08 img {
  max-width: 256px;
}

#numbers-content .icon#icon09 img {
  max-width: 116.5px;
}

#numbers-content .icon#icon10 img {
  max-width: 127px;
}

#numbers-content .icon#icon11 img {
  max-width: 82px;
}

#numbers-content .icon#icon12 img {
  max-width: 237px;
}

#numbers-content .icon#icon13 img {
  max-width: 178px;
}

#numbers-content .icon#icon14 img {
  max-width: 178px;
}

#numbers-content .text-center {
  text-align: center;
}

#numbers-content .number-unit-B-inner {
  width: 100%;
}

@media (min-width: 800px) {
  #numbers-content .number-unit-B-inner {
    width: calc( 50% - 15px);
  }
}

#page-carrers .text-area, #page-movie .text-area {
  width: 100%;
}

#page-carrers .text-area .text, #page-movie .text-area .text {
  text-align: center;
}

#page-contact_access .head-F {
  margin-bottom: 0;
}

/* ==================================================
   Footer
================================================== */
#footer {
  text-align: center;
}

#footer .reqnavi {
  margin-bottom: 20px;
}

#footer .text {
  margin-bottom: 40px;
  text-align: center;
}

#footer #copyright {
  background-color: #037C3D;
  border-top: 5px solid #9BB100;
  color: #FFF;
  font-size: 13px;
  line-height: 123px;
}

@media (min-width: 960px) {
  #footer .text br {
    display: none;
  }
}

/* ==================================================
   Module
================================================== */
/* Base
-------------------------------------------------- */
.section > .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.section > .inner .inner-02 {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  .section > .inner .inner-02 {
    padding-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .section > .inner .inner-02 {
    padding-bottom: 80px;
  }
}

@media (min-width: 480px) {
  .section > .inner .inner-02 {
    padding-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .section > .inner .inner-02 {
    padding-top: 80px;
  }
}

.local .section > .inner {
  padding-left: 20px;
  padding-right: 20px;
}

.local .section > .inner .inner-02 {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (min-width: 480px) {
  .local .section > .inner .inner-02 {
    margin-bottom: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .local .section > .inner .inner-02 {
    margin-bottom: 80px;
  }
}

@media (min-width: 480px) {
  .local .section > .inner .inner-02 {
    margin-top: calc(40px + 40 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .local .section > .inner .inner-02 {
    margin-top: 80px;
  }
}

.column-A > .inner > .inner-02 {
  margin: 0 auto;
  max-width: 1100px;
}

.column-B {
  background-color: #017B3C;
  color: #FFF;
}

.column-B .inner-02 {
  margin: 0 auto;
  max-width: 1000px;
}

.column-B .column-B-inner:first-child {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .column-B .column-B-inner {
    width: 50%;
    vertical-align: middle;
  }
  .column-B .column-B-inner:last-child {
    box-sizing: border-box;
    padding-left: 20px;
  }
}

@media (min-width: 1280px) {
  .column-B .column-B-inner:last-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.column-C {
  margin: 0 auto;
}

.column-C .inner-02 {
  margin: 0 auto;
  max-width: 1000px;
}

.column-C .column-C-inner:first-child {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .column-C .inner-02::after {
    content: "";
    clear: both;
    display: table;
  }
  .column-C .column-C-inner:first-child {
    width: 48%;
  }
  .column-C .column-C-inner:last-child {
    box-sizing: border-box;
    width: 52%;
  }
  .column-C.column-C-R .column-C-inner {
    float: right;
  }
  .column-C.column-C-R .column-C-inner:last-child {
    padding-right: 5%;
  }
  .column-C.column-C-L .column-C-inner {
    float: left;
  }
  .column-C.column-C-L .column-C-inner:last-child {
    padding-left: 5%;
  }
}

/* Parts
-------------------------------------------------- */
.list-A {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .list-A {
    margin-bottom: 0;
  }
}

.list-A .item {
  margin-bottom: 10px;
}

.list-A .item:last-child {
  margin-bottom: 0;
}

.list-A .item .data {
  margin-right: 30px;
}

@media (min-width: 480px) {
  .list-A .item .data {
    margin-right: calc(30px + 30 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-A .item .data {
    margin-right: 60px;
  }
}

.list-A .item .text a {
  text-decoration: underline;
}

@media (min-width: 800px) {
  .list-B {
    letter-spacing: -.4em;
    margin-right: -3.63636%;
  }
  .list-B > * {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 3.63636%;
    margin-right: 3.63636%;
    width: calc((100% - 7.27273%) / 2);
    vertical-align: top;
  }
}

.list-B .item {
  box-sizing: border-box;
  border: 1px solid #F5F5F5;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .list-B .item {
    margin-bottom: calc(20px + 22.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item {
    margin-bottom: 42.5px;
  }
}

.list-B .item a > span {
  display: block;
}

.list-B .item a .item-inner {
  align-items: flex-end;
  border-left: 4px solid #9BB100;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 480px) {
  .list-B .item a .item-inner {
    align-items: center;
  }
}

.list-B .item a .title {
  display: block;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
}

@media (min-width: 480px) {
  .list-B .item a .title {
    padding-left: calc(12px + 13 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item a .title {
    padding-left: 25px;
  }
}

@media (min-width: 480px) {
  .list-B .item a .title {
    padding-right: calc(12px + 13 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item a .title {
    padding-right: 25px;
  }
}

.list-B .item a .title > * {
  vertical-align: middle;
}

.list-B .item a .title .text {
  color: #9faf08;
  display: block;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .list-B .item a .title .text {
    font-size: calc(12px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item a .title .text {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  .list-B .item a .title .text {
    display: inline-block;
  }
}

.list-B .item a .button {
  background: linear-gradient(to right, #9BB100, #097C3D);
  display: block;
  height: 45px;
  position: relative;
  width: 45px;
}

@media (min-width: 480px) {
  .list-B .item a .button {
    height: calc(45px + 22 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item a .button {
    height: 67px;
  }
}

@media (min-width: 480px) {
  .list-B .item a .button {
    width: calc(45px + 22 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B .item a .button {
    width: 67px;
  }
}

.list-B .item a .button::after {
  background: url(../../../../assets/css/img/common/arrow.png) no-repeat center center;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 15.5px;
}

.list-B.list-B- .item a .item-inner {
  border-left: none;
}

.list-B.list-B- .item a .item-inner .title {
  position: relative;
}

.list-B.list-B- .item a .item-inner .title::before {
  background-color: #9BB100;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 7.5px;
}

@media (min-width: 480px) {
  .list-B.list-B- .item a .item-inner .title::before {
    height: calc(4px + 4 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B.list-B- .item a .item-inner .title::before {
    height: 8px;
  }
}

@media (min-width: 480px) {
  .list-B.list-B- .item a .item-inner .title::before {
    width: calc(7.5px + 7.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B.list-B- .item a .item-inner .title::before {
    width: 15px;
  }
}

.list-B.list-B- .item a .item-inner .text {
  line-height: 9.5px;
}

.list-B.list-B- .item a .item-inner .text img {
  height: 9.5px;
  width: auto;
}

.list-B.list-B-- .item .head-B {
  font-size: 14px;
}

@media (min-width: 480px) {
  .list-B.list-B-- .item .head-B {
    font-size: calc(14px + 1 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-B.list-B-- .item .head-B {
    font-size: 15px;
  }
}

@media (min-width: 600px) {
  .list-C {
    letter-spacing: -.4em;
    margin-right: 0%;
  }
  .list-C > * {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 0%;
    margin-right: 0%;
    width: calc((100% - 0%) / 2);
    vertical-align: top;
  }
}

@media (min-width: 960px) {
  .list-C {
    letter-spacing: -.4em;
    margin-right: 0%;
  }
  .list-C > * {
    display: inline-block;
    letter-spacing: 0.05em;
    margin-bottom: 0%;
    margin-right: 0%;
    width: calc((100% - 0%) / 4);
    vertical-align: top;
  }
}

.list-C .item {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .list-C .item {
    margin-bottom: 0;
  }
}

.list-C .item:last-child {
  margin-bottom: 0;
}

.list-C .item:nth-of-type(odd) {
  background-color: #FFF;
}

.list-C .item:nth-of-type(even) {
  background-color: #F8FECC;
}

.list-C .item .item-inner {
  padding-bottom: 20px;
  padding-left: 12.5px;
  padding-right: 12.5px;
  padding-top: 17.5px;
  position: relative;
}

@media (min-width: 480px) {
  .list-C .item .item-inner {
    padding-bottom: calc(20px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-C .item .item-inner {
    padding-bottom: 40px;
  }
}

@media (min-width: 480px) {
  .list-C .item .item-inner {
    padding-left: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-C .item .item-inner {
    padding-left: 25px;
  }
}

@media (min-width: 480px) {
  .list-C .item .item-inner {
    padding-right: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-C .item .item-inner {
    padding-right: 25px;
  }
}

@media (min-width: 480px) {
  .list-C .item .item-inner {
    padding-top: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-C .item .item-inner {
    padding-top: 35px;
  }
}

.list-C .item .item-inner .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .list-C .item .item-inner .tit {
    margin-bottom: calc(5px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-C .item .item-inner .tit {
    margin-bottom: 20px;
  }
}

.list-C .item .item-inner .data {
  text-align: right;
}

.list-C .item .img {
  transition: .3s;
}

.list-C .item:hover .img {
  opacity: .85;
}

.list-D .item {
  margin-bottom: 19.25px;
}

@media (min-width: 480px) {
  .list-D .item {
    margin-bottom: calc(19.25px + 60.75 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-D .item {
    margin-bottom: 80px;
  }
}

.list-D .item:last-child {
  margin-bottom: 0;
}

.list-D .item .faq-unit .ques {
  background: url(../../../../assets/css/img/faq/q.png) no-repeat left top;
  background-size: 49px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 64px;
}

@media (min-width: 480px) {
  .list-D .item .faq-unit .ques {
    margin-bottom: calc(10px + 35 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-D .item .faq-unit .ques {
    margin-bottom: 45px;
  }
}

@media (min-width: 480px) {
  .list-D .item .faq-unit .ques {
    padding-left: calc(64px + 11 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-D .item .faq-unit .ques {
    padding-left: 75px;
  }
}

.list-D .item .faq-unit .answ br {
  display: none;
}

.list-E .item {
  width: 100%;
}

@media (min-width: 600px) {
  .list-E .item {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .list-E .item {
    width: 33.33333%;
  }
}

@media (min-width: 1280px) {
  .list-E .item {
    width: 25%;
  }
}

.list-E .item a {
  box-sizing: border-box;
  color: #FFF;
  display: block;
  height: 100%;
  padding-bottom: 37.5px;
  padding-top: 37.5px;
  width: 100%;
}

@media (min-width: 480px) {
  .list-E .item a {
    padding-bottom: calc(37.5px + 37.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-E .item a {
    padding-bottom: 75px;
  }
}

@media (min-width: 480px) {
  .list-E .item a {
    padding-top: calc(37.5px + 37.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-E .item a {
    padding-top: 75px;
  }
}

.list-E .item:nth-of-type(1) {
  background-color: #037C3D;
}

.list-E .item:nth-of-type(2) {
  background-color: #1A683F;
}

.list-E .item:nth-of-type(3) {
  background-color: #2E7651;
}

.list-E .item:nth-of-type(4) {
  background-color: #4C936F;
}

.list-E .item:nth-of-type(5) {
  background-color: #01674B;
}

.list-E .item:nth-of-type(6) {
  background-color: #007858;
}

.list-E .item:nth-of-type(7) {
  background-color: #008963;
}

.list-E .item:nth-of-type(8) {
  background-color: #00893D;
}

.list-F {
  position: relative;
  z-index: 999;
}

.list-F .item {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .list-F .item {
    margin-bottom: calc(20px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-F .item {
    margin-bottom: 40px;
  }
}

.list-F .item:last-child {
  margin-bottom: 0;
}

.list-F .item:last-child .label {
  background-color: #037C3D;
}

.list-F .item .label {
  background-color: #9BB100;
  border-radius: 50%;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 89px;
  text-align: center;
  width: 89px;
}

.list-F .item:nth-of-type(2) .label {
  background-color: #97AF00;
}

.list-F .item:nth-of-type(3) .label {
  background-color: #73A000;
}

.list-F .item:nth-of-type(4) .label {
  background-color: #609800;
}

.list-F .item:nth-of-type(5) .label {
  background-color: #288331;
}

.list-F .item .unit {
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 30px;
  width: calc( 100% - 89px);
}

@media (min-width: 480px) {
  .list-F .item .unit {
    padding-left: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-F .item .unit {
    padding-left: 30px;
  }
}

@media (min-width: 480px) {
  .list-F .item .unit {
    padding-top: calc(30px + -5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-F .item .unit {
    padding-top: 25px;
  }
}

.list-F .item .unit .read {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .list-F .item .unit .read {
    font-size: calc(18px + 6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-F .item .unit .read {
    font-size: 24px;
  }
}

.list-G .item {
  background-color: #F5F9D7;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 100%;
}

@media (min-width: 480px) {
  .list-G .item {
    margin-bottom: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item {
    margin-bottom: 30px;
  }
}

@media (min-width: 480px) {
  .list-G .item {
    padding-bottom: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item {
    padding-bottom: 30px;
  }
}

@media (min-width: 480px) {
  .list-G .item {
    padding-left: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item {
    padding-left: 30px;
  }
}

@media (min-width: 480px) {
  .list-G .item {
    padding-right: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item {
    padding-right: 30px;
  }
}

@media (min-width: 480px) {
  .list-G .item {
    padding-top: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item {
    padding-top: 30px;
  }
}

.list-G .item:last-child {
  margin-bottom: 0;
}

.list-G .item .img {
  margin-bottom: 12.5px;
}

@media (min-width: 480px) {
  .list-G .item .img {
    margin-bottom: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item .img {
    margin-bottom: 25px;
  }
}

.list-G .item .title {
  color: #367a44;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12.5px;
}

@media (min-width: 480px) {
  .list-G .item .title {
    margin-bottom: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-G .item .title {
    margin-bottom: 25px;
  }
}

.list-H .item {
  background-color: #9BB100;
  border-radius: 50%;
  color: #FFF;
  font-size: 24px;
  line-height: 89px;
  text-align: center;
  width: 89px;
}

.list-H .item:nth-of-type(2) {
  background-color: #97AF00;
}

.list-H .item:nth-of-type(3) {
  background-color: #8BAA00;
}

.list-H .item:nth-of-type(4) {
  background-color: #73A000;
}

.list-H .item:nth-of-type(5) {
  background-color: #609800;
}

.list-H .item:nth-of-type(6) {
  background-color: #288331;
}

.list-H .item:nth-of-type(7) {
  background-color: #177F39;
}

.list-H .item:nth-of-type(8) {
  background-color: #047C3D;
}

.list-I .item {
  border-top: dotted 2px #9BB100;
  margin-top: 12.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12.5px;
}

@media (min-width: 480px) {
  .list-I .item {
    margin-top: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-I .item {
    margin-top: 25px;
  }
}

@media (min-width: 480px) {
  .list-I .item {
    padding-left: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-I .item {
    padding-left: 20px;
  }
}

@media (min-width: 480px) {
  .list-I .item {
    padding-right: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-I .item {
    padding-right: 20px;
  }
}

@media (min-width: 480px) {
  .list-I .item {
    padding-top: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .list-I .item {
    padding-top: 25px;
  }
}

.list-I .item > p {
  margin-right: 10px;
}

.list-I .item > p:last-child {
  margin-right: 0;
}

@media (min-width: 800px) {
  .list-I .item > p {
    margin-right: 0;
  }
  .list-I .item > p.month {
    width: 15%;
  }
  .list-I .item > p.cate {
    width: 22%;
  }
}

.table-A {
  border: 4px solid #F5F5F5;
  box-sizing: border-box;
}

.table-A .text, .table-A .read {
  line-height: 1;
}

.table-A .table-A-unit:last-child .table-A-item {
  border-bottom: none;
}

.table-A .table-A-label {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

@media (min-width: 480px) {
  .table-A .table-A-label {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-A .table-A-label {
    padding: 30px;
  }
}

.table-A .table-A-item {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
}

@media (min-width: 480px) {
  .table-A .table-A-item {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-A .table-A-item {
    padding: 30px;
  }
}

.table-A .table-A-item.with-sub {
  padding: 0;
}

.table-A .table-A-label {
  border-bottom: 4px solid #F5F5F5;
}

.table-A .table-A-label .read {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .table-A .table-A-label .read {
    font-size: calc(16px + 2 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-A .table-A-label .read {
    font-size: 18px;
  }
}

.table-A .table-A-label .attention {
  font-size: 12px;
  margin-top: 5px;
}

.table-A .table-A-item {
  border-bottom: 4px solid #F5F5F5;
  line-height: 1;
}

.table-A .table-A-item .sub-table {
  border-bottom: 4px solid #F5F5F5;
}

.table-A .table-A-item .sub-table:last-child {
  border-bottom: none;
}

.table-A .table-A-item .sub-table .sub-table-label {
  box-sizing: border-box;
  padding: 15px;
  width: 40%;
}

@media (min-width: 480px) {
  .table-A .table-A-item .sub-table .sub-table-label {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-A .table-A-item .sub-table .sub-table-label {
    padding: 30px;
  }
}

.table-A .table-A-item .sub-table .sub-table-item {
  box-sizing: border-box;
  border-left: 4px solid #F5F5F5;
  padding: 15px;
  width: 60%;
}

@media (min-width: 480px) {
  .table-A .table-A-item .sub-table .sub-table-item {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-A .table-A-item .sub-table .sub-table-item {
    padding: 30px;
  }
}

.table-A .table-A-item .text {
  line-height: 1.75;
}

@media (min-width: 600px) {
  .table-A .table-A-unit {
    border-bottom: 4px solid #F5F5F5;
  }
  .table-A .table-A-unit:last-child {
    border-bottom: none;
  }
  .table-A .table-A-label, .table-A .table-A-item {
    border-bottom: none;
  }
  .table-A .table-A-label {
    width: 30%;
  }
  .table-A .table-A-item {
    border-left: 4px solid #F5F5F5;
    width: 70%;
  }
}

.table-B {
  box-sizing: border-box;
  border: 4px solid #F5F5F5;
}

.table-B .table-B-unit {
  border-bottom: 4px solid #F5F5F5;
  width: 100%;
}

.table-B .table-B-unit:last-child {
  border-bottom: none;
}

.table-B .table-B-label {
  box-sizing: border-box;
  border-right: 4px solid #F5F5F5;
  height: 100%;
  padding: 15px;
  width: 22%;
}

@media (min-width: 480px) {
  .table-B .table-B-label {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-B .table-B-label {
    padding: 30px;
  }
}

.table-B .table-B-item {
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  width: 39%;
}

@media (min-width: 480px) {
  .table-B .table-B-item {
    padding: calc(15px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .table-B .table-B-item {
    padding: 30px;
  }
}

.table-B .table-B-item:nth-of-type(1) {
  border-right: 4px solid #F5F5F5;
}

.banner a {
  display: block;
  height: 100%;
  width: 100%;
}

.banner a .head {
  background: linear-gradient(to right, #9BB100, #097C3D);
  color: #FFF;
  display: block;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

.banner a .head .title {
  display: inline-block;
  padding-bottom: 15px;
  padding-top: 15px;
}

.banner a .head .title > * {
  display: block;
  line-height: 1;
}

.banner a .head .title .ja {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .banner a .head .title .ja {
    margin-bottom: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .banner a .head .title .ja {
    margin-bottom: 20px;
  }
}

.banner a .head .title .en {
  font-size: 12px;
}

.banner a .body {
  display: block;
  position: relative;
}

.banner a .body .button {
  background: linear-gradient(to right, #9BB100, #097C3D);
  bottom: 0;
  display: block;
  height: 45px;
  position: absolute;
  right: 0;
  width: 45px;
}

@media (min-width: 480px) {
  .banner a .body .button {
    height: calc(45px + 22 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .banner a .body .button {
    height: 67px;
  }
}

@media (min-width: 480px) {
  .banner a .body .button {
    width: calc(45px + 22 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .banner a .body .button {
    width: 67px;
  }
}

.banner a .body .button::after {
  background: url(../../../../assets/css/img/common/arrow.png) no-repeat center center;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 15.5px;
}

@media (min-width: 960px) {
  .banner a {
    display: table !important;
  }
  .banner a > * {
    display: table-cell !important;
    vertical-align: middle;
  }
  .banner a .head {
    width: 39%;
  }
  .banner a .body {
    width: 61%;
  }
}

.cat {
  color: #FFF;
  padding: 0 22.5px;
  position: absolute;
  right: 8px;
  top: 0;
  transform: translateY(-50%);
}

.insurance {
  background-color: #95AE00;
}

.building {
  background-color: #127E3A;
}

.reqnavi {
  margin: 0 auto;
  width: 151.5px;
}

@media (min-width: 480px) {
  .reqnavi {
    width: calc(151.5px + 50.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .reqnavi {
    width: 202px;
  }
}

.button-B {
  box-sizing: border-box;
  border: 2px solid #FFF;
  line-height: 44px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 193px;
}

.button-B::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #FFF;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.button-C {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 300px;
  width: 100%;
}

@media (min-width: 480px) {
  .button-C {
    margin-top: calc(40px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .button-C {
    margin-top: 50px;
  }
}

.button-C a {
  background-color: #FFF;
  border: 4px solid #F2F2F2;
  box-sizing: border-box;
  display: block;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  width: 100%;
}

.button-C a .button-C-inner {
  display: inline-block;
  position: relative;
}

.button-C a .button-C-inner::after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 10px;
  border-color: transparent transparent transparent #0B7D3D;
  left: -20px;
  margin: auto 0;
  position: absolute;
  top: 0;
}

.spec-list {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 480px) {
  .spec-list {
    margin-bottom: calc(25px + 25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .spec-list {
    margin-bottom: 50px;
  }
}

.spec-list .item {
  border: 1px solid #FFF;
  box-sizing: border-box;
  margin-right: 10px;
  padding: 0 15px;
}

@media (min-width: 480px) {
  .spec-list .item {
    margin-right: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .spec-list .item {
    margin-right: 20px;
  }
}

.spec-list .item:last-child {
  margin-right: 0;
}

.map-area {
  border: 1px solid #F5F5F5;
}

.map-area .map-area-inner {
  padding: 32px;
}

.time {
  left: 0;
  position: absolute;
}

.step-area {
  background-color: #E9EEC5;
  margin-bottom: 22.5px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16.5px;
  position: relative;
}

@media (min-width: 480px) {
  .step-area {
    margin-bottom: calc(22.5px + 22.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .step-area {
    margin-bottom: 45px;
  }
}

@media (min-width: 480px) {
  .step-area {
    padding-bottom: calc(24px + 24 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .step-area {
    padding-bottom: 48px;
  }
}

@media (min-width: 480px) {
  .step-area {
    padding-left: calc(24px + 24 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .step-area {
    padding-left: 48px;
  }
}

@media (min-width: 480px) {
  .step-area {
    padding-right: calc(24px + 24 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .step-area {
    padding-right: 48px;
  }
}

@media (min-width: 480px) {
  .step-area {
    padding-top: calc(16.5px + 16.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .step-area {
    padding-top: 33px;
  }
}

.step-area:last-child {
  margin-bottom: 0;
}

.step-area::after {
  bottom: -20px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #E9EEC5 transparent transparent transparent;
}

.step-area:nth-of-type(2) {
  background-color: #E1EBCA;
}

.step-area:nth-of-type(2)::after {
  border-color: #E1EBCA transparent transparent transparent;
}

.step-area:nth-of-type(3) {
  background-color: #D8E7D0;
}

.step-area:nth-of-type(3)::after {
  border-color: #D8E7D0 transparent transparent transparent;
}

.step-area:nth-of-type(4) {
  background-color: #CFE3D5;
}

.step-area:nth-of-type(4)::after {
  border-color: #CFE3D5 transparent transparent transparent;
}

.number-list {
  margin-bottom: 17.5px;
}

@media (min-width: 480px) {
  .number-list {
    margin-bottom: calc(17.5px + 17.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .number-list {
    margin-bottom: 35px;
  }
}

.number-list .item {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 480px) {
  .number-list .item {
    margin-bottom: calc(30px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .number-list .item {
    margin-bottom: 30px;
  }
}

.number-list .item:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .number-list .item {
    margin-bottom: 0;
    width: 30%;
  }
}

.number-list .item .title {
  color: #367a44;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}

@media (min-width: 480px) {
  .number-list .item .title {
    font-size: calc(20px + 0 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .number-list .item .title {
    font-size: 20px;
  }
}

@media (min-width: 480px) {
  .number-list .item .title {
    margin-bottom: calc(14px + 14 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .number-list .item .title {
    margin-bottom: 28px;
  }
}

.number-list .item .icon {
  margin: 0 auto;
  margin-bottom: 14px;
  width: 75%;
}

@media (min-width: 480px) {
  .number-list .item .icon {
    margin-bottom: calc(14px + 14 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .number-list .item .icon {
    margin-bottom: 28px;
  }
}

/* Text
-------------------------------------------------- */
.head-A {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

@media (min-width: 480px) {
  .head-A {
    margin-bottom: calc(15px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A {
    margin-bottom: 35px;
  }
}

@media (min-width: 480px) {
  .head-A {
    padding-bottom: calc(15px + 28 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A {
    padding-bottom: 43px;
  }
}

.head-A::after {
  background-color: #9BB100;
  bottom: 0;
  content: "";
  display: block;
  height: 3.75px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 46.25px;
}

@media (min-width: 480px) {
  .head-A::after {
    height: calc(3.75px + 4.25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A::after {
    height: 8px;
  }
}

@media (min-width: 480px) {
  .head-A::after {
    width: calc(46.25px + 47.75 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A::after {
    width: 94px;
  }
}

.head-A .head-inner > * {
  display: block;
}

.head-A .head-inner .en {
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 22.4px;
  font-weight: 700;
  margin-right: 0px;
}

@media (min-width: 480px) {
  .head-A .head-inner .en {
    font-size: calc(22.4px + 17.6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A .head-inner .en {
    font-size: 40px;
  }
}

@media (min-width: 480px) {
  .head-A .head-inner .en {
    margin-right: calc(0px + 37.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-A .head-inner .en {
    margin-right: 37.5px;
  }
}

.head-A .head-inner .ja {
  color: #367a44;
  font-weight: 700;
}

@media (min-width: 800px) {
  .head-A .head-inner {
    display: block;
    letter-spacing: -.4em;
  }
  .head-A .head-inner > * {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .head-A .head-inner .en {
    margin-right: 30px;
  }
}

@media (min-width: 800px) {
  .head-A {
    text-align: left;
  }
  .head-A::after {
    right: auto;
  }
}

.head-B {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}

@media (min-width: 480px) {
  .head-B {
    font-size: calc(16px + 8 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-B {
    font-size: 24px;
  }
}

.head-C {
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

@media (min-width: 480px) {
  .head-C {
    margin-bottom: calc(15px + 57 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C {
    margin-bottom: 72px;
  }
}

@media (min-width: 480px) {
  .head-C {
    padding-bottom: calc(15px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C {
    padding-bottom: 35px;
  }
}

.head-C::after {
  background-color: #9BB100;
  bottom: 0;
  content: "";
  display: block;
  height: 3.75px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 46.25px;
}

@media (min-width: 480px) {
  .head-C::after {
    height: calc(3.75px + 4.25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C::after {
    height: 8px;
  }
}

@media (min-width: 480px) {
  .head-C::after {
    width: calc(46.25px + 47.75 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C::after {
    width: 94px;
  }
}

.head-C > * {
  display: block;
}

.head-C .en {
  margin: 0 auto;
  margin-bottom: 0px;
  font-size: 22.4px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .head-C .en {
    margin-bottom: calc(0px + 20 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C .en {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .head-C .en {
    font-size: calc(22.4px + 17.6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-C .en {
    font-size: 40px;
  }
}

.head-C .ja {
  color: #367a44;
  font-weight: 700;
}

.head-D > * {
  vertical-align: middle !important;
}

.head-D .en {
  font-size: 22.4px;
  font-weight: 700;
  margin-right: 18.5px;
}

@media (min-width: 480px) {
  .head-D .en {
    font-size: calc(22.4px + 17.6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-D .en {
    font-size: 40px;
  }
}

@media (min-width: 480px) {
  .head-D .en {
    margin-right: calc(18.5px + 19 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-D .en {
    margin-right: 37.5px;
  }
}

.head-D .ja {
  color: #367a44;
  font-size: 15px;
  font-weight: 700;
}

.head-E {
  color: #367a44;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 27.5px;
}

@media (min-width: 480px) {
  .head-E {
    font-size: calc(21px + 9 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-E {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .head-E {
    margin-bottom: calc(27.5px + 27.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-E {
    margin-bottom: 55px;
  }
}

.head-E br {
  display: none;
}

@media (min-width: 800px) {
  .head-E br {
    display: block;
  }
}

.head-F {
  background: linear-gradient(to right, #9BB100, #097C3D);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 19.25px;
  padding-bottom: 22.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 22.5px;
  text-align: center;
}

@media (min-width: 480px) {
  .head-F {
    font-size: calc(20px + 4 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-F {
    font-size: 24px;
  }
}

@media (min-width: 480px) {
  .head-F {
    margin-bottom: calc(19.25px + 19.25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-F {
    margin-bottom: 38.5px;
  }
}

@media (min-width: 800px) {
  .head-F br {
    display: none;
  }
}

.head-G {
  margin-bottom: 35px;
}

.head-G > * {
  display: block;
  text-align: center;
}

.head-G .ja {
  font-size: 22.5px;
  font-weight: 700;
}

.head-G .en {
  font-size: 12px;
}

.head-H {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center !important;
}

@media (min-width: 480px) {
  .head-H {
    font-size: calc(20px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-H {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .head-H {
    margin-bottom: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-H {
    margin-bottom: 20px;
  }
}

.head-I {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .head-I {
    margin-bottom: calc(15px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-I {
    margin-bottom: 25px;
  }
}

.head-I > * {
  vertical-align: middle !important;
}

.head-I .num {
  position: relative;
  width: 64px;
}

@media (min-width: 480px) {
  .head-I .num {
    padding-left: 45px;
  }
  .head-I .num::after {
    background-color: #9BB100;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 15px;
  }
}

.head-I .text {
  box-sizing: border-box;
  padding-left: 20px;
  padding-left: 10px;
  width: calc( 100% - 64px);
}

@media (min-width: 480px) {
  .head-I .text {
    padding-left: calc(10px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-I .text {
    padding-left: 20px;
  }
}

@media (min-width: 480px) {
  .head-I .text {
    width: calc( 100% - 109px);
  }
}

.head-J {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .head-J {
    font-size: calc(24px + 18 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-J {
    font-size: 42px;
  }
}

.head-K {
  font-size: 24px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 12.5px;
  position: relative;
  text-align: center;
}

@media (min-width: 480px) {
  .head-K {
    font-size: calc(24px + 6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-K {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .head-K {
    margin-bottom: calc(35px + 35 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-K {
    margin-bottom: 70px;
  }
}

@media (min-width: 480px) {
  .head-K {
    padding-bottom: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-K {
    padding-bottom: 25px;
  }
}

.head-K::after {
  background-color: #9BB100;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 205px;
  width: 102.5px;
}

@media (min-width: 480px) {
  .head-K::after {
    width: calc(102.5px + 102.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-K::after {
    width: 205px;
  }
}

.head-L {
  color: #367a44;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12.5px;
  text-align: center;
}

@media (min-width: 480px) {
  .head-L {
    font-size: calc(16px + 2 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-L {
    font-size: 18px;
  }
}

@media (min-width: 480px) {
  .head-L {
    margin-bottom: calc(12.5px + 12.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-L {
    margin-bottom: 25px;
  }
}

.head-M {
  color: #367a44;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center !important;
}

@media (min-width: 480px) {
  .head-M {
    font-size: calc(28px + 2 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-M {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .head-M {
    margin-bottom: calc(24px + 24 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .head-M {
    margin-bottom: 48px;
  }
}

.head-M .head-M-inner {
  border-bottom: solid 4px #037C3D;
}

.text-area > .text {
  margin-bottom: 22.5px;
  margin-bottom: 22.5px;
}

@media (min-width: 480px) {
  .text-area > .text {
    margin-bottom: calc(22.5px + 22.5 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .text-area > .text {
    margin-bottom: 45px;
  }
}

.text-area > .text:last-child {
  margin-bottom: 0;
}

.text, .read {
  line-height: 1.75;
  text-align: justify;
  /* justify-content: inter-ideograph; */
}

.text a {
  color: #367a44;
  text-decoration: underline;
}

.text a:hover {
  text-decoration: none;
}

.text-B {
  color: #367a44;
  text-align: center;
  width: 100%;
}

.text-B > * {
  line-height: 1;
  vertical-align: baseline !important;
}

.text-B .text {
  font-size: 24px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .text-B .text {
    font-size: calc(24px + 6 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .text-B .text {
    font-size: 30px;
  }
}

.text-B .num {
  font-size: 75px;
  font-weight: 700;
}

@media (min-width: 480px) {
  .text-B .num {
    font-size: calc(75px + 25 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .text-B .num {
    font-size: 100px;
  }
}

.read-B {
  color: #377a44;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .read-B {
    font-size: calc(20px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .read-B {
    font-size: 30px;
  }
}

@media (min-width: 480px) {
  .read-B {
    margin-bottom: calc(10px + 15 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .read-B {
    margin-bottom: 25px;
  }
}

.text-B-attention {
  color: #377a44;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.blank {
  font-size: 14px;
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (min-width: 480px) {
  .blank {
    font-size: calc(14px + 10 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .blank {
    font-size: 24px;
  }
}

@media (min-width: 480px) {
  .blank {
    padding-bottom: calc(100px + 100 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .blank {
    padding-bottom: 200px;
  }
}

@media (min-width: 480px) {
  .blank {
    padding-top: calc(100px + 100 * (100vw - 480px) / 480);
  }
}

@media (min-width: 960px) {
  .blank {
    padding-top: 200px;
  }
}

/* Layout
-------------------------------------------------- */
.ib {
  letter-spacing: -.4em;
}

.ib > * {
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: top;
}

.tb {
  display: table;
}

.tb > * {
  display: table-cell;
}

.fl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* ==================================================
   Template
================================================== */


/* ==================================================
   201906追加
================================================== */
h4.message{
  font-size: 18px;
  color:#367a44;
  font-weight:bold;
}