@charset "UTF-8";
/*============================================
responsive
============================================*/
/*============================================
#main
============================================*/
#view .view__box {
  background: url("../img/common/headline-bg.jpg");
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative; }
  @media screen and (max-width: 897px) {
    #view .view__box {
      height: 200px; } }
  #view .view__box .pankuzu {
    text-align: right;
    position: absolute;
    top: 5%;
    right: 2%;
    width: 100%;
    color: #fff;
    font-size: 1.2rem !important; }
    #view .view__box .pankuzu a {
      color: #fff !important; }
    #view .view__box .pankuzu ul {
      display: flex;
      justify-content: flex-end; }
      #view .view__box .pankuzu ul li::before {
        content: ">";
        padding: 0 10px 0 10px; }
      #view .view__box .pankuzu ul li:first-of-type::before {
        content: ""; }
#view .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }
  #view .title h1 {
    font-family: "Times New Roman", Times, "serif";
    font-size: 4.0rem;
    font-style: italic;
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    color: #fff; }
    #view .title h1 span {
      display: block;
      font-size: 1.4rem;
      line-height: 1;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 2px; }
#view .headline {
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%);
  width: 100%; }
  @media screen and (max-width: 897px) {
    #view .headline {
      bottom: -50%;
      width: 90%; } }
  #view .headline .inbox {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff url("../img/about/headline-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    @media screen and (max-width: 897px) {
      #view .headline .inbox {
        padding: 15px; } }
    #view .headline .inbox p {
      text-align: center !important; }
      @media screen and (max-width: 897px) {
        #view .headline .inbox p {
          text-align: left !important; } }
  @media screen and (max-width: 897px) {
    #view .headline.sp-headline-summary {
      bottom: -70px; } }

/*============================================
#greeting
============================================*/
#greeting {
  padding: 200px 0 120px 0; }
  @media screen and (max-width: 897px) {
    #greeting {
      padding: 140px 0 40px 0; } }
  #greeting .greeting__box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    @media screen and (max-width: 897px) {
      #greeting .greeting__box {
        padding: 20px;
        margin: 0 20px 40px 20px; } }
    #greeting .greeting__box .headline {
      text-align: center; }
      #greeting .greeting__box .headline h2 {
        font-size: 2.5rem;
        position: relative;
        margin: 0 0 60px 0;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 3px; }
        @media screen and (max-width: 897px) {
          #greeting .greeting__box .headline h2 {
            margin: 0 0 40px 0; } }
        #greeting .greeting__box .headline h2::after {
          position: absolute;
          content: "";
          width: 100px;
          height: 2px;
          background-color: #4ec0af;
          left: 50%;
          transform: translateX(-50%);
          bottom: -20px;
          text-align: left; }
    #greeting .greeting__box .inbox {
      display: flex;
      justify-content: space-between;
      flex-flow: row-reverse; }
      @media screen and (max-width: 897px) {
        #greeting .greeting__box .inbox {
          display: block;
          padding: 15px 0;
          margin: 0;
          flex-flow: row; } }
      #greeting .greeting__box .inbox .txt {
        width: 80%;
        padding: 0 3% 0 0; }
        @media screen and (max-width: 897px) {
          #greeting .greeting__box .inbox .txt {
            width: 100%;
            padding: 0 0 5% 0; } }
        #greeting .greeting__box .inbox .txt p {
          padding: 0 0 15px 0; }
      #greeting .greeting__box .inbox .img {
        width: 17%; }
        @media screen and (max-width: 897px) {
          #greeting .greeting__box .inbox .img {
            width: 100%;
            margin: 0 0 5% 0; } }
        #greeting .greeting__box .inbox .img img {
          border-radius: 15px; }
          @media screen and (max-width: 897px) {
            #greeting .greeting__box .inbox .img img {
              border-radius: 15px; } }
    #greeting .greeting__box .bottom p {
      padding: 0 0 15px 0; }
      #greeting .greeting__box .bottom p:last-of-type {
        font-weight: bold;
        text-align: right;
        padding: 0; }

