@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Light';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Solid';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
/*==================================================================================================
	共通
==================================================================================================*/
a {
  text-decoration: none;
  color: #232323; }
  a img:hover {
    opacity: 0.7; }
  @media screen and (min-width: 559px) {
    a[href^="tel:"] {
      pointer-events: none;
      display: inline-block; } }

.headerArea {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 1023px) {
    .headerArea {
      height: 75px; } }
  @media screen and (max-width: 920px) {
    .headerArea {
      padding: 20px; } }
  .headerArea .headerLeft {
    display: flex;
	padding-left: 20px;
    align-items: center; }
    @media screen and (max-width: 920px) {
      .headerArea .headerLeft {
        margin: 0 auto; } }
    .headerArea .headerLeft h1 {
      padding-left: 50px;
      vertical-align: middle; }
    .headerArea .headerLeft .logo {
      padding-left: 50px;
      vertical-align: middle; }
      @media screen and (max-width: 1380px) {
        .headerArea .headerLeft h1 {
          padding-left: 20px; }
        .headerArea .headerLeft .logo {
          padding-left: 20px; }
}
      @media screen and (max-width: 920px) {
        .headerArea .headerLeft h1 {
          padding-left: 0; }
        .headerArea .headerLeft .logo {
          padding-left: 0; }
}
      .headerArea .headerLeft h1 img {
        max-width: 220px; }
      .headerArea .headerLeft .logo img {
        max-width: 220px; }
        @media screen and (max-width: 1380px) {
          .headerArea .headerLeft h1 img {
            max-width: 190px; }
          .headerArea .headerLeft .logo img {
            max-width: 190px; }
}
        @media screen and (max-width: 1280px) {
          .headerArea .headerLeft h1 img {
            max-width: 170px; }
          .headerArea .headerLeft .logo img {
            max-width: 170px; }}
        @media screen and (max-width: 1200px) {
          .headerArea .headerLeft h1 img {
            max-width: 150px;
            margin-right: 10px; }
          .headerArea .headerLeft .logo img {
            max-width: 150px;
            margin-right: 10px; }
}
        @media screen and (max-width: 1170px) {
          .headerArea .headerLeft h1 img {
            max-width: 130px; }
          .headerArea .headerLeft .logo img {
            max-width: 130px; }
}
  .headerArea .headerRight {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .headerArea .headerRight nav {
      margin-right: 15px; }
      @media screen and (max-width: 1380px) {
        .headerArea .headerRight nav {
          margin-right: 0; } }
      @media screen and (max-width: 920px) {
        .headerArea .headerRight nav {
          position: fixed;
          top: 0;
          right: -300px;
          width: 300px;
          height: 100%;
          padding-top: 50px;
          margin-right: 0;
          background: #016381;
          box-sizing: border-box;
          z-index: 2; } }
      .headerArea .headerRight nav li {
        font-size: 1.8rem;
        display: inline-block;
        letter-spacing: 0;
        vertical-align: bottom;
        font-weight: bold;
        margin-right: 15px; }
        @media screen and (max-width: 1430px) {
          .headerArea .headerRight nav li {
            font-size: 1.6rem; } }
        @media screen and (max-width: 1170px) {
          .headerArea .headerRight nav li {
            font-size: 1.4rem; } }
        @media screen and (max-width: 920px) {
          .headerArea .headerRight nav li {
            display: block;
            padding: 20px 28px; } }
        @media screen and (max-width: 480px) {
          .headerArea .headerRight nav li {
            font-size: 1.4rem; } }
        .headerArea .headerRight nav li a:hover {
          color: #faaf3b; }
        @media screen and (max-width: 920px) {
          .headerArea .headerRight nav li a {
            color: #fff; } }
    @media screen and (max-width: 920px) {
      .headerArea .headerRight .btnGnavi {
        position: absolute;
        top: 25px;
        right: 30px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms; }
        .headerArea .headerRight .btnGnavi span {
          position: absolute;
          width: 30px;
          height: 4px;
          background: #faaf3b;
          border-radius: 10px;
          -webkit-transition: all 400ms;
          transition: all 400ms; }
          .headerArea .headerRight .btnGnavi span:nth-child(1) {
            top: 0; }
          .headerArea .headerRight .btnGnavi span:nth-child(2) {
            top: 10px; }
          .headerArea .headerRight .btnGnavi span:nth-child(3) {
            top: 20px; }
        .headerArea .headerRight .btnGnavi.open {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
          .headerArea .headerRight .btnGnavi.open span {
            background: #fff; } }

/*-------↓ここから下追加↓-------*/

#headc {
    box-sizing: border-box;
    background-color: #007f93;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#headc li{
    /*追加*/display: flex;
    color: #ffffff;
    box-sizing: border-box;
    /*削除text-align: center;*/
    margin: 0;
}
#headc .li_contact_a1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    border-left: 1px solid #ffffff;
}
#headc .li_contact_a2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    padding: 10px;
    border-left: 1px solid #ffffff;
}
#headc .li_contact_a1:hover {
    background-color: #2a4467;
}
#headc .li_contact_a2:hover {
    background-color: #2a4467;
}
      @media screen and (max-width: 1170px) {
          #headc .li_contact_a1 {
          font-size: 1.2rem;
          line-height: 1.2;
          padding-top: 5px;
          padding-left: 7px;
          padding-right: 7px;
          padding-bottom: 5px; }
          #headc .li_contact_a2 {
          font-size: 1.2rem;
          line-height: 1.2;
          padding: 5px; }}

#headcPhone {
    border-left: 1px solid #ffffff;
}
#headcPhone a {
    display: block;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    padding-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ffffff; }
      @media screen and (max-width: 1380px) {
          #headcPhone a {
          font-size: 1.4rem;
          line-height: 1.3; } }
      @media screen and (max-width: 1170px) {
          #headcPhone a {
          padding-top: 5px;
          padding-left: 8px;
          padding-right: 5px;
          padding-bottom: 0px;
          letter-spacing: 0;
          font-size: 1.4rem;
          line-height: 1.3; } }

#headcPhone span {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 1.2rem;
    line-height:1.2;
    letter-spacing: 0;
    font-weight: normal; }
      @media screen and (max-width: 1380px) {
          #headcPhone span {
          font-size: 1.2rem;
          line-height: 1.2; } }
      @media screen and (max-width: 1170px) {
          #headcPhone span {
          padding-top: 0px;
          padding-left: 5px;
          padding-right: 5px;
          padding-bottom: 5px;
          font-size: 1.0rem;
          line-height: 1.2; } }

.sp_br {
  display: none; 
}

#headc_1023 {
    display: none;
}
    
@media screen and (max-width: 1023px) {
#headc {
display: none;
}
#headc_1023 {
    width: 100%;
    box-sizing: border-box;
    background-color: #007f93;
    display: flex;
    height: 50px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border-top: 1px solid #ffffff;
}
.headc_li1_1023 {
    width: 30%;
    display: flex;
    color: #ffffff;
    margin: 0;
}
.headc_li2_1023 {
    width: 30%;
    display: flex;
    color: #ffffff;
    margin: 0;
}
.headc_li3_1023 {
    width: 40%;
    display: flex;
    color: #ffffff;
    margin: 0;
}
.li_contact_a1_1023 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px;
}
.li_contact_a2_1023 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 10px;
    border-left: 1px solid #ffffff;
}
a.li_contact_a3_1023 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-indent: 0.5em;
    width: 100%;
    font-size: 1.6rem;
    line-height: 0;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 10px;
    border-left: 1px solid #ffffff;
}
#headc_1023 .li_contact_a1_1023:hover {
    background-color: #2a4467;
}
#headc_1023 .li_contact_a2_1023:hover {
    background-color: #2a4467;
}
#headc_1023 .li_contact_a3_1023:hover {
    background-color: #2a4467;
}}

@media screen and (max-width: 458px) {
a.li_contact_a3_1023 {
    font-size: 1.3rem;
    text-indent: 0.5em;
    letter-spacing: 1px;
}
.sp_br {
  display: block;
}}

