@charset "utf-8";

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 62.5%;
    line-height: 1.4;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    overflow-x: clip;
  }
  
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  
  /*
   * Hide visually and from screen readers
   */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  
  .visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
   * Extends the .visually-hidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  
  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */
  
  .clearfix::before,
  .clearfix::after {
    content: "";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  
  /* ==========================================================================
     ボタン
     ========================================================================== */
  .btn-color {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 220px;
    margin: auto;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: 2px solid #FF8115;
    background: #FF8115;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 1.6rem;
  }
  .btn-color:hover {
  color: #FF8115;
  background: #fff;
  }
  .btn-white {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 220px;
    margin: auto;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
    border: 2px solid #FF8115;
    color: #FF8115;
    border-radius: 100vh;
    transition: 0.5s;
  }
  .btn-white:hover {
  color: #fff;
  background: #FF8115;
  }
  
  a.btn_sec04 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 40%;
    margin: auto;
    padding: 2rem 4rem;
    font-weight: bold;
    border: 1px solid #B7D800;
    color: #000;
    background: #fff;
    font-weight: normal;
    font-size: 2.4rem;
    transition: 0.5s;
  }
  a.btn_sec04:hover {
    color: #fff;
    background: #B7D800;
  }
  a.btn_sec04 span {
    font-size: 1.6rem;
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  a.btn_sec04 span::before {
    content: url(../img/icon-bird.png);
    position: absolute;
    transform: scale(0.3);
    top: -45px;
    left: 20px;
  }
  
  @media screen and (max-width: 1023px) {
    .btn-color, .btn-white {
      width: calc((100% - 15px) / 2);
      padding: 1rem 1rem;
      font-size: 1.3rem;
  }
  }
  
  
  
  
  /* ==========================================================================
     共通
     ========================================================================== */
  .sp {
    display: none!important;
  }
  .pc {
    display: block!important;
  }
  .underline {
    border-bottom: 8px solid #FFE200;
    font-weight: bold;
  }
  
  @media screen and (max-width: 1023px) {
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
  }
  /* ==========================================================================
     アコーディオン
     ========================================================================== */
  .accordion {
    margin: 2em 0;
  }
  .accordion__summary {
    display: block;
    background: #fff;
    border: 3px solid #B7D800;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    list-style: none;
    cursor: pointer;
    font-size: 1.8rem;
    padding: 20px 38px 20px 20px;
    position: relative;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  .accordion__summary::-webkit-details-marker {
    display: none;
  }
  .accordion__summary::after {
    content: "+";
    /* background: #B7D800; */
    font-size: 2.4em;
    position: absolute;
    color: #fff;
    right: 28px;
    top: 44%;
    transform: translateY(-50%);
  }
  .accordion[open] .accordion__summary::after {
    content: "−";
  }
  .accordion__detail {
    padding: 4px 20px 20px;
    margin: 0 0 10px;
    font-size: 1.8rem;
    background: #fff;
    line-height: 1.8;
  }
  .accordion__text {
    margin: 0;
  }
  .accordiong__right {
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background: #B7D800;
    right: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
  }
  .accordion[open] .accordion__summary {
    border-bottom: none;
    box-shadow: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .accordion[open] .accordion__detail {
    border-left: 3px solid #B7D800;
    border-right: 3px solid #B7D800;
    border-bottom: 3px solid #B7D800;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
  }
  
  @media screen and (max-width: 540px) {
    .accordiong__right {
      width: 50px;
    }
    .accordion__summary {
      padding: 20px 44px 20px 20px;
    }
    .accordion__summary::after {
      font-size: 2em;
      right: 10px;
    }
  }
  
  
  /* ==========================================================================
     header
     ========================================================================== */
     header {
      position: fixed;
      top: 0;
      left: 0;
      padding: 2em 2em;
      z-index: 899;
      background-color: transparent;
      width: 100%;
     }
     .header__inner {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
     header h1{
      width: 230px;
      transition: all .4s;
     }
     header h1 a {
      display: block;
      line-height: 1;
     }
     header h1 a img{
      width: 100%;
     }
     header .nav-box {
      display: flex;
      flex-direction: row;
      gap: 15px;
  }
  
  @media screen and (max-width: 1023px) {
    header .nav-box {
      position: fixed;
      width: 100%;
      padding: 10px 10px;
      height: 10%;
      bottom: 0px;
      background: #fff;
      left: 0;
      left: 50%;
      transform: translateX(-50%);
      gap: 10px;
      justify-content: space-evenly;
  }
  @media screen and (max-width: 540px) {
    header h1 a {
      display: block;
      line-height: 1;
      width: 50%;
    }
  }
  }
  
  
  /* ==========================================================================
     kv
     ========================================================================== */
  
  .kv {
    position: relative;
  }
  .bgBox {
    position: relative;
    height: 1400px;
  }
  .bgFix {
    position: absolute;
    z-index: 1;
  }
  .pho {
    position: absolute;
    z-index: 1;
  }
  
  
  .bgFix.top {
    top: 0;
    left: 0;
  }
  .bgFix.bottom {
    bottom: 0;
    left: 0;
  }
  .bgFix.leftMiddle {
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
  }
  
  .bgFix.top img{
    width: 100%;
  }
  .bgFix.bottom img {
    width: 100%;
  }
  .bgFix.leftMiddle img {
    height: 220px;
  }
  
  .kv .bgBox .pho.pho01 {
    top: 8%;
    /* top: 110px; */
    /* right: 537px; */
    right: 30vw;
  }
  .kv .bgBox .pho.pho02 {
    top: 16%;
    /* top: 250px; */
    /* right: 72px; */
    right: 3vw;
  }
  .kv .bgBox .pho.pho03 {
    top: 29%;
    /* top: 50vh; */
    /* top: 400px; */
    right: 28vw;
  }
  .kv .bgBox .pho.pho04 {
    top: 39%;
    /* top: 70vh; */
    /* top: 560px; */
    right: 6vw;
  }
  .kv .bgBox .pho.pho05 {
    top: 48%;
    /* top: 80vh; */
    right: 38vw;
  }
  .kv .bgBox .pho.pho06 {
    top: 58%;
    /* top: 95vh; */
    right: 3vw;
  }
  .kv .bgBox .pho.pho07 {
    top: 70%;
    /* top: 120vh; */
    right: 32vw;
  }
  .kv .bgBox .pho.pho08 {
    top: 85%;
    right: 9vw;
  }
  .kv .bgBox .pho.subCatch {
    /* top: 21%; */
    top: 45vh;
    left: 12vw;
  }
  .kv .bgBox .pho.catch {
    /* top: 25%; */
    top: 50vh;
    left: 12vw;
  }
  .kv .bgBox .pho.scrolldown {
    /* top: 700px; */
    top: 45%;
    left: 25vw;
    height: 98px;
  }
  .kv .bgBox .pho.lead {
    /* top: 905px; */
    /* top: 95vh; */
    top: 55%;
    left: 12vw;
  }
  .kv .bgBox .pho.desc {
    /* top: 1083px; */
    /* top: 115vh; */
    top: 66%;
    left: 12vw;
  }
  
  /* 線の描写 */
  .pho.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove{
    0%{
      height:0;
      top:0;
      opacity: 0;
    }
    30%{
      height:30px;
      opacity: 1;
    }
    100%{
      height:0;
      top:50px;
      opacity: 0;
    }
  }
   
  .pho.pho01 img {
    /* width: 386px; */
    width: 26vw;
  }
  .pho.pho02 img {
    /* width: 330px; */
    width: 21.6vw;
  }
  .pho.pho03 img {
    /* width: 270px; */
    width: 17vw
  }
  .pho.pho04 img {
    /* width: 230px; */
    width: 14.8vw;
  }
  .pho.pho05 img {
    /* width: 222px; */
    width: 16vw;
  }
  .pho.pho06 img {
    /* width: 410px; */
    width: 25.6vw;
  }
  .pho.pho07 img {
    /* width: 230px; */
    width: 14vw;
  }
  .pho.pho08 img {
    /* width: 222px; */
    width: 14vw;
  }
  .pho.subCatch img {
    /* width: 410px; */
    width: 25.2vw;
  }
  .pho.catch img {
    /* width: 454px; */
    width: 28.375vw;
  }
  .pho.lead img {
    width: 28.375vw;
  }
  .pho.desc img {
    width: 35vw;
  }
    
  @media screen and (min-width: 1500px) {
    .pho.pho01 img {
      width: 20vw;
    }
    .pho.pho02 img {
      width: 19.6vw;
    }
    .pho.pho03 img {
      width: 15vw
    }
    .pho.pho04 img {
      width: 12.8vw;
    }
    .pho.pho05 img {
      width: 14vw;
    }
    .pho.pho06 img {
      width: 23.6vw;
    }
    .pho.pho07 img {
      width: 12vw;
    }
    .pho.pho08 img {
      width: 12vw;
    }
    .pho.subCatch img {
      width: 25.2vw;
    }
    .pho.catch img {
      width: 27.375vw;
    }
    .pho.lead img {
      width: 27.375vw;
    }
    .pho.desc img {
      width: 35vw;
    }
  
    .bgBox {
      height: 1500px;
    }
  
  .kv .bgBox .pho.subCatch {
      top: 320px;
    }
    .kv .bgBox .pho.catch {
      top: 350px;
    }
    .kv .bgBox .pho.scrolldown {
      top: 640px;
    }
    .kv .bgBox .pho.lead {
      top: 780px;
    }
    .kv .bgBox .pho.desc {
      top:970px;
      left: 12vw;
  } 
  }
  
  @media screen and (max-width: 1023px) {
    .bgBox {
      height: 63rem;
    }
  
    .kv .bgBox .pho.pho01 {
      top: 70px;
    }
    .kv .bgBox .pho.pho02 {
      top: 290px;
    }
    .kv .bgBox .pho.pho03 {
      top: 300px;
      right: 21vw;
    }
    .kv .bgBox .pho.pho04 {
      top: 380px;
    }
    .kv .bgBox .pho.pho05 {
      top: 470px;
      right: 26vw;
    }
    .kv .bgBox .pho.pho06 {
      top: 510px;
    }
    .kv .bgBox .pho.pho07 {
      top: 680px;
      right: 10vw;
    }
    .kv .bgBox .pho.pho08 {
      top: 800px;
      right: 5vw;
    }
  .kv .bgBox .pho.subCatch {
      top: 130px;
      /* top: 183px; */
      margin: 0 20%;
      left: 0;
    }
    .kv .bgBox .pho.catch {
      top: 170px;
      margin: 0px 16%;
      left: 0;
    }
    .kv .bgBox .pho.scrolldown {
      top: 280px;
      left: 45vw;
    }
    .kv .bgBox .pho.lead {
      top: 360px;
    }
    .kv .bgBox .pho.desc {
      top: 450px;
      left: 12vw;
    } 
      .pho.subCatch img {
      width: 55vw;
    }
    .pho.catch img {
      width: 50vw;
    }
  }
  
  @media screen and (max-width: 540px) {
    .bgBox {
      height: 32rem;
    }
  
    .kv .bgBox .pho.pho01 {
      top: 70px;
    }
    .kv .bgBox .pho.pho02 {
      top: 290px;
    }
    .kv .bgBox .pho.pho03 {
      top: 300px;
      right: 21vw;
    }
    .kv .bgBox .pho.pho04 {
      top: 380px;
    }
    .kv .bgBox .pho.pho05 {
      top: 470px;
      right: 26vw;
    }
    .kv .bgBox .pho.pho06 {
      top: 510px;
    }
    .kv .bgBox .pho.pho07 {
      top: 680px;
      right: 10vw;
    }
    .kv .bgBox .pho.pho08 {
      top: 800px;
      right: 5vw;
    }
  .kv .bgBox .pho.subCatch {
      top: 80px;
      margin: 0 16%;
      left: 0;
    }
    .kv .bgBox .pho.catch {
      top: 106px;
      /* margin-left: 1rem; */
    }
    .kv .bgBox .pho.scrolldown {
      top: 280px;
      left: 45vw;
    }
    .kv .bgBox .pho.lead {
      top: 360px;
    }
    .kv .bgBox .pho.desc {
      /* top: 450px; */
      left: 12vw;
    } 
  
  
    .pho.pho01 img {
      width: 20vw;
    }
    .pho.pho02 img {
      width: 19.6vw;
    }
    .pho.pho03 img {
      width: 15vw;
    }
    .pho.pho04 img {
      width: 12.8vw;
    }
    .pho.pho05 img {
      width: 11vw;
    }
    .pho.pho06 img {
      width: 21.6vw;
    }
    .pho.pho07 img {
      width: 12vw;
    }
    .pho.pho08 img {
      width: 12vw;
    }
    .pho.subCatch img {
      width: 66vw;
    }
    .pho.catch img {
      width: 100%;
    }
    .pho.lead img {
      width: 70vw;
    }
    .pho.desc img {
      width: 80vw;
    }
    .bgFix.leftMiddle img {
      height: 150px;
  }
  }
  
  /* ==========================================================================
     セクション1 sec01
     ========================================================================== */
  .section.sec01 {
    padding: 30px 0;
    background: #FFE200;
  }
  .container.large {
    max-width: 1280px;
    margin: 0 auto;
  }
  .sec01__box {
    position: relative;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 30px;
    border-radius: 15px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  }
  
  .sec01__box h3 {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
  }
  .sec01__box h3 img {
    width: 50%;
  }
  .sec01__contents {
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .sec01__card {
    width: calc((100% - 40px) / 3);
  }
  .sec01__card img {
    width: 100%;
  }
  .sec01__contents {
    padding: 0 100px 10px;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .sec01__box p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .sec01__box p span {
    color: #FF8115;
  }
  
  .sec01__box .pho.pho01 {
    top: -130px;
    left: -40px;
  }
  .sec01__box .pho.pho01 img {
    width: 12vw;
  }
  .sec01__box .pho.pho02 {
    top: 160px;
    left: -100px;
  }
  .sec01__box .pho.pho02 img {
    width: 8vw;
  }
  .sec01__box .pho.pho03 {
    bottom: 20px;
    left: -80px;
  }
  .sec01__box .pho.pho03 img {
    width: 10vw;
  }
  .sec01__box .pho.pho04 {
    top: -30px;
    right: -20px;
  }
  .sec01__box .pho.pho04 img {
    width: 12vw;
  }
  .sec01__box .pho.pho05 {
    top: 250px;
    right: -100px;
  }
  .sec01__box .pho.pho05 img {
    width: 11vw;
  }
  .sec01__box .pho.pho06 {
    bottom: 30px;
    right: -80px;
  }
  .sec01__box .pho.pho06 img {
    width: 9vw;
  }
  @media screen and (max-width: 1400px) {
    .sec01__box .pho.pho01 {
      top: -50px;
      left: -10px;
  }
    .sec01__box .pho.pho01 img {
      width: 12vw;
  }
  .sec01__box .pho.pho02 {
    top: 260px;
    left: -20px;
  }
    .sec01__box .pho.pho05 {
      top: 200px;
      right: 0px;
  }
    .sec01__box .pho.pho05 img {
      width: 6vw;
  }
    .sec01__box .pho.pho06 {
      bottom: 0px;
      right: 0px;
  }
  }
  @media screen and (max-width: 1023px) {
    .sec01__box h3 img {
      width: 90%;
    }
    .sec01__contents {
      padding: 130px 20px 10px;
      gap: 10px;
    }
    .section.sec01 {
      padding: 70px 0;
    }
    .sec01__card {
      width: calc((100% - 20px) / 2);
    }
    .sec01__box p {
      text-align: center;
      font-size: 2.2rem;
      line-height: 1.8;
      font-weight: bold;
    }
    .sec01__box .pho.pho01 {
      top: -80px;
      left: 0px;
    }
    .sec01__box .pho.pho04 {
      top: -60px;
      right: 0px;
    }
    .sec01__box .pho.pho05 {
      top: unset;
      bottom: -30px;
      right: 0px;
    }
    .sec01__box .pho.pho03 {
      bottom: -20px;
      left: 10px;
    }
  
  }
  @media screen and (max-width: 540px) {
    .container.large {
      padding: 0 20px;
  }
  .sec01__box h3 {
    top: -20px;
  }
  .sec01__contents {
    padding: 60px 20px 10px;
  }
  .sec01__card {
    width: calc((100% - 10px) / 2);
  }
  .sec01__box p {
    font-size: 1.5rem;
  }
  .sec01__box .pho.pho01 {
    top: -60px;
    left: 10px;
  }
  .sec01__box .pho.pho01 img {
    width: 18vw;
  }
  .sec01__box .pho.pho04 img {
    width: 18vw;
  }
  .sec01__box .pho.pho03 {
    bottom: -30px;
  }
  .sec01__box .pho.pho03 img {
    width: 16vw;
  }
  .sec01__box .pho.pho05 img {
    width: 14vw;
  }
  }
  
  
  /* ==========================================================================
     セクション2 sec02
     ========================================================================== */
  .sec02 {
    background: url("../img/sec02__bg.png");
    background-size: 100%;
    background-repeat: repeat;
  }
  .container.medium {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .sec02__box {
    position: relative;
    margin-bottom: 60px;
  }
  .sec02__box h3 {
    width: 50%;
    margin: 0 auto 60px;
  }
  .sec02__box h3 img {
    width: 100%;
  }
  .sec02__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .sec02__card {
    width: calc((100% - 40px) / 3);
  }
  .sec02__card img {
    width: 100%;
  }
  .note {
    font-size: 1.4rem;
    margin: 10px 0;
    line-height: 1.6;
    padding-left: 1rem;
    text-indent: -1rem;
  }
  
  .sec02__box .pho.pho01 {
    top: 400px;
    right: -240px;
  }
  .sec02__box .pho.pho01 img {
    width: 11vw;
  }
  @media screen and (max-width: 1400px) {
    .sec02__box .pho.pho01 {
      bottom: -90px;
      right: -40px;
  }
  }
  
  @media screen and (max-width: 1023px) {
    .container.large {
      padding: 20px;
  }
    .sec02__box {
      padding: 0 20px;
    }
      .sec02__box h3 {
        width: 90%;
    }
    .sec02__contents {
      gap: 10px;
    }
    .sec02__card {
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px;
    }
    .sec02__box .pho.pho01 {
      top: unset;
      bottom: -100px;
      right: 100px;
  }
  }
  @media screen and (max-width: 540px) {
    .sec02__box h3 {
      margin: 0 auto 30px;
  }
  .sec02__box .pho.pho01 {
    display: none;
  }
  .container.medium {
    padding: 10px 0 0;
  }
  }
  
  
  /* ==========================================================================
     コンタクト　contact
     ========================================================================== */
  .contact {
    background: #6AA022;
    padding: 60px 0;
  }
  .contact h3 {
    width: 20%;
    margin: 0 auto;
  }
  .contact h3 img {
    width: 100%;
  }
  .contact__box {
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .contact__card {
    width: calc((100% - 30px) / 3);
    display: flex;
    align-items: center;
  }
  .contact__card a{
    width: 100%;
  }
  .contact__card a img{
    width: 100%;
  }
  .contact__card a:hover {
    opacity: 0.9;
  }
  
  @media screen and (max-width: 1023px) {
    .contact h3 {
      width: 50%;
      margin: 0 auto 20px;
    }
    .contact__box {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
    .contact__card {
      width: 90%;
    }
  }
  @media screen and (max-width: 540px) {
    .contact {
      padding: 20px 0 10px;
    }
    .contact h3 {
      width: 80%;
    }
  }
  
  /* ==========================================================================
     セクション3 sec03
     ========================================================================== */
  .sec03 {
    padding-top: 60px;
    background: url("../img/sec02__bg.png");
    background-size: 100%;
    background-repeat: repeat;
  }
  .container.small {
    max-width: 844px;
    margin: 0 auto;
  }
  .sec03__box {
    position: relative;
  }
  .sec03__box h3 {
    width: 35%;
    margin: 0 auto 30px;
  }
  .sec03__box h3 img {
    width: 100%;
  }
  .sec03__box .pho.pho01 {
    top: 220px;
    left: -100px;
  }
  .sec03__box .pho.pho01 img {
    width: 4vw;
  }
  
  @media screen and (max-width: 1023px) {
    .sec03 {
      padding: 30px;
  }
    .sec03__box h3 {
      width: 50%;
  }
  }
  @media screen and (max-width: 540px) {
    .sec03__box h3 {
      width: 80%;
      margin-left: 10px;
  }
  }
  
  /* ==========================================================================
     セクション4 sec04
     ========================================================================== */
  .sec04 {
    background: #FFF4D5;
    padding: 60px 20px;
  }
  .sec04 .container.large {
    max-width: 1280px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
  }
  .sec04__box {
    padding: 40px 0;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  .sec04__box h3 {
    width: 40%;
    margin: 0 auto 60px;
  }
  .sec04__box h3 img {
    width: 100%;
  }
  .sec04__box .lead {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }
  .sec04__box .desc {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  .sec04__point {
    width: 85%;
    margin: 0 auto;
  }
  .sec04__point img {
    width: 100%;
  }
  .sec04__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .flex-item {
    width: calc((100% - 30px) / 2);
    border: 3px solid #B7D800;
    border-radius: 5px;
    padding: 30px 20px 20px;
  }
  .flex-item h4 {
    display: flex;
    /* text-align: center; */
    font-size: 2.8rem;
    font-weight: normal;
    color: #B7D800;
    /* height: 2.4rem; */
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 10px auto 30px;
  }
  .sec04__flex hr {
    width: 100px;
    color: #EAE2AB;
    margin: 20px auto 30px;
  }
  .flex-item p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .flex-item .title {
    background: #E8E8E8;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
  }
  .flex-item dl {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 左右2カラム */
    font-size: 1.6rem;
  }
  .flex-item dt {
    text-align: left;   /* 左寄せ */
    color: #6AA200;     /* 今の色指定を残す */
    margin: 0 0 10px 0; /* 下に余白 */
  }
  .flex-item dd {
    text-align: right;  /* 右寄せ */
    margin: 0 0 10px 0; /* 下に余白 */
  }
  @media screen and (max-width: 540px) {
    .flex-item dl {
      grid-template-columns: 1fr; /* 1カラムに変更 */
    }
  .flex-item dd {
      text-align: left; /* スマホ時は左寄せにするなら */
      margin-left: 10px;
    }
  }

  h4.word {
    margin: 50px auto 30px;
  }
  .sec04 h4 img {
    width: 100%;
  }
  .sec04__btn {
    margin: 55px auto 0;
  }
  .sec04__box .pho.pho01 {
    top: -30px;
    left: -80px;
  }
  .sec04__box .pho.pho01 img {
    width: 12vw;
  }
  .sec04__box .pho.pho02 {
    top: 20px;
    right: -20px;
  }
  .sec04__box .pho.pho02 img {
    width: 6vw;
  }
  .sec04__box .pho.pho03 {
    top: -20px;
    left: -190px;
  }
  .sec04__box .pho.pho03 img {
    width: 10vw;
  }
  .sec04__box .pho.pho04 {
    bottom: -20px;
    right: -190px;
  }
  .sec04__box .pho.pho04 img {
    width: 10vw;
  }
  @media screen and (max-width: 1400px) {
    .sec04__box .pho.pho04{
      display: none!important;
    }
  }
  @media screen and (max-width: 1023px) {
    .sec04 {
      padding: 60px 20px;
    }
    .sec04__box h3 {
      width: 70%;
      margin: 0 auto 40px;
    }
    .sec04__box .lead {
      line-height: 2;
    }
    .sec04__point {
      width: 100%;
    }
    .flex-item h4 {
      font-size: 2.2rem;
    }
    .flex-item .title {
      font-size: 1.6rem;
    }
    a.btn_sec04 {
      width: 85%;
    }
  }
  @media screen and (max-width: 540px) {
    .sec04__box {
      padding: 40px 0 0;
    }
      .sec04__box h3 {
        width: 100%;
    }
    .sec04__box .lead {
      font-size: 1.6rem;
    }
    .sec04__box .desc {
      font-size: 1.6rem;
      text-align: left;
    }
    .sec04__box .desc .sp {
      display: none !important;
    }
    .flex-item {
      width: 100%;
    }
    a.btn_sec04 {
      font-size: 2.0rem;
    }
    a.btn_sec04 span::before {
      left: -60px;
    }
    .sec04__box .pho.pho02 {
      top: 20px;
      right: 0px;
    }
    .sec04__box .pho.pho02 img {
      width: 8vw;
    }
    .flex-item dd {
      width: 100%;
      margin: 0 0 10px 10px;
  }
  }
  
  /* ==========================================================================
     フッター　footer
     ========================================================================== */
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    position: relative;
  }
  .footer__logo {
    width: 20%;
    margin-bottom: 5px;
  }
  .footer__logo img {
    width: 100%;
  }
  .address {
    text-align: center;
    margin-bottom: 40px;
  }
  .address p {
    margin-bottom: 10px;
  }
  .copyright {
    width: 100vw;
    display: flex;
    height: 3rem;
    background: #E8E8E8;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 1023px) {
    .footer__logo {
      width: 40%;
    }
    .address {
      font-size: 1.6rem;
    }
    .copyright {
      height: 5rem;
      font-size: 1.6rem;
    }
  }
  @media screen and (max-width: 540px) {
  
  }
  
  /*==================================================
  スライダー
  ===================================*/
  .slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
  }
  
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
  
  .slider .slick-slide {
    margin:0;/*スライド左右の余白調整*/
  }
  
  ul.slider.slick-initialized.slick-slider {
    /* height: 200px; */
    /* position: absolute; */
    top: 790px;
    height: 100px;
  }
  
  
  
  .fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger{
      opacity: 0;
  }
  
  @media screen and (max-width: 1023px) and (min-width: 541px) {

    ul.slider.slick-initialized.slick-slider {
      top: 83%;
    }
    .pho.catch img {
      width: 100%;
  }
  .bgBox {
    height: 52rem;
  }
}
  @media screen and (max-width: 540px) {
    ul.slider.slick-initialized.slick-slider {
      top: 85%;
    }
  }

  @media screen and (max-width: 1023px) and (min-width: 800px) {
  .bgBox {
    height: 64rem;
  }
}

  @media screen and (max-width: 799px) and (min-width: 600px) {
    .bgBox {
      height: 52rem;
    }
}