/*============================================
#business
============================================*/
#business {
  padding: 0; }
  #business.mt-120 {
    margin-top: 220px; }
    @media screen and (max-width: 897px) {
      #business.mt-120 {
        margin-top: 100px; } }
  @media screen and (max-width: 897px) {
    #business {
      padding: 0px 0 40px; } }
  #business .business__headline {
    text-align: center;
    padding: 0 0 80px 0; }
    @media screen and (max-width: 897px) {
      #business .business__headline {
        padding: 0 0 60px 0; } }
    #business .business__headline h2 {
      font-family: "Times New Roman", Times, "serif";
      font-size: 4.0rem;
      font-style: italic;
      font-weight: 400;
      position: relative;
      line-height: 1.6; }
      @media screen and (max-width: 897px) {
        #business .business__headline h2 {
          font-size: 3.0rem; } }
      #business .business__headline h2 span {
        display: block;
        font-size: 1.4rem;
        line-height: 1;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 2px; }
      #business .business__headline h2 :before {
        position: absolute;
        bottom: -30px;
        left: calc(50% - 50px);
        width: 100px;
        height: 2px;
        content: '';
        background: linear-gradient(-90deg, #efa008, #4ec0af); }
  #business .business__box {
    display: flex;
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #business .business__box {
        display: block; } }
    #business .business__box .business__box__item {
      max-width: 520px;
      padding: 60px;
      background: #fff;
      border-radius: 10px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
      @media screen and (max-width: 897px) {
        #business .business__box .business__box__item {
          padding: 15px;
          margin: 100px 20px 0 20px; } }
      #business .business__box .business__box__item p:not(:last-of-type) {
        padding: 0 0 15px 0; }
        @media screen and (max-width: 897px) {
          #business .business__box .business__box__item p:not(:last-of-type) {
            padding: 0 0 8px 0; } }
      #business .business__box .business__box__item h3 {
        font-size: 2.5rem;
        position: relative;
        margin: 0 0 60px 0;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 3px; }
        @media screen and (max-width: 897px) {
          #business .business__box .business__box__item h3 {
            font-size: 2.0rem;
            margin: 0 0 40px 0; } }
        #business .business__box .business__box__item h3::after {
          position: absolute;
          content: "";
          width: 100px;
          height: 2px;
          background-color: #efa008;
          left: 0;
          bottom: -20px;
          text-align: left; }
      #business .business__box .business__box__item .business__btn {
        text-align: right;
        margin: 60px 0 0 0; }
        @media screen and (max-width: 897px) {
          #business .business__box .business__box__item .business__btn {
            text-align: center;
            margin: 40px 0 25px 0; } }
        #business .business__box .business__box__item .business__btn a {
          font-weight: bold;
          background: url("../img/common/arw.png");
          background-repeat: no-repeat;
          background-position: center right 6%;
          border: 2px solid #ccc;
          border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
          border-image-slice: 1;
          padding: 2rem 8rem;
          transition: 0.5s; }
          #business .business__box .business__box__item .business__btn a:hover {
            background: #e4e4e4 url("../img/common/arw.png");
            background-repeat: no-repeat;
            background-position: center right 3%; }
  #business .summary {
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      #business .summary {
        padding: 80px 0 0 0; } }
    #business .summary::after {
      content: '';
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      position: absolute;
      background: url("../img/about/summary-bg.jpg");
      background-size: cover;
      background-position: center;
      z-index: -1; }
      @media screen and (max-width: 897px) {
        #business .summary::after {
          width: 100%;
          height: 200px; } }
    #business .summary .business__box {
      justify-content: flex-end; }
  #business .zaitaku {
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      #business .zaitaku {
        padding: 200px 0 0 0; } }
    #business .zaitaku::after {
      content: '';
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      position: absolute;
      background: url("../img/index/business-bg-01.jpg");
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 897px) {
        #business .zaitaku::after {
          width: 100%;
          height: 300px; } }
    #business .zaitaku .business__box {
      justify-content: flex-end; }
  #business .tashokushu {
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      #business .tashokushu {
        padding: 200px 0 0 0;
        margin: 40px 0 0 0; } }
    #business .tashokushu::after {
      content: '';
      top: 0;
      right: 0;
      width: 60%;
      height: 100%;
      position: absolute;
      background: url("../img/index/business-bg-02.jpg");
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 897px) {
        #business .tashokushu::after {
          width: 100%;
          height: 300px; } }
  #business .jigyou {
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      #business .jigyou {
        padding: 200px 0 0 0;
        margin: 40px 0 0 0; } }
    #business .jigyou::after {
      content: '';
      top: 0;
      left: 0;
      width: 60%;
      height: 100%;
      position: absolute;
      background: url("../img/index/business-bg-03.jpg");
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 897px) {
        #business .jigyou::after {
          width: 100%;
          height: 300px; } }
    #business .jigyou .business__box {
      justify-content: flex-end; }
  #business .guideline {
    position: relative;
    padding: 80px 0;
    z-index: 1; }
    @media screen and (max-width: 897px) {
      #business .guideline {
        padding: 200px 0 0 0;
        margin: 40px 0 0 0; } }
    #business .guideline::after {
      content: '';
      top: 0;
      right: 0;
      width: 60%;
      height: 100%;
      position: absolute;
      background: url("../img/index/business-bg-04.jpg");
      background-size: cover;
      z-index: -1; }
      @media screen and (max-width: 897px) {
        #business .guideline::after {
          width: 100%;
          height: 300px; } }

/*============================================
#summary
============================================*/
#summary {
  padding: 110px 0 0 0; }
  #summary .summary__box__wrap {
    background: #F7FBFA;
    padding: 90px 0; }
    @media screen and (max-width: 897px) {
      #summary .summary__box__wrap {
        padding: 40px 0; } }
    #summary .summary__box__wrap:last-of-type {
      padding: 90px 0 120px 0; }
      @media screen and (max-width: 897px) {
        #summary .summary__box__wrap:last-of-type {
          padding: 40px 0; } }
  @media screen and (max-width: 897px) {
    #summary {
      padding: 80px 0; } }
  #summary .summary__box {
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0; }
    @media screen and (max-width: 897px) {
      #summary .summary__box {
        padding: 30px 0 40px 0;
        margin: 0 20px; } }
    #summary .summary__box .summary__box__headline {
      padding: 0 0 40px 0; }
      #summary .summary__box .summary__box__headline h2 {
        font-family: tbudrgothic-std, sans-serif;
        font-size: 3.6rem;
        font-style: normal;
        letter-spacing: 2px;
        font-weight: 400;
        position: relative;
        line-height: 1.6; }
        @media screen and (max-width: 897px) {
          #summary .summary__box .summary__box__headline h2 {
            font-size: 2.5rem; } }
        #summary .summary__box .summary__box__headline h2 span {
          display: block;
          font-size: 1.4rem;
          line-height: 1;
          font-family: "Times New Roman", Times, "serif";
          font-weight: 700;
          font-style: italic; }
        #summary .summary__box .summary__box__headline h2 :before {
          position: absolute;
          top: 45%;
          left: -120px;
          width: 100px;
          height: 2px;
          content: '';
          background: linear-gradient(-90deg, #efa008, #4ec0af); }
          @media screen and (max-width: 897px) {
            #summary .summary__box .summary__box__headline h2 :before {
              left: 0;
              top: 70px; } }
    #summary .summary__box .inbox {
      padding: 0 0 60px 0; }
      @media screen and (max-width: 897px) {
        #summary .summary__box .inbox {
          padding: 0 0 30px 0; } }
      #summary .summary__box .inbox h3 {
        padding: 15px;
        margin: 0;
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.8rem;
        font-style: normal;
        letter-spacing: 2px;
        background: #f4f4f4; }
        @media screen and (max-width: 897px) {
          #summary .summary__box .inbox h3 {
            font-size: 1.6rem; } }
        #summary .summary__box .inbox h3 span {
          float: right;
          font-size: 1.5rem;
          font-weight: 400; }
          @media screen and (max-width: 897px) {
            #summary .summary__box .inbox h3 span {
              clear: both;
              float: none;
              display: block; } }
          #summary .summary__box .inbox h3 span:before {
            padding: 0 15px 0 0;
            content: "/"; }
            @media screen and (max-width: 897px) {
              #summary .summary__box .inbox h3 span:before {
                padding: 0;
                content: ""; } }
      #summary .summary__box .inbox .member {
        padding: 20px 0 0 0; }
        #summary .summary__box .inbox .member .member__item {
          display: flex;
          padding: 0 15px 15px 15px;
          margin: 0 0 15px 0;
          border-bottom: 1px dotted #ccc; }
          @media screen and (max-width: 897px) {
            #summary .summary__box .inbox .member .member__item {
              display: block; } }
          #summary .summary__box .inbox .member .member__item .head {
            font-weight: bold;
            display: inline-block;
            width: 15%; }
            @media screen and (max-width: 897px) {
              #summary .summary__box .inbox .member .member__item .head {
                width: 100%; } }
          #summary .summary__box .inbox .member .member__item .cnt {
            width: 85%; }
      #summary .summary__box .inbox:last-of-type {
        padding: 0; }
      #summary .summary__box .inbox .address {
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.8rem;
        font-style: normal;
        letter-spacing: 2px;
        padding: 0 0 10px 0; }
        @media screen and (max-width: 897px) {
          #summary .summary__box .inbox .address {
            font-size: 1.4rem; } }
      #summary .summary__box .inbox .gmap {
        margin: 20px 0 0 0;
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative; }
      #summary .summary__box .inbox .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
    #summary .summary__box:last-of-type {
      padding: 0; }