/*-------↑ここから上追加↑-------*/


    .headerArea .headerRight .headerPhone {
      /*padding: 15px 20px 20px;*/
	  padding: 10px 10px 10px;
      background: #007f93;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      border-left: 1px #fff solid; }
      @media screen and (max-width: 1380px) {
        .headerArea .headerRight .headerPhone {
          font-size: 1.6rem;
          padding: 10px; } }
      @media screen and (max-width: 1170px) {
        .headerArea .headerRight .headerPhone {
          font-size: 1.3rem; } }
      @media screen and (max-width: 1023px) {
        .headerArea .headerRight .headerPhone {
          font-size: 1.2rem;
          width: 34%;
          height: 50px;
          position: fixed;
          bottom: 0;
          left: 0;
          padding: 0;
          z-index: 1000;
          font-size: 1.6rem;
          border-top: 1px #fff solid; } }
      @media screen and (max-width: 480px) {
        .headerArea .headerRight .headerPhone {
          font-size: 1.4rem;
          letter-spacing: 0.05em; } }
      .headerArea .headerRight .headerPhone a {
        color: #fff;
        display: block; }
        @media screen and (max-width: 1023px) {
          .headerArea .headerRight .headerPhone a {
            padding: 10px; } }
      .headerArea .headerRight .headerPhone__number {
        display: block;
        line-height: 1.3; }
      .headerArea .headerRight .headerPhone__hour {
        display: block;
        font-size: 1.5rem;
        line-height:1.2;
        font-weight: normal;
        letter-spacing: 0; }
        @media screen and (max-width: 1170px) {
          .headerArea .headerRight .headerPhone__hour {
            font-size: 1.2rem; } }
        @media screen and (max-width: 1023px) {
          .headerArea .headerRight .headerPhone__hour {
            display: none; } }

    .headerArea .headerRight .headerContact {
      background: #007f93;
      color: #fff;
      text-align: center;
      font-size: 3rem;
      height: 100%; 
      border-left: 1px #fff solid; }
      @media screen and (max-width: 1380px) {
        .headerArea .headerRight .headerContact {
          font-size: 2rem; } }
      @media screen and (max-width: 1170px) {
        .headerArea .headerRight .headerContact {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1023px) {
        .headerArea .headerRight .headerContact {
          background: #40BDD0;  
          width: 63.6%;
          height: 50px;
          position: fixed;
          text-align: center;  
          bottom: 0;
          z-index: 1000;
          font-size: 2.4rem;
          border-top: 1px #fff solid; } }
      .headerArea .headerRight .headerContact a {
        display: flex;
        align-items: center;
        height: 100%;
        width: 80px;
        color: #fff; }
        @media screen and (max-width: 1380px) {
          .headerArea .headerRight .headerContact a {
            width: 70px; } }
        @media screen and (max-width: 1170px) {
          .headerArea .headerRight .headerContact a {
            width: 50px; } }
        @media screen and (max-width: 1023px) {
          .headerArea .headerRight .headerContact a {
            width: 100%;
            padding: 10px;
            margin: 0 auto; } }
        .headerArea .headerRight .headerContact a i {
          margin: auto; }
      .headerArea .headerRight .headerContact :hover {
        background: #2a4467; }

    .headerArea .headerRight .headerEstimation {
      background: #025461;
      color: #fff;
      font-size: 3rem;
      text-align: center;
      height: 100%; 
      border-left: 1px #fff solid; }
      @media screen and (max-width: 1380px) {
        .headerArea .headerRight .headerEstimation {
          font-size: 2rem; } }
      @media screen and (max-width: 1170px) {
        .headerArea .headerRight .headerEstimation {
          font-size: 1.6rem; } }
      @media screen and (max-width: 1023px) {
        .headerArea .headerRight .headerEstimation {
          width: 33%;
          height: 50px;
          position: fixed;
          bottom: 0;
          right: 0;
          z-index: 1000;
          font-size: 2.4rem;
          border-top: 1px #fff solid; } }
      .headerArea .headerRight .headerEstimation a {
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
        align-items: center;
        height: 100%;
        width: 100px;
        color: #fff; }
        @media screen and (max-width: 1380px) {
          .headerArea .headerRight .headerEstimation a {
            width: 70px; } }
        @media screen and (max-width: 1170px) {
          .headerArea .headerRight .headerEstimation a {
            width: 50px; } }
        @media screen and (max-width: 1023px) {
          .headerArea .headerRight .headerEstimation a {
            width: 100%;
            padding: 10px;
            margin: 0 auto; } }
        .headerArea .headerRight .headerEstimation a i {
          margin: auto; }
      .headerArea .headerRight .headerEstimation :hover {
        background: #2a4467; }

.footerContact {
  background: url("../img/common/bg-footercontact.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 560px) {
    .footerContact {
      padding: 50px 20px; } }
  .footerContact a {
    color: #fff; }
  .footerContact h2,h3,h4 {
    font-size: 3rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 860px) {
      .footerContact h2,h3,h4 {
        font-size: 2.4rem;
        margin-bottom: 10px;
        letter-spacing: 0.05em; } }
    @media screen and (max-width: 480px) {
      .footerContact h2,h3,h4 {
        font-size: 1.4rem; } }
  .footerContact__text {
    font-size: 2rem;
    margin-bottom: 20px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .footerContact__text {
        font-size: 1.8rem;
        margin-bottom: 5px; } }
    @media screen and (max-width: 480px) {
      .footerContact__text {
        font-size: 1.3rem;
        letter-spacing: 0.05em; } }
  .footerContact__company {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .footerContact__company {
        font-size: 1.8rem;
        margin-bottom: 5px; } }
    @media screen and (max-width: 480px) {
      .footerContact__company {
        font-size: 1.3rem;
        letter-spacing: 0.05em; } }
  .footerContact__phone {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .footerContact__phone {
        font-size: 3rem; } }
    @media screen and (max-width: 480px) {
      .footerContact__phone {
        font-size: 2rem; } }
    .footerContact__phone .number {
      font-size: 5rem; }
      @media screen and (max-width: 860px) {
        .footerContact__phone .number {
          font-size: 4rem; } }
      @media screen and (max-width: 480px) {
        .footerContact__phone .number {
          font-size: 2.2rem; } }
  @media screen and (max-width: 480px) {
    .footerContact__hour {
      letter-spacing: 0.05em; } }
  .footerContact .contactButton {
    width: 340px;
    display: inline-block;
    background: #00a89c;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    text-shadow: none;
    border-radius: 30px;
    letter-spacing: 0; }
    @media screen and (max-width: 860px) {
      .footerContact .contactButton {
        width: 45%;
        font-size: 1.8rem; } }
    @media screen and (max-width: 480px) {
      .footerContact .contactButton {
        font-size: 1.3rem; } }
 /*   .footerContact .contactButton:before {
      content: "\f0e0";
      font-family: 'Font Awesome 5 Solid';
      font-weight: 900;
      margin-right: 10px; }
*/
    .footerContact .contactButton:hover {
      background: #faaf3b; }

.bannerArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 100px 0; }
  @media screen and (max-width: 480px) {
    .bannerArea {
      padding: 50px 0; } }
  .bannerArea__item {
    max-width: 400px;
    width: 30%;
    margin: 0 23px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1300px) {
      .bannerArea__item {
        margin: 0 15px 20px; } }
    @media screen and (max-width: 720px) {
      .bannerArea__item {
        width: 90%; } }
    .bannerArea__item img {
      width: 100%; }

.footerArea {
  background: #007f93;
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 1300px) {
    .footerArea {
      padding: 80px 20px; } }
  @media screen and (max-width: 480px) {
    .footerArea {
      padding: 50px 0 70px 0; } }
  .footerArea .pageTop {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #8f97ac;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; }
    @media screen and (max-width: 860px) {
      .footerArea .pageTop {
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 480px) {
      .footerArea .pageTop {
        width: 60px;
        height: 60px; } }
    .footerArea .pageTop a {
      display: block;
      color: #fff;
      font-size: 4rem;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 860px) {
        .footerArea .pageTop a {
          font-size: 3.6rem;
          width: 70px;
          height: 70px; } }
      @media screen and (max-width: 480px) {
        .footerArea .pageTop a {
          font-size: 3rem;
          width: 60px;
          height: 60px; } }
    .footerArea .pageTop:hover {
      background: #64759b; }
  .footerArea__inner {
    max-width: 1300px;
    margin: 0 auto; }
    .footerArea__inner .footerLogo {
      text-align: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 480px) {
        .footerArea__inner .footerLogo {
          margin-bottom: 30px; } }
    .footerArea__inner .footerNavi {
      text-align: center;
      border-bottom: 1px #96bcc6 solid;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      .footerArea__inner .footerNavi li {
        display: inline-block;
        letter-spacing: 0;
        margin-right: 50px; }
        @media screen and (max-width: 1160px) {
          .footerArea__inner .footerNavi li {
            width: 23%;
            margin-right: 0;
            margin-bottom: 10px; } }
        @media screen and (max-width: 480px) {
          .footerArea__inner .footerNavi li {
            width: 48%;
            margin-right: 0;
            margin-bottom: 10px; } }
        .footerArea__inner .footerNavi li:last-child {
          margin-right: 0; }
        .footerArea__inner .footerNavi li a {
          color: #fff; }
          .footerArea__inner .footerNavi li a:hover {
            color: #faaf3b; }
    .footerArea__inner .footerSubmenu {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      font-size: 1.2rem;
      letter-spacing: 0; }
      .footerArea__inner .footerSubmenu .subMenu li {
        display: inline-block;
        margin-right: 25px; }
        .footerArea__inner .footerSubmenu .subMenu li a {
          color: #96bcc6; }
          .footerArea__inner .footerSubmenu .subMenu li a:hover {
            color: #faaf3b; }
      @media screen and (max-width: 480px) {
        .footerArea__inner .footerSubmenu .subMenu {
          width: 100%;
          text-align: center;
          margin-bottom: 10px; } }
      .footerArea__inner .footerSubmenu .copyright {
        color: #96bcc6; }
        @media screen and (max-width: 480px) {
          .footerArea__inner .footerSubmenu .copyright {
            width: 100%;
            text-align: center; } }

.blueButton a {
	font-family: 'Alata', sans-serif;
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 20px;
	max-width: 304px;
	height: 48px;
	color: #fff; 
	text-decoration: none;
}

.blueButton a {
	background-color: #6ba5d0;
}

.blueButton a:hover {
	background-color: #5B8CB1;
}

.blueButton2 a {
	font-family: 'Alata', sans-serif;
	display: block;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 20px;
	max-width: 455px;
	height: 48px;
	color: #fff; 
	text-decoration: none;
}

.blueButton2 a {
	background-color: #6ba5d0;
}

.blueButton2 a:hover {
	background-color: #5B8CB1;
}

.orangeButton2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 31%;
	height: 48px;
	text-align: center;
}
.orangeButton2 a {
	font-family: 'Alata', sans-serif;
	display: block;
	justify-content: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 20px;
	height: 48px;
	color: #fff; 
	text-decoration: none;
}

.orangeButton2 a {
	background-color: #faaf3b;
}

.orangeButton2 a:hover {
	background-color: #ef8f11;
}
@media screen and (max-width: 860px) {
	.orangeButton2 {
	width: 60%;
}
}
@media screen and (max-width: 560px) {
	.orangeButton2 {
	width: 60%;
}
}

.orangeButton {
  font-family: 'Alata', sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 50px auto 0 auto;
  width: 290px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .orangeButton {
      width: 90%;
      margin: 20px auto 0 auto; } }
  .orangeButton:before {
    transform: skewX(-30deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #faaf3b;
    transition: all 1s ease; }
  .orangeButton:hover:before {
    background: #ef8f11;
    transition: all  0.5s ease; }


/*==================================================================================================
	トップページ
==================================================================================================*/
#toppage #mainImage {
  /*height: calc(100vh - 103px);*/
　height: calc(100vh - 40px);
  overflow: hidden;
  position: relative; }
  #toppage #mainImage video {
    position: absolute;
    z-index: -1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  /*  @media screen and (max-width: 700px) {
      #toppage #mainImage video {
        width: 100% !important;
        height: auto !important; } }
  @media screen and (max-width: 700px) {
    #toppage #mainImage {
      height: 200px; } }*/
/*
@media screen and (min-width: 480px) {
      #toppage #mainImage video {
        width: 100% !important;
        height: auto !important; } }
  @media screen and (min-width: 480px) {
    #toppage #mainImage {
      height: 200px; } }
*/
#toppage .orangeButton {
  font-family: 'Alata', sans-serif;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 50px auto 0 auto;
  width: 290px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff; }
  @media screen and (max-width: 480px) {
    #toppage .orangeButton {
      width: 90%;
      margin: 20px auto 0 auto; } }
  #toppage .orangeButton:before {
    transform: skewX(-30deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #faaf3b;
    transition: all 1s ease; }
  #toppage .orangeButton:hover:before {
    background: #ef8f11;
    transition: all  0.5s ease; }
#toppage h2.contentTtl {
  font-family: 'Alata', sans-serif;
  font-size: 3.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 860px) {
    #toppage h2.contentTtl {
      font-size: 2.8rem; } }
  @media screen and (max-width: 480px) {
    #toppage h2.contentTtl {
      font-size: 2.2rem; } }
#toppage .translation {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 20px; }
  @media screen and (max-width: 860px) {
    #toppage .translation {
      font-size: 1.2rem; } }
  #toppage .translation:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: black; }
  #toppage .translation:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: black; }
#toppage .intro {
  width: 924px;
  /*height: 463px;*/
  height: 413px;
  text-align: center;
  /*margin: 100px auto;*/
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	}
  @media screen and (max-width: 1020px) {
    #toppage .intro {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    #toppage .intro {
      margin: 50px auto; } }
  #toppage .intro__inner h2 {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    /*color: #007f93;*/
	color: #FFFFFF;
	text-shadow:0px 0px 8px #000000;
    margin-bottom: 10px;
    letter-spacing: 0.15em; }
    @media screen and (max-width: 860px) {
      #toppage .intro__inner h2 {
        font-size: 3rem; } }
    @media screen and (max-width: 480px) {
      #toppage .intro__inner h2 {
        font-size: 2.4rem; } }
  #toppage .intro__inner .caption {
    font-size: 1.4rem;
    /*color: #007f93;*/
	color: #FFFFFF;
	text-shadow:0px 0px 5px #000000;
    font-weight: bold;
    font-family: 'Alata', sans-serif;
    position: relative;
    letter-spacing: 0.15em; }
    #toppage .intro__inner .caption:after {
      content: '';
      display: block;
      position: absolute;
      width: 80px;
      height: 7px;
      bottom: -50px;
      left: 50%;
      margin-left: -40px;
      background-color: #faaf3b; }
  #toppage .intro__inner .text {
    margin-top: 100px;
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      #toppage .intro__inner .text {
        font-size: 1.6rem; } }
    @media screen and (max-width: 480px) {
      #toppage .intro__inner .text {
        font-size: 1.4rem; } }
  #toppage .intro__inner .text_inv {
    margin-top: 100px;
	color: #FFFFFF;
	text-shadow:0px 0px 3px #000000;
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      #toppage .intro__inner .text_inv {
        font-size: 1.6rem; } }
    @media screen and (max-width: 480px) {
      #toppage .intro__inner .text_inv {
        font-size: 1.4rem; } }
  #toppage .intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    /*height: 463px;*/
	height: 413px;
    background-image: url("../img/top/bg-intro_w_hs.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
  #toppage .intro:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background-image: url("../img/top/bg-intro_w_hs.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    /*height: 463px;*/
	height: 413px; }
#toppage .site_detail {
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-bottom: 40px;
  margin-right: auto;
  padding: 0 50px; }
.box1 {
  margin-top: 0px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
	padding: 0;
	height: auto;
	width: 1000px;
	}
.box1_m {
	display: none;
	}
.frame {
    width: 1000px;
	height: auto;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
.frame img {
    display: block;
    width: 1000px;
	height: 140px;
}
@media only screen and (max-width:1020px){
.box1 {
  margin-top: 0px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
	height: auto;
	width: 100%;
	}
.box1_m {
	display: none;
	}
.frame {
    width: 100%;
	height: auto;
}
.frame img {
    height: auto;
    width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}
}
@media only screen and (max-width:639px){
.box1 {
	display: none;
	}
.box1_m {
	display: inline;
	padding: 0;
	height: auto;
	width: 100%;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
}
#toppage .imagePhoto {
  max-width: 2000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*margin: 0 auto;*/
  margin-top: 50px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
  padding: 0 50px; }
  @media screen and (max-width: 1600px) {
    #toppage .imagePhoto {
      max-width: 1200px; } }
  @media screen and (max-width: 1300px) {
    #toppage .imagePhoto {
      padding: 0 20px; } }
  #toppage .imagePhoto__item {
    width: 23%; }
    @media screen and (max-width: 1400px) {
      #toppage .imagePhoto__item {
        max-width: 330px; } }
    @media screen and (max-width: 860px) {
      #toppage .imagePhoto__item {
        width: 48%;
        max-width: 500px;
        margin-bottom: 20px; } }
    #toppage .imagePhoto__item img {
      width: 100%; }
#toppage .service {
  position: relative;
  padding: 200px 0;
  margin: 200px 0 220px;
  z-index: 1; }
  @media screen and (max-width: 1020px) {
    #toppage .service {
      margin: 100px 0;
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    #toppage .service {
      margin: 50px 0;
      padding: 50px 0; } }
  #toppage .service:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../img/top/bg-service.jpg");
    background-size: cover;
    -webkit-transform: skewY(-7deg) translate3d(0, 0, 0);
    -moz-transform: skewY(-7deg) translate3d(0, 0, 0);
    -ms-transform: skewY(-7deg) translate3d(0, 0, 0);
    transform: skewY(-7deg) translate3d(0, 0, 0);
    border: 1px solid white; }
  #toppage .service__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #toppage .service__inner .textBox {
      width: 40%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #toppage .service__inner .textBox {
          width: 100%;
          margin: 0 auto 40px auto; } }
      @media screen and (max-width: 480px) {
        #toppage .service__inner .textBox {
          margin: 0 auto 20px auto; } }
      #toppage .service__inner .textBox .textInner {
        width: 100%;
        background: #fff;
        padding: 80px 90px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: center;
        position: absolute;
        left: 100px; }
        @media screen and (max-width: 860px) {
          #toppage .service__inner .textBox .textInner {
            width: 90%;
            padding: 40px;
            margin: 0 auto;
            position: static;
            box-shadow: none; } }
        @media screen and (max-width: 480px) {
          #toppage .service__inner .textBox .textInner {
            padding: 40px 20px; } }
        #toppage .service__inner .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
    #toppage .service__inner .photoBox {
      width: 60%;
      height: 750px;
      background: url("../img/top/img-service.jpg");
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 860px) {
        #toppage .service__inner .photoBox {
          width: 100%;
          height: 500px; } }
      @media screen and (max-width: 480px) {
        #toppage .service__inner .photoBox {
          height: 350px; } }
