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

    Reset

*****************************************/
/* Reset Style */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Noto Sans Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  letter-spacing: .3rem;
  color: #000000;
}

.min {
  font-family: "Noto Sans JP", "Noto Sans Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}


*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  border: 0;
}

sub {
  font-size: 0.8em;
  vertical-align: baseline;
}

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

ol {
  padding-left: 18px;
  *padding-left: 24px;
  _padding-left: 24px;
}

li {
  list-style-type: none;
}

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

th {
  font-weight: normal;
  text-align: left;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym, fieldset {
  border: 0;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

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

a.bottom_border {
  color: #017bd0;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
a.bottom_border::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: all 0.3s;
}
a.bottom_border:hover {
  color: #F00;
}
a.bottom_border:hover::before {
  transform: scaleX(1);
}

/****************************************

clearfix

*****************************************/
/****************************************

module

*****************************************/
img.full {
  width: 100%;
  height: auto;
}

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

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width:1024px) {
  .tbmb0 {
    margin-bottom: 0px !important;
  }
  .tbmb5 {
    margin-bottom: 5px !important;
  }
  .tbmb10 {
    margin-bottom: 10px !important;
  }
  .tbmb15 {
    margin-bottom: 15px !important;
  }
  .tbmb20 {
    margin-bottom: 20px !important;
  }
  .tbmb25 {
    margin-bottom: 25px !important;
  }
  .tbmb30 {
    margin-bottom: 30px !important;
  }
  .tbmb35 {
    margin-bottom: 35px !important;
  }
  .tbmb40 {
    margin-bottom: 40px !important;
  }
  .tbmb45 {
    margin-bottom: 45px !important;
  }
  .tbmb50 {
    margin-bottom: 50px !important;
  }
  .tbmb55 {
    margin-bottom: 55px !important;
  }
  .tbmb60 {
    margin-bottom: 60px !important;
  }
  .tbmb65 {
    margin-bottom: 65px !important;
  }
  .tbmb70 {
    margin-bottom: 70px !important;
  }
  .tbmb75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width:767px) {
  .spmb0 {
    margin-bottom: 0px !important;
  }
  .spmb5 {
    margin-bottom: 5px !important;
  }
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb15 {
    margin-bottom: 15px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb25 {
    margin-bottom: 25px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb35 {
    margin-bottom: 35px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb45 {
    margin-bottom: 45px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb55 {
    margin-bottom: 55px !important;
  }
}
.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

@media only screen and (max-width:1024px) {
  .t_left_tb {
    text-align: left !important;
  }
  .t_center_tb {
    text-align: center !important;
  }
  .t_right_tb {
    text-align: right !important;
  }
}
@media only screen and (max-width:767px) {
  .t_left_sp {
    text-align: left !important;
  }
  .t_center_sp {
    text-align: center !important;
  }
  .t_right_sp {
    text-align: right !important;
  }
}
.position {
  position: relative;
}

ul.circle li {
  list-style-type: disc;
}

/****************************************

    common

*****************************************/
.android #main .min {
  font-family: "Noto Sans JP", "Noto Sans Serif JP", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto Slab", Garamond, "Times New Roman", serif;
}

img.full {
  width: 100%;
  height: auto;
}

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

@media only screen and (min-width:1025px) {
  .view_tbonly {
    display: none;
  }
  .view_sponly {
    display: none;

  }
  .view_tbsp {
    display: none;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .view_pconly {
    display: none;
  }
  .view_sponly {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .view_pconly {
    display: none;
  }
  .view_tbonly {
    display: none;
  }
  .view_pctb {
    display: none;
  }
}
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width:1024px) {
  .flexBox.tb_flexno {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .flexBox.sp_flexno {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  .sp_scllor {
    width: 100%;
    overflow-x: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
  .sp_scllor::-webkit-scrollbar {
    width: 1px;
    background: #dcdcdc;
  }
  .sp_scllor::-webkit-scrollbar-thumb {
    background: #936;
    border-radius: 18px;
  }
}
/*
 * 共通
 */
.wrapper_all {
  /*min-width: 1280px;*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
}
@media only screen and (max-width:1024px) {
  .wrapper_all {
    min-width: initial;
  }
}
.wrapper_all.loading {
  opacity: 1;
  visibility: visible;
}

.en_f {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0rem;
}
.ja_f {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -.2rem;
  letter-spacing: 0rem;
}

.inner_1000 {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width:1024px) {
  .inner_1000 {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.inner_800 {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width:1024px) {
  .inner_800 {
    width: auto;
    max-width: 800px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  min-width: 1023px;
  top: 0;
  left: 0;
  background-color: #FFF;
}
@media only screen and (max-width:1280px) {
  .header {
    min-width: initial;
  }
}
.header_inner {
  width: calc(100% - 87px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (max-width:1280px) {
  .header_inner {
    width: calc(100% - 60px);
    width: 100%;
    height: 69px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 60px;
  }
}
.header_logo {
  width: 210px;
  padding: 20px 25px;
}
@media only screen and (max-width:1280px) {
  .header_logo {
    padding: 16px 5px 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 200px;
  }
}
@media only screen and (max-width:1280px) {
  .header_gnav {
    position: absolute;
    max-width: 50%;
    height: calc(100vh - 60px);
    background-color: #32323D;
    z-index: 999;
    top: 60px;
    right: 0;
    width: 89.6%;
    border-left: 3px solid #8CC332;
    box-sizing: border-box;
    padding: 50px 30px 30px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .header_gnav {
    max-width: initial;
    height: 100%
    padding: 30px 10px 0;
  }
}
.header_gnav .flexBox {
  display: block;
  width: 100%;
}
@media only screen and (max-width:1280px) {
  .header_gnav .flexBox {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.header_gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: .1em;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list {
    display: block;
    margin-bottom: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header_gnav-list {
    padding: 0 20px;
  }
}
.header_gnav-list > li {
  margin: 0 5px;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list > li {
    margin: 0 0 15px 0;
  }
}
.header_gnav-list > li.sp {
  display: none;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list > li.sp {
    display: block;
  }
}
.header_gnav-list > li.pc {
  display: block;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list > li.pc {
    display: none;
  }
}
.header_gnav-list > li a {
  display: block;
  padding: 0 10px;
}
.header_gnav-list > li a:hover {
  color: #8CC332;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list > li a {
    color: #FFF;
    padding: 3px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .header_gnav-list > li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header_gnav-list > li.accbtn > a {
  margin-bottom: 15px;
}
.header_gnav-list > li.accbtn > a span {
  display: inline-block;
  position: relative;
}
.header_gnav-list > li.accbtn > a span::before, .header_gnav-list > li.accbtn > a span::after {
  content: "";
  display: block;
  background-color: #8CC332;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease;
}
.header_gnav-list > li.accbtn > a span::before {
  width: 11px;
  height: 1px;
  right: -20px;
}
.header_gnav-list > li.accbtn > a span::after {
  height: 11px;
  width: 1px;
  right: -15px;
}
.header_gnav-list > li.accbtn > a.active span::after {
  opacity: 0;
}
.header_gnav-list > li.accbtn .accbox {
  padding-left: 20px;
  display: none;
}
.header_gnav-list > li.accbtn .accbox li {
  margin: 0 0 8px 0;
}
.header_gnav-list > li.accbtn .accbox li a {
  color: #FFF;
  display: block;
  padding: 3px 0;
}
.header_gnav-list > li.active a {
  color: #8CC332;
  font-weight: bold;
  position: relative;
}
.header_gnav-list > li.active a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #8CC332;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
@media only screen and (max-width:1280px) {
  .header_gnav-list > li.active a::after {
    display: none;
  }
}
.header_gnav.active {
  transform: translateX(0);
}
.header_gnav.height {
  overflow-y: scroll;
  overflow-x: hidden;
}
.header_banner {
  display: none;
}
@media only screen and (max-width:1280px) {
  .header_banner {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_banner {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
.header_subnav {
  display: none;
}
@media only screen and (max-width:1280px) {
  .header_subnav {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_subnav {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:1280px) {
  .header_subnav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
  }
}
@media only screen and (max-width:1280px) {
  .header_subnav-list li a {
    color: #808080;
  }
}
@media screen and (max-width: 767px) {
  .header_subnav-list li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.header_lang {
  background-color: #FFF;
  width: 86px;
  position: absolute;
  right: -87px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-left: 1px solid #F0F5F5;
  letter-spacing: 0;
}
@media only screen and (max-width:1280px) {
  .header_lang {
    border: none;
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header_lang {
    width: 70px;
  }
}
.header_lang > p {
  margin: 0 3px;
}
@media only screen and (max-width:1280px) {
  .header_lang > p {
    margin-top: 5px;
  }
}
.header_lang > p.active {
  position: relative;
}
.header_lang > p.active::before {
  content: "";
  display: block;
  background-color: #8CC332;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
}
.header_lang > p.active a {
  pointer-events: none;
  text-decoration: none;
  color: #000000;
}
.header_lang > p a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 5px;
  color: #8CC332;
  text-decoration: underline;
}
.header_spbtn {
  display: none;
}
@media only screen and (max-width:1280px) {
  .header_spbtn {
    display: block;
    background-color: #8CC332;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    height: 100%;
    width: 60px;
  }
  .header_spbtn.active {
    background-color: #32323d;
  }
  .header_spbtn a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    transition: all 0.2s ease-in;
  }
  .header_spbtn a i {
    display: block;
    position: relative;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #FFF;
    transition-property: transform;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header_spbtn a i::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 5px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .header_spbtn a i::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    border-radius: 5px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header_spbtn a i.active {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header_spbtn a i.active::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .header_spbtn a i.active::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.content_header {
  background-color: #F0F5F5;
  height: 180px;
  padding-top: 69px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .content_header {
    height: 110px;
    padding-top: 60px;
  }
}
.content_header-inner {
  width: 1000px;
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .content_header-inner {
    width: auto;
  }
}
.content_header .category_ttl {
  position: relative;
}
@media only screen and (max-width:1024px) {
  .content_header .category_ttl {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .content_header .category_ttl {
    width: 100%;
  }
}
.content_header .category_ttl .ttlsub {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width:1024px) {
  .content_header .category_ttl .ttlsub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.content_header .category_ttl .ttlmain {
  display: block;
  line-height: 1;
  font-size: 80px;
  font-size: 8rem;
  transform: translateY(20px);
  font-weight: 400;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .content_header .category_ttl .ttlmain {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 5px;
  }
}
.content_header .category_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 8px;
  left: 0;
  width: 100%;
  background-color: #8CC332;
}
@media screen and (max-width: 767px) {
  .content_header .category_ttl::after {
    width: 60%;
  }
}
.content_header .content_header-inner {
  align-items: flex-end;
}
.content_header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  height: 8px;
  left: 0;
  width: 43%;
  background-color: #8CC332;
  width: calc((100vw - 1000px) / 2);
}
@media only screen and (max-width:1280px) {
  .content_header::after {
    width: 150px;
  }
}
@media only screen and (max-width:1024px) {
  .content_header::after {
    display: none;
  }
}
.content_header-sub {
  background-color: #F0F5F5;
  height: 180px;
  padding-top: 69px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content_header-sub {
    height: 110px;
    padding-top: 60px;
  }
}
@media only screen and (max-width:1024px) {
  .content_header-sub .content_header-inner {
    padding: 0 20px;
  }
}
.content_header-sub .category_ttl .ttlsub {
  display: block;
  line-height: 1;
  color: #8CC332;
  margin-bottom: 15px;
}
@media only screen and (max-width:1024px) {
  .content_header-sub .category_ttl .ttlsub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.content_header-sub .category_ttl .ttlmain {
  font-weight: bold;
  display: block;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .content_header-sub .category_ttl .ttlmain {
    font-size: 20px;
    font-size: 2rem;
  }
}
.content_subnav {
  margin-bottom: 60px;
}
.content_subnav-inner {
  width: calc(100% - 70px);
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width:1024px) {
  .content_subnav-inner {
    width: auto;
    max-width: 1000px;
    padding: 0;
  }
}
.content_subnav-inner .item {
  width: 595px;
}
@media only screen and (max-width:1024px) {
  .content_subnav-inner .item {
    width: 49.8%;
  }
}
.content_subnav-inner .item a {
  display: block;
  width: 100%;
  position: relative;
}
.content_subnav-inner .item a:hover {
  opacity: 0.6;
}
.content_subnav-inner .item a span {
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFF;
  bottom: 20px;
  left: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .content_subnav-inner .item a span {
    bottom: 12px;
    left: 12px;
  }
}
.content_subnav-inner .item a span::before {
  content: "";
  background-image: url(../img/common/icon_arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  margin-right: 15px;
}
.content_banner {
  margin-bottom: 90px;
}
.content_banner-inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .content_banner-inner {
    display: block;
  }
}
.content_banner-inner .item {
  width: 355px;
  margin: 0 10px 20px;
}
.content_banner-inner .item:first-child {
  margin-left: 20px;
}
.content_banner-inner .item:last-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .content_banner-inner .item:first-child {
    margin: 0 auto 20px;
  }
  .content_banner-inner .item:last-child {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .content_banner-inner .item {
    width: auto;
    max-width: 355px;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.content_banner-inner a {
  display: block;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .content_banner-inner a img {
    max-width: 355px;
  }
}
@media screen and (max-width: 767px) {
  .content_banner-inner a img {
    max-width: initial;
  }
}
.content_banner-inner a:hover {
  opacity: 0.6;
}
.content_breadcrumb {
  padding: 19px 15px;
}
@media screen and (max-width: 767px) {
  .content_breadcrumb {
    padding-bottom: 60px;
  }
}
.content_breadcrumb-inner {
  max-width: 1000px;
  margin: auto;
  display: flex;
}
@media only screen and (max-width:1024px) {
  .content_breadcrumb-inner {
    width: auto;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .content_breadcrumb-inner {
    justify-content: flex-end;
  }
}
.content_breadcrumb-inner li {
  font-size: 12px;
  font-size: 1.2rem;
}
.content_breadcrumb-inner li:not(:last-child) {
  margin-right: 18px;
  position: relative;
}
.content_breadcrumb-inner li:not(:last-child) a {
  display: block;
}
.content_breadcrumb-inner li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #000;
  right: -10px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.footer {
  background-color: #32323D;
  padding: 0 0 50px;
}
.footer_inner {
  width: 1000px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width:1024px) {
  .footer_inner {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.footer_sns {
  position: absolute;
  right: 0;
  top: 30%;
  width: 180px;
  z-index: 5;
}
@media only screen and (max-width:1024px) {
  .footer_sns {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_sns {
    position: static;
    width: 100%;
    margin-bottom: 50px;
  }
}
.footer_sns ul {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer_sns ul {
    justify-content: center;
  }
}
.footer_sns ul li {
  width: 40px;
}
@media screen and (max-width: 767px) {
  .footer_sns ul li {
    margin: 0 5%;
  }
}
.footer_sns ul li a {
  display: block;
  width: 40px;
}
.footer_sns ul li a img {
  width: 100%;
}
.footer_sns ul li a:hover {
  opacity: 0.6;
}
.footer_logo {
  /*width: 183px;*/
  padding-top: 100px;
  margin-bottom: 60px;
}
.footer_logo a {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    padding-top: 50px;
    margin-left: 20px;
    margin-right: auto;
    text-align: center;
  }
}
.footer .footer_box01 {
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer_box01 {
    margin-bottom: 40px;
  }
}
.footer_nav {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
  }
}
.footer_nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer_nav ul {
    display: block;
  }
}
.footer_nav ul li {
  margin-right: 30px;
  margin-bottom: 20px;
}
.footer_nav ul li a {
  display: block;
  color: #FFF;
}
.footer_nav ul li a:hover {
  opacity: 0.6;
}
.footer_topbtn {
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_topbtn {
    margin: auto;
  }
}
.footer_topbtn a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
.footer_topbtn a::after, .footer_topbtn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border: 1px solid #FFF;
  position: absolute;
  top: 0;
  z-index: 5;
}
.footer_topbtn a::after {
  left: 0;
  border-right: none;
}
.footer_topbtn a::before {
  right: 0;
  border-left: none;
}
.footer_topbtn a:hover {
  color: #999;
}
.footer_subnav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footerbox02 {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer_subnav {
    justify-content: space-between;
    max-width: 50%;
    margin: auto;
    margin-bottom: 20px;
    max-width: initial;
    justify-content: center;
  }
}
.footer_subnav li {
  margin-right: 15px;
}
.footer_subnav li a {
  color: #808080;
  font-size: 11px;
  font-size: 1.1rem;
}
.footer_subnav li a:hover {
  opacity: 0.6;
}
.footer .copyright {
  color: #808080;
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

.note {
  font-size: 11px;
  font-size: 1.1rem;
}

.link {
  color: #5DA2C0;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.blank span {
  vertical-align: middle;
}
.blank::after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 9px;
  background-image: url(../img/common/icon_blank.svg);
}

.title_style01 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .title_style01 {
    margin-bottom: 30px;
  }
}
.title_style01-main {
  display: block;
  line-height: 1;
  position: relative;
  font-size: 80px;
  font-size: 8rem;
  border-bottom: 1px solid #8CC332;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .title_style01-main {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.title_style01-main .txt {
  position: relative;
  z-index: 10;
  bottom: -27px;
}
.title_style01-main::after {
  content: "";
  width: 360px;
  display: block;
  height: 12px;
  background-color: #8CC332;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .title_style01-main::after {
    width: 160px;
  }
}
.title_style01-sub {
  font-size: 17px;
  font-size: 1.7rem;
}

.subtitle_style01 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .subtitle_style01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.subtitle_style01 .brackets {
  display: inline-block;
  position: relative;
}
.subtitle_style01 .subtitle_style02{
  color:#8CC332;
}
/*.subtitle_style01 .brackets::after, .subtitle_style01 .brackets::before {
  content: "";
  width: 7px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translatey(-2px);
}
.subtitle_style01 .brackets::before {
  margin-right: 15px;
  background-image: url(../img/common/icon_subttl01_left.svg);
}
.subtitle_style01 .brackets::after {
  margin-left: 15px;
  background-image: url(../img/common/icon_subttl01_right.svg);
}
*/

.btn_style01 {
  text-align: center;
}
.btn_style01 a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 10px 0;
  transform: translateX(-20px);
}
.btn_style01 a:hover {
  opacity: 0.6;
}
.btn_style01 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #8CC332;
  bottom: 10px;
}
.btn_style01 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0;
  bottom: 0;
  right: -60px;
  background-image: url(../img/common/icon_arrow01.svg);
  background-size: contain;
}
.btn_style01.blank-mark a::after {
  background-image: url(../img/common/icon_blank02.svg);
}