/*============================================
#policy
============================================*/
#policy {
  padding: 200px 0 120px 0; }
  @media screen and (max-width: 897px) {
    #policy {
      padding: 130px 0 40px 0; } }
  #policy .policy__box {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      #policy .policy__box {
        margin: 0 20px;
        padding: 0 0 30px 0; } }
    #policy .policy__box h2 {
      font-family: tbudrgothic-std, sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      letter-spacing: 2px;
      padding: 0 0 15px 0; }
      @media screen and (max-width: 897px) {
        #policy .policy__box h2 {
          font-size: 1.5rem; } }
    #policy .policy__box.waku {
      padding: 15px !important;
      border: 1px solid #ccc;
      max-width: 480px;
      text-align: center !important; }
      #policy .policy__box.waku p {
        text-align: center !important; }
      #policy .policy__box.waku .tel {
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.8rem;
        font-style: normal; }
    #policy .policy__box:last-of-type {
      padding: 0; }

/*============================================
#report
============================================*/
#report {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #report {
      padding: 40px 0;
      margin-bottom: -3%; } }
  #report .report__box {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #report .report__box {
        display: block;
        margin: 0 20px; } }
    #report .report__box .report__box__item {
      width: 48%;
      margin: 1%;
      font-family: tbudrgothic-std, sans-serif;
      font-size: 1.6rem;
      font-style: normal;
      letter-spacing: 2px; }
      @media screen and (max-width: 897px) {
        #report .report__box .report__box__item {
          width: 100%;
          margin: 0 0 3% 0;
          font-size: 1.4rem; } }
      #report .report__box .report__box__item a {
        display: block;
        background: url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 6%;
        padding: 30px;
        border: 2px solid #ccc;
        border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
        border-image-slice: 1;
        transition: 0.5s; }
        #report .report__box .report__box__item a:hover {
          background: #e4e4e4 url("../img/common/arw.png");
          background-repeat: no-repeat;
          background-position: center right 3%; }
  #report .report-details__box__headline {
    text-align: center; }
    @media screen and (max-width: 897px) {
      #report .report-details__box__headline {
        margin: 0 20px; } }
    #report .report-details__box__headline h2 {
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      position: relative;
      line-height: 1.6; }
      @media screen and (max-width: 897px) {
        #report .report-details__box__headline h2 {
          font-size: 2.0rem; } }
      #report .report-details__box__headline h2:before {
        position: absolute;
        bottom: -30px;
        left: calc(50% - 50px);
        width: 100px;
        height: 2px;
        content: '';
        background: linear-gradient(-90deg, #efa008, #4ec0af); }
    #report .report-details__box__headline P {
      text-align: center;
      margin: 60px auto -30px auto;
      max-width: 960px;
      font-size: 1.8rem; }
  #report .report-details__box {
    max-width: 960px;
    margin: 90px auto 0 auto; }
    @media screen and (max-width: 897px) {
      #report .report-details__box {
        margin: 60px 20px 0 20px; } }
    #report .report-details__box .report-details__box__item {
      padding: 0 0 0 15px;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 897px) {
        #report .report-details__box .report-details__box__item {
          flex-wrap: wrap; } }
      #report .report-details__box .report-details__box__item:nth-of-type(even) {
        background: #f4f4f4; }
      @media screen and (max-width: 897px) {
        #report .report-details__box .report-details__box__item:nth-of-type(odd) {
          margin-bottom: 10px; } }
      #report .report-details__box .report-details__box__item .name {
        width: 50%;
        padding: 15px 0 0 0;
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem; }
        @media screen and (max-width: 897px) {
          #report .report-details__box .report-details__box__item .name {
            width: 100%; } }
        #report .report-details__box .report-details__box__item .name span:last-of-type {
          font-weight: 400; }
      #report .report-details__box .report-details__box__item .file {
        padding: 8px 0;
        width: 50%;
        display: flex;
        justify-content: space-between;
        text-align: center; }
        @media screen and (max-width: 897px) {
          #report .report-details__box .report-details__box__item .file {
            width: 100%; } }
        #report .report-details__box .report-details__box__item .file span {
          width: 25%;
          border-left: 1px solid #e7e7e7; }
          #report .report-details__box .report-details__box__item .file span a {
            display: block;
            padding: 7px 0; }
            #report .report-details__box .report-details__box__item .file span a:hover {
              opacity: 0.7; }
          @media screen and (max-width: 897px) {
            #report .report-details__box .report-details__box__item .file span:first-of-type {
              border-left: none; } }
    #report .report-details__box .business__btn {
      text-align: center;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 897px) {
        #report .report-details__box .business__btn {
          margin: 30px 0 30px 0; } }
      #report .report-details__box .business__btn a {
        font-weight: bold;
        background: url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 6%;
        border: 2px solid #ccc;
        border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
        border-image-slice: 1;
        padding: 2rem 8rem;
        transition: 0.5s; }
        #report .report-details__box .business__btn a:hover {
          background: #e4e4e4 url("../img/common/arw.png");
          background-repeat: no-repeat;
          background-position: center right 3%; }
    #report .report-details__box .report-details__box__caption {
      display: flex;
      text-align: center;
      background: #e4e4e4;
      padding: 8px 0;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem; }
      @media screen and (max-width: 897px) {
        #report .report-details__box .report-details__box__caption {
          display: none; } }
      #report .report-details__box .report-details__box__caption .name {
        padding: 7px 0;
        width: 51%; }
      #report .report-details__box .report-details__box__caption .file {
        padding: 7px 0;
        width: 49%;
        border-left: 1px solid #fff; }