#toppage .works {
  text-align: center; }
  #toppage .works__inner {
    max-width: 2000px;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1600px) {
      #toppage .works__inner {
        max-width: 1200px; } }
    #toppage .works__inner .box {
      width: 25%; }
      @media screen and (max-width: 1020px) {
        #toppage .works__inner .box {
          width: 100%;
          margin: 0 10px; } }
      @media screen and (max-width: 480px) {
        #toppage .works__inner .box {
          margin: 0 10px 10px 10px; } }
      #toppage .works__inner .box .item {
        margin: 10px;
        position: relative;
        box-sizing: border-box;
        height: 320px; }
        @media screen and (max-width: 1600px) {
          #toppage .works__inner .box .item {
            height: 280px; } }
        @media screen and (max-width: 1160px) {
          #toppage .works__inner .box .item {
            height: 320px; } }
        @media screen and (max-width: 1020px) {
          #toppage .works__inner .box .item {
            height: 300px; } }
        @media screen and (max-width: 480px) {
          #toppage .works__inner .box .item {
            height: 250px;
            margin: 0; } }
        #toppage .works__inner .box .item > img {
          width: 100%;
          height: 400px;
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          width: 100%;
          height: 400px;
          object-fit: cover;
          height: 320px; }
          @media screen and (max-width: 1600px) {
            #toppage .works__inner .box .item > img {
              height: 280px; } }
          @media screen and (max-width: 1160px) {
            #toppage .works__inner .box .item > img {
              height: 320px; } }
          @media screen and (max-width: 1020px) {
            #toppage .works__inner .box .item > img {
              width: 100%;
              height: 300px; } }
          @media screen and (max-width: 480px) {
            #toppage .works__inner .box .item > img {
              height: 250px; } }
        #toppage .works__inner .box .item a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-indent: -999px;
          z-index: 2; }
          #toppage .works__inner .box .item a.inlink {
            position: relative;
            z-index: 3; }
        #toppage .works__inner .box .item .icon {
          position: absolute;
          bottom: 30px;
          right: 30px; }
          @media screen and (max-width: 1600px) {
            #toppage .works__inner .box .item .icon {
              bottom: 20px;
              right: 20px; } }
          @media screen and (max-width: 480px) {
            #toppage .works__inner .box .item .icon {
              bottom: 20px;
              right: 20px; } }
          #toppage .works__inner .box .item .icon img {
            width: 50px;
            height: 33px; }
            @media screen and (max-width: 1600px) {
              #toppage .works__inner .box .item .icon img {
                width: 30px;
                height: 20px; } }
        #toppage .works__inner .box .item .mask {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background-color: rgba(0, 0, 0, 0.7);
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (max-width: 480px) {
            #toppage .works__inner .box .item .mask {
              position: relative;
              opacity: 1;
              top: 150px;
              height: 100px; } }
          #toppage .works__inner .box .item .mask .caption {
            color: #fff; }
            #toppage .works__inner .box .item .mask .caption .client {
              font-size: 1.4rem;
              margin-bottom: 5px; }
              @media screen and (max-width: 860px) {
                #toppage .works__inner .box .item .mask .caption .client {
                  font-size: 1.8rem; } }
              @media screen and (max-width: 480px) {
                #toppage .works__inner .box .item .mask .caption .client {
                  font-size: 1.4rem;
                  margin-bottom: 0; } }
            #toppage .works__inner .box .item .mask .caption .proposition {
              margin-bottom: 10px; }
              @media screen and (max-width: 480px) {
                #toppage .works__inner .box .item .mask .caption .proposition {
                  margin-bottom: 5px; } }
            #toppage .works__inner .box .item .mask .caption .category {
              font-size: 1.4rem;
              display: inline-block;
              background: #2a4467;
              padding: 0 15px;
              border-radius: 5px; }
              @media screen and (max-width: 860px) {
                #toppage .works__inner .box .item .mask .caption .category {
                  font-size: 1.2rem; } }
        #toppage .works__inner .box .item:hover .mask {
          opacity: 1; }
    #toppage .works__inner .smallItem .item {
      margin: 10px;
      position: relative;
      height: 150px; }
      @media screen and (max-width: 1600px) {
        #toppage .works__inner .smallItem .item {
          height: 130px; } }
      @media screen and (max-width: 1160px) {
        #toppage .works__inner .smallItem .item {
          height: 155px; } }
      @media screen and (max-width: 1020px) {
        #toppage .works__inner .smallItem .item {
          height: 300px; } }
      @media screen and (max-width: 480px) {
        #toppage .works__inner .smallItem .item {
          height: 250px;
          margin: 0; } }
      #toppage .works__inner .smallItem .item > img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        object-fit: cover;
        height: 150px; }
        @media screen and (max-width: 1600px) {
          #toppage .works__inner .smallItem .item > img {
            height: 130px; } }
        @media screen and (max-width: 1160px) {
          #toppage .works__inner .smallItem .item > img {
            height: 155px; } }
        @media screen and (max-width: 1020px) {
          #toppage .works__inner .smallItem .item > img {
            height: 300px; } }
        @media screen and (max-width: 480px) {
          #toppage .works__inner .smallItem .item > img {
            height: 250px; } }
      #toppage .works__inner .smallItem .item:last-child {
        margin: 20px 10px 0 10px; }
        @media screen and (max-width: 1160px) {
          #toppage .works__inner .smallItem .item:last-child {
            margin: 20px 10px 10px 10px; } }
        @media screen and (max-width: 480px) {
          #toppage .works__inner .smallItem .item:last-child {
            margin: 10px 0 0 0; } }
#toppage .staff {
  position: relative;
  padding: 200px 0;
  margin: 200px 0 220px;
  z-index: 1; }
  @media screen and (max-width: 1020px) {
    #toppage .staff {
      margin: 100px 0;
      padding: 100px 0; } }
  @media screen and (max-width: 480px) {
    #toppage .staff {
      margin: 50px 0;
      padding: 50px 0; } }
  #toppage .staff:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../img/top/bg-staff.jpg");
    background-size: cover;
    -webkit-transform: skewY(7deg) translate3d(0, 0, 0);
    -moz-transform: skewY(7deg) translate3d(0, 0, 0);
    -ms-transform: skewY(7deg) translate3d(0, 0, 0);
    transform: skewY(7deg) translate3d(0, 0, 0);
    border: 1px solid white; }
  #toppage .staff__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #toppage .staff__inner .textBox {
      width: 40%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #toppage .staff__inner .textBox {
          width: 100%;
          margin: 0 auto 40px auto; } }
      @media screen and (max-width: 480px) {
        #toppage .staff__inner .textBox {
          margin: 0 auto 20px auto; } }
      #toppage .staff__inner .textBox .textInner {
        width: 100%;
        background: #fff;
        padding: 80px 90px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: center;
        position: absolute;
        right: 100px; }
        @media screen and (max-width: 860px) {
          #toppage .staff__inner .textBox .textInner {
            width: 90%;
            padding: 40px;
            margin: 0 auto;
            position: static;
            box-shadow: none; } }
        @media screen and (max-width: 480px) {
          #toppage .staff__inner .textBox .textInner {
            padding: 40px 20px; } }
        #toppage .staff__inner .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
    #toppage .staff__inner .photoBox {
      width: 60%;
      height: 750px;
      background: url("../img/top/img-staff.jpg");
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 860px) {
        #toppage .staff__inner .photoBox {
          width: 100%;
          height: 500px;
          order: 2; } }
      @media screen and (max-width: 480px) {
        #toppage .staff__inner .photoBox {
          height: 350px; } }
#toppage .news {
  position: relative;
  padding: 200px 0;
  margin: 100px 0 150px 0;
  z-index: 1; }
  @media screen and (max-width: 860px) {
    #toppage .news {
      padding: 100px 0;
      margin: 50px 0 100px 0; } }
  @media screen and (max-width: 480px) {
    #toppage .news {
      padding: 50px 0;
      margin: 50px 0; } }
  #toppage .news:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #dad8d6;
    transform: skewY(-7deg); }
  #toppage .news .inner {
    width: 1300px;
    display: flex;
    justify-content: flex-start;
    background: #fff;
    padding: 80px;
    margin: 0 auto;
    position: relative;
    box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1300px) {
      #toppage .news .inner {
        width: 90%;
        padding: 50px; } }
    @media screen and (max-width: 860px) {
      #toppage .news .inner {
        display: block; } }
    @media screen and (max-width: 480px) {
      #toppage .news .inner {
        padding: 40px 20px; } }
    #toppage .news .inner .ttl {
      margin-right: 90px; }
      @media screen and (max-width: 860px) {
        #toppage .news .inner .ttl {
          text-align: center;
          margin-right: 0;
          margin-bottom: 20px; } }
      #toppage .news .inner .ttl h2.contentTtl {
        margin-bottom: 10px; }
      #toppage .news .inner .ttl .translation {
        padding: 0; }
        #toppage .news .inner .ttl .translation:before {
          content: none; }
        #toppage .news .inner .ttl .translation:after {
          content: none; }
    #toppage .news .inner .list {
      width: 100%;
      margin-top: -20px; }
      #toppage .news .inner .list .newsList {
        margin-bottom: 50px; }
        @media screen and (max-width: 480px) {
          #toppage .news .inner .list .newsList {
            margin-bottom: 20px; } }
        #toppage .news .inner .list .newsList li {
          font-weight: bold;
          letter-spacing: 0.05em;
          border-bottom: 1px #e5e5e5 solid;
          padding: 20px; }
          @media screen and (max-width: 480px) {
            #toppage .news .inner .list .newsList li {
              padding: 10px; } }
          #toppage .news .inner .list .newsList li a {
            display: block; }
            #toppage .news .inner .list .newsList li a:hover .ttl {
              text-decoration: underline; }
          #toppage .news .inner .list .newsList li .date {
            color: #007f93;
            display: block;
            margin-bottom: 10px; }
	    
#toppage .news .inner .list .newsList li .newtext {
            color: #FF0000; }	    
	    
            @media screen and (max-width: 480px) {
              #toppage .news .inner .list .newsList li .date {
                margin-bottom: 5px; } }
    #toppage .news .inner .listButton {
      display: block;
      text-align: right; }
      #toppage .news .inner .listButton:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Solid';
        font-weight: 900;
        color: #faaf3b;
        margin-right: 10px; }
      #toppage .news .inner .listButton:hover {
        color: #faaf3b; }

/*==================================================================================================
	下層ページ共通
==================================================================================================*/
.under #mainImage {
  background: linear-gradient(to right, #6ba5d0, #97cdd0);
  padding: 60px 0;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 860px) {
    .under #mainImage {
      padding: 100px 0; } }
  @media screen and (max-width: 560px) {
    .under #mainImage {
      padding: 50px 0; } }

  
.under #mainImage h2 {
    font-family: 'Alata', sans-serif;
    font-size: 4.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .under #mainImage h2 {
        font-size: 3rem; } }
    @media screen and (max-width: 560px) {
      .under #mainImage h2 {
        font-size: 2rem; } }

.page_contents_title {
    font-family: 'Alata', sans-serif;
    font-size: 4.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .page_contents_title {
        font-size: 3rem; } }
    @media screen and (max-width: 560px) {
      .page_contents_title {
        font-size: 2rem; } }


 .under #mainImage .kazari_title {
    font-family: 'Alata', sans-serif;
    font-size: 4.2rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .under #mainImage .kazari_title {
        font-size: 3rem; } }
    @media screen and (max-width: 560px) {
      .under #mainImage .kazari_title {
        font-size: 2rem; } }

  .under #mainImage .caption {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 70px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .under #mainImage .caption {
        font-size: 1.4rem; } }
    @media screen and (max-width: 560px) {
      .under #mainImage .caption {
        font-size: 1.2rem;
        padding: 0 40px; } }
    .under #mainImage .caption:before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #fff;
      left: 0; }
      @media screen and (max-width: 560px) {
        .under #mainImage .caption:before {
          width: 30px; } }
    .under #mainImage .caption:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #fff;
      right: 0; }
      @media screen and (max-width: 560px) {
        .under #mainImage .caption:after {
          width: 30px; } }

  .under #mainImage .h1caption {
    color: #fff;
	font-weight: normal;
    position: relative;
    display: inline-block;
    padding: 0 70px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 860px) {
      .under #mainImage .h1caption {
        font-size: 1.4rem; } }
    @media screen and (max-width: 560px) {
      .under #mainImage .h1caption {
        font-size: 1.2rem;
        padding: 0 40px; } }
    .under #mainImage .h1caption:before {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #fff;
      left: 0; }
      @media screen and (max-width: 560px) {
        .under #mainImage .h1caption:before {
          width: 30px; } }
    .under #mainImage .h1caption:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 45px;
      height: 1px;
      background-color: #fff;
      right: 0; }
      @media screen and (max-width: 560px) {
        .under #mainImage .h1caption:after {
          width: 30px; } }

.under .breadcrumb-area {
  width: 1400px;
  font-size: 1.4rem;
  margin: 0 auto 70px auto; }
  @media screen and (max-width: 1399px) {
    .under .breadcrumb-area {
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; } }
  @media screen and (max-width: 860px) {
    .under .breadcrumb-area {
      margin: 0 auto 50px auto; } }
  @media screen and (max-width: 560px) {
    .under .breadcrumb-area {
      font-size: 1.2rem;
      margin: 0 auto 30px auto; } }
  .under .breadcrumb-area span {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0em;
    vertical-align: middle; }
    .under .breadcrumb-area span a:hover {
      color: #ef8f11; }
  .under .breadcrumb-area i {
    padding: 0 15px; }
.under .footerContact {
  margin-top: 135px; }
  @media screen and (max-width: 860px) {
    .under .footerContact {
      margin-top: 100px; } }
  @media screen and (max-width: 560px) {
    .under .footerContact {
      margin-top: 50px; } }

/*==================================================================================================
	お知らせ
==================================================================================================*/
#news h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #021D7C;
  line-height: 1em;
  margin-top: 25px;
  margin-bottom: 15px; }
  @media screen and (max-width: 860px) {
    #column h2 {
      font-size: 2.2rem; } }
  @media screen and (max-width: 480px) {
    #column h2 {
      font-size: 2.0rem; } }

#news h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #116AAB;
  line-height: 1em;
  margin-top: 25px;
  margin-bottom: 15px; }
  @media screen and (max-width: 860px) {
    #column h3 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    #column h3 {
      font-size: 1.6rem; } }

