@charset "UTF-8";
/*breakpoints*/
/*reset*/
*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
/*common*/
body {
  color: #231815;
  font-family: "Public Sans", "Almarai", "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", "Source Sans Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  word-break: break-all; }

#wrapper {
  overflow: hidden;
  padding-top: 130px; }
  @media (max-width: 959px) {
    #wrapper {
      padding-top: 60px; } }

.wrap {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto; }

.wrap-big {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto; }

.section {
  padding: 100px 20px; }
  @media (max-width: 959px) {
    .section {
      padding: 50px 20px; } }

/*link*/
a {
  transition: 0.3s; }
  a img {
    transition: 0.3s; }
    a img:hover {
      opacity: 0.7; }

/*headline*/
h2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px; }

h3 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px; }

/*header*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 5%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999; }
  @media (max-width: 1079px) {
    #header {
      padding: 25px 20px; } }
  @media (max-width: 959px) {
    #header {
      height: 60px; } }
  #header #logo {
    width: 484px;
    max-width: 25%;
    padding-right: 20px; }
    @media (max-width: 959px) {
      #header #logo {
        width: 40%;
        max-width: 40%; } }
  #header .menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 959px) {
      #header .menu-area {
        width: 40%;
        justify-content: flex-end; } }
    #header .menu-area .headline-menu {
      list-style: none;
      display: flex;
      align-items: center;
      padding: 0 20px 0 0; }
      @media (max-width: 959px) {
        #header .menu-area .headline-menu {
          display: none; } }
      #header .menu-area .headline-menu li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-right: 15px;
        color: #231815;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.2em;
        transition: 0.4s ease-in-out; }
        @media (max-width: 1079px) {
          #header .menu-area .headline-menu li a {
            font-size: 0.7em; } }
        #header .menu-area .headline-menu li a:before {
          position: absolute;
          content: "";
          display: block;
          width: 0;
          height: 2px;
          left: 0;
          bottom: -10px;
          background-color: #72AF2D;
          transition: 0.4s ease-in-out; }
        #header .menu-area .headline-menu li a span {
          width: 100%;
          display: block;
          font-size: 0.6em;
          font-weight: normal;
          text-align: center; }
        #header .menu-area .headline-menu li a:hover {
          color: #72AF2D; }
          #header .menu-area .headline-menu li a:hover:before {
            width: 100%; }
    #header .menu-area .button-area {
      width: 236px;
      max-width: 25%; }
      @media (max-width: 959px) {
        #header .menu-area .button-area {
          height: 40px;
          max-width: 100%; } }
      #header .menu-area .button-area svg {
        width: 100%; }
        @media (max-width: 959px) {
          #header .menu-area .button-area svg {
            height: 40px; } }
        #header .menu-area .button-area svg .st0,
        #header .menu-area .button-area svg .st1 {
          transition: 0.3s ease-in-out; }
      #header .menu-area .button-area a {
        display: flex;
        align-items: center;
        width: 100%;
        height: auto; }
        @media (max-width: 959px) {
          #header .menu-area .button-area a {
            justify-content: flex-end; } }
        #header .menu-area .button-area a :hover .st0 {
          fill: #fff; }
        #header .menu-area .button-area a :hover .st1 {
          fill: #C01F11; }

@keyframes underline {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@-webkit-keyframes underline {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
#main-visual {
  position: relative;
  max-width: 1920px;
  max-height: calc(100vh - 130px);
  overflow: hidden;
  margin: auto; }
  @media (max-width: 959px) {
    #main-visual {
      max-height: 40vh; } }
  #main-visual picture {
    height: 100%;
    width: auto; }
    @media (max-width: 959px) {
      #main-visual picture {
        max-height: 40vh;
        display: flex;
        justify-content: center;
        overflow: hidden; } }
  #main-visual img {
    height: 100%;
    width: auto; }
    @media (max-width: 959px) {
      #main-visual img {
        height: 100%;
        width: auto;
        max-width: 600%; } }
  #main-visual .swiper-slide-active img,
  #main-visual .swiper-slide-prev img {
    -webkit-animation: zoomUp 12s linear;
    animation: zoomUp 12s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  #main-visual .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .4; }
  #main-visual .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1; }
  #main-visual .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #main-visual .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px; }
  #main-visual .mainv-visual-text {
    position: absolute;
    width: 648px;
    max-width: 60%;
    bottom: 10%;
    left: 10%;
    z-index: 999;
    transform: translate3d(0px, 0px, 2px); }
    #main-visual .mainv-visual-text:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 30px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 20px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 30px rgba(0, 0, 0, 0.1);
      z-index: 1; }
    #main-visual .mainv-visual-text svg {
      position: relative;
      z-index: 2; }
    #main-visual .mainv-visual-text path {
      fill: none;
      /*塗り*/
      stroke: #fff;
      /*線の色*/
      stroke-dasharray: 2000;
      /*線の間隔*/
      stroke-dashoffset: 0;
      /*線の開始位置*/
      stroke-width: 1;
      /*線の太さ*/
      animation: write 3s ease-in forwards;
      -webkit-animation: write 3s ease-in forwards; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