/*============================================
#group
============================================*/
#group {
  padding: 120px 0;
  margin: -120px 0 0 0; }
  @media screen and (max-width: 897px) {
    #group {
      padding: 40px 0;
      margin: -40px 0 0 0; } }
  #group .group__wrap {
    background: #F9FBFA;
    padding: 120px 0 120px 0; }
    @media screen and (max-width: 897px) {
      #group .group__wrap {
        padding: 40px 0; } }
  #group .group__box {
    max-width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #group .group__box {
        margin: 0 20px; } }
    #group .group__box .group__box__headline {
      padding: 0 0 40px 0; }
      #group .group__box .group__box__headline h2 {
        font-family: tbudrgothic-std, sans-serif;
        font-size: 3.6rem;
        font-style: normal;
        letter-spacing: 2px;
        font-weight: 400;
        position: relative;
        line-height: 1.6; }
        @media screen and (max-width: 897px) {
          #group .group__box .group__box__headline h2 {
            font-size: 2.5rem;
            line-height: 1.4; } }
        #group .group__box .group__box__headline h2 span {
          display: block;
          font-size: 1.4rem;
          line-height: 1;
          font-family: "Times New Roman", Times, "serif";
          font-weight: 700;
          font-style: italic; }
        #group .group__box .group__box__headline h2 :before {
          position: absolute;
          top: 45%;
          left: -120px;
          width: 100px;
          height: 2px;
          content: '';
          background: linear-gradient(-90deg, #efa008, #4ec0af); }
          @media screen and (max-width: 897px) {
            #group .group__box .group__box__headline h2 :before {
              left: 0;
              top: 100px; } }
    #group .group__box .inbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 897px) {
        #group .group__box .inbox {
          display: block; } }
      #group .group__box .inbox .group__box__item {
        width: 40.5%;
        background: #fff;
        border-radius: 15px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 0 0 3% 0;
        padding: 4%; }
        @media screen and (max-width: 897px) {
          #group .group__box .inbox .group__box__item {
            width: 92%;
            margin: 0 0 5% 0; } }
        #group .group__box .inbox .group__box__item h3 {
          font-size: 2.5rem;
          position: relative;
          margin: 0 0 60px 0;
          font-family: tbudrgothic-std, sans-serif;
          font-weight: 700;
          font-style: normal;
          letter-spacing: 3px; }
          @media screen and (max-width: 897px) {
            #group .group__box .inbox .group__box__item h3 {
              font-size: 2.0rem;
              margin: 0 0 30px 0; } }
          #group .group__box .inbox .group__box__item h3::after {
            position: absolute;
            content: "";
            width: 100px;
            height: 2px;
            background-color: #efa008;
            left: 0;
            bottom: -20px;
            text-align: left; }
            @media screen and (max-width: 897px) {
              #group .group__box .inbox .group__box__item h3::after {
                bottom: -15px; } }
        #group .group__box .inbox .group__box__item h4 {
          padding: 15px 0; }
          #group .group__box .inbox .group__box__item h4:before {
            content: "■";
            color: #3AAF9D; }
        #group .group__box .inbox .group__box__item ul li {
          font-weight: bold;
          text-indent: -1.5rem;
          margin: 0 0 0 1.5rem; }
          #group .group__box .inbox .group__box__item ul li:not(:last-of-type) {
            margin-bottom: 10px; }
          #group .group__box .inbox .group__box__item ul li span {
            border-bottom: 1px solid #ccc; }
        #group .group__box .inbox .group__box__item:nth-child(2) h3::after {
          background-color: #4CBFB0; }
        #group .group__box .inbox .group__box__item:nth-child(3) {
          margin-bottom: 0; }
          @media screen and (max-width: 897px) {
            #group .group__box .inbox .group__box__item:nth-child(3) {
              margin-bottom: 5%; } }
          #group .group__box .inbox .group__box__item:nth-child(3) h3::after {
            background-color: #4CBFB0; }
        #group .group__box .inbox .group__box__item:nth-child(4) {
          margin-bottom: 0; }
        #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-wrap: wrap;
          border-bottom: 1px solid #ccc;
          padding: 0 0 30px 0;
          margin: 0 0 30px 0; }
          @media screen and (max-width: 897px) {
            #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item {
              padding: 0 0 15px 0;
              margin: 0 0 15px 0; } }
          #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item:last-of-type {
            border-bottom: none;
            margin: 0;
            padding: 0; }
          #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item h4 {
            font-size: 2.0rem;
            padding: 0 0 5px 0;
            margin: 0;
            width: 100%; }
          #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item .price {
            font-size: 3.2rem;
            font-family: tbudrgothic-std, sans-serif;
            font-weight: 700;
            font-style: normal;
            line-height: 1; }
            #group .group__box .inbox .group__box__item .hojogaku .hojogaku__item .price span {
              font-size: 1.6rem; }

/*============================================
#flow
============================================*/
#flow {
  padding: 0 0 120px 0;
  margin: 0; }
  @media screen and (max-width: 897px) {
    #flow {
      padding: 20px 0 40px 0;
      margin: 0; } }
  #flow .flow__box {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
    border: 2px dotted #3AAF9D;
    border-radius: 15px;
    padding: 0 60px 60px 60px; }
    @media screen and (max-width: 897px) {
      #flow .flow__box {
        margin: 0 20px;
        padding: 0 30px 30px 30px; } }
    #flow .flow__box h2 {
      font-size: 2.5rem;
      color: #fff;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      margin: -20px auto 60px auto; }
      @media screen and (max-width: 897px) {
        #flow .flow__box h2 {
          font-size: 2.0rem; } }
      #flow .flow__box h2 span {
        padding: 10px 60px;
        border-radius: 30px;
        background: #3AAF9D; }
    #flow .flow__box p {
      text-align: center; }
  #flow .business__btn {
    text-align: center;
    margin: 60px 0 0 0; }
    @media screen and (max-width: 897px) {
      #flow .business__btn {
        text-align: center;
        margin: 40px 0 25px 0; } }
    #flow .business__btn a {
      font-weight: bold;
      background: url("../img/common/arw.png");
      background-repeat: no-repeat;
      background-position: center right 6%;
      border: 2px solid #ccc;
      border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
      border-image-slice: 1;
      padding: 2rem 8rem;
      transition: 0.5s; }
      #flow .business__btn a:hover {
        background: #e4e4e4 url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 3%; }