#news .newsBg {
  position: relative;
  padding: 0;
  z-index: 1; }
  @media screen and (max-width: 1300px) {
    #news .newsBg {
      padding: 0 20px; } }
  @media screen and (max-width: 480px) {
    #news .newsBg {
      margin: 0; } }
  #news .newsBg:before {
    content: "";
    position: absolute;
    max-height: 800px;
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to bottom, #fff0d7, #96ccee);
    transform: skewY(-7deg); }
  #news .newsBg .newsBox {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 1399px) {
      #news .newsBg .newsBox {
        width: 96%; } }
    #news .newsBg .newsBox .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 100px 0; }
      @media screen and (max-width: 1300px) {
        #news .newsBg .newsBox .inner {
          width: 90%;
          padding: 70px 0; } }
      @media screen and (max-width: 480px) {
        #news .newsBg .newsBox .inner {
          padding: 40px 0; } }
      #news .newsBg .newsBox .inner .newsList li {
        border-bottom: 1px #e5e5e5 solid;
        font-weight: bold; }
        #news .newsBg .newsBox .inner .newsList li a {
          padding: 45px 50px;
          display: block; }
          #news .newsBg .newsBox .inner .newsList li a:hover {
            background: #e6f3f4; }
          @media screen and (max-width: 860px) {
            #news .newsBg .newsBox .inner .newsList li a {
              padding: 20px 35px; } }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .newsList li a {
              padding: 15px; } }
        #news .newsBg .newsBox .inner .newsList li:first-child {
          padding-top: 0; }
        #news .newsBg .newsBox .inner .newsList li .date {
          color: #007f93;
          margin-right: 50px;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 860px) {
            #news .newsBg .newsBox .inner .newsList li .date {
              margin-right: 30px;
              display: block; } }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .newsList li .date {
              margin-right: 0; } }
      #news .newsBg .newsBox .inner .wp-pagenavi {
        margin-top: 100px;
        display: flex;
        justify-content: center;
        margin-left: -10px; }
        @media screen and (max-width: 860px) {
          #news .newsBg .newsBox .inner .wp-pagenavi {
            margin-top: 50px; } }
        @media screen and (max-width: 480px) {
          #news .newsBg .newsBox .inner .wp-pagenavi {
            justify-content: space-between;
            margin-left: 0; } }
        #news .newsBg .newsBox .inner .wp-pagenavi span {
          font-size: 2rem;
          font-weight: bold;
          border: 1px #007f93 solid;
          margin-right: 10px; }
          @media screen and (max-width: 860px) {
            #news .newsBg .newsBox .inner .wp-pagenavi span {
              font-size: 1.6rem; } }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .wp-pagenavi span {
              display: none; } }
          #news .newsBg .newsBox .inner .wp-pagenavi span.current {
            background: #007f93;
            color: #fff;
            padding: 7px 15px; }
          #news .newsBg .newsBox .inner .wp-pagenavi span:hover {
            background: #007f93; }
            #news .newsBg .newsBox .inner .wp-pagenavi span:hover a {
              color: #fff; }
        #news .newsBg .newsBox .inner .wp-pagenavi .page {
          font-size: 2rem;
          font-weight: bold;
          border: 1px #007f93 solid;
          margin-right: 10px;
          display: block;
          padding: 7px 15px;
          color: #007f93; }
          #news .newsBg .newsBox .inner .wp-pagenavi .page:hover {
            background: #007f93;
            color: #fff; }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .wp-pagenavi .page {
              font-size: 1.4rem;
              display: inline-block; } }
        #news .newsBg .newsBox .inner .wp-pagenavi .nextpostslink {
          font-size: 2rem;
          font-weight: bold;
          border: 1px #007f93 solid;
          margin-right: 10px;
          display: block;
          padding: 7px 15px;
          color: #007f93; }
          #news .newsBg .newsBox .inner .wp-pagenavi .nextpostslink i {
            margin-left: 15px; }
          #news .newsBg .newsBox .inner .wp-pagenavi .nextpostslink:hover {
            background: #007f93;
            color: #fff; }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .wp-pagenavi .nextpostslink {
              font-size: 1.4rem;
              display: inline-block; } }
        #news .newsBg .newsBox .inner .wp-pagenavi .previouspostslink {
          font-size: 2rem;
          font-weight: bold;
          border: 1px #007f93 solid;
          margin-right: 10px;
          display: block;
          padding: 7px 15px;
          color: #007f93; }
          #news .newsBg .newsBox .inner .wp-pagenavi .previouspostslink i {
            margin-right: 15px; }
          #news .newsBg .newsBox .inner .wp-pagenavi .previouspostslink:hover {
            background: #007f93;
            color: #fff; }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .wp-pagenavi .previouspostslink {
              font-size: 1.4rem;
              display: inline-block; } }
      #news .newsBg .newsBox .inner .newsHead .date {
        font-weight: bold;
        color: #007f93;
        letter-spacing: 0.05em;
        margin-bottom: 20px; }
        @media screen and (max-width: 860px) {
          #news .newsBg .newsBox .inner .newsHead .date {
            margin-bottom: 15px; } }
        @media screen and (max-width: 480px) {
          #news .newsBg .newsBox .inner .newsHead .date {
            margin-bottom: 5px; } }
      #news .newsBg .newsBox .inner .newsHead h1 {
        font-size: 2.8rem;
		color: #021D7C;
        margin-bottom: 50px; }
        @media screen and (max-width: 860px) {
          #news .newsBg .newsBox .inner .newsHead h1 {
            font-size: 2.2rem;
            margin-bottom: 30px; } }
        @media screen and (max-width: 480px) {
          #news .newsBg .newsBox .inner .newsHead h1 {
            font-size: 1.6rem;
            margin-bottom: 20px; } }
      #news .newsBg .newsBox .inner .newsItem img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
        #news .newsBg .newsBox .inner .newsItem img + p {
          margin-top: 70px; }
          @media screen and (max-width: 860px) {
            #news .newsBg .newsBox .inner .newsItem img + p {
              margin-top: 50px; } }
          @media screen and (max-width: 480px) {
            #news .newsBg .newsBox .inner .newsItem img + p {
              margin-top: 30px; } }
      #news .newsBg .newsBox .inner .newsItem p + p {
        margin-top: 40px; }
        @media screen and (max-width: 860px) {
          #news .newsBg .newsBox .inner .newsItem p + p {
            margin-top: 20px; } }
        @media screen and (max-width: 480px) {
          #news .newsBg .newsBox .inner .newsItem p + p {
            margin-top: 20px; } }
      #news .newsBg .newsBox .inner .newsItem .youtube {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%; }
        #news .newsBg .newsBox .inner .newsItem .youtube iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
  #news .newsBg .postNavi {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 860px) {
      #news .newsBg .postNavi {
        text-align: center; } }
    #news .newsBg .postNavi .button {
      width: 33%; }
      @media screen and (max-width: 860px) {
        #news .newsBg .postNavi .button {
          width: 100%; } }
      #news .newsBg .postNavi .button__inner {
        text-align: center; }
        #news .newsBg .postNavi .button__inner a {
          font-family: 'Alata', sans-serif;
          position: relative;
          z-index: 1;
          text-align: center;
          margin: 70px auto 0 auto;
          width: 250px;
          padding: 10px 20px;
          display: inline-block;
          color: #fff; }
          @media screen and (max-width: 860px) {
            #news .newsBg .postNavi .button__inner a {
              width: 90%;
              margin: 20px auto 0 auto; } }
          #news .newsBg .postNavi .button__inner a:before {
            transform: skewX(-30deg);
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: -1;
            background: #faaf3b;
            transition: all 1s ease; }
          #news .newsBg .postNavi .button__inner a:hover:before {
            background: #ef8f11;
            transition: all  0.5s ease; }
          @media screen and (max-width: 480px) {
            #news .newsBg .postNavi .button__inner a {
              padding: 10px 20px;
              width: 90%; } }
      #news .newsBg .postNavi .button.center {
        text-align: center; }
      @media screen and (max-width: 860px) {
        #news .newsBg .postNavi .button.left {
          text-align: center; } }
      #news .newsBg .postNavi .button.left a span:before {
        font-family: "Font Awesome 5 Pro";
        content: '\f104';
        font-weight: 900;
        margin-right: 15px; }
      #news .newsBg .postNavi .button.right {
        text-align: right; }
        @media screen and (max-width: 860px) {
          #news .newsBg .postNavi .button.right {
            text-align: center; } }
        #news .newsBg .postNavi .button.right a span:after {
          font-family: "Font Awesome 5 Pro";
          content: '\f105';
          font-weight: 900;
          margin-left: 15px; }

/*==================================================================================================
	会社概要
==================================================================================================*/
#company > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #company > .inner {
      padding: 0 20px; } }
  #company > .inner .expository {
    font-size: 2rem;
    color: #007f93;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #company > .inner .expository {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
    @media screen and (max-width: 560px) {
      #company > .inner .expository {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
  #company > .inner .mainImg {
    max-width: 750px;
    margin: 0 auto 50px auto; }
    @media screen and (max-width: 860px) {
      #company > .inner .mainImg {
        max-width: 350px; } }
    @media screen and (max-width: 560px) {
      #company > .inner .mainImg {
        max-width: 250px; } }
  #company > .inner .overviewList {
    border-top: 1px #dbdce2 solid;
    margin-bottom: 80px; }
    @media screen and (max-width: 860px) {
      #company > .inner .overviewList {
        margin-bottom: 50px; } }
    #company > .inner .overviewList tr {
      border-bottom: 1px #dbdce2 solid; }
      #company > .inner .overviewList tr th {
        width: 300px;
        background: #f1f2f6;
        padding: 40px; }
        @media screen and (max-width: 860px) {
          #company > .inner .overviewList tr th {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #company > .inner .overviewList tr th {
            display: block;
            width: 100%;
            padding: 10px; } }
      #company > .inner .overviewList tr td {
        padding: 40px; }
        @media screen and (max-width: 860px) {
          #company > .inner .overviewList tr td {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #company > .inner .overviewList tr td {
            display: block;
            width: 100%;
            padding: 10px; } }
  #company > .inner .map .mapLink {
    text-align: right; }
    #company > .inner .map .mapLink i {
      color: #007f93; }
  #company > .inner .map iframe {
    width: 100%; }
    @media screen and (max-width: 560px) {
      #company > .inner .map iframe {
        height: 300px; } }

/*==================================================================================================
	サービス案内
==================================================================================================*/
#service > .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.service_section_1 {
	width: 1400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align: center;
	/*background-color: #E9A93E;*/
}
@media screen and (max-width: 1400px) {
.service_section_1 {
	margin-right: 20px;
	margin-left: 20px;
}
}
.bg_1 {
	text-align: center;
	max-width: 640px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.bg_1 img {
	width: 100%;
	margin: 0px;
	padding:0px;
	/*background-color: #0CD7EE;*/
}

.service_about {
	margin-top: 20px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding:0px;
	text-align: center;
	/*background-color: #E9A93E;*/
}
.service_about .text .red {
	color: #BB0202 ;
}
.red-line {
	color: #BB0202 ;
	text-decoration: underline ;
}
.about_text {
	font-size: 1.6rem;
	font-weight: normal; 
}
.service_section_2 {
	width: 100%;
    margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.service_section_2 {
	margin-right: 20px;
	margin-left: 20px;
}
}

.service_detail {
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	/*background-color: #E9A93E;*/
}

.service_detail_text {
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
	max-width: 304px;
}

#service-nav ul {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /*background-color: #3EE3E9;*/
}
#service-nav ul li {
  display: flex;
  flex-direction: column;
  width: 32.5%;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
#service-nav ul li.service1 {
	border: 2px solid #6ba5d0;
	margin: 0px;
	padding-top: 2.5%;
	padding-right: 4%;
	padding-bottom: 50px;
	padding-left: 4%;
}
#service-nav ul li.service2 {
	border: 2px solid #6ba5d0;
	margin: 0px;
	padding-top: 2.5%;
	padding-right: 4%;
	padding-bottom: 50px;
	padding-left: 4%;
}
#service-nav ul li.service3 {
	border: 2px solid #6ba5d0;
	margin: 0px;
	padding-top: 2.5%;
	padding-right: 4%;
	padding-bottom: 50px;
	padding-left: 4%;
}
#service-nav ul li img{
	max-width: 150px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto; 
}
#service-nav ul li h3 {
	font-size: 3.5rem;
	font-weight: normal;
	color: #6ba5d0;
	margin-bottom: 0px; 
}
      @media screen and (max-width: 560px) {
        #service-nav ul li h3 {
          font-size: 3rem;
          margin-bottom: 0; 
		  } 
}
#service-nav ul li h4 {
      font-size: 1.8rem;
      font-weight: bold;
      color: #6ba5d0;
      margin-bottom: 15px; 
}
      @media screen and (max-width: 560px) {
        #service-nav ul li h4 {
          font-size: 1.5rem; 
		  } 
}
#service-nav ul li .blueButton {
	margin-top: auto;
}


@media screen and (max-width: 860px) {
.service_detail {
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: static;
}
#service-nav ul {
  display: block;
  /*background-color: #16F629;*/
}
#service-nav ul li { 
  float: none;
  position: static;
  display: block;
  width: 90%;
  padding: 0px;
  margin: 0px;
  /*background-color: #CFF615;*/
}
#service-nav ul li.service1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 10%;
	padding-left: 15%;
	/*background-color: #EA14F6;*/
}
#service-nav ul li.service2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 10%;
	padding-left: 15%;
}
#service-nav ul li.service3 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 10%;
	padding-left: 15%;
}
}

.service_section_3 {
	width: 100%;
    margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.service_section_3 {
	margin-right: 20px;
	margin-left: 20px;
}
}
.midashi h3 {
	width: 190px;
	display: inline-block;
	border-radius: 30px;
    font-size: 1.8rem;
	text-align: center;
	position: relative;
	color: #fff;
	background: linear-gradient(to right, #6ba5d0, #97cdd0);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
    @media screen and (max-width: 560px) {
      .midashi h3{
		  width: 50%;
          max-width: 150px;
		  margin-top: 0px;
		  margin-right: auto;
		  margin-bottom: 40px;
		  margin-left: auto;
		  padding-top: 15px;
          padding-right: 10px;
          padding-bottom: 15px;
          padding-left: 10px; 
	}
}
.works_detail {
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	/*background-color: #E9A93E;*/
}
.works_detail_text {
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
  width: 100%;
}
#works-nav ul {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /*background-color: #3EE3E9;*/
}
#works-nav ul li {
  display: flex;
  flex-direction: column;
  width: 31%;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
#works-nav ul li.works1 {
	margin: 0px;
	padding: 0px;
	/*background-color: #E272F5;*/
}
#works-nav ul li.works2 {
	margin: 0px;
	padding: 0px;
	/*background-color: #E272F5;*/
}
#works-nav ul li.works3 {
	margin: 0px;
	padding: 0px;
	/*background-color: #E272F5;*/
}
#works-nav ul li img{
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto; 
}
#works-nav ul li h4 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: left;
	color: #707070;
	margin-bottom: 15px; 
}
      @media screen and (max-width: 560px) {
        #works-nav ul li h4 {
          font-size: 1.5rem; 
		  } 
}
#works-nav ul li .blueButton2 {
	margin-top: auto;
}


