/*
Theme Name: Solal SP Theme
Theme URI: https://www.solal-sp.com/
Author: SUGIYAMA
Version: 1.0
*/
@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }
@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }
@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }
@media screen and (min-width: 1300px) {
  .display-none-ll {
    display: none !important; } }
/* 共通 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #262829; }
  @media screen and (min-width: 769px) {
    body {
      min-width: 1000px; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 12px; } }
  body *:focus {
    outline: none; }

img {
  width: 100%;
  display: block; }

a {
  color: #262829;
  display: block;
  outline: none;
  text-decoration: none; }

ul {
  list-style-type: none; }

span {
  display: inline-block; }

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important; } }

.wrapper {
  width: 94%;
  margin: 0 auto; }

.overflow {
  overflow: hidden; }

nav li:last-child {
  margin: 0; }
nav li a {
  font-size: 18px;
  font-weight: bold; }
  nav li a span {
    font-size: 11px;
    display: block;
    margin-top: 5px; }

/* loading */
.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }
  .loading p {
    width: 45%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .loading p {
        width: 80%; } }
    .loading p:before, .loading p:after {
      content: "";
      width: 100%;
      height: 120%;
      background-color: #fff;
      position: absolute;
      top: -10%;
      z-index: 9; }
    .loading p:before {
      left: 0;
      -webkit-animation: loading1 .5s forwards .5s;
      animation: loading1 .5s forwards .5s; }
    .loading p:after {
      left: -100%;
      -webkit-animation: loading2 .5s forwards 3s;
      animation: loading2 .5s forwards 3s; }