@keyframes write {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #fff; } }
@-webkit-keyframes write {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #fff; } }
/*section*/
#company {
  background-color: #F3F0E7; }
  #company .company-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #company .company-table dt {
      width: 30%;
      background: #D9E6C0;
      border-right: #231815 1px solid;
      padding: 5px;
      text-align: center; }
    #company .company-table dd {
      width: 70%;
      padding-left: 15px; }

#efforts {
  background-color: #F3F0E7;
  background-image: url(./img/efforts-bg.jpg);
  background-position: top 0 left 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 40px; }
  @media (max-width: 959px) {
    #efforts {
      background-size: 150% auto; } }
  @media (max-width: 959px) {
    #efforts figure {
      max-width: calc(100% + 40px);
      width: calc(100% + 40px);
      height: auto;
      margin-left: -20px; } }

#staff {
  background-color: #F3F0E7; }
  #staff .staff-list {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    padding: 0; }
    #staff .staff-list li {
      width: 30%;
      margin-bottom: 30px;
      padding: 0 1.5%; }
      @media (max-width: 959px) {
        #staff .staff-list li {
          width: 100%; } }

#faq .faq {
  position: relative;
  text-align: left;
  padding: 35px;
  margin-bottom: 60px; }
  #faq .faq:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-top: #231815 1px solid;
    border-left: #231815 1px solid; }
  #faq .faq:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-bottom: #231815 1px solid;
    border-right: #231815 1px solid; }
  #faq .faq dt {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 1.4em;
    margin-bottom: 20px;
    font-weight: bold; }
    #faq .faq dt span {
      color: green;
      margin-right: 5px; }
  #faq .faq dd {
    padding-left: 35px; }

#section6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #003B00 url(./img/section6-bg.jpg) center right;
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 5%;
  padding-right: 5%; }
  @media (max-width: 959px) {
    #section6 {
      background-position: left 35% top 0;
      background-size: auto 100%; } }
  #section6 p {
    width: 100%; }

/*footer*/
#footer {
  padding: 80px 5%;
  background-color: #F3F0E7; }
  #footer .social-icons {
    list-style: none;
    padding: 0; }
  #footer .footer-menu {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0; }
    #footer .footer-menu li {
      width: 20%; }
      @media (max-width: 959px) {
        #footer .footer-menu li {
          width: 100%; } }
      #footer .footer-menu li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-right: 15px;
        color: #231815;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.2em;
        transition: 0.4s ease-in-out; }
        @media (max-width: 959px) {
          #footer .footer-menu li a {
            padding: 10px; } }
        #footer .footer-menu li a span {
          width: 100%;
          display: block;
          font-size: 0.6em;
          font-weight: normal;
          text-align: center; }
        #footer .footer-menu li a:before {
          position: absolute;
          content: "";
          display: block;
          width: 0;
          height: 2px;
          left: 0;
          bottom: -10px;
          background-color: #72AF2D;
          transition: 0.4s ease-in-out; }
        #footer .footer-menu li a:hover {
          color: #72AF2D; }
          #footer .footer-menu li a:hover:before {
            width: 100%; }