@media screen and (max-width: 860px) {
.works_detail {
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: static;
}
#works-nav ul {
  display: block;
  /*background-color: #16F629;*/
}
#works-nav ul li { 
  float: none;
  position: static;
  display: block;
  width: 90%;
  padding: 0px;
  margin: 0px;
  /*background-color: #CFF615;*/
}
#works-nav ul li.works1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 10%;
	padding-left: 4%;
	/*background-color: #EA14F6;*/
}
#works-nav ul li.works2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 10%;
	padding-left: 4%;
}
#works-nav ul li.works3 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 4%;
	padding-bottom: 10%;
	padding-left: 4%;
}
}


/*==================================================================================================
	LIVE配信
==================================================================================================*/

#live > .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.live_section_1 {
	width: 1400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align: center;
	/*background-color: #E9A93E;*/
}
@media screen and (max-width: 1400px) {
.live_section_1 {
	margin-right: 20px;
	margin-left: 20px;
}
}
.bg_2 {
	text-align: center;
	max-width: 1020px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.bg_2 img {
	width: 100%;
	margin: 0px;
	padding:0px;
	/*background-color: #0CD7EE;*/
}


.live_box {
	width: 100%;
    margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #6ba5d0, #97cdd0);
}
.live_section_2 {
	max-width: 1400px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	text-align: center;
	display: block;
	/*background-color: #0CD7EE;*/
}
@media screen and (max-width: 1400px) {
.live_section_2 {

}
}

#live .live__poin__inner {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 100px;
}
@media screen and (max-width: 860px) {
.live_box {
    margin-top: 20px;
	margin-bottom: 20px;
}
#live .live__poin__inner {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #live .live__poin__inner .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #live .live__poin__inner .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } 
}
      @media screen and (max-width: 480px) {
        #live .live__poin__inner .textBox {
          margin: 0 auto 20px auto; } 
}
#live .live__poin__inner .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        right: 100px; }
        @media screen and (max-width: 860px) {
          #live .live__poin__inner .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none; } }
        @media screen and (max-width: 480px) {
          #live .live__poin__inner .textBox .textInner {
            width: 100%;
			} 
          }
        #live .live__poin__inner .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #live .live__poin__inner .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #live .live__poin__inner .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #live .live__poin__inner .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #live .live__poin__inner .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#live .live__poin__inner .photoBox1 {
      width: 52%;
      height: 400px;
      background: url("../img/live/img_point_1.jpg");
      background-size: cover;
      background-position: center;
}
#live .live__poin__inner .photoBox3 {
      width: 52%;
      height: 400px;
      background: url("../img/live/img_point_3.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #live .live__poin__inner .photoBox1 {
          width: 100%;
          height: 300px;
		  }
        #live .live__poin__inner .photoBox3 {
          width: 100%;
          height: 300px;
		  }}
      @media screen and (max-width: 480px) {
        #live .live__poin__inner .photoBox1 {
          height: 250px; 
		  }
		#live .live__poin__inner .photoBox3 {
          height: 250px; 
		  }  
		  
}

#live .live__poin__inner2 {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 0px;
}
@media screen and (max-width: 860px) {
#live .live__poin__inner2 {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #live .live__poin__inner2 .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #live .live__poin__inner2 .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } }
      @media screen and (max-width: 480px) {
        #live .live__poin__inner2 .textBox {
          margin: 0 auto 20px auto; } }
      #live .live__poin__inner2 .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        left: 100px; }
        @media screen and (max-width: 860px) {
          #live .live__poin__inner2 .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none;
			} }
        @media screen and (max-width: 480px) {
          #live .live__poin__inner2 .textBox .textInner {
            width: 100%; 
			} 
          }
        #live .live__poin__inner2 .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #live .live__poin__inner2 .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #live .live__poin__inner2 .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #live .live__poin__inner2 .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #live .live__poin__inner2 .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#live .live__poin__inner2 .photoBox2 {
      width: 52%;
      height: 400px;
      background: url("../img/live/img_point_2.jpg");
      background-size: cover;
      background-position: center;
}
#live .live__poin__inner2 .photoBox4 {
      width: 52%;
      height: 400px;
      background: url("../img/live/img_point_4.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #live .live__poin__inner2 .photoBox2 {
          width: 100%;
          height: 300px;
          order: -1;
		  }
        #live .live__poin__inner2 .photoBox4 {
          width: 100%;
          height: 300px;
          order: -1;
		  }}
      @media screen and (max-width: 480px) {
        #live .live__poin__inner2 .photoBox2 {
          height: 250px; 
		  }
		#live .live__poin__inner2 .photoBox4 {
          height: 250px; 
		  }  
}

.live_section_3 {
	width: 100%;
    margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.live_section_3 {
	margin-right: 20px;
	margin-left: 20px;
}
}

.service_link_section {
	width: 100%;
    margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.service_link_section {
	margin-right: 20px;
	margin-left: 20px;
}
}

#service-link-nav ul {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  /*background-color: #3EE3E9;*/
}
#service-link-nav ul li {
  display: flex;
  flex-direction: column;
  width: 49%;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
#service-link-nav ul li.service-link {
	border: 2px solid #6ba5d0;
	margin: 0px;
	padding-top: 2.5%;
	padding-right: 4%;
	padding-bottom: 50px;
	padding-left: 4%;
}
#service-link-nav ul li img{
	max-width: 150px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto; 
}
#service-link-nav ul li h3 {
	font-size: 3.5rem;
	font-weight: normal;
	color: #6ba5d0;
	margin-bottom: 0px; 
}
      @media screen and (max-width: 560px) {
        #service-link-nav ul li h3 {
          font-size: 3rem;
          margin-bottom: 0; 
		  } 
}
#service-link-nav ul li h4 {
      font-size: 1.8rem;
      font-weight: bold;
      color: #6ba5d0;
      margin-bottom: 15px; 
}
      @media screen and (max-width: 560px) {
        #service-link-nav ul li h4 {
          font-size: 1.5rem; 
		  } 
}
#service-link-nav ul li .blueButton {
	margin-top: auto;
}


@media screen and (max-width: 860px) {
#service-link-nav ul {
  display: block;
  /*background-color: #16F629;*/
}
#service-link-nav ul li { 
  float: none;
  position: static;
  display: block;
  width: 90%;
  padding: 0px;
  margin: 0px;
  /*background-color: #CFF615;*/
}
#service-link-nav ul li.service1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 10%;
	padding-left: 15%;
	/*background-color: #EA14F6;*/
}
#service-link-nav ul li.service-link {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 5%;
	padding-right: 15%;
	padding-bottom: 10%;
	padding-left: 15%;
}
}

/*
.sub_title {
	width:740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.section_1 {
	width:424px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#live > .inner .section_1 .comment {
	color: #FFFFFF;
	margin-top: 10px;
}
.section_2 {
	width:458px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.section_3 {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.plan {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.section_4 {
display: flex;
justify-content: space-between;
  flex-wrap: wrap;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.title_4_catch {
	width: 676px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title_4 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.studio_price {
	width: 332px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.studio_image {
	width: 292px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.studio_about {
	width: 234px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section_5 {
	width: 100%;
	background-color: #007e91;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.title_5 {

	background-color: #323247;
	text-align: center;
}
.title_5 img {
	width: 520px;
}

table.price {
	font-family:verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 100%;
	color: #4d4d4d;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	display:block;
	background-color: #FFFFFF;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
}
td.koumoku1 {
	background-color: #FFFFFF;
	width: 10%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: dcdcdc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: dcdcdc;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: dcdcdc;
	vertical-align: top;
}
td.koumoku2 {
	background-color: #FFFFFF;
	width: 30%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: dcdcdc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: dcdcdc;
}
td.naiyou1 {
	width: 48%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: dcdcdc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: dcdcdc;
}
td.naiyou2 {
	width: 12%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: dcdcdc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: dcdcdc;
}
.section_5 .comment_s {
	width: 100%;
	font-size: 80%;
	color: #4d4d4d;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 1%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 2%;
}

.section_6 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.title_6 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#live > .inner .title_6 .section_6_sub_title1 {
      font-weight: bold;
      font-size: 2rem;
      text-align: left;
      margin-bottom: 10px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #FF0000;
}
    #live > .inner .title_6 .section_6_sub_title1 .red {
	color: #FF0000;
}
    #live > .inner .title_6 .comment {
	  color: #4d4d4d;
      text-align: left; 
}
	#live > .inner .title_6 .comment_b {
	  font-weight: bold;
}

#live > .inner .title_6 .section_6_sub_title2 {
	font-weight: bold;
	font-size: 2rem;
	text-align: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-top: 10px;
}
.section_6_fukei {
display: flex;
justify-content: space-between;
  flex-wrap: wrap;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.section_6_photo {
	width: 280px;
	text-align: center;
	margin-bottom: 20px;
}
.section_6_photo .comment_s {
	font-size: 70%;
	color: #4d4d4d;
	text-align: left;
}

.section_7 {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.section_7_detail {
	border: 1px solid #000000;
	padding: 3%;
	margin-bottom: 60px;
}
	#live > .inner .section_7_detail .comment_b {
	  font-weight: bold;
}
	#live > .inner .section_7_detail .section_7_ul {
	list-style-type:disc;
	margin-left: 3%;
	font-size: 80%;
}
.section_7_btn {
	text-align: center;
	padding-bottom: 60px;
}

  @media screen and (max-width: 860px) {
  #live > .inner {
    padding: 0 0px; 
}
  .sub_title {	
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
} }
  #live > .inner .section_1 {
    width: 42%; }
  #live > .inner .section_2 {
    width: 46%; }
.title_4_catch {
	width: 80%;
}
.title_4 {
	width: 90%;
}
.title_5 {
	width: 100%;
}
.title_6 {
	width: 100%;
}

  #live > .inner .item {
    width: 30%;
    margin-bottom: 80px;
    text-align: center; 
}
    @media screen and (max-width: 560px) {
	.sub_title {	
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
  #live > .inner .section_1 {
    width: 90%; }
  #live > .inner .section_2 {
    width: 90%; }
.title_4_catch {
	width: 80%;
}
.title_4 {
	width: 90%;
}
.studio_price {
width: 90%;
}
      #live > .inner .item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px; }
        #live > .inner .item:last-child {
          margin-bottom: 100px; } }
    #live > .inner .item img {
      width: 100%;
      margin-bottom: 35px; }
      @media screen and (max-width: 560px) {
        #live > .inner .item img {
          width: 80%;
          max-width: 250px;
          margin-bottom: 20px; } }
    #live > .inner .item .job {
      font-weight: bold;
      color: #007f93;
      text-align: center; }
    #live > .inner .item .name {
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (max-width: 560px) {
        #live > .inner .item .name {
          font-size: 1.6rem; } }
      #live > .inner .item .name:after {
        position: absolute;
        display: block;
        content: "";
        background: #007f93;
        bottom: 0;
        left: 50%;
        width: 50px;
        height: 5px;
        margin-left: -25px;
        border-radius: 10px;
        text-align: center; }
    #live > .inner .item .comment {
	color: #FFFFFF;
      text-align: left; }
*/


/*==================================================================================================
	動画制作
==================================================================================================*/

#vp > .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.vp_section_1 {
	width: 1400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align: center;
	/*background-color: #E9A93E;*/
}
@media screen and (max-width: 1400px) {
.vp_section_1 {
	margin-right: 20px;
	margin-left: 20px;
}
}



.vp_box {
	width: 100%;
    margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #6ba5d0, #97cdd0);
}
.vp_section_2 {
	max-width: 1400px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	text-align: center;
	display: block;
	/*background-color: #0CD7EE;*/
}
@media screen and (max-width: 1400px) {
.vp_section_2 {

}
}

#vp .vp__poin__inner {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 100px;
}
@media screen and (max-width: 860px) {
.vp_box {
    margin-top: 20px;
	margin-bottom: 20px;
}
#vp .vp__poin__inner {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #vp .vp__poin__inner .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #vp .vp__poin__inner .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } 
}
      @media screen and (max-width: 480px) {
        #vp .vp__poin__inner .textBox {
          margin: 0 auto 20px auto; } 
}
#vp .vp__poin__inner .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        right: 100px; }
        @media screen and (max-width: 860px) {
          #vp .vp__poin__inner .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none; } }
        @media screen and (max-width: 480px) {
          #vp .vp__poin__inner .textBox .textInner {
            width: 100%;
			} 
          }
        #vp .vp__poin__inner .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #vp .vp__poin__inner .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #vp .vp__poin__inner .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #vp .vp__poin__inner .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #vp .vp__poin__inner .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#vp .vp__poin__inner .photoBox1 {
      width: 52%;
      height: 400px;
      background: url("../img/vp/img_point_1.jpg");
      background-size: cover;
      background-position: center;
}
#vp .vp__poin__inner .photoBox3 {
      width: 52%;
      height: 400px;
      background: url("../img/vp/img_point_3.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #vp .vp__poin__inner .photoBox1 {
          width: 100%;
          height: 300px;
		  }
        #vp .vp__poin__inner .photoBox3 {
          width: 100%;
          height: 300px;
		  }}
      @media screen and (max-width: 480px) {
        #vp .vp__poin__inner .photoBox1 {
          height: 250px; 
		  }
		#vp .vp__poin__inner .photoBox3 {
          height: 250px; 
		  }  
		  
}