/*============================================
#application
============================================*/
#application {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #application {
      padding: 40px 0; } }
  #application .application__headline {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      #application .application__headline {
        margin: 0 20px;
        padding: 0 0 30px 0; } }
    #application .application__headline h2 {
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5rem;
      position: relative;
      line-height: 1.6; }
      @media screen and (max-width: 897px) {
        #application .application__headline h2 {
          font-size: 2.0rem; } }
      #application .application__headline h2:before {
        position: absolute;
        bottom: -30px;
        left: calc(50% - 50px);
        width: 100px;
        height: 2px;
        content: '';
        background: linear-gradient(-90deg, #efa008, #4ec0af); }
    #application .application__headline p {
      padding: 60px 0 0 0; }
  #application .application__box__wrap {
    padding: 60px 0;
    margin: 0 0 60px 0;
    background: #F9FBFA; }
    @media screen and (max-width: 897px) {
      #application .application__box__wrap {
        padding: 30px 0;
        margin: 0 0 30px 0; } }
    #application .application__box__wrap:nth-child(even) {
      padding: 0 0 60px 0;
      margin: 0;
      background: #fff; }
    #application .application__box__wrap:last-of-type {
      margin: 0; }
  #application .application__box {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      #application .application__box {
        margin: 0 20px;
        padding: 0 0 30px 0; } }
    #application .application__box h3 {
      padding: 15px;
      margin: 0 0 15px 0;
      font-family: tbudrgothic-std, sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      letter-spacing: 2px;
      color: #fff;
      background: #4ec0af; }
      @media screen and (max-width: 897px) {
        #application .application__box h3 {
          font-size: 1.6rem; } }
      #application .application__box h3 span {
        float: right;
        font-size: 1.5rem;
        font-weight: 400; }
    #application .application__box p {
      font-weight: bold; }
    #application .application__box .application__list {
      margin: 15px 0 0 0; }
      @media screen and (max-width: 897px) {
        #application .application__box .application__list {
          margin: 0; } }
      #application .application__box .application__list .application__list__item a {
        display: flex;
        justify-content: flex-start;
        padding: 15px 0;
        border-bottom: 1px dotted #ccc; }
        @media screen and (max-width: 897px) {
          #application .application__box .application__list .application__list__item a {
            display: block; } }
        #application .application__box .application__list .application__list__item a span:first-of-type {
          width: 67%;
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.4rem;
          font-style: normal; }
          @media screen and (max-width: 897px) {
            #application .application__box .application__list .application__list__item a span:first-of-type {
              width: 100%; } }
        #application .application__box .application__list .application__list__item a span:nth-of-type(2) {
          color: #ccc;
          padding: 0 15px 0 0; }
          @media screen and (max-width: 897px) {
            #application .application__box .application__list .application__list__item a span:nth-of-type(2) {
              display: none; } }
        #application .application__box .application__list .application__list__item a span:last-of-type {
          width: 33%;
          display: block;
          font-size: 1.2rem;
          color: #666; }
          @media screen and (max-width: 897px) {
            #application .application__box .application__list .application__list__item a span:last-of-type {
              width: 100%; } }
        #application .application__box .application__list .application__list__item a span.single {
          width: 100%;
          font-size: 1.4rem;
          color: #222; }
        #application .application__box .application__list .application__list__item a:hover {
          background: #f4f4f4; }
    #application .application__box:last-of-type {
      padding: 0; }
  #application .application__box-02 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 897px) {
      #application .application__box-02 {
        margin: 0 20px;
        padding: 0 0 30px 0; } }
    #application .application__box-02 h3 {
      padding: 0 0 15px 0;
      margin: 0 0 15px 0;
      font-family: tbudrgothic-std, sans-serif;
      font-size: 1.8rem;
      font-style: normal;
      letter-spacing: 2px;
      color: #222;
      border-bottom: 3px solid #4ec0af; }
      @media screen and (max-width: 897px) {
        #application .application__box-02 h3 {
          font-size: 1.6rem; } }
      #application .application__box-02 h3 span {
        float: right;
        font-size: 1.5rem;
        font-weight: 400; }
    #application .application__box-02 p {
      font-weight: bold; }
    #application .application__box-02 .application__list {
      margin: 15px 0 0 0; }
      @media screen and (max-width: 897px) {
        #application .application__box-02 .application__list {
          margin: 0; } }
      #application .application__box-02 .application__list .application__list__item a {
        display: flex;
        justify-content: flex-start;
        padding: 15px 0;
        border-bottom: 1px dotted #ccc; }
        @media screen and (max-width: 897px) {
          #application .application__box-02 .application__list .application__list__item a {
            display: block; } }
        #application .application__box-02 .application__list .application__list__item a span:first-of-type {
          width: 74%;
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.4rem;
          font-style: normal; }
          @media screen and (max-width: 897px) {
            #application .application__box-02 .application__list .application__list__item a span:first-of-type {
              width: 100%;
              font-weight: 700; } }
        #application .application__box-02 .application__list .application__list__item a span:nth-of-type(2) {
          color: #ccc;
          padding: 0 15px 0 0; }
          @media screen and (max-width: 897px) {
            #application .application__box-02 .application__list .application__list__item a span:nth-of-type(2) {
              display: none; } }
        #application .application__box-02 .application__list .application__list__item a span:last-of-type {
          width: 26%;
          display: block;
          font-size: 1.4rem;
          color: #666;
          font-weight: bold;
          text-align: right; }
          @media screen and (max-width: 897px) {
            #application .application__box-02 .application__list .application__list__item a span:last-of-type {
              width: 96%;
              text-align: center;
              border: 1px solid #e7e7e7;
              font-size: 1.2rem;
              padding: 2%;
              margin: 2% 0 0 0; } }
          #application .application__box-02 .application__list .application__list__item a span:last-of-type img {
            vertical-align: middle;
            margin: 0 10px 0 0; }
        #application .application__box-02 .application__list .application__list__item a span.single {
          width: 100%;
          font-size: 1.4rem;
          color: #222; }
        #application .application__box-02 .application__list .application__list__item a:hover {
          background: #f4f4f4; }
    #application .application__box-02:last-of-type {
      padding: 0; }

/*============================================
#form
============================================*/
#form {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #form {
      padding: 40px 0; } }
  #form .contact__box {
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 897px) {
      #form .contact__box {
        margin: 0 20px; } }
  #form dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  #form dt {
    width: 20%;
    padding: 2%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    font-weight: bold; }
    @media screen and (max-width: 897px) {
      #form dt {
        width: 96%;
        border-bottom: none; } }
  #form dd {
    width: 72%;
    padding: 2%;
    background-color: #fff;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 897px) {
      #form dd {
        width: 96%;
        padding: 4% 2%;
        border-bottom: none; } }
  #form .haveto {
    background: #f19442;
    color: #fff;
    padding: 2px 4px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 5px 0 0; }
  #form .any {
    background: #999;
    color: #fff;
    padding: 2px 4px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0 5px 0 0; }
  #form input[type="submit"], #form input[type="button"] {
    display: inline-block;
    /* 角丸       */
    font-size: 14pt;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 9px 38px;
    /* 余白       */
    background: #999999;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    border: 2px solid #999999;
    /* 枠の指定 */
    margin: 20px; }

@media screen and (max-width: 559px) {
  dl {
    flex-flow: column; } }
#form input#confirm:disabled {
  background: #ccc;
  color: #e4e4e4;
  cursor: not-allowed; }

.thanks {
  margin: 60px 0 0 0; }