/*general*/
/*margin*/
.m0 {
  margin: 0px !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.m25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.m35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.m40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.m45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.m50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.m55 {
  margin: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.m60 {
  margin: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.m65 {
  margin: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.m70 {
  margin: 70px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.m75 {
  margin: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.m80 {
  margin: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.m85 {
  margin: 85px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.m90 {
  margin: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.m95 {
  margin: 95px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.m100 {
  margin: 100px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

@media (max-width: 959px) {
  .md-m0 {
    margin: 0px !important; }

  .md-mt0 {
    margin-top: 0px !important; }

  .md-mr0 {
    margin-right: 0px !important; }

  .md-mb0 {
    margin-bottom: 0px !important; }

  .md-ml0 {
    margin-left: 0px !important; }

  .md-m5 {
    margin: 5px !important; }

  .md-mt5 {
    margin-top: 5px !important; }

  .md-mr5 {
    margin-right: 5px !important; }

  .md-mb5 {
    margin-bottom: 5px !important; }

  .md-ml5 {
    margin-left: 5px !important; }

  .md-m10 {
    margin: 10px !important; }

  .md-mt10 {
    margin-top: 10px !important; }

  .md-mr10 {
    margin-right: 10px !important; }

  .md-mb10 {
    margin-bottom: 10px !important; }

  .md-ml10 {
    margin-left: 10px !important; }

  .md-m15 {
    margin: 15px !important; }

  .md-mt15 {
    margin-top: 15px !important; }

  .md-mr15 {
    margin-right: 15px !important; }

  .md-mb15 {
    margin-bottom: 15px !important; }

  .md-ml15 {
    margin-left: 15px !important; }

  .md-m20 {
    margin: 20px !important; }

  .md-mt20 {
    margin-top: 20px !important; }

  .md-mr20 {
    margin-right: 20px !important; }

  .md-mb20 {
    margin-bottom: 20px !important; }

  .md-ml20 {
    margin-left: 20px !important; }

  .md-m25 {
    margin: 25px !important; }

  .md-mt25 {
    margin-top: 25px !important; }

  .md-mr25 {
    margin-right: 25px !important; }

  .md-mb25 {
    margin-bottom: 25px !important; }

  .md-ml25 {
    margin-left: 25px !important; }

  .md-m30 {
    margin: 30px !important; }

  .md-mt30 {
    margin-top: 30px !important; }

  .md-mr30 {
    margin-right: 30px !important; }

  .md-mb30 {
    margin-bottom: 30px !important; }

  .md-ml30 {
    margin-left: 30px !important; }

  .md-m35 {
    margin: 35px !important; }

  .md-mt35 {
    margin-top: 35px !important; }

  .md-mr35 {
    margin-right: 35px !important; }

  .md-mb35 {
    margin-bottom: 35px !important; }

  .md-ml35 {
    margin-left: 35px !important; }

  .md-m40 {
    margin: 40px !important; }

  .md-mt40 {
    margin-top: 40px !important; }

  .md-mr40 {
    margin-right: 40px !important; }

  .md-mb40 {
    margin-bottom: 40px !important; }

  .md-ml40 {
    margin-left: 40px !important; }

  .md-m45 {
    margin: 45px !important; }

  .md-mt45 {
    margin-top: 45px !important; }

  .md-mr45 {
    margin-right: 45px !important; }

  .md-mb45 {
    margin-bottom: 45px !important; }

  .md-ml45 {
    margin-left: 45px !important; }

  .md-m50 {
    margin: 50px !important; }

  .md-mt50 {
    margin-top: 50px !important; }

  .md-mr50 {
    margin-right: 50px !important; }

  .md-mb50 {
    margin-bottom: 50px !important; }

  .md-ml50 {
    margin-left: 50px !important; }

  .md-m55 {
    margin: 55px !important; }

  .md-mt55 {
    margin-top: 55px !important; }

  .md-mr55 {
    margin-right: 55px !important; }

  .md-mb55 {
    margin-bottom: 55px !important; }

  .md-ml55 {
    margin-left: 55px !important; }

  .md-m60 {
    margin: 60px !important; }

  .md-mt60 {
    margin-top: 60px !important; }

  .md-mr60 {
    margin-right: 60px !important; }

  .md-mb60 {
    margin-bottom: 60px !important; }

  .md-ml60 {
    margin-left: 60px !important; }

  .md-m65 {
    margin: 65px !important; }

  .md-mt65 {
    margin-top: 65px !important; }

  .md-mr65 {
    margin-right: 65px !important; }

  .md-mb65 {
    margin-bottom: 65px !important; }

  .md-ml65 {
    margin-left: 65px !important; }

  .md-m70 {
    margin: 70px !important; }

  .md-mt70 {
    margin-top: 70px !important; }

  .md-mr70 {
    margin-right: 70px !important; }

  .md-mb70 {
    margin-bottom: 70px !important; }

  .md-ml70 {
    margin-left: 70px !important; }

  .md-m75 {
    margin: 75px !important; }

  .md-mt75 {
    margin-top: 75px !important; }

  .md-mr75 {
    margin-right: 75px !important; }

  .md-mb75 {
    margin-bottom: 75px !important; }

  .md-ml75 {
    margin-left: 75px !important; }

  .md-m80 {
    margin: 80px !important; }

  .md-mt80 {
    margin-top: 80px !important; }

  .md-mr80 {
    margin-right: 80px !important; }

  .md-mb80 {
    margin-bottom: 80px !important; }

  .md-ml80 {
    margin-left: 80px !important; }

  .md-m85 {
    margin: 85px !important; }

  .md-mt85 {
    margin-top: 85px !important; }

  .md-mr85 {
    margin-right: 85px !important; }

  .md-mb85 {
    margin-bottom: 85px !important; }

  .md-ml85 {
    margin-left: 85px !important; }

  .md-m90 {
    margin: 90px !important; }

  .md-mt90 {
    margin-top: 90px !important; }

  .md-mr90 {
    margin-right: 90px !important; }

  .md-mb90 {
    margin-bottom: 90px !important; }

  .md-ml90 {
    margin-left: 90px !important; }

  .md-m95 {
    margin: 95px !important; }

  .md-mt95 {
    margin-top: 95px !important; }

  .md-mr95 {
    margin-right: 95px !important; }

  .md-mb95 {
    margin-bottom: 95px !important; }

  .md-ml95 {
    margin-left: 95px !important; }

  .md-m100 {
    margin: 100px !important; }

  .md-mt100 {
    margin-top: 100px !important; }

  .md-mr100 {
    margin-right: 100px !important; }

  .md-mb100 {
    margin-bottom: 100px !important; }

  .md-ml100 {
    margin-left: 100px !important; } }
/*padding*/
.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.p25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.p45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.p50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.p55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.p60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.p65 {
  padding: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.p70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.p75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.p80 {
  padding: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.p85 {
  padding: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.p90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.p95 {
  padding: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.p100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/*font*/
.fs5 {
  font-size: 0.5em !important; }

.fs6 {
  font-size: 0.6em !important; }

.fs7 {
  font-size: 0.7em !important; }

.fs8 {
  font-size: 0.8em !important; }

.fs9 {
  font-size: 0.9em !important; }

.fs10 {
  font-size: 1em !important; }

.fs11 {
  font-size: 1.1em !important; }

.fs12 {
  font-size: 1.2em !important; }

.fs13 {
  font-size: 1.3em !important; }

.fs14 {
  font-size: 1.4em !important; }

.fs15 {
  font-size: 1.5em !important; }

.fs16 {
  font-size: 1.6em !important; }

.fs17 {
  font-size: 1.7em !important; }

.fs18 {
  font-size: 1.8em !important; }

.fs19 {
  font-size: 1.9em !important; }

.fs20 {
  font-size: 2em !important; }

.fs21 {
  font-size: 2.1em !important; }

.fs22 {
  font-size: 2.2em !important; }

.fs23 {
  font-size: 2.3em !important; }

.fs24 {
  font-size: 2.4em !important; }

.fs25 {
  font-size: 2.5em !important; }

.fs26 {
  font-size: 2.6em !important; }

.fs27 {
  font-size: 2.7em !important; }

.fs28 {
  font-size: 2.8em !important; }

.fs29 {
  font-size: 2.9em !important; }

.fs30 {
  font-size: 3em !important; }

@media (max-width: 959px) {
  .md-fs5 {
    font-size: 0.5em !important; }

  .md-fs6 {
    font-size: 0.6em !important; }

  .md-fs7 {
    font-size: 0.7em !important; }

  .md-fs8 {
    font-size: 0.8em !important; }

  .md-fs9 {
    font-size: 0.9em !important; }

  .md-fs10 {
    font-size: 1em !important; }

  .md-fs11 {
    font-size: 1.1em !important; }

  .md-fs12 {
    font-size: 1.2em !important; }

  .md-fs13 {
    font-size: 1.3em !important; }

  .md-fs14 {
    font-size: 1.4em !important; }

  .md-fs15 {
    font-size: 1.5em !important; }

  .md-fs16 {
    font-size: 1.6em !important; }

  .md-fs17 {
    font-size: 1.7em !important; }

  .md-fs18 {
    font-size: 1.8em !important; }

  .md-fs19 {
    font-size: 1.9em !important; }

  .md-fs20 {
    font-size: 2em !important; }

  .md-fs21 {
    font-size: 2.1em !important; }

  .md-fs22 {
    font-size: 2.2em !important; }

  .md-fs23 {
    font-size: 2.3em !important; }

  .md-fs24 {
    font-size: 2.4em !important; }

  .md-fs25 {
    font-size: 2.5em !important; }

  .md-fs26 {
    font-size: 2.6em !important; }

  .md-fs27 {
    font-size: 2.7em !important; }

  .md-fs28 {
    font-size: 2.8em !important; }

  .md-fs29 {
    font-size: 2.9em !important; }

  .md-fs30 {
    font-size: 3em !important; } }
.lh5 {
  line-height: 0.5em !important; }

.lh6 {
  line-height: 0.6em !important; }

.lh7 {
  line-height: 0.7em !important; }

.lh8 {
  line-height: 0.8em !important; }

.lh9 {
  line-height: 0.9em !important; }

.lh10 {
  line-height: 1em !important; }

.lh11 {
  line-height: 1.1em !important; }

.lh12 {
  line-height: 1.2em !important; }

.lh13 {
  line-height: 1.3em !important; }

.lh14 {
  line-height: 1.4em !important; }

.lh15 {
  line-height: 1.5em !important; }

.lh16 {
  line-height: 1.6em !important; }

.lh17 {
  line-height: 1.7em !important; }

.lh18 {
  line-height: 1.8em !important; }

.lh19 {
  line-height: 1.9em !important; }

.lh20 {
  line-height: 2em !important; }

.lh21 {
  line-height: 2.1em !important; }

.lh22 {
  line-height: 2.2em !important; }

.lh23 {
  line-height: 2.3em !important; }

.lh24 {
  line-height: 2.4em !important; }

.lh25 {
  line-height: 2.5em !important; }

.lh26 {
  line-height: 2.6em !important; }

.lh27 {
  line-height: 2.7em !important; }

.lh28 {
  line-height: 2.8em !important; }

.lh29 {
  line-height: 2.9em !important; }

.lh30 {
  line-height: 3em !important; }

@media (max-width: 959px) {
  .md-lh5 {
    line-height: 0.5em !important; }

  .md-lh6 {
    line-height: 0.6em !important; }

  .md-lh7 {
    line-height: 0.7em !important; }

  .md-lh8 {
    line-height: 0.8em !important; }

  .md-lh9 {
    line-height: 0.9em !important; }

  .md-lh10 {
    line-height: 1em !important; }

  .md-lh11 {
    line-height: 1.1em !important; }

  .md-lh12 {
    line-height: 1.2em !important; }

  .md-lh13 {
    line-height: 1.3em !important; }

  .md-lh14 {
    line-height: 1.4em !important; }

  .md-lh15 {
    line-height: 1.5em !important; }

  .md-lh16 {
    line-height: 1.6em !important; }

  .md-lh17 {
    line-height: 1.7em !important; }

  .md-lh18 {
    line-height: 1.8em !important; }

  .md-lh19 {
    line-height: 1.9em !important; }

  .md-lh20 {
    line-height: 2em !important; }

  .md-lh21 {
    line-height: 2.1em !important; }

  .md-lh22 {
    line-height: 2.2em !important; }

  .md-lh23 {
    line-height: 2.3em !important; }

  .md-lh24 {
    line-height: 2.4em !important; }

  .md-lh25 {
    line-height: 2.5em !important; }

  .md-lh26 {
    line-height: 2.6em !important; }

  .md-lh27 {
    line-height: 2.7em !important; }

  .md-lh28 {
    line-height: 2.8em !important; }

  .md-lh29 {
    line-height: 2.9em !important; }

  .md-lh30 {
    line-height: 3em !important; } }
.mintyo {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif; }

/*layout*/
.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.between {
    justify-content: space-between; }
  .flex.around {
    justify-content: space-around; }
  .flex.middle {
    align-items: center; }
  .flex .order1 {
    order: 1!important; }
  .flex .order2 {
    order: 2!important; }
  .flex .order3 {
    order: 3!important; }
  .flex .order4 {
    order: 4!important; }
  .flex .order5 {
    order: 5!important; }
  .flex .order6 {
    order: 6!important; }
  .flex .order7 {
    order: 7!important; }
  .flex .order8 {
    order: 8!important; }
  .flex .order9 {
    order: 9!important; }
  .flex .order10 {
    order: 10!important; }
  @media (max-width: 959px) {
    .flex .md-order1 {
      order: 1!important; }
    .flex .md-order2 {
      order: 2!important; }
    .flex .md-order3 {
      order: 3!important; }
    .flex .md-order4 {
      order: 4!important; }
    .flex .md-order5 {
      order: 5!important; }
    .flex .md-order6 {
      order: 6!important; }
    .flex .md-order7 {
      order: 7!important; }
    .flex .md-order8 {
      order: 8!important; }
    .flex .md-order9 {
      order: 9!important; }
    .flex .md-order10 {
      order: 10!important; } }

/*width*/
.w5 {
  width: 3%!important; }

.w10 {
  width: 8%!important; }

.w15 {
  width: 13%!important; }

.w20 {
  width: 18%!important; }

.w25 {
  width: 23%!important; }

.w30 {
  width: 28%!important; }

.w35 {
  width: 33%!important; }

.w40 {
  width: 38%!important; }

.w45 {
  width: 43%!important; }

.w50 {
  width: 48%!important; }

.w55 {
  width: 53%!important; }

.w60 {
  width: 58%!important; }

.w65 {
  width: 63%!important; }

.w70 {
  width: 68%!important; }

.w75 {
  width: 73%!important; }

.w80 {
  width: 78%!important; }

.w85 {
  width: 83%!important; }

.w90 {
  width: 88%!important; }

.w95 {
  width: 93%!important; }

.w100 {
  width: 100%!important; }

@media (max-width: 959px) {
  .md-w5 {
    width: 3%!important; }

  .md-w10 {
    width: 8%!important; }

  .md-w15 {
    width: 13%!important; }

  .md-w20 {
    width: 18%!important; }

  .md-w25 {
    width: 23%!important; }

  .md-w30 {
    width: 28%!important; }

  .md-w35 {
    width: 33%!important; }

  .md-w40 {
    width: 38%!important; }

  .md-w45 {
    width: 43%!important; }

  .md-w50 {
    width: 48%!important; }

  .md-w55 {
    width: 53%!important; }

  .md-w60 {
    width: 58%!important; }

  .md-w65 {
    width: 63%!important; }

  .md-w70 {
    width: 68%!important; }

  .md-w75 {
    width: 73%!important; }

  .md-w80 {
    width: 78%!important; }

  .md-w85 {
    width: 83%!important; }

  .md-w90 {
    width: 88%!important; }

  .md-w95 {
    width: 93%!important; }

  .md-w100 {
    width: 100%!important; } }
/*decoration*/
.al-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center !important; }

.al-r {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right; }

.b {
  font-weight: bold !important; }

.underline {
  position: relative;
  border-bottom: 1px solid #231815;
  padding-bottom: 3px; }
  .underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #231815; }

.shadow-w {
  text-shadow: 0 0 10px #FFFFFF,0 0 10px #FFFFFF,0 0 10px #FFFFFF,0 0 10px #FFFFFF; }

/*# sourceMappingURL=style02.css.map */