#vp .vp__poin__inner2 {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 0px;
}
@media screen and (max-width: 860px) {
#vp .vp__poin__inner2 {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #vp .vp__poin__inner2 .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #vp .vp__poin__inner2 .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } }
      @media screen and (max-width: 480px) {
        #vp .vp__poin__inner2 .textBox {
          margin: 0 auto 20px auto; } }
      #vp .vp__poin__inner2 .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        left: 100px; }
        @media screen and (max-width: 860px) {
          #vp .vp__poin__inner2 .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none;
			} }
        @media screen and (max-width: 480px) {
          #vp .vp__poin__inner2 .textBox .textInner {
            width: 100%; 
			} 
          }
        #vp .vp__poin__inner2 .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #vp .vp__poin__inner2 .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #vp .vp__poin__inner2 .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #vp .vp__poin__inner2 .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #vp .vp__poin__inner2 .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#vp .vp__poin__inner2 .photoBox2 {
      width: 52%;
      height: 400px;
      background: url("../img/vp/img_point_2.jpg");
      background-size: cover;
      background-position: center;
}
#vp .vp__poin__inner2 .photoBox4 {
      width: 52%;
      height: 400px;
      background: url("../img/vp/img_point_4.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #vp .vp__poin__inner2 .photoBox2 {
          width: 100%;
          height: 300px;
          order: -1;
		  }
        #vp .vp__poin__inner2 .photoBox4 {
          width: 100%;
          height: 300px;
          order: -1;
		  }}
      @media screen and (max-width: 480px) {
        #vp .vp__poin__inner2 .photoBox2 {
          height: 250px; 
		  }
		#vp .vp__poin__inner2 .photoBox4 {
          height: 250px; 
		  }  
}

.vp_section_3 {
	width: 100%;
    margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.vp_section_3 {
	margin-right: 20px;
	margin-left: 20px;
}
}


/*==================================================================================================
	技術協力
==================================================================================================*/

#technical > .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.technical_section_1 {
	width: 1400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	text-align: center;
	/*background-color: #E9A93E;*/
}
@media screen and (max-width: 1400px) {
.technical_section_1 {
	margin-right: 20px;
	margin-left: 20px;
}
}



.technical_box {
	width: 100%;
    margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #6ba5d0, #97cdd0);
}
.technical_section_2 {
	max-width: 1400px;
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0;
	text-align: center;
	display: block;
	/*background-color: #0CD7EE;*/
}
@media screen and (max-width: 1400px) {
.technical_section_2 {

}
}

#technical .technical__poin__inner {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 100px;
}
@media screen and (max-width: 860px) {
.technical_box {
    margin-top: 20px;
	margin-bottom: 20px;
}
#technical .technical__poin__inner {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #technical .technical__poin__inner .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #technical .technical__poin__inner .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } 
}
      @media screen and (max-width: 480px) {
        #technical .technical__poin__inner .textBox {
          margin: 0 auto 20px auto; } 
}
#technical .technical__poin__inner .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        right: 100px; }
        @media screen and (max-width: 860px) {
          #technical .technical__poin__inner .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none; } }
        @media screen and (max-width: 480px) {
          #technical .technical__poin__inner .textBox .textInner {
            width: 100%;
			} 
          }
        #technical .technical__poin__inner .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #technical .technical__poin__inner .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #technical .technical__poin__inner .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #technical .technical__poin__inner .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #technical .technical__poin__inner .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#technical .technical__poin__inner .photoBox1 {
      width: 52%;
      height: 400px;
      background: url("../img/technical/img_point_1.jpg");
      background-size: cover;
      background-position: center;
}
#technical .technical__poin__inner .photoBox3 {
      width: 52%;
      height: 400px;
      background: url("../img/technical/img_point_3.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #technical .technical__poin__inner .photoBox1 {
          width: 100%;
          height: 300px;
		  }
        #technical .technical__poin__inner .photoBox3 {
          width: 100%;
          height: 300px;
		  }}
      @media screen and (max-width: 480px) {
        #technical .technical__poin__inner .photoBox1 {
          height: 250px; 
		  }
		#technical .technical__poin__inner .photoBox3 {
          height: 250px; 
		  }  
		  
}

#technical .technical__poin__inner2 {
	max-width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
	margin-right: 100px;
	margin-bottom: 50px;
	margin-left: 0px;
}
@media screen and (max-width: 860px) {
#technical .technical__poin__inner2 {
    margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px; } 
}
    #technical .technical__poin__inner2 .textBox {
      width: 48%;
      display: flex;
      align-items: center;
      position: relative; }
      @media screen and (max-width: 860px) {
        #technical .technical__poin__inner2 .textBox {
          width: 100%;
          margin: 0 auto 0px auto; } }
      @media screen and (max-width: 480px) {
        #technical .technical__poin__inner2 .textBox {
          margin: 0 auto 20px auto; } }
      #technical .technical__poin__inner2 .textBox .textInner {
        width: 100%;
        background: #fff;
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 40px;
        padding-left: 50px;
        box-sizing: border-box;
        box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.1);
        text-align: left;
        position: absolute;
        left: 100px; }
        @media screen and (max-width: 860px) {
          #technical .technical__poin__inner2 .textBox .textInner {
            width: 100%;
            padding: 7%;
            margin: 0 auto;
            position: static;
            box-shadow: none;
			} }
        @media screen and (max-width: 480px) {
          #technical .technical__poin__inner2 .textBox .textInner {
            width: 100%; 
			} 
          }
        #technical .technical__poin__inner2 .textBox .textInner img {
          	width: 250px;
          	text-align: left;
          	margin: 0px; 
          	padding: 0px; 
          }
                @media screen and (max-width: 860px) {
                  #technical .technical__poin__inner2 .textBox .textInner img {
                    width: 200px; 
          		  } 
          }          
        #technical .technical__poin__inner2 .textBox .textInner h3 {
          	font-size: 2.3rem;
          	font-weight: bold;
          	text-align: left;
			line-height: 1.5em;
          	color: #707070;
          	margin-top: 15px; 
          	margin-bottom: 15px; 
          }
                @media screen and (max-width: 860px) {
                  #technical .technical__poin__inner2 .textBox .textInner h3 {
                    font-size: 1.8rem;
                    margin-bottom: 10px; 
          		  } 
          }
        #technical .technical__poin__inner2 .textBox .textInner .text {
          line-height: 2;
          text-align: left; }
#technical .technical__poin__inner2 .photoBox2 {
      width: 52%;
      height: 400px;
      background: url("../img/technical/img_point_2.jpg");
      background-size: cover;
      background-position: center;
}
#technical .technical__poin__inner2 .photoBox4 {
      width: 52%;
      height: 400px;
      background: url("../img/technical/img_point_4.jpg");
      background-size: cover;
      background-position: center;
}
      @media screen and (max-width: 860px) {
        #technical .technical__poin__inner2 .photoBox2 {
          width: 100%;
          height: 300px;
          order: -1;
		  }
        #technical .technical__poin__inner2 .photoBox4 {
          width: 100%;
          height: 300px;
          order: -1;
		  }}
      @media screen and (max-width: 480px) {
        #technical .technical__poin__inner2 .photoBox2 {
          height: 250px; 
		  }
		#technical .technical__poin__inner2 .photoBox4 {
          height: 250px; 
		  }  
}

.technical_section_3 {
	width: 100%;
    margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0;
	text-align: center;
	/*background-color: #F4CF9F;*/
}
@media screen and (max-width: 1400px) {
.technical_section_3 {
	margin-right: 20px;
	margin-left: 20px;
}
}


/*==================================================================================================
	制作実績
==================================================================================================*/
#works > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #works > .inner {
      padding: 0 20px; } }
  #works > .inner .buttonArea {
    margin: 0 auto 65px auto;
    text-align: center; }
    @media screen and (max-width: 560px) {
      #works > .inner .buttonArea {
        margin: 0 auto 40px auto; } }
    #works > .inner .buttonArea .button {
      width: 190px;
      display: inline-block;
      border-radius: 30px;
      padding: 10px 10px 20px;
      margin-right: 5px;
      margin-bottom: 15px;
      background: #faaf3b;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 560px) {
        #works > .inner .buttonArea .button {
          width: 50%;
          max-width: 150px;
          padding: 10px 10px 25px; } }
      #works > .inner .buttonArea .button a {
        display: block;
        color: #fff; }
      #works > .inner .buttonArea .button:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Solid';
        font-weight: 900;
        color: #fff;
        margin-left: -5px;
        position: absolute;
        bottom: 0;
        left: 50%; }
        @media screen and (max-width: 560px) {
          #works > .inner .buttonArea .button:after {
            bottom: 5px; } }
      #works > .inner .buttonArea .button:hover {
        background: #f4910f; }
      #works > .inner .buttonArea .button:last-child {
        margin-right: 0px; }
  #works > .inner .item {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (max-width: 860px) {
      #works > .inner .item {
        padding: 0 20px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 560px) {
      #works > .inner .item {
        padding: 0 20px;
        margin-bottom: 60px; } }
    #works > .inner .item .icon {
      margin-bottom: 25px; }
      @media screen and (max-width: 860px) {
        #works > .inner .item .icon img {
          max-width: 90px; } }
      @media screen and (max-width: 560px) {
        #works > .inner .item .icon img {
          max-width: 80px; } }
    #works > .inner .item h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (max-width: 560px) {
        #works > .inner .item h2 {
          font-size: 1.6rem;
          margin-bottom: 0; } }
    #works > .inner .item h3 {
      font-size: 1.4rem;
      font-weight: bold;
      color: #007f93;
      margin-bottom: 50px; }
      @media screen and (max-width: 860px) {
        #works > .inner .item h3 {
          margin-bottom: 40px; } }
      @media screen and (max-width: 560px) {
        #works > .inner .item h3 {
          font-size: 1.2rem;
          margin-bottom: 30px; } }
    #works > .inner .item .list {
      display: flex;
      flex-wrap: wrap; }
      #works > .inner .item .list__item {
        width: 30%;
        margin-bottom: 40px;
        margin-right: 3%; }
        #works > .inner .item .list__item:nth-of-type(3n) {
          margin-right: 0; }
        @media screen and (max-width: 560px) {
          #works > .inner .item .list__item {
            width: 100%;
            margin-right: 0; } }
        #works > .inner .item .list__item .thumbs {
          position: relative; }
          #works > .inner .item .list__item .thumbs img {
            width: 100%;
            height: 180px;
            object-fit: cover; }
          #works > .inner .item .list__item .thumbs:after {
            content: url("../img/works/icon_movie.png");
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -25px;
            margin-top: -16px; }
        #works > .inner .item .list__item .caption {
          margin-top: 5px;
          text-align: left; }

#works .caption_link {
  font-size: 12px;
  color: #0391C0;
  margin-top: 2px;
  text-decoration:underline;
  text-align: left; 
}

/*==================================================================================================
	アスリートサポート
==================================================================================================*/
#athlete > .blueBg {
  font-size: 2.6rem;
  font-weight: bold;
  background: #2a4467;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 860px) {
    #athlete > .blueBg {
      font-size: 1.8rem; } }
  @media screen and (max-width: 560px) {
    #athlete > .blueBg {
      font-size: 1.4rem;
      margin-bottom: 40px; } }
#athlete > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #athlete > .inner {
      padding: 0 20px; } }
  #athlete > .inner .profile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px; }
    @media screen and (max-width: 860px) {
      #athlete > .inner .profile {
        margin-bottom: 80px; } }
    @media screen and (max-width: 560px) {
      #athlete > .inner .profile {
        margin-bottom: 60px; } }
    #athlete > .inner .profile .photo {
      width: 350px; }
      @media screen and (max-width: 860px) {
        #athlete > .inner .profile .photo {
          width: 270px; } }
      @media screen and (max-width: 560px) {
        #athlete > .inner .profile .photo {
          width: 80%;
          max-width: 230px;
          margin: 0 auto 30px auto; } }
      #athlete > .inner .profile .photo img {
        width: 100%; }
    #athlete > .inner .profile .text {
      flex: 1;
      margin-left: 75px; }
      @media screen and (max-width: 860px) {
        #athlete > .inner .profile .text {
          margin-left: 30px; } }
      @media screen and (max-width: 560px) {
        #athlete > .inner .profile .text {
          margin-left: 0; } }
      #athlete > .inner .profile .text .name {
        font-size: 3rem;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 50px;
        border-bottom: 5px #007f93 solid;
        position: relative; }
        @media screen and (max-width: 860px) {
          #athlete > .inner .profile .text .name {
            font-size: 2.4rem; } }
        @media screen and (max-width: 560px) {
          #athlete > .inner .profile .text .name {
            font-size: 1.8rem;
            margin-bottom: 20px; } }
        #athlete > .inner .profile .text .name .en {
          font-size: 1.6rem; }
          @media screen and (max-width: 860px) {
            #athlete > .inner .profile .text .name .en {
              font-size: 1.4rem; } }
          @media screen and (max-width: 560px) {
            #athlete > .inner .profile .text .name .en {
              font-size: 1.2rem; } }
        #athlete > .inner .profile .text .name .icon {
          font-size: 2.4rem;
          font-weight: normal;
          padding: 0 50px;
          position: absolute;
          top: 0;
          right: 0;
          background: #faaf3b;
          color: #fff;
          margin-bottom: 10px; }
          @media screen and (max-width: 860px) {
            #athlete > .inner .profile .text .name .icon {
              font-size: 2rem; } }
          @media screen and (max-width: 560px) {
            #athlete > .inner .profile .text .name .icon {
              font-size: 1.4rem;
              padding: 0 30px; } }
      #athlete > .inner .profile .text .profileList {
        margin-bottom: 15px; }
        #athlete > .inner .profile .text .profileList dt {
          width: 160px;
          float: left;
          padding: 5px 0;
          color: #2a4467;
          font-weight: bold;
          border-bottom: 1px #cbcbcb dotted; }
        #athlete > .inner .profile .text .profileList dd {
          margin-left: 160px;
          padding: 5px 0;
          border-bottom: 1px #cbcbcb dotted; }
      #athlete > .inner .profile .text .link a {
        color: #007f93;
        font-weight: bold; }
  #athlete > .inner .message {
    background: #e6f3f5;
    padding: 50px;
    border-radius: 30px;
    margin-bottom: 50px;
    position: relative; }
    @media screen and (max-width: 860px) {
      #athlete > .inner .message {
        padding: 40px 30px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 560px) {
      #athlete > .inner .message {
        padding: 30px 20px;
        margin-bottom: 30px; } }
    #athlete > .inner .message h3 {
      font-size: 2.6rem;
      font-weight: bold;
      color: #007f93;
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (max-width: 560px) {
        #athlete > .inner .message h3 {
          font-size: 1.8rem;
          margin-bottom: 10px; } }
    #athlete > .inner .message:before {
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      left: 50px;
      top: -50px;
      border-right: 0px solid transparent;
      border-bottom: 70px solid #e6f3f5;
      border-left: 40px solid transparent; }
      @media screen and (max-width: 560px) {
        #athlete > .inner .message:before {
          border-right: 0px solid transparent;
          border-bottom: 50px solid #e6f3f5;
          border-left: 30px solid transparent; } }
  #athlete > .inner .career {
    border: 1px #000 solid;
    padding: 50px;
    margin-bottom: 60px; }
    @media screen and (max-width: 860px) {
      #athlete > .inner .career {
        margin-bottom: 50px; } }
    @media screen and (max-width: 560px) {
      #athlete > .inner .career {
        padding: 25px;
        margin-bottom: 30px; } }
    #athlete > .inner .career h3 {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 560px) {
        #athlete > .inner .career h3 {
          font-size: 1.6rem;
          margin-bottom: 5px; } }
  #athlete > .inner .photo img {
    margin-bottom: 50px; }
    @media screen and (max-width: 860px) {
      #athlete > .inner .photo img {
        margin-bottom: 30px; } }
    #athlete > .inner .photo img:last-child {
      margin-bottom: 0; }