.contact__box h2 {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  position: relative;
  line-height: 1.6; }
  @media screen and (max-width: 897px) {
    .contact__box h2 {
      font-size: 2.0rem; } }
  .contact__box h2:before {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100px;
    height: 2px;
    content: '';
    background: linear-gradient(-90deg, #efa008, #4ec0af); }

/*============================================
#news
============================================*/
#news {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #news {
      padding: 40px 0; } }
  #news .news__box {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      #news .news__box {
        display: block;
        margin: 0 20px; } }
    #news .news__box .inbox {
      max-width: 660px; }
      @media screen and (max-width: 897px) {
        #news .news__box .inbox {
          width: 100%; } }
      #news .news__box .inbox .news__list .news__list__item {
        padding: 0 0 60px 0;
        margin: 0 0 60px 0;
        border-bottom: 1px dotted #e4e4e4; }
        #news .news__box .inbox .news__list .news__list__item p.headline {
          display: flex;
          justify-content: space-between;
          margin: 0 0 10px 0; }
          #news .news__box .inbox .news__list .news__list__item p.headline .date {
            color: #999; }
          #news .news__box .inbox .news__list .news__list__item p.headline .category {
            display: inline-block;
            width: 150px;
            border: 1px solid #ccc;
            text-align: center;
            font-size: 1.3rem; }
        #news .news__box .inbox .news__list .news__list__item p {
          margin: 0 0 15px 0; }
        #news .news__box .inbox .news__list .news__list__item h2 {
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.8rem;
          font-style: normal;
          font-weight: 700;
          margin: 0 0 20px 0; }
        #news .news__box .inbox .news__list .news__list__item:last-of-type {
          margin: 0;
          padding: 0;
          border: 0; }
        #news .news__box .inbox .news__list .news__list__item a {
          color: #222;
          text-decoration: none; }
          #news .news__box .inbox .news__list .news__list__item a:hover {
            text-decoration: none;
            color: #222; }
    #news .news__box aside {
      max-width: 240px; }
      @media screen and (max-width: 897px) {
        #news .news__box aside {
          width: 100%;
          max-width: 100%;
          padding: 30px 0 0 0; } }
      @media screen and (max-width: 897px) {
        #news .news__box aside ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      #news .news__box aside ul li {
        width: 240px; }
        @media screen and (max-width: 897px) {
          #news .news__box aside ul li {
            width: 100%; } }
        #news .news__box aside ul li a {
          display: block;
          text-align: center;
          border: 3px solid #e7e7e7;
          padding: 2rem 0;
          margin: 0 0 2rem 0;
          font-family: tbudrgothic-std, sans-serif;
          font-size: 1.6rem;
          font-style: normal;
          font-weight: 700;
          transition: 0.5s; }
          @media screen and (max-width: 897px) {
            #news .news__box aside ul li a {
              width: 100%;
              margin: 0 0 -3px 0; } }
          #news .news__box aside ul li a:hover {
            background: #f4f4f4; }
  #news .business__btn {
    text-align: left;
    margin: 40px 0 0 0; }
    @media screen and (max-width: 897px) {
      #news .business__btn {
        text-align: left;
        margin: 40px 0 25px 0; } }
    #news .business__btn a {
      font-weight: bold;
      background: url("../img/common/arw.png");
      background-repeat: no-repeat;
      background-position: center right 6%;
      border: 2px solid #ccc;
      border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
      border-image-slice: 1;
      padding: 2rem 8rem;
      transition: 0.5s; }
      #news .business__btn a:hover {
        background: #e4e4e4 url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 3%; }
  #news .business__btn.details {
    text-align: center;
    margin: 60px 0; }
    @media screen and (max-width: 897px) {
      #news .business__btn.details {
        text-align: left;
        margin: 40px 0 25px 0; } }
    #news .business__btn.details a {
      font-weight: bold;
      background: url("../img/common/arw.png");
      background-repeat: no-repeat;
      background-position: center right 6%;
      border: 2px solid #ccc;
      border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
      border-image-slice: 1;
      padding: 2rem 8rem;
      transition: 0.5s; }
      #news .business__btn.details a:hover {
        background: #e4e4e4 url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 3%; }

#view .ttl {
  font-size: 3.2rem !important;
  line-height: 1.4 !important;
  font-family: tbudrgothic-std, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 2px; }
  #view .ttl span {
    font-size: 2.0rem !important;
    line-height: 1.5 !important;
    padding: 0 0 10px 0 !important; }

/*============================================
#list
============================================*/
#list {
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    #list {
      padding: 40px 0;
      margin-bottom: -3%; } }
  #list .list__box {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media screen and (max-width: 897px) {
      #list .list__box {
        display: block;
        margin: 0 20px; } }
    #list .list__box .list__box__item {
      width: 48%;
      margin: 1%;
      font-family: tbudrgothic-std, sans-serif;
      font-size: 1.6rem;
      font-style: normal;
      letter-spacing: 2px; }
      @media screen and (max-width: 897px) {
        #list .list__box .list__box__item {
          width: 100%;
          margin: 0 0 3% 0;
          font-size: 1.4rem; } }
      #list .list__box .list__box__item a {
        display: block;
        background: url("../img/common/arw.png");
        background-repeat: no-repeat;
        background-position: center right 6%;
        padding: 30px;
        border: 2px solid #ccc;
        border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
        border-image-slice: 1;
        transition: 0.5s; }
        #list .list__box .list__box__item a:hover {
          background: #e4e4e4 url("../img/common/arw.png");
          background-repeat: no-repeat;
          background-position: center right 3%; }