@-webkit-keyframes loading1 {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
@keyframes loading1 {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
@-webkit-keyframes loading2 {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes loading2 {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
/* menu */
@media screen and (min-width: 769px) {
  .menu:after {
    content: "";
    width: 220px;
    height: 100vh;
    background-color: #262829;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8; } }
.menu_box {
  width: 220px;
  height: 100vh;
  padding: 35px 30px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: scroll; }
  @media screen and (max-width: 768px) {
    .menu_box {
      width: 50%;
      padding: 50px 5%;
      background-color: #262829;
      left: -50%;
      z-index: 998;
      transition: all .4s; } }
  .menu_box h1 {
    margin-bottom: 85px; }
    @media screen and (max-width: 768px) {
      .menu_box h1 {
        margin-bottom: 50px; } }
  .menu_box nav {
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .menu_box nav {
        margin-bottom: 50px; } }
    .menu_box nav li {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .menu_box nav li {
          margin-bottom: 30px; } }
      .menu_box nav li a {
        line-height: 24px;
        text-align: right;
        color: #fff; }
        .menu_box nav li a span {
          line-height: 100%; }
  .menu_box .sns {
    display: flex;
    justify-content: center; }
    .menu_box .sns li {
      width: 30px;
      margin: 0 10px; }
.menu_btn {
  width: 34px;
  position: fixed;
  top: 20px;
  left: 5%;
  z-index: 999; }
  .menu_btn > div {
    width: 28px;
    height: 19px;
    margin: 0 auto;
    position: relative; }
    .menu_btn > div span {
      width: 100%;
      height: 3px;
      background-color: #262829;
      position: absolute;
      left: 0;
      transition: all .4s; }
      .menu_btn > div span:nth-of-type(1) {
        top: 0; }
      .menu_btn > div span:nth-of-type(2) {
        top: 8px; }
      .menu_btn > div span:nth-of-type(3) {
        bottom: 0; }
  .menu_btn p {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px; }
.menu.active .menu_box {
  left: 0; }
.menu.active .menu_btn > div span {
  background-color: #fff; }
  .menu.active .menu_btn > div span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg); }
  .menu.active .menu_btn > div span:nth-of-type(2) {
    opacity: 0; }
  .menu.active .menu_btn > div span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg); }
.menu.active .menu_btn p {
  display: none; }

/* mv */
.mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .mv {
      height: 85vw; } }
  .mv:before, .mv:after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0; }
  .mv:before {
    background-image: url(../img/mv_bg01.jpg);
    z-index: 6;
    transform: scale(1.15);
    -webkit-animation: sea 30s forwards;
    animation: sea 30s forwards; }
  .mv:after {
    background-image: url(../img/mv_bg02.png);
    z-index: 7; }
  .mv h2 {
    width: 630px;
    position: absolute;
    bottom: 0;
    left: 93px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .mv h2 {
        width: 90%;
        right: 0;
        left: 0;
        margin: auto; } }

@-webkit-keyframes sea {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
@keyframes sea {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
@media screen and (max-width: 768px) {
  .banner_box {
    width: 90%;
    margin: 30px auto; } }
.banner_box a, .banner_box p {
  position: absolute;
  top: 0;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .banner_box a, .banner_box p {
      position: static; } }
  .banner_box a:nth-of-type(1), .banner_box p:nth-of-type(1) {
    right: 0; }
    @media screen and (max-width: 768px) {
      .banner_box a:nth-of-type(1), .banner_box p:nth-of-type(1) {
        background-color: #262829;
        margin-bottom: 15px; } }
  .banner_box a img, .banner_box p img {
    width: auto;
    height: 80px; }
    @media screen and (max-width: 768px) {
      .banner_box a img, .banner_box p img {
        height: 24vw;
        margin: 0 auto; } }
  .banner_box a.type2, .banner_box p.type2 {
    width: 100%;
    background: none; }
    @media screen and (min-width: 769px) {
      .banner_box a.type2, .banner_box p.type2 {
        width: 300px;
        top: 50%;
        right: auto;
        left: calc(50% + 110px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .banner_box a.type2 img, .banner_box p.type2 img {
      width: 100%;
      max-width: 100%;
      height: auto; }

nav.sp_only li {
  border-top: 1px #ccc solid; }
  nav.sp_only li:last-child {
    border-bottom: 1px #ccc solid; }
  nav.sp_only li a {
    padding: 10px 0;
    text-align: center; }

.copyright {
  font-size: 11px;
  position: absolute;
  right: 30px;
  bottom: 25px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .copyright {
      padding: 30px 0;
      text-align: center;
      position: static; } }

.error_text {
  color: #f00; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.r_side {
  margin-left: 220px;
  padding-top: 100px;
  width: calc(100% - 220px); }
  @media screen and (max-width: 768px) {
    .r_side {
      margin-left: 0;
      padding-top: 100px;
      width: 100%; } }
  .r_side h2 {
    margin-bottom: 24px;
    font-size: 50px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .r_side h2 {
        font-size: 42px; } }
    .r_side h2 + .ttl_jp {
      margin-bottom: 32px;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
  .r_side h3 {
    margin-bottom: 14px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .1em; }
    @media screen and (max-width: 768px) {
      .r_side h3 {
        font-size: 32px; } }
    .r_side h3 + .ttl_jp {
      margin-bottom: 60px;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
  .r_side .box {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .r_side .box {
        width: 94%; } }
  .r_side input, .r_side button, .r_side textarea, .r_side select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .r_side .copyright {
    max-width: none;
    padding: 110px 30px 25px;
    text-align: right;
    position: static; }

.philospphy {
  margin-bottom: 70px;
  padding: 90px 3%; }
  .philospphy dl {
    text-align: center;
    color: #fff; }
    .philospphy dl dt {
      margin-bottom: 50px;
      font-size: 60px;
      font-weight: 900;
      color: #00d8e8;
      opacity: .9; }
      @media screen and (max-width: 768px) {
        .philospphy dl dt {
          font-size: 50px; } }
    .philospphy dl dd {
      font-size: 20px;
      font-weight: bold;
      line-height: 2.2;
      letter-spacing: 0.4em; }
      @media screen and (max-width: 768px) {
        .philospphy dl dd {
          font-size: 18px;
          text-align: left; } }

.message .message_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Yu Mincho", "YuMincho", serif; }
  .message .message_detail .img_cont {
    max-width: 300px; }
    @media screen and (max-width: 768px) {
      .message .message_detail .img_cont {
        width: 50%;
        margin: 0 auto 40px; } }
  .message .message_detail .txt_cont {
    max-width: 400px; }
    .message .message_detail .txt_cont .lead {
      margin-bottom: 32px;
      font-size: 13px;
      line-height: 2.5; }
      .message .message_detail .txt_cont .lead span {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px; }
    .message .message_detail .txt_cont .ceo_name {
      font-size: 14px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: flex-end; }
      .message .message_detail .txt_cont .ceo_name .name {
        width: 150px;
        margin-left: 15px; }

.r_side.contact {
  padding-bottom: 0; }

.form_cont {
  padding-top: 47px;
  background-color: #f7f8f8; }
  @media screen and (max-width: 768px) {
    .form_cont {
      padding: 24px 16px; } }
  .form_cont .box {
    display: block;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
      .form_cont .box {
        padding: 20px 16px; } }
    .form_cont .box ul {
      margin-bottom: 36px; }
      .form_cont .box ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 78px 12px 24px;
        border-top: 1px solid #f2f2f2; }
        @media screen and (max-width: 768px) {
          .form_cont .box ul li {
            padding: 20px 10px;
            border: none; } }
        .form_cont .box ul li .form_ttl {
          min-width: 190px;
          font-size: 16px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .form_cont .box ul li .form_ttl {
              margin-bottom: 20px; } }
          .form_cont .box ul li .form_ttl .must {
            color: #ff0000; }
          .form_cont .box ul li .form_ttl.top {
            align-self: flex-start;
            padding-top: 1em; }
        @media screen and (max-width: 768px) {
          .form_cont .box ul li .form {
            width: 100%; } }
        .form_cont .box ul li .form input[type="text"],
        .form_cont .box ul li .form textarea {
          padding: 16px;
          width: 400px;
          font-size: 16px;
          border: 1px solid #e6e6e6;
          box-sizing: border-box; }
          .form_cont .box ul li .form input[type="text"]:focus,
          .form_cont .box ul li .form textarea:focus {
            border: 1px solid #0071bc; }
          @media screen and (max-width: 768px) {
            .form_cont .box ul li .form input[type="text"],
            .form_cont .box ul li .form textarea {
              width: 100%; } }
        .form_cont .box ul li .form textarea {
          min-height: 200px;
          resize: vertical; }
    .form_cont .box .privacy {
      margin-bottom: 24px;
      color: #0071bc;
      text-decoration: underline;
      text-align: center; }
    .form_cont .box .agree {
      margin: 0 auto 20px;
      text-align: center; }
      .form_cont .box .agree .checkbox {
        position: relative;
        display: inline-block;
        padding: 3px 3px 3px 22px;
        cursor: pointer;
        -webkit-transition: all .2s;
        transition: all .2s;
        font-size: 13px; }
      .form_cont .box .agree .checkbox::before,
      .form_cont .box .agree .checkbox::after {
        position: absolute;
        content: '';
        -webkit-transition: all .2s;
        transition: all .2s; }
      .form_cont .box .agree .checkbox::before {
        top: 50%;
        left: 0;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background: #fff;
        border: 1px solid #ccc; }
      .form_cont .box .agree .checkbox::after {
        opacity: 0;
        top: 50%;
        left: 3px;
        width: 8px;
        height: 4px;
        margin-top: -4px;
        border-left: 2px solid #3498db;
        border-bottom: 2px solid #3498db;
        -webkit-transform: rotate(-45deg) scale(0.5);
        transform: rotate(-45deg) scale(0.5); }
      .form_cont .box .agree .checkbox:hover::before {
        background: #fff; }
      .form_cont .box .agree input[type="checkbox"]:checked + .checkbox::before {
        background: #fff;
        border: 1px solid #3498db; }
      .form_cont .box .agree input[type="checkbox"]:checked + .checkbox::after {
        opacity: 1;
        -webkit-transform: rotate(-45deg) scale(1);
        transform: rotate(-45deg) scale(1); }
    .form_cont .box .submit {
      margin: 0 auto;
      text-align: center; }
      .form_cont .box .submit input[type="submit"] {
        display: inline-block;
        padding: 18px 90px;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer; }
        .form_cont .box .submit input[type="submit"]:hover {
          opacity: .9; }
        @media screen and (max-width: 768px) {
          .form_cont .box .submit input[type="submit"] {
            width: 100%;
            padding: 18px 0; } }

.company_list {
  border-bottom: 1px solid #e6e6e6; }
  .company_list > li {
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
    line-height: 1.8;
    border-top: 1px solid #e6e6e6; }
    .company_list > li .company_ttl {
      width: 168px;
      font-size: 16px;
      font-weight: bold;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .company_list > li .company_ttl {
          margin-bottom: 20px;
          width: 100%; } }
    .company_list > li .company_txt {
      font-size: 15px; }
      .company_list > li .company_txt > ul {
        font-size: 15px; }
        .company_list > li .company_txt > ul li {
          text-indent: -1em;
          margin-left: 1em; }
      .company_list > li .company_txt a {
        text-decoration: underline; }
      .company_list > li .company_txt .b {
        font-weight: bold; }

#access {
  max-width: none;
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    #access {
      padding-top: 60px; } }
  #access h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 20px; }
    @media screen and (max-width: 768px) {
      #access h3 {
        font-size: 18px;
        margin: 30px 0 10px; } }
  #access .map {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 768px) {
      #access .map {
        height: 250px; } }
    #access .map iframe {
      width: 100%;
      height: calc(100% + 300px);
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.privacy {
  max-width: 800px;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .privacy {
      width: 94%; } }
  .privacy p {
    margin-bottom: 20px; }
  .privacy_list dl {
    padding: 24px;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: flex; }
    @media screen and (max-width: 768px) {
      .privacy_list dl {
        display: block; } }
    .privacy_list dl:nth-child(1) {
      border-top: 1px solid #e6e6e6; }
    .privacy_list dl dt {
      width: 260px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .privacy_list dl dt {
          width: 100%;
          margin-bottom: 20px; } }
    .privacy_list dl dd {
      width: calc(100% - 260px); }
      @media screen and (max-width: 768px) {
        .privacy_list dl dd {
          width: 100%; } }

.faburuas {
  padding: 0; }
  .faburuas .box {
    max-width: 790px; }
  .faburuas .header {
    padding: 15px 0;
    background: linear-gradient(90deg, #e6e6e6, #fff 30%, #e6e6e6); }
    .faburuas .header .box {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .faburuas .header .box {
          display: block; } }
      .faburuas .header .box h2 {
        width: 240px; }
        @media screen and (max-width: 768px) {
          .faburuas .header .box h2 {
            width: 150px;
            margin: 0 auto 20px; } }
      .faburuas .header .box ul {
        width: 560px;
        display: flex;
        align-items: flex-end;
        align-content: flex-end;
        justify-content: space-between;
        margin-right: -80px; }
        @media screen and (max-width: 768px) {
          .faburuas .header .box ul {
            width: 100%; } }
        .faburuas .header .box ul li a {
          padding-bottom: 20px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .faburuas .header .box ul li a {
              padding-bottom: 15px; } }
          .faburuas .header .box ul li a:after {
            content: "";
            width: 100%;
            height: 6px;
            background: url(../img/faburuas/arrow.png) no-repeat;
            background-size: auto 100%;
            background-position: center;
            position: absolute;
            bottom: 0;
            left: 0; }
          .faburuas .header .box ul li a img {
            width: auto;
            height: 115px; }
            @media screen and (max-width: 768px) {
              .faburuas .header .box ul li a img {
                height: 65px;
                margin: 0 auto; } }
          .faburuas .header .box ul li a p {
            font-size: 12px;
            font-weight: bold;
            text-align: center;
            margin-top: 10px; }
            @media screen and (max-width: 768px) {
              .faburuas .header .box ul li a p {
                font-size: 10px;
                margin-top: 5px; } }
        .faburuas .header .box ul li:last-child a {
          padding-left: 40px; }
          @media screen and (max-width: 768px) {
            .faburuas .header .box ul li:last-child a {
              padding-left: 30px; } }
          .faburuas .header .box ul li:last-child a:before {
            content: "";
            width: 30px;
            height: 47px;
            background: url(../img/faburuas/about_icon.png) no-repeat;
            background-size: 100%;
            background-position: center;
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (max-width: 768px) {
              .faburuas .header .box ul li:last-child a:before {
                width: 20px;
                height: 40px; } }
          .faburuas .header .box ul li:last-child a img {
            width: 110px;
            height: auto; }
            @media screen and (max-width: 768px) {
              .faburuas .header .box ul li:last-child a img {
                width: 95px; } }
  .faburuas .ttl {
    padding: 36px 0 30px;
    background: linear-gradient(90deg, #e6e6e6, #fff 50%, #e6e6e6);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .faburuas .ttl {
        padding: 22px 0 18px;
        font-size: 20px; } }
    .faburuas .ttl:after {
      content: "";
      width: 200px;
      height: 5px;
      background: linear-gradient(90deg, #52555e 0%, #52555e 50%, #77797e 50%, #77797e 100%);
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .faburuas .ttl:after {
          width: 150px; } }
    .faburuas .ttl span {
      font-size: 14px;
      line-height: 24px;
      display: block;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .faburuas .ttl span {
          font-size: 12px;
          line-height: 18px;
          margin-top: 5px; } }
  .faburuas .item_box .detail {
    padding: 90px 0 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .faburuas .item_box .detail {
        padding: 50px 0 30px;
        display: block; } }
    .faburuas .item_box .detail > img {
      width: auto;
      height: 390px; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box .detail > img {
          height: 200px;
          margin: 0 auto 30px; } }
    .faburuas .item_box .detail .text_box {
      width: 510px; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box .detail .text_box {
          width: 100%; } }
      .faburuas .item_box .detail .text_box h3 {
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .faburuas .item_box .detail .text_box h3 {
            margin-bottom: 20px; } }
        .faburuas .item_box .detail .text_box h3 img {
          width: auto;
          height: 30px; }
          @media screen and (max-width: 768px) {
            .faburuas .item_box .detail .text_box h3 img {
              height: 18px;
              margin: 0 auto; } }
      .faburuas .item_box .detail .text_box h4 {
        font-size: 18px;
        font-weight: bold;
        color: #e60012;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .faburuas .item_box .detail .text_box h4 {
            font-size: 16px;
            margin-bottom: 5px; } }
      .faburuas .item_box .detail .text_box p {
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .faburuas .item_box .detail .text_box p {
            line-height: 20px;
            margin-bottom: 15px; } }
        .faburuas .item_box .detail .text_box p:last-child {
          margin: 0; }
  .faburuas .item_box .example {
    background-color: #eeefef; }
    .faburuas .item_box .example .box {
      padding: 35px 0 40px; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box .example .box {
          padding: 30px 0; } }
      .faburuas .item_box .example .box > ul {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .faburuas .item_box .example .box > ul {
            display: block; } }
        .faburuas .item_box .example .box > ul > li {
          width: 50%;
          padding-top: 15px;
          border-top: 1px #acacac solid;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          align-content: flex-start;
          justify-content: space-between;
          margin-top: 15px; }
          @media screen and (min-width: 769px) {
            .faburuas .item_box .example .box > ul > li:nth-child(-n+2) {
              padding-top: 0;
              border: none;
              margin-top: 0; }
            .faburuas .item_box .example .box > ul > li:nth-child(2n+1) {
              padding-right: 25px; }
            .faburuas .item_box .example .box > ul > li:nth-child(2n) {
              padding-left: 25px; } }
          @media screen and (max-width: 768px) {
            .faburuas .item_box .example .box > ul > li {
              width: 100%; }
              .faburuas .item_box .example .box > ul > li:nth-child(1) {
                padding-top: 0;
                border: none;
                margin-top: 0; } }
          .faburuas .item_box .example .box > ul > li h5 {
            width: 100%;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 12px; }
            @media screen and (max-width: 768px) {
              .faburuas .item_box .example .box > ul > li h5 {
                font-size: 15px;
                margin-bottom: 10px; } }
          .faburuas .item_box .example .box > ul > li > img {
            width: 125px; }
            @media screen and (max-width: 768px) {
              .faburuas .item_box .example .box > ul > li > img {
                width: 100px; } }
          .faburuas .item_box .example .box > ul > li ul {
            width: calc(100% - 130px); }
            @media screen and (max-width: 768px) {
              .faburuas .item_box .example .box > ul > li ul {
                width: calc(100% - 110px); } }
            .faburuas .item_box .example .box > ul > li ul.mt0 {
              margin-top: -30px; }
              @media screen and (max-width: 768px) {
                .faburuas .item_box .example .box > ul > li ul.mt0 {
                  margin-top: -25px; } }
            .faburuas .item_box .example .box > ul > li ul li {
              padding-left: 15px;
              box-sizing: border-box;
              line-height: 22px;
              position: relative; }
              @media screen and (max-width: 768px) {
                .faburuas .item_box .example .box > ul > li ul li {
                  line-height: 20px; } }
              .faburuas .item_box .example .box > ul > li ul li:after {
                content: "・";
                position: absolute;
                top: 0;
                left: 0; }
  .faburuas .item_box .list {
    background-color: #eeefef; }
    .faburuas .item_box .list .box {
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box .list .box {
          padding: 30px 0; } }
      .faburuas .item_box .list .box > div {
        display: flex;
        align-items: center;
        align-content: center;
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          .faburuas .item_box .list .box > div {
            display: block; } }
        .faburuas .item_box .list .box > div:last-child {
          margin: 0; }
        .faburuas .item_box .list .box > div h5 {
          width: 50px;
          height: 210px;
          border: 1px #000 solid;
          box-sizing: border-box;
          font-size: 20px;
          font-weight: bold;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          justify-content: center;
          margin-right: 25px; }
          @media screen and (min-width: 769px) {
            .faburuas .item_box .list .box > div h5 {
              -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
              -o-writing-mode: vertical-rl;
              writing-mode: vertical-rl; } }
          @media screen and (max-width: 768px) {
            .faburuas .item_box .list .box > div h5 {
              width: 100%;
              height: 50px;
              font-size: 16px;
              flex-direction: column-reverse;
              margin-bottom: 20px; } }
          .faburuas .item_box .list .box > div h5 span {
            font-size: 12px;
            display: block;
            margin-left: 5px; }
            @media screen and (max-width: 768px) {
              .faburuas .item_box .list .box > div h5 span {
                width: 100%;
                font-size: 10px;
                text-align: center;
                margin: 5px 0 0; } }
        .faburuas .item_box .list .box > div ul {
          display: flex; }
          @media screen and (max-width: 768px) {
            .faburuas .item_box .list .box > div ul {
              display: block; } }
          .faburuas .item_box .list .box > div ul li {
            margin-right: 35px; }
            @media screen and (max-width: 768px) {
              .faburuas .item_box .list .box > div ul li {
                margin: 0 0 30px; } }
            .faburuas .item_box .list .box > div ul li:last-child {
              margin: 0; }
            .faburuas .item_box .list .box > div ul li img {
              width: auto;
              height: 120px;
              margin: 0 auto 10px; }
            .faburuas .item_box .list .box > div ul li p {
              font-size: 12px;
              line-height: 18px;
              text-align: center; }
              .faburuas .item_box .list .box > div ul li p span {
                font-weight: bold; }
                .faburuas .item_box .list .box > div ul li p span span {
                  font-size: 14px; }
  .faburuas .item_box a {
    width: 300px;
    padding: 21px 0;
    background-color: #fff;
    border: 1px #000 solid;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 35px auto 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .faburuas .item_box a {
        width: 250px;
        margin-top: 20px; } }
    .faburuas .item_box a:after {
      content: "";
      width: 16px;
      height: 100%;
      background: url(../img/sp_water/btn_icon.png) no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 0;
      right: 20px; }
  .faburuas .item_box #item2 .example .box {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .faburuas .item_box #item2 .example .box {
        display: block; } }
    .faburuas .item_box #item2 .example .box > ul {
      width: 58%;
      display: block; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box #item2 .example .box > ul {
          width: 100%; } }
      .faburuas .item_box #item2 .example .box > ul > li {
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px #acacac solid;
        margin-top: 15px; }
        .faburuas .item_box #item2 .example .box > ul > li:nth-child(1) {
          padding: 0;
          border: none;
          margin: 0; }
    .faburuas .item_box #item2 .example .box > img {
      width: 42%;
      margin-right: -45px; }
      @media screen and (max-width: 768px) {
        .faburuas .item_box #item2 .example .box > img {
          width: 70%;
          margin: 20px auto 0; } }
  .faburuas .item_box #item3 .example .box > ul > li {
    width: 100%;
    padding: 0; }
  .faburuas .about {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .faburuas .about {
        margin-top: 30px; } }
    .faburuas .about .table_box > p:not(.right) {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (max-width: 768px) {
        .faburuas .about .table_box > p:not(.right) {
          font-size: 16px; } }
    .faburuas .about .table_box table {
      width: 100%; }
      .faburuas .about .table_box table tr {
        border-bottom: 1px #fff solid; }
        .faburuas .about .table_box table tr:last-child {
          border: none; }
        .faburuas .about .table_box table tr th, .faburuas .about .table_box table tr td {
          border-right: 1px #fff solid; }
          .faburuas .about .table_box table tr th:last-child, .faburuas .about .table_box table tr td:last-child {
            border: none; }
        .faburuas .about .table_box table tr th {
          background-color: #187fc3;
          vertical-align: middle;
          color: #fff; }
    .faburuas .about .cont1 {
      padding: 40px 0 45px;
      background: linear-gradient(90deg, #e6e6e6, #fff 30%, #e6e6e6); }
      @media screen and (max-width: 768px) {
        .faburuas .about .cont1 {
          padding: 30px 0; } }
      .faburuas .about .cont1 .box h3 {
        width: 285px;
        margin: 0 auto 40px; }
        @media screen and (max-width: 768px) {
          .faburuas .about .cont1 .box h3 {
            width: 200px;
            margin-bottom: 20px; } }
      .faburuas .about .cont1 .box p {
        line-height: 26px; }
        .faburuas .about .cont1 .box p span {
          font-weight: bold;
          color: #e60012; }
      .faburuas .about .cont1 .box > div:not(.table_box) {
        width: 470px;
        padding: 0 15px 10px;
        border: 2px #e50012 solid;
        box-sizing: border-box;
        margin: 65px auto 50px; }
        @media screen and (max-width: 768px) {
          .faburuas .about .cont1 .box > div:not(.table_box) {
            width: 100%;
            margin: 30px auto; } }
        .faburuas .about .cont1 .box > div:not(.table_box) h4 {
          width: 280px;
          background: linear-gradient(90deg, #fdfdfd, #f3f3f3);
          font-size: 21px;
          font-weight: bold;
          text-align: center;
          color: #e50012;
          margin: -13px auto 10px; }
          @media screen and (max-width: 768px) {
            .faburuas .about .cont1 .box > div:not(.table_box) h4 {
              width: 230px;
              font-size: 16px;
              margin-top: -10px; } }
          @media screen and (max-width: 480px) {
            .faburuas .about .cont1 .box > div:not(.table_box) h4 {
              background: linear-gradient(90deg, #f5f5f5, #eaeaea); } }
        .faburuas .about .cont1 .box > div:not(.table_box) p {
          line-height: 22px; }
      .faburuas .about .cont1 .box .table_box table tr:nth-child(1) th:nth-child(2) {
        background-color: #274573; }
      .faburuas .about .cont1 .box .table_box table tr:nth-child(1) th:nth-last-child(-n+2) {
        background-color: #e26c55; }
      .faburuas .about .cont1 .box .table_box table tr th {
        padding: 5px 0;
        font-size: 12px;
        font-weight: bold;
        line-height: 14px; }
        .faburuas .about .cont1 .box .table_box table tr th:nth-child(1) {
          width: 11.5%; }
          @media screen and (max-width: 768px) {
            .faburuas .about .cont1 .box .table_box table tr th:nth-child(1) {
              width: 16%; } }
        .faburuas .about .cont1 .box .table_box table tr th span {
          font-size: 10px; }
      .faburuas .about .cont1 .box .table_box table tr td {
        width: 29.5%;
        padding: 5px;
        background-color: #f9e2dd;
        font-size: 10px;
        font-weight: bold; }
        .faburuas .about .cont1 .box .table_box table tr td:nth-child(2) {
          background-color: #def1fb; }
        .faburuas .about .cont1 .box .table_box table tr td ul li {
          padding-left: 1em;
          line-height: 16px;
          position: relative; }
          .faburuas .about .cont1 .box .table_box table tr td ul li:after {
            content: "・";
            position: absolute;
            top: 0;
            left: 0; }
        .faburuas .about .cont1 .box .table_box table tr td p {
          line-height: 16px; }
        .faburuas .about .cont1 .box .table_box table tr td .blue {
          font-weight: bold;
          color: #1d2087; }
        .faburuas .about .cont1 .box .table_box table tr td .red {
          font-weight: bold;
          color: #e50012; }
    .faburuas .about > div:not(.cont1) .box {
      padding: 40px 0 45px; }
      @media screen and (max-width: 768px) {
        .faburuas .about > div:not(.cont1) .box {
          padding: 30px 0; } }
      .faburuas .about > div:not(.cont1) .box .bold {
        font-size: 20px;
        font-weight: bold;
        line-height: 36px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div:not(.cont1) .box .bold {
            font-size: 16px;
            line-height: 28px; } }
        .faburuas .about > div:not(.cont1) .box .bold span {
          color: #e60012; }
      .faburuas .about > div:not(.cont1) .box h5 {
        font-size: 20px;
        font-weight: bold;
        color: #036eb8;
        margin: 45px 0 20px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div:not(.cont1) .box h5 {
            font-size: 14px;
            margin: 20px 0 10px; } }
      .faburuas .about > div:not(.cont1) .box > p {
        line-height: 26px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div:not(.cont1) .box > p {
            line-height: 20px; } }
      .faburuas .about > div:not(.cont1) .box .column2 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between;
        margin-top: 45px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div:not(.cont1) .box .column2 {
            display: block;
            margin-top: 20px; } }
      .faburuas .about > div:not(.cont1) .box .table_box > p:not(.right) {
        font-size: 16px;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div:not(.cont1) .box .table_box > p:not(.right) {
            font-size: 14px; } }
        .faburuas .about > div:not(.cont1) .box .table_box > p:not(.right):nth-child(1) {
          margin-top: 0; }
      .faburuas .about > div:not(.cont1) .box .table_box table tr:nth-child(2n) td {
        background-color: #d3def1; }
      .faburuas .about > div:not(.cont1) .box .table_box table tr:nth-child(2n+1) td {
        background-color: #ddd1e7; }
      .faburuas .about > div:not(.cont1) .box .table_box table tr th {
        padding: 5px 0; }
      .faburuas .about > div:not(.cont1) .box .table_box table tr td {
        padding: 5px 0;
        line-height: 16px;
        text-align: center;
        vertical-align: middle; }
      .faburuas .about > div:not(.cont1) .box .table_box .right {
        font-size: 10px;
        text-align: right;
        margin-top: 5px; }
    .faburuas .about > div.cont2 .box .column2 .img_box {
      width: 410px; }
      @media screen and (max-width: 768px) {
        .faburuas .about > div.cont2 .box .column2 .img_box {
          width: 100%;
          margin-bottom: 20px; } }
    .faburuas .about > div.cont2 .box .column2 .table_box {
      width: 360px; }
      @media screen and (max-width: 768px) {
        .faburuas .about > div.cont2 .box .column2 .table_box {
          width: 100%; } }
    .faburuas .about > div.cont3 .box .column2 {
      align-items: center;
      align-content: center; }
      .faburuas .about > div.cont3 .box .column2 .img_box {
        width: 340px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div.cont3 .box .column2 .img_box {
            width: 100%;
            margin-bottom: 20px; } }
        .faburuas .about > div.cont3 .box .column2 .img_box img {
          margin-bottom: 60px; }
          @media screen and (max-width: 768px) {
            .faburuas .about > div.cont3 .box .column2 .img_box img {
              margin-bottom: 20px; } }
          .faburuas .about > div.cont3 .box .column2 .img_box img:last-child {
            margin: 0; }
      .faburuas .about > div.cont3 .box .column2 .table_box {
        width: 390px; }
        @media screen and (max-width: 768px) {
          .faburuas .about > div.cont3 .box .column2 .table_box {
            width: 100%; } }
        .faburuas .about > div.cont3 .box .column2 .table_box td:nth-child(1) {
          width: 45%; }
        .faburuas .about > div.cont3 .box .column2 .table_box td:nth-child(2) {
          width: 20%; }
        .faburuas .about > div.cont3 .box .column2 .table_box td:nth-child(3) {
          width: 35%; }
    @media screen and (max-width: 768px) {
      .faburuas .about > div.cont4 .box .img_box:nth-child(2) {
        width: 70%;
        margin: 20px auto 0; } }
    .faburuas .about > div.cont4 .box .img_box img {
      width: auto;
      height: 260px; }
      @media screen and (max-width: 768px) {
        .faburuas .about > div.cont4 .box .img_box img {
          width: 100%;
          height: auto; } }
    .faburuas .about > div.cont4 .box .table_box {
      margin-top: 20px; }
      .faburuas .about > div.cont4 .box .table_box .column2 {
        margin: 0; }
        .faburuas .about > div.cont4 .box .table_box .column2 table {
          width: 380px; }
          @media screen and (max-width: 768px) {
            .faburuas .about > div.cont4 .box .table_box .column2 table {
              width: 100%;
              margin-bottom: 15px; }
              .faburuas .about > div.cont4 .box .table_box .column2 table:last-child {
                margin: 0; }
              .faburuas .about > div.cont4 .box .table_box .column2 table th {
                width: 25%; }
                .faburuas .about > div.cont4 .box .table_box .column2 table th:nth-child(1) {
                  width: 50%; } }

.sp_water {
  padding: 0;
  background: linear-gradient(90deg, #ececec, #fff);
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .sp_water {
      padding: 0 0 30px; } }
  .sp_water .box {
    max-width: 790px; }
  .sp_water .item_box {
    background: url(../img/sp_water/bg01.jpg) no-repeat;
    background-size: 130%;
    background-position: top right; }
    .sp_water .item_box h2 {
      width: 335px;
      padding: 55px 0 90px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .sp_water .item_box h2 {
          width: 57%;
          padding: 17.5% 0 8%; } }
    .sp_water .item_box > div:not(.box) {
      padding: 50px 0 10px;
      background: rgba(0, 0, 0, 0.8) url(../img/sp_water/bg02.png) no-repeat;
      background-size: 100% 355px;
      background-position: bottom center; }
      @media screen and (max-width: 768px) {
        .sp_water .item_box > div:not(.box) {
          padding: 6% 0 1%;
          background-size: 120% 68%;
          background-position: bottom right; } }
      .sp_water .item_box > div:not(.box) .box {
        max-width: 760px;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between; }
        .sp_water .item_box > div:not(.box) .box > img {
          width: 180px;
          margin-top: -100px; }
          @media screen and (max-width: 768px) {
            .sp_water .item_box > div:not(.box) .box > img {
              width: 23%;
              margin-top: -10%; } }
        .sp_water .item_box > div:not(.box) .box .text_box {
          width: 540px; }
          @media screen and (max-width: 768px) {
            .sp_water .item_box > div:not(.box) .box .text_box {
              width: 75%; } }
          .sp_water .item_box > div:not(.box) .box .text_box h3 {
            width: 485px;
            margin-bottom: 85px; }
            @media screen and (max-width: 768px) {
              .sp_water .item_box > div:not(.box) .box .text_box h3 {
                width: 100%;
                margin-bottom: 10%; } }
          .sp_water .item_box > div:not(.box) .box .text_box > p {
            margin-bottom: 35px; }
            @media screen and (max-width: 768px) {
              .sp_water .item_box > div:not(.box) .box .text_box > p {
                margin-bottom: 5%; } }
          .sp_water .item_box > div:not(.box) .box .text_box .flex {
            display: flex;
            align-items: flex-start;
            align-content: flex-start;
            justify-content: space-between; }
            .sp_water .item_box > div:not(.box) .box .text_box .flex > div {
              width: 250px; }
              @media screen and (max-width: 768px) {
                .sp_water .item_box > div:not(.box) .box .text_box .flex > div {
                  width: 46%; } }
              .sp_water .item_box > div:not(.box) .box .text_box .flex > div:nth-of-type(1) {
                position: relative; }
                .sp_water .item_box > div:not(.box) .box .text_box .flex > div:nth-of-type(1):after {
                  content: "";
                  width: 40px;
                  height: 65px;
                  background: url(../img/sp_water/arrow.png) no-repeat;
                  background-size: 20px;
                  background-position: center;
                  position: absolute;
                  top: 0;
                  right: -40px; }
                  @media screen and (max-width: 768px) {
                    .sp_water .item_box > div:not(.box) .box .text_box .flex > div:nth-of-type(1):after {
                      width: 17%;
                      height: 8.5vw;
                      background-size: 60%;
                      right: -17%; } }
              .sp_water .item_box > div:not(.box) .box .text_box .flex > div p {
                line-height: 18px;
                color: #fff;
                margin-top: 10px; }
                @media screen and (max-width: 768px) {
                  .sp_water .item_box > div:not(.box) .box .text_box .flex > div p {
                    font-size: 10px;
                    line-height: 14px;
                    margin-top: 5px; } }
  .sp_water .point_box {
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      .sp_water .point_box {
        margin-bottom: 30px; } }
    .sp_water .point_box h3 {
      height: 60px;
      background-color: #000;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 768px) {
        .sp_water .point_box h3 {
          height: 45px;
          font-size: 16px;
          margin-bottom: 40px; } }
      .sp_water .point_box h3 span {
        width: 140px;
        padding: 4px 0;
        background-color: #fff;
        border-radius: 30px;
        font-size: 26px;
        color: #000;
        margin-left: 5px; }
        @media screen and (max-width: 768px) {
          .sp_water .point_box h3 span {
            width: 80px;
            font-size: 18px; } }
    .sp_water .point_box ul {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sp_water .point_box ul {
          display: block; } }
      .sp_water .point_box ul li {
        width: 250px;
        padding-bottom: 30px;
        border: 1px #000 solid;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .sp_water .point_box ul li {
            width: 100%;
            margin-bottom: 30px; }
            .sp_water .point_box ul li:last-child {
              margin: 0; } }
        .sp_water .point_box ul li .roboto {
          width: 160px;
          padding: 7px 0;
          background-color: #000;
          border-radius: 30px;
          font-size: 20px;
          color: #fff;
          margin: -17px auto 25px; }
          @media screen and (max-width: 768px) {
            .sp_water .point_box ul li .roboto {
              width: 100px;
              padding: 6px 0;
              font-size: 18px;
              margin: -15px auto 15px; } }
        .sp_water .point_box ul li h4 {
          font-size: 20px;
          font-weight: bold;
          color: #29abe2;
          margin-bottom: 25px; }
          @media screen and (max-width: 768px) {
            .sp_water .point_box ul li h4 {
              font-size: 18px;
              margin-bottom: 15px; } }
          .sp_water .point_box ul li h4 span {
            font-size: 30px;
            display: block;
            margin-top: 5px; }
            @media screen and (max-width: 768px) {
              .sp_water .point_box ul li h4 span {
                font-size: 26px;
                display: inline-block;
                vertical-align: baseline;
                margin: 0 0 0 5px; } }
        .sp_water .point_box ul li p:not(.roboto) {
          font-size: 16px;
          line-height: 26px; }
          @media screen and (max-width: 768px) {
            .sp_water .point_box ul li p:not(.roboto) {
              font-size: 14px;
              line-height: 22px; } }
  .sp_water .scene_box {
    padding-top: 25px;
    margin-bottom: 90px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sp_water .scene_box {
        padding: 0;
        margin-bottom: 25px; } }
    .sp_water .scene_box .text_box {
      width: 345px;
      padding: 90px 0 70px;
      background: url(../img/sp_water/scene_bg.png) no-repeat;
      background-size: 100% 100%;
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .sp_water .scene_box .text_box {
          width: 280px;
          padding: 80px 0 60px;
          margin: 0 auto 20px; } }
      .sp_water .scene_box .text_box h3 {
        margin-bottom: 35px; }
        @media screen and (max-width: 768px) {
          .sp_water .scene_box .text_box h3 {
            margin-bottom: 20px; } }
        .sp_water .scene_box .text_box h3 img {
          width: auto;
          height: 75px;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            .sp_water .scene_box .text_box h3 img {
              height: 60px; } }
      .sp_water .scene_box .text_box p {
        line-height: 25px; }
        @media screen and (max-width: 768px) {
          .sp_water .scene_box .text_box p {
            line-height: 20px; } }
    .sp_water .scene_box .item_box {
      background: none;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .sp_water .scene_box .item_box {
          width: 90%;
          display: block;
          margin: 0 auto; } }
      .sp_water .scene_box .item_box img {
        width: 48%; }
        @media screen and (min-width: 769px) {
          .sp_water .scene_box .item_box img:nth-child(1) {
            width: 55%;
            position: absolute;
            top: 0;
            right: 0; } }
        @media screen and (max-width: 768px) {
          .sp_water .scene_box .item_box img {
            width: 100%;
            margin-bottom: 10px; }
            .sp_water .scene_box .item_box img:last-child {
              margin: 0; } }
  .sp_water .btn {
    width: 300px;
    padding: 21px 0;
    background-color: #fff;
    border: 1px #000 solid;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sp_water .btn {
        width: 250px; } }
    .sp_water .btn:after {
      content: "";
      width: 16px;
      height: 100%;
      background: url(../img/sp_water/btn_icon.png) no-repeat;
      background-size: 100%;
      background-position: center;
      position: absolute;
      top: 0;
      right: 20px; }

/*# sourceMappingURL=style.css.map */

/* ===================================
   Contact Form 7 - SOLAL専用調整
=================================== */

/* フォーム全体 */
.form_cont .wpcf7 {
  width: 100%;
}

/* 各入力ブロック */
.form_cont .wpcf7-form p {
  margin-bottom: 24px;
}

/* テキスト・メール・電話 */
.form_cont .wpcf7 input[type="text"],
.form_cont .wpcf7 input[type="email"],
.form_cont .wpcf7 input[type="tel"],
.form_cont .wpcf7 textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.3s;
}

/* フォーカス時 */
.form_cont .wpcf7 input:focus,
.form_cont .wpcf7 textarea:focus {
  outline: none;
  border-color: #000;
  background: #fafafa;
}

/* テキストエリア */
.form_cont .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}

/* 送信ボタン */
.form_cont .wpcf7-submit {
  display: inline-block;
  width: 220px;
  margin: 30px auto 0;
  padding: 14px 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: opacity 0.3s;
}

/* hover */
.form_cont .wpcf7-submit:hover {
  opacity: 0.8;
}

/* センター寄せ */
.form_cont .wpcf7 form {
  text-align: center;
}

/* エラーメッセージ */
.form_cont .wpcf7-not-valid-tip {
  color: #c00;
  font-size: 13px;
  margin-top: 4px;
}

/* バリデーション枠 */
.form_cont .wpcf7-not-valid {
  border-color: #c00;
}

/* 送信完了メッセージ */
.form_cont .wpcf7-mail-sent-ok {
  border: none;
  color: #006600;
  font-weight: bold;
  text-align: center;
}

/* 送信失敗 */
.form_cont .wpcf7-validation-errors,
.form_cont .wpcf7-acceptance-missing {
  border: none;
  color: #c00;
  text-align: center;
}

/* =========================
   Global Navigation (WP)
========================= */

.gnav {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gnav li {
  margin: 0;
}

.gnav li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: opacity .3s;
}

.gnav li a:hover {
  opacity: 0.7;
}



/* =========================
   Footer Navigation (WP)
========================= */

.fnav {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.fnav li a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

.fnav li a:hover {
  text-decoration: underline;
}


/* ===== Contact Form 7 (SOLAL Contact UI) ===== */
.contact_form {
  max-width: 720px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* 2カラム */
.contact_form .form_row {
  display: flex;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
}

.contact_form .form_row.textarea {
  align-items: flex-start;
}

/* 左：ラベル */
.contact_form .form_row .label {
  width: 220px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
  white-space: nowrap;
}

/* 右：入力 */
.contact_form .form_row .field {
  flex: 1;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  background: #fafafa;
  box-sizing: border-box;
}

.contact_form textarea {
  height: 180px;
  resize: vertical;
}

/* 必須マーク */
.contact_form .required {
  color: #e60012;
  margin-left: 6px;
  font-weight: 700;
}

/* privacyリンク */
.contact_form .privacy_link {
  text-align: center;
  margin: 28px 0 10px;
}
.contact_form .privacy_link a {
  color: #1a73e8;
  text-decoration: underline;
}

/* 同意チェック（必須っぽく） */
.contact_form .privacy_check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 12px 0 26px;
  font-size: 14px;
}

.contact_form .privacy_check input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

/* 送信ボタン中央 */
.contact_form .submit_row {
  text-align: center;
}

.contact_form input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 14px 46px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.contact_form input[type="submit"]:hover {
  opacity: 0.85;
}

/* CF7のエラーを崩さない */
.contact_form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.contact_form .wpcf7-response-output {
  margin: 18px 0 0;
}

/* ===================================
   CF7 Contact 最終上書き（SOLAL）※これだけ残す
=================================== */

/* ① メール（実DOM: type="text" name="email"）を他と統一 */
.form_cont .box ul li .form input[type="text"][name="email"],
.form_cont .box ul li .form input[name="email"]{
  padding: 16px;
  width: 400px;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
}

.form_cont .box ul li .form input[type="text"][name="email"]:focus,
.form_cont .box ul li .form input[name="email"]:focus{
  border-color: #0071bc;
}

@media screen and (max-width: 768px){
  .form_cont .box ul li .form input[type="text"][name="email"],
  .form_cont .box ul li .form input[name="email"]{
    width: 100%;
  }
}

/* ② 同意チェック（CF7 DOM: label > input + span.wpcf7-list-item-label） */
.form_cont .box .agree{
  text-align: center;
  margin-top: 18px;
}

.form_cont .box .agree .wpcf7-list-item{
  margin: 0;
}

.form_cont .box .agree .wpcf7-list-item label{
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

/* 実チェックは透明にしてクリックは生かす（←ここ重要） */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"]{
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 14px;
  height: 14px;
  opacity: 0;
  margin: 0;
}

/* 右側テキスト */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label{
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

/* □枠 */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

/* ✓チェック */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::after{
  content: "";
  position: absolute;
  opacity: 0;
  left: 3px;
  top: 0.55em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  transform: rotate(-45deg);
}

/* checkedで表示 */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
  opacity: 1;
}

/* =========================
   email枠を他と完全一致（最終上書き）
========================= */
.form_cont .box ul li .form input[type="email"],
.form_cont .box ul li .form input[type="text"][name="email"],
.form_cont .box ul li .form input[name*="email"],
.form_cont .box ul li .form input[name*="mail"]{
  padding: 16px !important;
  width: 400px !important;
  font-size: 16px !important;
  line-height: 1.2;
  border: 1px solid #e6e6e6 !important;
  box-sizing: border-box !important;
  background: #fff !important;

  /* “太枠/標準見た目”潰し */
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.form_cont .box ul li .form input[type="email"]:focus,
.form_cont .box ul li .form input[type="text"][name="email"]:focus,
.form_cont .box ul li .form input[name*="email"]:focus,
.form_cont .box ul li .form input[name*="mail"]:focus{
  border-color: #0071bc !important;
}

@media screen and (max-width: 768px){
  .form_cont .box ul li .form input[type="email"],
  .form_cont .box ul li .form input[type="text"][name="email"],
  .form_cont .box ul li .form input[name*="email"],
  .form_cont .box ul li .form input[name*="mail"]{
    width: 100% !important;
  }
}

/* =========================
   送信ボタンを中央寄せ
========================= */
.form_cont .btn{
  text-align: center;
}

.form_cont .btn input[type="submit"],
.form_cont .btn .wpcf7-submit{
  display: inline-block;
  margin: 0 auto;
}

/* =========================
   送信ボタン：中央寄せ（崩れない版）
========================= */
.form_cont .btn{
  display: flex;
  justify-content: center;
}

/* ボタンの見た目（適正サイズに固定） */
.form_cont .btn input[type="submit"],
.form_cont .btn .wpcf7-submit{
  display: inline-block;
  width: auto !important;         /* ここはOK（paddingも一緒に指定するのがコツ） */
  padding: 18px 90px !important;  /* 以前の“正しい大きさ”を強制 */
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px){
  .form_cont .btn input[type="submit"],
  .form_cont .btn .wpcf7-submit{
    width: 100% !important;
    padding: 18px 0 !important;
  }
}

.form_cont .btn p{ margin: 0; }

/* =========================
   送信ボタン：ズレない中央寄せ（最終）
========================= */

/* 1) .btn 自体を100%幅 + flex中央 */
.form_cont .btn{
  width: 100%;
  display: flex;
  justify-content: center;
}

/* 2) CF7が入れる p を “100%幅” にして中で中央寄せ */
.form_cont .btn > p{
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

/* 3) ボタン本体 */
.form_cont .btn input[type="submit"],
.form_cont .btn .wpcf7-submit{
  margin: 0;              /* autoにしない（flexで中央にする） */
  display: inline-block;
}

/* =========================
   送信ボタン 強制中央修正
========================= */

/* flex を無効化 */
.form_cont .btn,
.form_cont .btn p{
  display: block !important;
  text-align: center !important;
}

/* ボタンを中央に */
.form_cont .btn input[type="submit"]{
  display: inline-block !important;
  margin: 0 auto !important;
}

/* =========================
   送信ボタン：遅延CSSに負けない中央寄せ（flex前提）
========================= */
.form_cont .btn{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.form_cont .btn > p{
  margin: 0 !important;
  display: flex !important;
  justify-content: center !important;
}

.form_cont .btn input[type="submit"],
.form_cont .btn .wpcf7-submit{
  margin: 0 !important;      /* flexではautoより0が安定 */
  display: inline-block !important;
}

/* =====================
   Privacy 2カラム
===================== */

.privacy_table{
  margin-top:40px;
}

.privacy_row{
  display:flex;
  border-bottom:1px solid #e5e5e5;
  padding:22px 0;
}

.privacy_left{
  width:280px;
  font-weight:bold;
}

.privacy_right{
  flex:1;
  line-height:1.8;
}

@media screen and (max-width:768px){
  .privacy_row{
    flex-direction:column;
  }
  .privacy_left{
    width:auto;
    margin-bottom:8px;
  }
}

/* =========================
   メニュー文字だけ上に詰める
========================= */

.menu nav{
  margin-top: -70px; /* ← 数字を調整 */
}

/* =========================
   Policy page
========================= */
.policy_right{
  text-align: right;
  margin: 10px 0 30px;
  line-height: 1.9;
}

.policy_bigttl{
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 20px;
}

.policy_midttl{
  font-size: 16px;
  font-weight: 700;
  margin: 28px 0 12px;
}

.policy_smlttl{
  font-size: 14px;
  font-weight: 700;
  margin: 18px 0 8px;
  line-height: 1.6;
  text-align: center;   /* ← これ追加 */
}

.privacy_content .policy_smlttl{
  text-align: center !important;
}

.policy_note{
  font-size: 12px;
  opacity: .8;
}

.policy_table{
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 28px;
}

.policy_table th,
.policy_table td{
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 10px;
  vertical-align: top;
}

.policy_table th{
  font-weight: 700;
}

/* 中タイトル（下線＋太字＋大きめ） */
.policy_midttl{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin: 30px 0 14px;
}

/* 右寄せブロック */
.policy_right{
  text-align: right;
  margin: 18px 0 26px;
  line-height: 1.8;
}

/* テーブル（2カラム） */
.policy_tbl{
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 18px;
}

.policy_tbl th,
.policy_tbl td{
  border-bottom: 1px solid #eee;
  padding: 14px 10px;
  vertical-align: top;
  line-height: 1.7;
}

.policy_tbl th{
  font-weight: 700;
}

/* 長文ブロック */
.policy_block{
  margin: 14px 0;
  line-height: 1.8;
}

.policy_note{
  margin: 8px 0 18px;
  line-height: 1.8;
  word-break: break-word;
}

/* policyページ本文を左寄せに戻す */
.policy{
  text-align: left;
}

/* 小タイトル＋本文 */
.policy p,
.policy_smlttl{
  text-align: left;
}

/* policy テーブル枠線（グレー） */
.policy_tbl {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ccc;
  margin: 16px 0 28px;
}

.policy_tbl th,
.policy_tbl td {
  border: 1px solid #ccc;
  padding: 10px 12px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.6;
}

.policy_tbl th {
  font-weight: 700;
  background: #f5f5f5;
}

/* Policy 右寄せブロック */
.policy_right{
  text-align: right !important;
  margin-top: 24px;
  line-height: 1.9;
}

.policy_right p{
  text-align: right !important;
}

#recruit .apply-button{
  display: inline-block;
  margin-top: 14px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
  transition: .2s;
}
#recruit .apply-button:hover{
  opacity: .85;
  transform: translateY(-1px);
}

.recruit_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.recruit_table th,
.recruit_table td {
  border-bottom: 1px solid #ddd;
  padding: 14px 10px;
  vertical-align: top;
  text-align: left;
}

.recruit_table th {
  width: 180px;
  font-weight: bold;
  color: #333;
}

.recruit_table ul {
  margin: 0;
  padding-left: 18px;
}

/* Recruit page (ID=48) center */
.page-id-48 .r_side,
.page-id-48 .r_side .box { text-align: center; }

.page-id-48 .r_side .box > *{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* テーブル/リストは読みやすく左寄せ */
.page-id-48 .r_side .box ul,
.page-id-48 .r_side .box ol,
.page-id-48 .r_side .box table { text-align: left; }

/* ===== Recruit Cards ===== */
.recruit_card{
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px 14px;
  margin-top: 18px;
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
}

.recruit_table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}
.recruit_table th,
.recruit_table td{
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
  vertical-align: top;
}
.recruit_table th{
  width: 180px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}
.recruit_table td ul{
  margin: 0;
  padding-left: 18px;
}

/* ===== Sticky Apply Button inside each card ===== */
.recruit_apply_sticky{
  position: sticky;
  bottom: 10px;          /* カード内で下に張り付く */
  margin-top: 14px;
  padding-top: 10px;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.7));
  text-align: center;
}

.recruit_apply_btn{
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
}
.recruit_apply_btn:hover{ opacity: .85; }

/* スマホは押しやすく */
@media (max-width: 640px){
  .recruit_table th{ width: 120px; }
  .recruit_apply_btn{ width: 100%; text-align: center; }
}

/* Recruit notice */
.page-id-48 .recruit_notice{
  border-radius: 16px;
  padding: 18px 16px;
  margin-top: 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.04);
}

.page-id-48 .recruit_notice_success{
  border: 1px solid #d7f0df;
  background: #f3fbf6;
}

.page-id-48 .recruit_notice_error{
  border: 1px solid #ffd6d6;
  background: #fff3f3;
}

/* Recruit form loading */
.page-id-48 .recruit_form_loading{
  display:none;
  margin-top:12px;
  font-size: 13px;
  color:#666;
}

.page-id-48 .recruit_apply_btn[disabled],
.page-id-48 button.recruit_apply_btn[disabled]{
  opacity:.6;
  cursor:not-allowed;
}

/* Honeypot spam trap */
.hp_wrap{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

/* ===================================
   Contact Form 7 - SOLAL 最終統一版
   目的：競合排除 / 1ブロックで完結 / 崩れない順番
=================================== */

/* -----------------------------------
   0) CF7共通：余計な余白を安定化
----------------------------------- */
.form_cont .wpcf7,
.form_cont .wpcf7 form,
.form_cont .wpcf7-form {
  width: 100%;
  margin: 0;
}

.form_cont .wpcf7-form p {
  margin: 0 0 24px;
  padding: 0;
}

/* CF7の出力メッセージ（送信成功/失敗） */
.form_cont .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  line-height: 1.7;
  border-radius: 4px;
  text-align: left;
}

/* -----------------------------------
   1) 入力UI（テキスト / メール / 電話 / テキストエリア）
   ※ “見た目の統一” を最優先で、対象を絞る
----------------------------------- */
.form_cont .box ul li .form input[type="text"],
.form_cont .box ul li .form input[type="email"],
.form_cont .box ul li .form input[type="tel"],
.form_cont .box ul li .form textarea {
  width: 400px;
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;

  /* ブラウザ差分潰し */
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .form_cont .box ul li .form input[type="text"],
  .form_cont .box ul li .form input[type="email"],
  .form_cont .box ul li .form input[type="tel"],
  .form_cont .box ul li .form textarea {
    width: 100%;
  }
}

.form_cont .box ul li .form textarea {
  min-height: 200px;
  resize: vertical;
}

/* フォーカス時（他の入力と同じ挙動） */
.form_cont .box ul li .form input[type="text"]:focus,
.form_cont .box ul li .form input[type="email"]:focus,
.form_cont .box ul li .form input[type="tel"]:focus,
.form_cont .box ul li .form textarea:focus {
  border-color: #0071bc;
}

/* -----------------------------------
   2) “メールがtextになっている”ケース救済（CF7でありがち）
   ※ name="email" だけ狙う（巻き込み禁止）
----------------------------------- */
.form_cont .box ul li .form input[type="text"][name="email"] {
  width: 400px;
  max-width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;

  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.form_cont .box ul li .form input[type="text"][name="email"]:focus {
  border-color: #0071bc;
}

@media (max-width: 768px) {
  .form_cont .box ul li .form input[type="text"][name="email"] {
    width: 100%;
  }
}

/* -----------------------------------
   3) エラー表示（CF7標準）
----------------------------------- */
.form_cont .wpcf7-not-valid-tip {
  color: #c00;
  font-size: 13px;
  margin-top: 6px;
  text-align: left;
}

.form_cont .wpcf7-not-valid {
  border-color: #c00 !important;
}

/* -----------------------------------
   4) プライバシー同意チェック（CF7 DOM想定）
   label > input + span.wpcf7-list-item-label
----------------------------------- */
.form_cont .box .agree {
  text-align: center;
  margin-top: 18px;
}

.form_cont .box .agree .wpcf7-list-item {
  margin: 0;
}

.form_cont .box .agree .wpcf7-list-item label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.4;
}

/* 実チェック（透明化してクリックは生かす） */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 14px;
  height: 14px;
  opacity: 0;
  margin: 0;
}

/* テキスト + 擬似チェック枠 */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}

/* □ */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

/* ✓ */
.form_cont .box .agree .wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 3px;
  top: 0.55em;
  width: 8px;
  height: 4px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  transform: rotate(-45deg);
}

.form_cont .box .agree .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* -----------------------------------
   5) 送信ボタン：崩れない中央寄せ（CF7のpラップ前提）
----------------------------------- */
.form_cont .btn,
.form_cont .btn > p {
  width: 100%;
  margin: 0 !important;
  text-align: center !important;
}

.form_cont .btn input[type="submit"],
.form_cont .btn .wpcf7-submit {
  display: inline-block !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 18px 90px !important;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: opacity .3s;
}

.form_cont .btn input[type="submit"]:hover,
.form_cont .btn .wpcf7-submit:hover {
  opacity: .85;
}

@media (max-width: 768px) {
  .form_cont .btn input[type="submit"],
  .form_cont .btn .wpcf7-submit {
    width: 100% !important;
    padding: 18px 0 !important;
  }
}

/* -----------------------------------
   6) 補助：スパム対策 honeypot（あなたの既存を維持）
----------------------------------- */
.hp_wrap{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

/* =========================
   CONDITIONS 中央寄せ 修正
========================= */
.page-id-48 .r_side .box h3:contains("CONDITIONS"){
  text-align:center;
}

/* =========================
   採用ページ 見出しの余白
========================= */
.page-id-48 .r_side .box h3.roboto{
  margin-top: 80px;
}

/* =========================
   JOBS 下の職種テキスト非表示
========================= */
.page-id-48 .recruit_job_links{
  display: none;
}

/* =========================
   Recruit：CONDITIONS中央揃え
========================= */
.r_side .box h4,
.r_side .box p,
.r_side .box ul,
.r_side .box ol {
  text-align: center;
}

.r_side .box ul {
  display: inline-block;
  text-align: left; /* 箇条書きだけ読みやすく */
  margin: 0 auto;
}

/* =========================
   WHY US：段落間余白
========================= */
.recruit_merit {
  margin-bottom: 24px;
}

.recruit_merit h4 {
  margin-bottom: 8px;
}

/* =========================
   APPLYボタン強制表示
========================= */
#recruit-form button,
#recruit-form input[type="submit"] {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 16px;
}

/* ===== Recruit: JOBS直下の一覧（営業職/事務職/…）を非表示 ===== */
.page-id-48 .r_side .box h2 + p,
.page-id-48 .r_side .box h2 + ul,
.page-id-48 .r_side .box h2 + .wp-block-list{
  display:none !important;
}

/* ===== Recruit: CONDITIONS 2カラムテーブル ===== */
.page-id-48 .conditions_tbl{
  width:100%;
  max-width:760px;
  margin: 28px auto 0;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}

.page-id-48 .conditions_tbl th,
.page-id-48 .conditions_tbl td{
  border-bottom: 1px solid #eee;
  padding: 14px 14px;
  vertical-align: top;
  line-height: 1.8;
  font-size: 14px;
}

.page-id-48 .conditions_tbl th{
  width: 180px;
  font-weight: 700;
  text-align: left;
  background: #f7f8f8;
  white-space: nowrap;
}

@media (max-width: 768px){
  .page-id-48 .conditions_tbl th,
  .page-id-48 .conditions_tbl td{
    display:block;
    width:100%;
  }
  .page-id-48 .conditions_tbl th{
    border-bottom:none;
    padding-bottom: 6px;
  }
  .page-id-48 .conditions_tbl td{
    padding-top: 0;
  }
}

/* ===== Recruit: FLOW 本文を中央寄せ ===== */
.page-id-48 #flow,
.page-id-48 .flow{
  text-align:center;
}

.page-id-48 #flow ol,
.page-id-48 #flow ul,
.page-id-48 .flow ol,
.page-id-48 .flow ul{
  display:inline-block;        /* リスト自体を中央に */
  text-align:left;             /* 文字は読みやすく左（中央にしたければ下の行をcenterに） */
  margin: 0 auto;
  padding-left: 1.2em;
}

.page-id-48 #flow p,
.page-id-48 .flow p{
  text-align:center;
}

/* =========================================================
   Recruit (page-id-48) : CONDITIONS / FLOW 調整（確定版）
   ※HTMLそのまま、崩れない順で上書き
========================================================= */

/* ===== 共通：見出しブロックの上余白（要望：ABOUT/WHYUS/JOBS/CONDITIONS/FLOW） ===== */
.page-id-48 .r_side .box{
  margin-top: 48px !important;   /* 既存 inline style 18px を上書き */
}
@media (max-width: 768px){
  .page-id-48 .r_side .box{
    margin-top: 32px !important;
  }
}

/* =========================================================
   CONDITIONS：h4 + p / h4 + ul を 2カラム化
   左：項目名（勤務地/勤務時間/休日休暇/福利厚生）
   右：内容（p / ul）
========================================================= */
.page-id-48 .r_side .box h3.roboto + .ttl_jp{
  margin-bottom: 18px;
}

/* ① ラッパー .box 内の共通条件ブロックを対象
   CONDITIONSのboxだけに効かせるため、h3のテキストで判定できないので
   “CONDITIONSブロックの典型構造” (= h3.roboto + p.ttl_jp + h4...) に限定 */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp + h4{
  margin-top: 0;
}

/* ② h4（左カラム） */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4{
  width: 180px;
  margin: 0;
  padding: 14px 14px;
  box-sizing: border-box;

  font-size: 14px;
  font-weight: 700;
  text-align: left;
  background: #f7f8f8;

  border: 1px solid #e6e6e6;
  border-right: none;
}

/* ③ p/ul（右カラム） */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ p,
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ul{
  margin: 0;
  padding: 14px 14px;
  box-sizing: border-box;

  font-size: 14px;
  line-height: 1.8;
  text-align: left;

  border: 1px solid #e6e6e6;
}

/* ④ 2カラムの並び：h4 と その直後の p/ul を横並びにする */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4,
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + p,
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + ul{
  display: inline-block;
  vertical-align: top;
}

/* 右カラム幅（760px想定） */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + p,
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + ul{
  width: calc(760px - 180px);
  max-width: calc(100% - 180px);
}

/* boxの中央寄せ維持（既存 .box の max-width:800px に合わせる） */
.page-id-48 .r_side .box{
  max-width: 760px;
}

/* 福利厚生 ul の体裁 */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ul{
  list-style: none;
  padding-left: 14px;
}
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ul li{
  position: relative;
  padding-left: 1em;
  margin: 4px 0;
}
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ul li::before{
  content: "・";
  position: absolute;
  left: 0;
}

/* モバイル：縦積み（読みやすく） */
@media (max-width: 768px){
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4,
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + p,
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + ul{
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    border-right: 1px solid #e6e6e6;
  }
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4{
    border-bottom: none;
    padding-bottom: 6px;
  }
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + p,
  .page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ h4 + ul{
    padding-top: 0;
  }
}

/* =========================================================
   FLOW：中央寄せ（本文・注記も中央）
========================================================= */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ol{
  margin: 0 auto;
  display: inline-block;     /* リスト自体を中央へ */
  text-align: left;          /* 文字は読みやすく左 */
  padding-left: 1.2em;
}

/* FLOWブロック内の注記p（inline styleがあっても勝つ） */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp ~ ol + p{
  text-align: center !important;
  margin-top: 10px;
}

/* FLOWブロックは全体中央寄せ */
.page-id-48 .r_side .box h3.roboto + p.ttl_jp{
  text-align: center;
}
.page-id-48 .r_side .box h3.roboto{
  text-align: center;
}