/*==================================================================================================
	YOUTUBE
==================================================================================================*/
#youtube > .inner {
  max-width: 750px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #youtube > .inner {
      padding: 0 20px; } }
  #youtube > .inner .expository {
    font-size: 2rem;
    color: #007f93;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 560px) {
      #youtube > .inner .expository {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
  #youtube > .inner .item {
    margin-bottom: 80px; }
    @media screen and (max-width: 560px) {
      #youtube > .inner .item {
        margin-bottom: 50px; } }
    #youtube > .inner .item:last-child {
      margin-bottom: 0; }
    #youtube > .inner .item img {
      margin-bottom: 30px; }
      @media screen and (max-width: 560px) {
        #youtube > .inner .item img {
          margin-bottom: 10px; } }

/*==================================================================================================
	スタッフ紹介
==================================================================================================*/
#staff > .inner {
  max-width: 1000px;
  margin: 0 auto -80px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 860px) {
    #staff > .inner {
      padding: 0 20px; } }
  #staff > .inner .item {
    width: 30%;
    margin-bottom: 80px;
    text-align: center; }
    @media screen and (max-width: 560px) {
      #staff > .inner .item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px; }
        #staff > .inner .item:last-child {
          margin-bottom: 100px; } }
    #staff > .inner .item img {
      width: 100%;
      margin-bottom: 35px; }
      @media screen and (max-width: 560px) {
        #staff > .inner .item img {
          width: 80%;
          max-width: 250px;
          margin-bottom: 20px; } }
    #staff > .inner .item .job {
      font-weight: bold;
      color: #007f93;
      text-align: center; }
    #staff > .inner .item .name {
      font-weight: bold;
      font-size: 2rem;
      text-align: center;
      padding-bottom: 15px;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (max-width: 560px) {
        #staff > .inner .item .name {
          font-size: 1.6rem; } }
      #staff > .inner .item .name:after {
        position: absolute;
        display: block;
        content: "";
        background: #007f93;
        bottom: 0;
        left: 50%;
        width: 50px;
        height: 5px;
        margin-left: -25px;
        border-radius: 10px;
        text-align: center; }
    #staff > .inner .item .comment {
      text-align: left; }

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #contact > .inner {
      padding: 0 20px; } }
  #contact > .inner .expository {
    font-size: 2rem;
    color: #007f93;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #contact > .inner .expository {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .expository {
        font-size: 1.4rem;
        margin-bottom: 30px; } }
  #contact > .inner .telArea {
    max-width: 650px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #007f93;
    margin: 0 auto 80px auto;
    padding: 50px;
    border: 1px #007f93 solid;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #contact > .inner .telArea {
        font-size: 1.6rem;
        padding: 30px;
        margin: 0 auto 50px auto; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .telArea {
        font-size: 1.4rem;
        padding: 20px;
        margin: 0 auto 50px auto; } }
    #contact > .inner .telArea a {
      color: #007f93; }
    #contact > .inner .telArea .phone {
      font-size: 3rem; }
      @media screen and (max-width: 860px) {
        #contact > .inner .telArea .phone {
          font-size: 2.4rem; } }
      @media screen and (max-width: 560px) {
        #contact > .inner .telArea .phone {
          font-size: 1.8rem; } }
      #contact > .inner .telArea .phone .number {
        font-size: 5rem; }
        @media screen and (max-width: 860px) {
          #contact > .inner .telArea .phone .number {
            font-size: 4rem; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .telArea .phone .number {
            font-size: 3rem; } }
    #contact > .inner .telArea .blueBg {
      background: #e6f3f5;
      margin-top: 20px;
      padding: 20px; }

  #contact > .inner .extitle {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    background: #007f93;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
 }
        @media screen and (max-width: 860px) {
          #contact > .inner .extitle {
            font-size: 1.8rem; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .extitle {
            font-size: 1.6rem; } }
#contact > .inner .exask1 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #007f93;
    background: #f1f2f6;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
 }
        @media screen and (max-width: 860px) {
          #contact > .inner .exask1 {
            font-size: 1.6rem; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .exask1 {
            font-size: 1.4rem; } }
#contact > .inner .exask2 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #007f93;
    background: #f1f2f6;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
 }
        @media screen and (max-width: 860px) {
          #contact > .inner .exask2 {
            font-size: 1.6rem; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .exask2 {
            font-size: 1.4rem; } }
#contact > .inner .exask3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #007f93;
    background: #f1f2f6;
    text-align: center;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
 }
        @media screen and (max-width: 860px) {
          #contact > .inner .exask3 {
            font-size: 1.6rem; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .exask3 {
            font-size: 1.4rem; } }

#contact > .inner .tableForm {
    width: 100%;
    border-top: 1px #dbdce2 solid;
    margin-bottom: 80px; }
    @media screen and (max-width: 860px) {
      #contact > .inner .tableForm {
        margin-bottom: 50px; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .tableForm {
        margin-bottom: 30px; } }
    #contact > .inner .tableForm tr {
      border-bottom: 1px #dbdce2 solid; }
      #contact > .inner .tableForm tr th {
        width: 350px;
        height: 100%;
        background: #f1f2f6;
        padding: 30px 25px;
        text-align: left;
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 860px) {
          #contact > .inner .tableForm tr th {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .tableForm tr th {
            padding: 10px;
            width: 100%;
            display: block; } }
      #contact > .inner .tableForm tr td {
        width: auto;
        height: auto;
        padding: 30px; }
        @media screen and (max-width: 860px) {
          #contact > .inner .tableForm tr td {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #contact > .inner .tableForm tr td {
            padding: 10px 0 30px 0;
            width: 100%;
            display: block; } }
        #contact > .inner .tableForm tr td input {
          width: 100%;
          height: 40px;
          border: 1px #dbdce2 solid;
          background: #fff;
          border-radius: 0;
          padding: 5px 10px; }
          #contact > .inner .tableForm tr td input.wpcf7-not-valid {
            background: #fde2e5; }
          #contact > .inner .tableForm tr td input.wpcf7c-conf {
            background: #fff;
            border: none; }
        #contact > .inner .tableForm tr td textarea {
          width: 100%;
          height: 215px;
          border: 1px #dbdce2 solid;
          background: #fff;
          border-radius: 0;
          padding: 5px 10px; }
          #contact > .inner .tableForm tr td textarea.wpcf7-not-valid {
            background: #fde2e5; }
          #contact > .inner .tableForm tr td textarea.wpcf7c-conf {
            background: #fff;
            border: none; }
  #contact > .inner .privacy {
    width: 100%;
    border: 1px #dbdce2 solid;
    padding: 40px;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #contact > .inner .privacy {
        padding: 30px; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .privacy {
        padding: 20px;
        margin-bottom: 30px; } }
    #contact > .inner .privacy .check {
      margin-bottom: 15px; }
      #contact > .inner .privacy .check input {
        display: inline;
        width: 20px;
        height: 20px;
        border: 1px #dbdce2 solid;
        background: #fff;
        margin-right: 10px; }
    #contact > .inner .privacy .link a {
      color: #007f93;
      text-decoration: underline; }
  #contact > .inner .buttonArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #contact > .inner .buttonArea__inner {
      padding: 0 1em; }
  #contact > .inner .wpcf7c-btn-confirm,
  #contact > .inner .wpcf7-submit {
    width: 330px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    margin: 0 auto 150px;
    background: #faaf3b;
    border-radius: 5px; }
    @media screen and (max-width: 860px) {
      #contact > .inner .wpcf7c-btn-confirm,
      #contact > .inner .wpcf7-submit {
        margin: 0 auto 100px auto; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .wpcf7c-btn-confirm,
      #contact > .inner .wpcf7-submit {
        padding: 15px;
        font-size: 1.8rem;
        margin: 0 auto 50px auto; } }
    #contact > .inner .wpcf7c-btn-confirm:hover,
    #contact > .inner .wpcf7-submit:hover {
      background: #f4910f; }
  #contact > .inner .wpcf7c-btn-back {
    width: 330px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    padding: 20px;
    margin: 0 auto 150px;
    background: #eee;
    border-radius: 5px; }
    @media screen and (max-width: 860px) {
      #contact > .inner .wpcf7c-btn-back {
        margin: 0 auto 100px auto; } }
    @media screen and (max-width: 560px) {
      #contact > .inner .wpcf7c-btn-back {
        padding: 15px;
        font-size: 1.8rem;
        margin: 0 auto 50px auto; } }
    #contact > .inner .wpcf7c-btn-back:hover {
      background: #ccc; }
  #contact > .inner .txt_confirm {
    margin-bottom: 20px; }
  #contact > .inner .wpcf7-not-valid-tip {
    color: #c0272d; }
  #contact > .inner .wpcf7-mail-sent-ok {
    display: none !important; }
  #contact > .inner div.wpcf7-validation-errors, #contact > .inner div.wpcf7-acceptance-missing {
    border: none;
    background: #faf7d2;
    padding: 2em; }
  #contact > .inner div.wpcf7-response-output {
    padding: 1em 2em;
    margin: 2em 0.5em 3em; }
  #contact > .inner .map .mapLink {
    text-align: right; }
    #contact > .inner .map .mapLink i {
      color: #007f93; }
  #contact > .inner .map iframe {
    width: 100%; }
    @media screen and (max-width: 560px) {
      #contact > .inner .map iframe {
        height: 300px; } }
  #contact > .inner .confirmText {
    margin-bottom: 30px; }
    #contact > .inner .confirmText__link a {
      color: #007f93; }
      #contact > .inner .confirmText__link a:hover {
        color: #faaf3b;
        text-decoration: underline; }

#contact_thanks > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #contact_thanks > .inner {
      padding: 0 20px; } }
  #contact_thanks > .inner .confirmText {
    margin-bottom: 30px; }
  #contact_thanks > .inner .confirmText__link a {
    color: #007f93; }