/*============================================
#details
============================================*/
.details {
  padding: 0; }
  @media screen and (max-width: 897px) {
    .details {
      padding: 0; } }
  .details .inner {
    max-width: 960px;
    margin: auto; }
  .details__box {
    padding: 90px 0; }
    @media screen and (max-width: 897px) {
      .details__box {
        padding: 40px 20px; } }
    .details__box:nth-child(even) {
      border-top: 1px solid #FFF0D4;
      border-bottom: 1px solid #FFF0D4;
      background: #fffcf7; }
    .details__box .title {
      padding: 0 0 60px 0; }
      .details__box .title h2 {
        font-family: tbudrgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.2rem;
        letter-spacing: 2px;
        position: relative; }
        @media screen and (max-width: 897px) {
          .details__box .title h2 {
            font-size: 1.8rem; } }
        .details__box .title h2:before {
          position: absolute;
          bottom: -30px;
          left: 0;
          width: 100px;
          height: 2px;
          content: '';
          background: linear-gradient(-90deg, #efa008, #4ec0af); }
    .details__box .text h3 {
      border-bottom: 1px solid #eee;
      padding: 0 0 5px 0;
      margin: 15px 0 10px 0;
      font-size: 2.0rem;
      font-family: tbudrgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal; }
    .details__box .text p:not(:last-of-type) {
      padding: 0 0 20px 0; }
    .details__box .text p a:hover {
      opacity: 0.7; }
    .details__box .inbox {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 897px) {
        .details__box .inbox {
          display: block; } }
      .details__box .inbox .image {
        width: 48%; }
        @media screen and (max-width: 897px) {
          .details__box .inbox .image {
            width: 100%; } }
      .details__box .inbox .text {
        width: 48%; }
        @media screen and (max-width: 897px) {
          .details__box .inbox .text {
            width: 100%;
            margin: 20px 0 0 0; } }
    .details__box .inbox {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 897px) {
        .details__box .inbox {
          display: block; } }
      .details__box .inbox .frame {
        width: 56%; }
        @media screen and (max-width: 897px) {
          .details__box .inbox .frame {
            width: 100%; } }
        .details__box .inbox .frame .youtube {
          width: 100%;
          aspect-ratio: 16 / 9; }
        .details__box .inbox .frame .youtube iframe {
          width: 100%;
          height: 100%; }
      .details__box .inbox .text2 {
        width: 40%; }
        @media screen and (max-width: 897px) {
          .details__box .inbox .text2 {
            width: 100%;
            margin: 20px 0 0 0; } }
    .details__box .btn {
      margin: 20px 0 0 0; }
    .details__box .btn a {
      display: inline-block;
      padding: 12px 24px;
      background-color: #FFB20C;
      /* ボタンの背景色 */
      color: #fff;
      /* 文字色 */
      text-decoration: none;
      /* 下線を消す */
      border-radius: 6px;
      /* 角丸 */
      font-weight: bold; }
    .details__box .btn a:hover {
      background-color: #DB9C00;
      /* ホバー時の色 */ }
    .details__box .btn a:active {
      background-color: #DB9C00;
      /* 押下時の色 */ }
    .details__box .date {
      text-align: right;
      display: block;
      font-size: 1.5rem;
      color: #666; }

#contact .contact__box .mail .contact__btn a {
  display: block;
  box-sizing: border-box;
  padding: 2rem 0;
  text-align: center; }

.movie-contact {
  background: #f4f4f4;
  padding: 60px 0; }
  .movie-contact .inner {
    max-width: 960px;
    margin: auto; }
  .movie-contact__box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px; }
    .movie-contact__box .headline {
      border-bottom: 1px solid #eee;
      padding: 0 0 15px 0;
      margin: 0 0 20px 0; }
      .movie-contact__box .headline p {
        text-align: center; }
    .movie-contact__box .form {
      text-align: center;
      padding: 15px;
      max-width: 720px;
      margin: auto; }
      .movie-contact__box .form dl div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0 15px 0; }
        @media screen and (max-width: 897px) {
          .movie-contact__box .form dl div {
            display: block; } }
        .movie-contact__box .form dl div dt {
          width: 28%;
          padding: 5px 0 0 0;
          text-align: left;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-weight: 700; }
          @media screen and (max-width: 897px) {
            .movie-contact__box .form dl div dt {
              width: 100%;
              margin: 0 0 5px 0; } }
          .movie-contact__box .form dl div dt .haveto {
            display: inline-block;
            font-size: 1.3rem;
            background: #DC0003;
            color: #fff;
            border-radius: 3px;
            margin: 0 5px 0 0;
            padding: 0 5px; }
          .movie-contact__box .form dl div dt .any {
            background: #999;
            color: #fff;
            padding: 2px 4px;
            font-size: 1.3rem;
            display: inline-block;
            margin: 0 5px 0 0; }
        .movie-contact__box .form dl div dd {
          width: 72%;
          text-align: left; }
          @media screen and (max-width: 897px) {
            .movie-contact__box .form dl div dd {
              width: 100%; } }
          .movie-contact__box .form dl div dd .wpcf7c-elm-step1 {
            font-size: 1.4rem; }
          .movie-contact__box .form dl div dd input {
            width: 100%;
            padding: 8px;
            border: 1px solid #eee;
            background: #EBFDFF; }
          .movie-contact__box .form dl div dd textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #eee;
            background: #EBFDFF; }
      .movie-contact__box .form .btn {
        margin: 15px 0 0 0;
        /* 通常状態 */
        /* ホバー時 */
        /* フォーカス時（キーボード操作用） */
        /* 無効化状態 */ }
        .movie-contact__box .form .btn #submit.wpcf7-submit {
          display: inline-block;
          background-color: #FFB20C;
          /* メインカラー */
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          padding: 12px 32px;
          border: none;
          border-radius: 6px;
          cursor: pointer;
          transition: background-color 0.3s ease, opacity 0.3s ease; }
        .movie-contact__box .form .btn #submit.wpcf7-submit:hover:not(:disabled) {
          background-color: #DB9C00;
          /* 濃いめのカラー */ }
        .movie-contact__box .form .btn #submit.wpcf7-submit:focus {
          outline: 2px solid #DB9C00;
          outline-offset: 2px; }
        .movie-contact__box .form .btn #submit.wpcf7-submit:disabled {
          background-color: #ccc;
          color: #666;
          cursor: not-allowed;
          opacity: 0.6; }