.table_style01 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_style01 {
    display: block;
    border-top: 1px solid #8CC332;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .table_style01::before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    border-top: 1px solid #CCCCCC;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .table_style01 tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table_style01 thead {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table_style01 tr {
    display: block;
    border-bottom: 1px solid #8CC332;
  }
}
.table_style01 tr th {
  vertical-align: top;
  border-top: 1px solid #8CC332;
  border-bottom: 1px solid #8CC332;
  padding: 25px 20px;
  color: #8CC332;
  font-weight: bold;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .table_style01 tr th {
    display: block;
    border: none;
    padding: 15px 20px 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .table_style01 tr th::before {
    content: "";
    display: block;
    width: 50%;
    height: 0;
    border-top: 1px solid #CCCCCC;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 5;
  }
}
.table_style01 tr td {
  vertical-align: top;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .table_style01 tr td {
    display: block;
    border: none;
    padding: 0 20px 15px;
  }
}

.img_rp {
  display: block;
  text-align: center;
}
.img_rp_pic {
  max-width: 1000px;
  width:100%;
  height: auto;
  box-sizing: border-box;
}

p.fe-caution {
  padding: 2em 2em 0;
  text-align: left;
  color: #d63637;
}

p.other-word {
  font-size: 0.8em;
  text-align: left;
  padding: 0 3em;
}

p.other-word a, p.text a {
  text-decoration: underline;
}