/*==================================================================================================
	お見積りのご依頼
==================================================================================================*/
#estimation > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #estimation > .inner {
      padding: 0 20px; } }
  #estimation > .inner .expository {
    font-size: 2rem;
    color: #007f93;
    font-weight: bold;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .expository {
        font-size: 1.6rem;
        margin-bottom: 40px; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .expository {
        font-size: 1.4rem;
        margin-bottom: 30px; } }
  #estimation > .inner .telArea {
    max-width: 650px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #007f93;
    margin: 0 auto 80px auto;
    padding: 50px;
    border: 1px #007f93 solid;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .telArea {
        font-size: 1.6rem;
        padding: 30px;
        margin: 0 auto 50px auto; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .telArea {
        font-size: 1.4rem;
        padding: 20px;
        margin: 0 auto 50px auto; } }
    #estimation > .inner .telArea a {
      color: #007f93; }
    #estimation > .inner .telArea .phone {
      font-size: 3rem; }
      @media screen and (max-width: 860px) {
        #estimation > .inner .telArea .phone {
          font-size: 2.4rem; } }
      @media screen and (max-width: 560px) {
        #estimation > .inner .telArea .phone {
          font-size: 1.8rem; } }
      #estimation > .inner .telArea .phone .number {
        font-size: 5rem; }
        @media screen and (max-width: 860px) {
          #estimation > .inner .telArea .phone .number {
            font-size: 4rem; } }
        @media screen and (max-width: 560px) {
          #estimation > .inner .telArea .phone .number {
            font-size: 3rem; } }
    #estimation > .inner .telArea .blueBg {
      background: #e6f3f5;
      margin-top: 20px;
      padding: 20px; }
  #estimation > .inner .tableForm {
    width: 100%;
    border-top: 1px #dbdce2 solid;
    margin-bottom: 80px; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .tableForm {
        margin-bottom: 50px; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .tableForm {
        margin-bottom: 30px; } }
    #estimation > .inner .tableForm tr {
      border-bottom: 1px #dbdce2 solid; }
      #estimation > .inner .tableForm tr th {
        width: 350px;
        height: 100%;
        background: #f1f2f6;
        padding: 30px 25px;
        text-align: left;
        padding-left: 50px;
        position: relative; }
        @media screen and (max-width: 860px) {
          #estimation > .inner .tableForm tr th {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #estimation > .inner .tableForm tr th {
            padding: 10px;
            width: 100%;
            display: block; } }
      #estimation > .inner .tableForm tr td {
        width: auto;
        height: auto;
        padding: 30px; }
        @media screen and (max-width: 860px) {
          #estimation > .inner .tableForm tr td {
            padding: 20px; } }
        @media screen and (max-width: 560px) {
          #estimation > .inner .tableForm tr td {
            padding: 10px 0 30px 0;
            width: 100%;
            display: block; } }
        #estimation > .inner .tableForm tr td input {
          width: 100%;
          height: 40px;
          border: 1px #dbdce2 solid;
          background: #fff;
          border-radius: 0;
          padding: 5px 10px; }
          #estimation > .inner .tableForm tr td input.wpcf7-not-valid {
            background: #fde2e5; }
          #estimation > .inner .tableForm tr td input.wpcf7c-conf {
            background: #fff;
            border: none; }
        #estimation > .inner .tableForm tr td textarea {
          width: 100%;
          height: 215px;
          border: 1px #dbdce2 solid;
          background: #fff;
          border-radius: 0;
          padding: 5px 10px; }
          #estimation > .inner .tableForm tr td textarea.wpcf7-not-valid {
            background: #fde2e5; }
          #estimation > .inner .tableForm tr td textarea.wpcf7c-conf {
            background: #fff;
            border: none; }
  #estimation > .inner .privacy {
    width: 100%;
    border: 1px #dbdce2 solid;
    padding: 40px;
    margin-bottom: 50px;
    text-align: center; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .privacy {
        padding: 30px; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .privacy {
        padding: 20px;
        margin-bottom: 30px; } }
    #estimation > .inner .privacy .check {
      margin-bottom: 15px; }
      #estimation > .inner .privacy .check input {
        display: inline;
        width: 20px;
        height: 20px;
        border: 1px #dbdce2 solid;
        background: #fff;
        margin-right: 10px; }
    #estimation > .inner .privacy .link a {
      color: #007f93;
      text-decoration: underline; }
  #estimation > .inner .buttonArea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #estimation > .inner .buttonArea__inner {
      padding: 0 1em; }
  #estimation > .inner .wpcf7c-btn-confirm,
  #estimation > .inner .wpcf7-submit {
    width: 330px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    margin: 0 auto 150px;
    background: #faaf3b;
    border-radius: 5px; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .wpcf7c-btn-confirm,
      #estimation > .inner .wpcf7-submit {
        margin: 0 auto 100px auto; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .wpcf7c-btn-confirm,
      #estimation > .inner .wpcf7-submit {
        padding: 15px;
        font-size: 1.8rem;
        margin: 0 auto 50px auto; } }
    #estimation > .inner .wpcf7c-btn-confirm:hover,
    #estimation > .inner .wpcf7-submit:hover {
      background: #f4910f; }
  #estimation > .inner .wpcf7c-btn-back {
    width: 330px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    padding: 20px;
    margin: 0 auto 150px;
    background: #eee;
    border-radius: 5px; }
    @media screen and (max-width: 860px) {
      #estimation > .inner .wpcf7c-btn-back {
        margin: 0 auto 100px auto; } }
    @media screen and (max-width: 560px) {
      #estimation > .inner .wpcf7c-btn-back {
        padding: 15px;
        font-size: 1.8rem;
        margin: 0 auto 50px auto; } }
    #estimation > .inner .wpcf7c-btn-back:hover {
      background: #ccc; }
  #estimation > .inner .txt_confirm {
    margin-bottom: 20px; }
  #estimation > .inner .wpcf7-not-valid-tip {
    color: #c0272d; }
  #estimation > .inner .wpcf7-mail-sent-ok {
    display: none !important; }
  #estimation > .inner div.wpcf7-validation-errors, #estimation > .inner div.wpcf7-acceptance-missing {
    border: none;
    background: #faf7d2;
    padding: 2em; }
  #estimation > .inner div.wpcf7-response-output {
    padding: 1em 2em;
    margin: 2em 0.5em 3em; }
  #estimation > .inner .map .mapLink {
    text-align: right; }
    #estimation > .inner .map .mapLink i {
      color: #007f93; }
  #estimation > .inner .map iframe {
    width: 100%; }
    @media screen and (max-width: 560px) {
      #estimation > .inner .map iframe {
        height: 300px; } }
  #estimation > .inner .confirmText {
    margin-bottom: 30px; }
    #estimation > .inner .confirmText__link a {
      color: #007f93; }
      #estimation > .inner .confirmText__link a:hover {
        color: #faaf3b;
        text-decoration: underline; }

#estimation_thanks > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #estimation_thanks > .inner {
      padding: 0 20px; } }
  #estimation_thanks > .inner .confirmText {
    margin-bottom: 30px; }
  #estimation_thanks > .inner .confirmText__link a {
    color: #007f93; }

/*==================================================================================================
	機材レンタル
==================================================================================================*/
#rental > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #rental > .inner {
      padding: 0 20px; } }
  #rental > .inner .expository {
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px; }
    @media screen and (max-width: 560px) {
      #rental > .inner .expository {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
  #rental > .inner .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    #rental > .inner .item .photo {
      width: 300px;
      margin-right: 50px; }
      @media screen and (max-width: 860px) {
        #rental > .inner .item .photo {
          width: 250px;
          margin-right: 30px; } }
      @media screen and (max-width: 560px) {
        #rental > .inner .item .photo {
          width: 100%;
          margin: 0 auto 20px auto; } }
      #rental > .inner .item .photo img {
        width: 100%;
        height: auto; }
    #rental > .inner .item .text {
      flex: 1;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 560px) {
        #rental > .inner .item .text {
          flex: none;
          width: 100%; } }
      #rental > .inner .item .text .spec {
        width: 100%; }
        #rental > .inner .item .text .spec dt {
          float: left;
          clear: both;
          background: #007f93;
          color: #fff;
          text-align: center;
          padding: 5px 30px;
          margin-bottom: 20px;
          margin-right: 35px; }
          @media screen and (max-width: 560px) {
            #rental > .inner .item .text .spec dt {
              padding: 5px 15px;
              margin-right: 15px;
              margin-bottom: 10px; } }
          #rental > .inner .item .text .spec dt:last-child {
            margin-bottom: 0; }
        #rental > .inner .item .text .spec dd {
          margin-bottom: 20px;
          padding: 5px 30px; }
          @media screen and (max-width: 560px) {
            #rental > .inner .item .text .spec dd {
              margin-bottom: 10px; } }
          #rental > .inner .item .text .spec dd:last-child {
            margin-bottom: 0; }
  #rental > .inner h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 70px;
    text-indent: -1.3em;
    padding-left: 1.3em; }
    @media screen and (max-width: 860px) {
      #rental > .inner h3 {
        font-size: 2.2rem;
        margin-bottom: 30px;
        margin-top: 50px; } }
    @media screen and (max-width: 560px) {
      #rental > .inner h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        margin-top: 30px;
        text-indent: -1.2em;
        padding-left: 1em; } }
    #rental > .inner h3:first-child {
      margin-top: 0; }
  #rental > .inner .useList li {
    border-bottom: 1px #e5e5e5 solid;
    padding: 25px 0;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    @media screen and (max-width: 560px) {
      #rental > .inner .useList li {
        padding: 10px 0;
        padding-left: 1.5em;
        text-indent: -1.5em; } }
    #rental > .inner .useList li:before {
      content: "\f105";
      font-family: 'Font Awesome 5 Solid';
      font-weight: 900;
      color: #007f93;
      margin-right: 15px; }
#rental .yellowBase {
  width: 100%;
  background: #fefabd;
  padding: 50px 0;
  margin-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
    justify-content: center;
}

  @media screen and (max-width: 860px) {
    #rental .yellowBase {
      padding: 30px 0; } }
  #rental .yellowBase .inner {
    display: inline-block;
    margin: 0 auto;
    padding: 50px 100px;
    background: #fff;
    font-weight: bold; }
    @media screen and (max-width: 860px) {
      #rental .yellowBase .inner {
        padding: 30px 50px;
        text-align: center; } }
    #rental .yellowBase .inner .phone a {
      color: #007f93;
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 10px; }
      @media screen and (max-width: 860px) {
        #rental .yellowBase .inner .phone a {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        #rental .yellowBase .inner .phone a {
          font-size: 2rem; } }
      #rental .yellowBase .inner .phone a .number {
        font-size: 5rem; }
        @media screen and (max-width: 860px) {
          #rental .yellowBase .inner .phone a .number {
            font-size: 4rem; } }
        @media screen and (max-width: 480px) {
          #rental .yellowBase .inner .phone a .number {
            font-size: 2.2rem; } }
    #rental .yellowBase .inner .hour {
      color: #007f93;
      letter-spacing: 0.05em; }

/*==================================================================================================
	サイトマップ
==================================================================================================*/
#sitemap > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #sitemap > .inner {
      padding: 0 20px; } }
  #sitemap > .inner .expository {
    margin-bottom: 60px; }
    @media screen and (max-width: 560px) {
      #sitemap > .inner .expository {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
  #sitemap > .inner h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 70px;
    text-indent: -1.3em;
    padding-left: 1.3em; }
    #sitemap > .inner h2 a {
      display: block; }
      #sitemap > .inner h2 a:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Solid';
        font-weight: 900;
        color: #007f93;
        margin-right: 15px; }
    @media screen and (max-width: 860px) {
      #sitemap > .inner h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
        margin-top: 30px; } }
    @media screen and (max-width: 560px) {
      #sitemap > .inner h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        margin-top: 20px;
        text-indent: -1.2em;
        padding-left: 1em; } }
    #sitemap > .inner h2 + .sitemapList {
      margin-top: -40px; }
      @media screen and (max-width: 860px) {
        #sitemap > .inner h2 + .sitemapList {
          margin-top: 0; } }
    #sitemap > .inner h2 a:hover {
      color: #faaf3b; }
  #sitemap > .inner .colArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 860px) {
      #sitemap > .inner .colArea {
        margin-top: -50px; } }
    #sitemap > .inner .colArea .col2 {
      width: 50%; }
      @media screen and (max-width: 560px) {
        #sitemap > .inner .colArea .col2 {
          width: 100%; } }
  #sitemap > .inner .sitemapList {
    margin-bottom: 70px; }
    @media screen and (max-width: 560px) {
      #sitemap > .inner .sitemapList {
        margin-bottom: 50px; } }
    #sitemap > .inner .sitemapList li {
      width: 30%;
      display: inline-block;
      border-bottom: 1px #cbcbcb dotted;
      margin-right: 3%;
      box-sizing: border-box;
      border-collapse: collapse; }
      #sitemap > .inner .sitemapList li a {
        display: block;
        padding: 10px 0; }
        #sitemap > .inner .sitemapList li a:before {
          content: "\f105";
          font-family: 'Font Awesome 5 Solid';
          font-weight: 900;
          color: #989898;
          margin-right: 15px; }
      #sitemap > .inner .sitemapList li:nth-child(-n+3) {
        border-top: 1px #cbcbcb dotted; }
        @media screen and (max-width: 560px) {
          #sitemap > .inner .sitemapList li:nth-child(-n+3) {
            border-top: none; } }
      @media screen and (max-width: 860px) {
        #sitemap > .inner .sitemapList li {
          width: 47%;
          margin-right: 5%; }
          #sitemap > .inner .sitemapList li:nth-child(even) {
            margin-right: 0%; } }
      @media screen and (max-width: 560px) {
        #sitemap > .inner .sitemapList li {
          width: 100%; }
          #sitemap > .inner .sitemapList li:first-child {
            border-top: 1px #cbcbcb dotted; } }

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacy > .inner {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 860px) {
    #privacy > .inner {
      padding: 0 20px; } }
  #privacy > .inner .expository {
    margin-bottom: 60px; }
    @media screen and (max-width: 560px) {
      #privacy > .inner .expository {
        font-size: 1.2rem;
        margin-bottom: 30px; } }
  #privacy > .inner h2 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 70px;
    text-indent: -1.3em;
    padding-left: 1.3em; }
    @media screen and (max-width: 860px) {
      #privacy > .inner h2 {
        font-size: 2.2rem;
        margin-bottom: 30px;
        margin-top: 50px; } }
    @media screen and (max-width: 560px) {
      #privacy > .inner h2 {
        font-size: 1.6rem;
        margin-bottom: 15px;
        margin-top: 30px;
        text-indent: -1.2em;
        padding-left: 1em; } }
    #privacy > .inner h2:first-child {
      margin-top: 0; }
    #privacy > .inner h2:before {
      content: "\f105";
      font-family: 'Font Awesome 5 Solid';
      font-weight: 900;
      color: #007f93;
      margin-right: 15px; }
  #privacy > .inner p {
    text-align: justify; }
  #privacy > .inner ol {
    margin-top: 10px; }
    #privacy > .inner ol li {
      list-style-type: none;
      list-style-position: inside;
      counter-increment: cnt; }
      #privacy > .inner ol li:before {
        display: marker;
        content: counter(cnt) " ・� "; }

/*==================================================================================================
	副社長のご挨拶
==================================================================================================*/
#greeting > .bg {
  background: url("../img/greeting/bg.jpg") repeat;
  padding: 115px 0; }
  @media screen and (max-width: 860px) {
    #greeting > .bg {
      padding: 80px 0; } }
  @media screen and (max-width: 560px) {
    #greeting > .bg {
      padding: 50px 0; } }
  #greeting > .bg > .inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 860px) {
      #greeting > .bg > .inner {
        padding: 0 20px; } }
    #greeting > .bg > .inner .comment {
      background: #fff;
      border-radius: 30px;
      padding: 80px 50px;
      margin-bottom: 100px; }
      @media screen and (max-width: 560px) {
        #greeting > .bg > .inner .comment {
          padding: 40px 30px;
          margin-bottom: 50px; } }
      #greeting > .bg > .inner .comment .name {
        text-align: right;
        margin-top: 10px; }
        #greeting > .bg > .inner .comment .name img {
          max-width: 205px; }
          @media screen and (max-width: 560px) {
            #greeting > .bg > .inner .comment .name img {
              max-width: 130px; } }
    #greeting > .bg > .inner .video {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #greeting > .bg > .inner .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