.news {
  max-width: 1140px;
  margin: auto;
  padding: 120px 0; }
  @media screen and (max-width: 897px) {
    .news {
      padding: 40px 20px; } }
  .news__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 897px) {
      .news__box {
        display: block; } }
    .news__box .contents {
      width: 100%; }
      @media screen and (max-width: 897px) {
        .news__box .contents {
          width: 100%; } }
      .news__box .contents .title {
        margin: 0 0 60px 0; }
        .news__box .contents .title .date {
          text-align: right;
          display: block;
          font-size: 1.5rem;
          color: #666; }
        .news__box .contents .title h2 {
          font-family: tbudrgothic-std, sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2.2rem;
          letter-spacing: 2px;
          position: relative; }
          .news__box .contents .title h2:before {
            position: absolute;
            bottom: -30px;
            left: 0;
            width: 100px;
            height: 2px;
            content: '';
            background: linear-gradient(-90deg, #efa008, #4ec0af); }
      .news__box .contents .text h3 {
        border-bottom: 1px solid #eee;
        padding: 0 0 5px 0;
        margin: 0 0 10px 0; }
      .news__box .contents .text p {
        margin: 0 0 15px 0; }
    .news__box aside {
      width: 25%; }
      @media screen and (max-width: 897px) {
        .news__box aside {
          width: 100%;
          margin: 20px 0 0 0; } }
      .news__box aside a {
        display: block;
        text-align: center;
        border: 2px solid #e7e7e7;
        padding: 1rem 0;
        margin: 0 0 1.5rem 0;
        font-family: tbudrgothic-std, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        transition: 0.5s; }
        .news__box aside a:hover {
          opacity: 0.7; }
  .news .business__btn.details {
    text-align: center;
    margin: 60px 0; }
  .news .business__btn.details a {
    font-weight: bold;
    background: url("../img/common/arw.png");
    background-repeat: no-repeat;
    background-position: center right 6%;
    border: 2px solid #ccc;
    border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
    border-image-slice: 1;
    padding: 2rem 8rem;
    transition: 0.5s; }
  .news .business__btn.details a:hover {
    background: #e4e4e4 url("../img/common/arw.png");
    background-repeat: no-repeat;
    background-position: center right 3%; }

.news__list__item {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #e4e4e4; }
  @media screen and (max-width: 897px) {
    .news__list__item {
      padding: 0 0 20px 0;
      margin: 0 0 20px 0; } }

.news__list__item p.headline {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0; }

.news__list__item p.headline .date {
  color: #999; }

.news__list__item p.headline .category {
  display: inline-block;
  width: 150px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.3rem; }

.news__list__item p {
  margin: 0 0 15px 0; }

.news__list__item h2 {
  font-family: tbudrgothic-std, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px 0; }

.news__list__item:last-of-type {
  margin: 0;
  padding: 0;
  border: 0; }

.news__list__item a {
  color: #222;
  text-decoration: none; }

.news__list__item a:hover {
  text-decoration: none;
  color: #222; }

.business__btn {
  text-align: left;
  margin: 40px 0 0 0; }

@media screen and (max-width: 897px) {
  .business__btn {
    text-align: left;
    margin: 40px 0 25px 0; } }
.business__btn a {
  font-weight: bold;
  background: url("../img/common/arw.png");
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #efa008 0%, #4ec0af 100%);
  border-image-slice: 1;
  padding: 2rem 8rem;
  transition: 0.5s; }

.business__btn a:hover {
  background: #e4e4e4 url("../img/common/arw.png");
  background-repeat: no-repeat;
  background-position: center right 3%; }

.business__btn.details {
  text-align: center;
  margin: 60px 0; }

@media screen and (max-width: 897px) {
  .business__btn.details {
    text-align: left;
    margin: 40px 0 25px 0; } }
.business__btn.details a {
  font-weight: bold;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  padding: 2rem 8rem;
  transition: 0.5s; }

.business__btn.details a:hover {
  background: #e4e4e4 url("../img/common/arw.png");
  background-repeat: no-repeat;
  background-position: center right 3%; }

.wp-pagenavi {
  margin: auto;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #4DD0D5;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #4DD0D5; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #4DD0D5; }

.wp-pagenavi span.current {
  color: #fff;
  background-color: #4DD0D5; }

.details__box2:not(:last-of-type) {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #e4e4e4; }
  @media screen and (max-width: 897px) {
    .details__box2:not(:last-of-type) {
      padding: 0 0 20px 0;
      margin: 0 0 20px 0; } }

.support__headline {
  max-width: 960px;
  margin: 60px auto auto auto; }

.pdf__box .text p {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0 15px 0; }
.pdf__box .text ul li {
  border-bottom: 1px dotted #ccc; }
  .pdf__box .text ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px; }
    .pdf__box .text ul li a:hover {
      background: #f7f7f7; }
    .pdf__box .text ul li a span:last-of-type {
      background: url(../file/guideline/icon-pdf.jpg);
      background-position: center left;
      background-repeat: no-repeat;
      font-size: 1.4rem;
      padding: 0 0 0 50px; }

.breadcrumbs {
  text-align: right;
  font-size: 1.2rem;
  padding: 15px; }

/*============================================
  ADD SCSS 2025.06.30
============================================*/
#list .list__box .list__box__item a {
  display: block;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  padding: 30px;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  transition: 0.5s; }

.business__btn a {
  font-weight: bold;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  padding: 2rem 8rem;
  transition: 0.5s; }

.news .business__btn.details a {
  font-weight: bold;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  padding: 2rem 8rem;
  transition: 0.5s; }

.details__box .title h2:before {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 2px;
  content: '';
  background: linear-gradient(-90deg, #4e9ac0, #7ad6de); }

.news__box .contents .title h2:before {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100px;
  height: 2px;
  content: '';
  background: linear-gradient(-90deg, #4e9ac0, #7ad6de); }

.details__box:nth-child(even) {
  border-top: 1px solid #d0ebeb;
  border-bottom: 1px solid #d0ebeb;
  background: #f8fbfb; }

#report .report__box .report__box__item a {
  display: block;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  padding: 30px;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  transition: 0.5s; }

#report .report-details__box__headline h2:before {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 50px);
  width: 100px;
  height: 2px;
  content: '';
  background: linear-gradient(-90deg, #4e9ac0, #7ad6de); }

#report .report-details__box .business__btn a {
  font-weight: bold;
  background: url(../img/common/arw.png);
  background-repeat: no-repeat;
  background-position: center right 6%;
  border: 2px solid #ccc;
  border-image: linear-gradient(to right, #7ad6de 0%, #4e9ac0 100%);
  border-image-slice: 1;
  padding: 2rem 8rem;
  transition: 0.5s; }

.post-password-form {
  max-width: 640px;
  margin: 2rem auto;
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: center;
  background-color: #f9f9f9; }

.post-password-form p {
  margin-bottom: 1rem;
  text-align: left; }

.post-password-form input[type="password"] {
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-top: 0.5rem; }

.post-password-form input[type="submit"] {
  margin-top: 1rem;
  padding: 0.5rem 1rem; }

.pdf-btn {
  display: inline-block;
  padding: 0.6em 1.2em;
  margin: 15px 0 0 0;
  background-color: #FFBE00;
  color: #000 !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  font-weight: bold; }

.pdf-btn:hover {
  opacity: 0.7; }

.details p a {
  color: #0200D3; }

/*============================================
  ADD SCSS 2025.07.11
============================================*/
#view .view__box {
  background: linear-gradient(269deg, rgba(124, 199, 238, 0.7) 24%, rgba(126, 201, 240, 0.7) 40%, rgba(115, 190, 229, 0.7) 57%, rgba(126, 201, 240, 0.7) 79%), url(../img/common/view__box-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/*============================================
  ADD SCSS 2025.07.29
============================================*/
.responsive-dl {
  margin: 20px 0;
  border: 1px solid #ccc;
  border-bottom: none; }

.responsive-dl div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc; }

.responsive-dl div dt {
  font-weight: bold;
  width: 55%;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #ccc; }

.responsive-dl div dd {
  width: 45%;
  padding: 10px;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .responsive-dl div {
    display: block; }

  .responsive-dl div dt {
    font-size: 1.5rem;
    width: 100%;
    border-right: none;
    padding: 5px;
    border-bottom: 1px dotted #e4e4e4; }

  .responsive-dl div dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 5px; } }
