@charset "UTF-8";
/*****************************
 *
 *settings
 *
 ***************************** */
.dnone {
  display: none !important; }
  .dnone.show {
    display: block !important; }

.mgt0 {
  margin-top: 0 !important; }

.mgb0 {
  margin-bottom: 0 !important; }

.pdb0 {
  padding-bottom: 0 !important; }

.bdt {
  border-top: 1px solid #ccc !important; }

.bdb {
  border-bottom: 1px solid #ccc !important; }

.fz20 {
  font-size: 1.9rem !important; }

.trans_txt_parent .inner {
  overflow: hidden; }
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(100px); }

.scroll_fadein {
  transform: translateY(100px);
  opacity: 0; }

.serif {
  font-family: "Noto Serif jp", serif !important; }

a.button, button {
  margin: 40px 0;
  border: none;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  padding: 17px 22px;
  border-radius: 8px;
  background: linear-gradient(to right, #396afc, #2948ff);
  color: #fff;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 283px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  transition: 0.4s ease;
  z-index: 11;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
  a.button .material-icons, button .material-icons {
    position: relative;
    top: 4px;
    line-height: 0.5; }
  a.button.s, button.s {
    width: auto !important;
    display: table; }
  a.button.l, button.l {
    width: 300px; }
  a.button.dl:after, button.dl:after {
    content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
    font-size: 26px;
    font-weight: normal;
    font-family: "material symbols outlined";
    display: inline-block; }
  a.button.center, button.center {
    margin: 50px auto; }
  a.button.emp, button.emp {
    background: linear-gradient(#FE985F, #FF596F);
    padding: 20px 30px;
    border-radius: 50px;
    width: 280px;
    font-size: 2rem; }
  a.button.internal:after, button.internal:after {
    position: absolute;
    content: "";
    font-family: "material symbols outlined";
    display: inline-block;
    right: 20px;
    font-weight: normal;
    top: calc(50% - 12px); }
  a.button.external:after, button.external:after {
    position: absolute;
    content: "";
    font-family: "material symbols outlined";
    display: inline-block;
    right: 20px;
    font-weight: normal;
    top: calc(50% - 12px); }
  a.button:hover, button:hover {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2); }
    a.button:hover i, button:hover i {
      transform: translateX(10px);
      background: #FF596F; }
      a.button:hover i svg path, button:hover i svg path {
        fill: #fff; }
  a.button i, button i {
    height: 32px;
    width: 32px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    transition: 0.4s ease; }
  a.button.or, button.or {
    background: #FF7B67;
    border-radius: 50px; }
  a.button.green, button.green {
    background: linear-gradient(to right, #43B897, #20E3B2);
    border-radius: 50px; }
  a.button.grey, button.grey {
    background: #999 !important;
    pointer-events: none; }

#content .color_txt .color_bg s {
  -webkit-background-clip: text !important;
  background: linear-gradient(#FE985F, #FF596F);
  -webkit-text-fill-color: transparent; }

#content.subpage .dnone_asr {
  display: none !important; }

body .lity {
  z-index: 9999999999999999; }

body.scrolled .tabs {
  transform: scale(0.9); }
  body.scrolled .tabs:before {
    display: none !important; }
  body.scrolled .tabs span.active {
    border-bottom: 1px solid #43B897 !important; }
    body.scrolled .tabs span.active:after {
      display: none; }

.headline {
  height: 400px;
  background: linear-gradient(#D2EAF9, #fff); }
  .headline.green {
    background: linear-gradient(#BEF9EC, #fff); }
  .headline.white {
    background: #fff;
    height: 300px; }
    .headline.white .ib .earth {
      display: none; }
  .headline.single {
    background: #f1f1f1; }
    .headline.single .ib .earth {
      display: none; }
  .headline .ib {
    height: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    padding: 100px 0;
    flex-wrap: wrap;
    position: relative; }
    .headline .ib .bnr {
      z-index: 9;
      position: absolute;
      width: auto;
      padding: 20px;
      font-size: 2rem;
      color: #396afc;
      border: 3px solid #396afc;
      border-radius: 8px;
      background: #fff;
      top: 245px;
      left: 376px;
      align-items: center;
      display: flex;
      transition: 0.4s ease; }
      .headline .ib .bnr:hover {
        transform: translateX(10px); }
      .headline .ib .bnr:after {
        content: "";
        font-family: "material icons";
        margin-left: 10px;
        font-size: 130%; }
    .headline .ib .subpage_globe {
      width: 300px;
      height: 300px;
      position: absolute;
      right: -15px;
      bottom: -38px;
      overflow: hidden; }
      .headline .ib .subpage_globe #globe {
        width: 100%;
        width: 100%;
        transform: scale(0.3);
        transform-origin: top left;
        padding-top: 430px; }
    .headline .ib .earth {
      width: 320px;
      height: 320px;
      right: 0;
      bottom: -70px;
      position: absolute;
      align-items: baseline;
      justify-content: center;
      display: flex;
      transform: scale(0.9);
      transform-origin: right;
      z-index: 3; }
      .headline .ib .earth.globe {
        width: 280px;
        height: 280px; }
      .headline .ib .earth.center {
        align-items: center; }
      .headline .ib .earth .products {
        position: relative;
        width: 166px;
        z-index: 3;
        opacity: 0;
        top: -30px;
        transition: 0.4s ease;
        animation: fluffy 3s infinite alternate forwards; }
        .headline .ib .earth .products.pr {
          width: 170px; }
        .headline .ib .earth .products.lib {
          width: 170px; }
        .headline .ib .earth .products.asr {
          width: 130px; }
        .headline .ib .earth .products.freon {
          width: 180px; }
        .headline .ib .earth .products.airbag {
          width: 180px;
          margin-top: -10px; }
@keyframes fluffy {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(10px); } }
        .headline .ib .earth .products.active {
          opacity: 1; }
      .headline .ib .earth .earth2 {
        position: absolute;
        z-index: 3;
        width: 230px;
        height: auto;
        margin-top: -80px;
        left: calc(50% - 115px);
        bottom: 110px;
        opacity: 0;
        transition: 0.4s ease; }
        .headline .ib .earth .earth2.active {
          opacity: 1;
          transform: translateY(0px); }
      .headline .ib .earth .earth1 {
        position: absolute;
        z-index: 2;
        width: 200px;
        height: auto;
        left: calc(50% - 100px);
        bottom: 90px;
        transition: 0.4s ease;
        opacity: 0;
        animation: fluffy 3s infinite alternate forwards; }
@keyframes fluffy {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(10px); } }
        .headline .ib .earth .earth1.active {
          opacity: 1;
          transform: translateY(0px); }
      .headline .ib .earth .cr {
        display: block;
        width: 100%;
        height: 100%;
        animation: 10s rotate linear forwards infinite;
        position: absolute;
        top: 0;
        left: 0; }
    .headline .ib .panlist {
      font-size: 1.6rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      margin-top: 170px; }
      .headline .ib .panlist span {
        display: inline-block;
        align-items: center;
        display: flex; }
      .headline .ib .panlist a {
        display: inline-block;
        align-items: center;
        display: flex; }
        .headline .ib .panlist a.home:before {
          content: "";
          font-family: "material symbols outlined";
          display: inline-block;
          margin-right: 5px; }
        .headline .ib .panlist a:after {
          content: "";
          font-family: "material symbols outlined";
          display: inline-block;
          display: inline-block;
          margin-left: 6px; }
    .headline .ib h1 {
      font-size: 48px;
      font-weight: bold;
      width: 100%;
      margin: 0;
      position: relative;
      z-index: 9;
      align-items: center;
      display: flex; }
      .headline .ib h1 em {
        display: inline-block;
        font-size: 32px;
        margin-left: 10px; }
      .headline .ib h1.s {
        font-size: 36px;
        padding-top: 15px; }
      .headline .ib h1 .date {
        height: 100%;
        font-size: 20px;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #396afc;
        color: #396afc; }
        .headline .ib h1 .date span {
          display: block; }
          .headline .ib h1 .date span:nth-of-type(1) {
            font-size: 22px; }

#content .ib.mgn {
  padding: 20px 0; }
#content .buttons {
  display: flex;
  margin: 60px 0 90px;
  margin-top: 40px; }
  #content .buttons.bl a:after {
    display: none; }
  #content .buttons.center {
    justify-content: center; }
  #content .buttons a, #content .buttons span {
    margin: 0 8px;
    min-width: 180px;
    padding: 17px 32px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to right, #43B897, #20E3B2);
    border-radius: 50px;
    position: relative;
    transition: 0.4s ease;
    cursor: pointer;
    text-align: center; }
    #content .buttons a.tool, #content .buttons a.cable, #content .buttons span.tool, #content .buttons span.cable {
      padding: 12px 45px 12px 30px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center; }
      #content .buttons a.tool:before, #content .buttons a.cable:before, #content .buttons span.tool:before, #content .buttons span.cable:before {
        font-family: "material icons";
        display: inline-block;
        margin-right: 15px;
        content: "";
        font-size: 24px;
        font-weight: normal; }
    #content .buttons a.cable:before, #content .buttons span.cable:before {
      content: ""; }
    #content .buttons a:hover, #content .buttons a.active, #content .buttons span:hover, #content .buttons span.active {
      transform: translateY(10px);
      background: linear-gradient(#FE985F, #FF596F); }
    #content .buttons a.active, #content .buttons span.active {
      transform: none; }
    #content .buttons a:after, #content .buttons span:after {
      content: "";
      position: absolute;
      right: 13px;
      color: #fff;
      font-family: "material symbols outlined";
      display: inline-block;
      font-size: 23px;
      top: calc(50% - 12px); }
#content .tit {
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to right, #43B897, #20E3B2);
  letter-spacing: 0.15rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 70px;
  position: relative; }
  #content .tit.blue {
    background: linear-gradient(to right, #123d83, #123d83);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #content .tit img.tit {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: -1; }

#content.subpage {
  background: none; }
  #content.subpage h2 {
    margin: 70px 0; }
    #content.subpage h2:before {
      display: none; }
    #content.subpage h2 .inner {
      color: #396afc;
      font-size: 72px;
      display: flex; }
      #content.subpage h2 .inner s {
        background: linear-gradient(#FE985F, #FF596F);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    #content.subpage h2 span {
      font-size: 2.2rem;
      align-items: center;
      display: flex;
      color: #212121; }
      #content.subpage h2 span:before {
        content: "";
        height: 1px;
        width: 20px;
        margin-right: 10px;
        background: #212121; }

#content .form_inq {
  width: 600px;
  padding: 40px;
  border-radius: 12px;
  margin: 50px 0;
  max-width: 100%;
  background: #f5f5f5;
  border: 1px solid #396afc; }
  #content .form_inq p {
    text-align: center; }
  #content .form_inq h3 {
    text-align: center;
    border: none;
    margin-bottom: 20px;
    margin-top: 30px; }
    #content .form_inq h3:before {
      display: none; }
  #content .form_inq .buttons {
    margin-bottom: 0; }
    #content .form_inq .buttons a.btn {
      margin: 0 auto; }
  #content .form_inq img {
    display: block;
    width: 130px;
    margin: 30px auto; }
#content .bullet3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 100px 0 30px;
  padding: 0 50px; }
  #content .bullet3.value {
    justify-content: center;
    margin-bottom: -50px; }
    #content .bullet3.value .box {
      width: 31%;
      border-radius: 12px;
      margin: 0 10px 60px 10px;
      background: #f7f7f7;
      align-items: center;
      text-align: center;
      justify-content: center;
      line-height: 1.4;
      display: flex; }
      #content .bullet3.value .box span {
        width: 60px;
        height: 60px;
        background: linear-gradient(#FE985F, #FF596F);
        border-radius: 50%; }
  #content .bullet3 .box {
    background: #fff;
    padding: 30px 20px;
    padding-top: 50px;
    border-radius: 0 20px 0 20px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 48.4%;
    position: relative;
    margin-bottom: 60px; }
    #content .bullet3 .box span {
      position: absolute;
      z-index: 2;
      width: 58px;
      height: 64px;
      top: calc(-32px);
      left: calc(50% - 29px);
      background: url(../img/leaf1.png);
      background-size: cover;
      align-items: center;
      justify-content: center;
      display: flex;
      font-size: 32px;
      color: #fff;
      font-weight: bold; }
    #content .bullet3 .box p {
      margin: 0;
      font-weight: bold;
      font-size: 2rem; }
#content .au_vision {
  position: relative;
  margin-top: -30px; }
  #content .au_vision .ib {
    padding-bottom: 0px; }
    #content .au_vision .ib h2 {
      margin-top: 20px; }
  #content .au_vision .bg1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 45vw; }
#content .ms_df {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  #content .ms_df .txt {
    width: 47%;
    margin-top: 30px;
    padding: 50px;
    padding-right: 0;
    position: relative; }
    #content .ms_df .txt:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% + 160px);
      height: 100%;
      background: #f6f9fc; }
    #content .ms_df .txt p {
      position: relative;
      z-index: 2;
      margin-top: 0; }
  #content .ms_df .img {
    width: calc(50vw - 1%);
    height: 520px;
    z-index: 2;
    margin-right: calc(0px - calc(50vw - (600px - 1%)));
    position: relative;
    overflow: hidden;
    margin-top: -50px; }
    #content .ms_df .img.active img {
      filter: blur(0px) grayscale(0); }
    #content .ms_df .img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      filter: blur(20px) grayscale(1);
      transition: 1s ease; }
    #content .ms_df .img .sign {
      position: absolute;
      background: #fff;
      padding: 25px;
      padding-bottom: 0;
      display: table;
      bottom: 0;
      left: 0; }
#content .sign {
  display: block;
  margin-top: 50px; }
  #content .sign span {
    text-align: right;
    display: block;
    font-size: 1.8rem;
    font-weight: bold; }
  #content .sign p {
    font-size: 3.2rem;
    text-align: right;
    margin-top: 10px; }
#content iframe {
  display: block;
  margin: 30px auto;
  height: 500px;
  width: 100%; }
  #content iframe.form {
    height: 900px; }
#content .access {
  padding: 30px;
  background: #f5f5f5;
  margin: 40px 0;
  border-radius: 6px; }
  #content .access h4 {
    margin-top: 0;
    margin-bottom: 15px;
    align-items: center;
    display: flex; }
    #content .access h4:before {
      content: "";
      font-family: "material symbols outlined";
      display: inline-block;
      margin-right: 5px;
      font-weight: normal;
      font-size: 35px; }
  #content .access span {
    display: block; }
    #content .access span:before {
      content: "-";
      display: inline-block;
      margin-right: 5px; }
#content table {
  width: 100%; }
  #content table tr th {
    width: 13%;
    font-size: 1.8rem;
    text-align: left;
    padding: 20px 0;
    vertical-align: top; }
  #content table tr td {
    padding: 20px;
    padding-left: 40px;
    width: 87%;
    font-size: 1.6rem;
    line-height: 1.7;
    border-left: 1px solid #212121; }
    #content table tr td p {
      margin-top: 0; }
#content img.org {
  display: block;
  margin: 80px auto;
  max-width: 100%;
  width: 1000px; }
#content .history_con {
  position: relative;
  width: 100%; }
  #content .history_con:before {
    width: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 180px;
    display: block;
    content: "";
    background: linear-gradient(#fff 0% 2%, #FE985F 5% 55%, #FF596F 110%); }
  #content .history_con p.remark {
    font-size: 1.4rem;
    padding-left: 215px;
    margin-top: 40px; }
  #content .history_con .row .col {
    padding: 10px 20px 5px;
    justify-content: space-between;
    display: flex;
    align-items: center; }
    #content .history_con .row .col.month:before {
      position: absolute;
      left: 175px;
      width: 20px;
      height: 20px;
      content: "";
      border-radius: 50%;
      display: block;
      background: linear-gradient(#FE985F, #FF596F);
      z-index: 2; }
    #content .history_con .row .col.year {
      padding-bottom: 0; }
      #content .history_con .row .col.year span {
        font-size: 4rem;
        display: block;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(#FE985F, #FF596F); }
        #content .history_con .row .col.year span em {
          -webkit-background-clip: text !important;
          -webkit-text-fill-color: transparent;
          background: #3f3f3f; }
    #content .history_con .row .col span {
      width: 130px;
      font-size: 3.2rem;
      font-weight: bold;
      text-align: right; }
      #content .history_con .row .col span em {
        display: inline-block;
        font-size: 1.8rem; }
    #content .history_con .row .col p {
      width: calc(100% - 190px); }

#content .outer_link {
  display: table;
  margin: 50px auto;
  color: #123d83;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #123d83;
  font-size: 2.2rem;
  position: relative; }
  #content .outer_link:after {
    content: "";
    font-family: "material icons";
    margin-left: 10px;
    position: relative;
    top: 3px;
    font-size: 110%; }
#content .biz_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  #content .biz_intro p {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2;
    width: 68%; }
  #content .biz_intro .anim {
    position: absolute;
    width: 265px;
    height: 780px;
    right: 0;
    top: 0;
    background: url(../img/business/white_bg.png) 0 0 no-repeat, url(../img/business/white_bg2.png) 0 0 no-repeat, url(../img/business/t2.jpg) repeat-y 100% 50%;
    background-size: 100% 100px, 100% 100px, 100% auto;
    animation: 20s biz_anim linear forwards infinite; }
@keyframes biz_anim {
  0% {
    background-position: 0 0, 0 100%, 100% 1000px; }
  100% {
    background-position: 0 0, 0 100%, 100% 0px; } }
#content .mission.mission_outer {
  width: 100vw;
  margin-left: calc(0px - calc(50vw - 580px));
  margin-top: 100px;
  margin-bottom: -130px;
  background: #EEF7FF; }
#content .mission .ib {
  width: 1160px;
  padding: 80px 0; }
  #content .mission .ib .mission_list {
    flex-wrap: wrap;
    display: flex;
    justify-content: center; }
    #content .mission .ib .mission_list .box {
      width: 31.6%;
      margin-right: 2.6%;
      background: #fff;
      padding: 30px 25px;
      padding-right: 25px;
      margin-bottom: 30px; }
      #content .mission .ib .mission_list .box:nth-of-type(3n) {
        margin-right: 0; }
      #content .mission .ib .mission_list .box h3 {
        text-align: center;
        border: none;
        padding-left: 0;
        margin-top: 10px;
        font-size: 2.4rem;
        margin-bottom: 30px; }
        #content .mission .ib .mission_list .box h3:before {
          display: none; }
      #content .mission .ib .mission_list .box .img {
        width: 100%;
        margin: 30px 0;
        align-items: center;
        height: 100px;
        display: flex; }
        #content .mission .ib .mission_list .box .img.s {
          padding: 8px 0; }
        #content .mission .ib .mission_list .box .img a {
          display: block;
          width: auto;
          height: 100%;
          margin: 0 auto; }
          #content .mission .ib .mission_list .box .img a img {
            display: block;
            height: 100%; }
      #content .mission .ib .mission_list .box .bullet {
        counter-reset: number; }
        #content .mission .ib .mission_list .box .bullet span {
          display: block;
          font-size: 1.6rem;
          font-weight: bold;
          position: relative;
          margin-bottom: 3px;
          padding: 0;
          padding-left: 30px;
          min-height: 54px;
          align-items: center;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 5px; }
          #content .mission .ib .mission_list .box .bullet span i {
            display: block;
            font-size: 1.4rem;
            color: #123d83; }
          #content .mission .ib .mission_list .box .bullet span:last-child {
            border: none;
            padding-bottom: 0; }
          #content .mission .ib .mission_list .box .bullet span:before {
            position: absolute;
            top: 0;
            left: 0;
            height: calc(100%  - 5px);
            align-items: center;
            justify-content: center;
            display: flex;
            counter-increment: number;
            content: counter(number);
            font-size: 22px;
            padding: 2px 8px 2px 0;
            border-right: 2px solid #123d83;
            color: #123d83; }
    #content .mission .ib .mission_list .row {
      position: relative;
      margin-bottom: 60px;
      height: 270px; }
      #content .mission .ib .mission_list .row:nth-of-type(2) .img img {
        width: auto; }
      #content .mission .ib .mission_list .row .img {
        width: 270px;
        height: 270px;
        align-items: center;
        justify-content: center;
        display: flex;
        top: 0;
        left: 0;
        position: absolute;
        padding: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15); }
        #content .mission .ib .mission_list .row .img img {
          display: block;
          width: 100%; }
      #content .mission .ib .mission_list .row .txt {
        width: 100%;
        padding-left: 230px;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        display: flex;
        position: relative;
        z-index: 2; }
        #content .mission .ib .mission_list .row .txt h3 {
          font-size: 3.2rem;
          padding: 0;
          color: #FF7B67;
          margin: 30px 0 10px;
          width: 100%;
          align-items: center;
          display: flex; }
          #content .mission .ib .mission_list .row .txt h3:before, #content .mission .ib .mission_list .row .txt h3:after {
            display: none; }
          #content .mission .ib .mission_list .row .txt h3 i {
            display: inline-block;
            width: 64px;
            height: 64px;
            padding: 10px;
            align-items: center;
            justify-content: center;
            display: flex;
            font-size: 34px;
            color: #fff;
            background: linear-gradient(#FE985F, #FF596F);
            border-radius: 50%;
            margin-right: 10px; }
        #content .mission .ib .mission_list .row .txt p {
          font-size: 1.7rem;
          font-weight: bold; }

#content.subpage .hide_con {
  display: none; }
#content.subpage .pr_list {
  flex-wrap: wrap;
  display: flex;
  margin: 100px auto;
  width: 1000px;
  max-width: 100%;
  justify-content: center; }
  #content.subpage .pr_list .box {
    width: 31%;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-right: 30px;
    margin-bottom: 30px;
    transition: 0.4s ease;
    position: relative; }
    #content.subpage .pr_list .box:after {
      position: absolute;
      bottom: 30px;
      right: 30px;
      content: url(../img/ar3.svg);
      transform: translateY(20px) scale(0.8);
      transition: 0.4s ease;
      transform-origin: bottom right; }
    #content.subpage .pr_list .box:hover {
      background: #43B897;
      border-radius: 16px; }
      #content.subpage .pr_list .box:hover:after {
        transform: translateY(0px) scale(0.8); }
      #content.subpage .pr_list .box:hover h4 {
        color: #fff; }
    #content.subpage .pr_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.subpage .pr_list .box:nth-of-type(n+4) img {
      height: 150px; }
    #content.subpage .pr_list .box:nth-of-type(n+5) img {
      height: 140px; }
    #content.subpage .pr_list .box img {
      display: block;
      width: auto;
      height: 160px;
      margin: 0 auto; }
    #content.subpage .pr_list .box h4 {
      margin-top: 20px;
      text-align: center;
      margin-bottom: 0;
      font-size: 2.8rem;
      transition: 0.4s ease;
      padding-bottom: 0;
      border: none; }
#content.subpage .tel_con {
  font-size: 3.2rem;
  font-weight: bold;
  color: #396afc;
  align-items: center;
  display: flex; }
#content.subpage .tel_before {
  position: relative; }
  #content.subpage .tel_before:before {
    content: "";
    font-family: "material icons";
    display: inline-block;
    margin-right: 10px; }
#content.subpage .docs_bullet {
  flex-wrap: wrap;
  display: flex;
  margin: 50px 0;
  padding: 30px;
  border: none;
  background: #f7f7f7; }
  #content.subpage .docs_bullet .box {
    width: 23%;
    margin-right: 2%; }
    #content.subpage .docs_bullet .box.nb {
      display: flex; }
      #content.subpage .docs_bullet .box.nb img {
        display: block;
        width: 70px;
        border: 1px solid #999;
        margin-right: 10px;
        height: auto; }
      #content.subpage .docs_bullet .box.nb h5:before {
        display: none; }
    #content.subpage .docs_bullet .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.subpage .docs_bullet .box h5 {
      position: relative;
      align-items: center;
      display: flex;
      margin: 10px 0;
      font-size: 1.7rem; }
      #content.subpage .docs_bullet .box h5:before {
        margin-right: 10px;
        font-size: 55px;
        text-decoration: none;
        font-weight: normal;
        content: "";
        font-family: "material symbols outlined";
        display: inline-block; }
#content.subpage .related {
  margin: 100px 0; }
  #content.subpage .related .bnrs {
    justify-content: space-between;
    display: flex; }
    #content.subpage .related .bnrs a {
      width: 32%;
      background: #f5f5f5;
      height: 110px;
      position: relative;
      align-items: center;
      display: flex;
      font-size: 2.1rem;
      font-weight: bold;
      position: relative;
      padding-left: 135px;
      transition: 0.4s ease; }
      #content.subpage .related .bnrs a:hover {
        background: #FF7B67;
        color: #fff; }
        #content.subpage .related .bnrs a:hover .cr {
          background: #FF7B67;
          transition: 0.4s ease;
          transform: translateX(10px); }
        #content.subpage .related .bnrs a:hover .img img {
          transform: scale(1.1); }
      #content.subpage .related .bnrs a .cr {
        width: 36px;
        height: 36px;
        right: 15px;
        position: absolute;
        z-index: 2;
        border-radius: 50px;
        display: block;
        top: calc(50% - 18px);
        transition: 0.4s ease;
        background: linear-gradient(#FE985F, #FF596F);
        align-items: center;
        justify-content: center;
        display: flex; }
        #content.subpage .related .bnrs a .cr:before {
          content: "";
          font-family: "material symbols outlined";
          display: inline-block;
          color: #fff; }
      #content.subpage .related .bnrs a .img {
        width: 110px;
        height: 110px;
        position: relative;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0; }
        #content.subpage .related .bnrs a .img:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          z-index: 2;
          background: rgba(0, 0, 0, 0.3);
          mix-blend-mode: multiply; }
        #content.subpage .related .bnrs a .img img {
          position: relative;
          transition: 0.4s ease;
          object-fit: cover;
          width: 100%;
          height: 100%; }
#content.subpage h2.rr {
  padding-bottom: 11px;
  border-bottom: 1px solid #43B897; }
  #content.subpage h2.rr span {
    display: block;
    text-align: center;
    font-size: 40px;
    color: #43B897; }
  #content.subpage h2.rr i {
    display: block;
    text-align: center;
    font-size: 2.4rem; }
#content.subpage .products_content {
  margin: 60px 0; }
  #content.subpage .products_content .rel_nav {
    display: none; }
#content.subpage table {
  width: 100%;
  margin: 40px 0; }
  #content.subpage table.pr.fac tr th {
    width: calc(100% / 3);
    padding-bottom: 10px; }
  #content.subpage table.pr.fac tr td {
    width: calc(100% / 3);
    padding-left: 20px;
    padding: 10px 20px 10px; }
  #content.subpage table.pr tr th {
    width: 120px;
    background: #BEF9EC;
    padding: 20px;
    border: none;
    border-bottom: 2px solid #fff; }
    #content.subpage table.pr tr th:nth-of-type(2) {
      width: calc(100% - 120px); }
    #content.subpage table.pr tr th:nth-of-type(n+2) {
      border-left: 2px solid #fff; }
    #content.subpage table.pr tr th[rowspan] + td {
      padding-bottom: 0; }
  #content.subpage table.pr tr td {
    border-left: none;
    padding: 20px;
    border-bottom: 2px solid #fff;
    background: #f7f7f7; }
    #content.subpage table.pr tr td:nth-of-type(n+2) {
      border-left: 2px solid #fff; }
#content.subpage a.link_rel {
  display: block;
  margin-bottom: 30px;
  font-size: 24px;
  color: #396afc;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #396afc;
  align-items: center;
  display: flex; }
  #content.subpage a.link_rel:after {
    font-family: "material icons";
    content: "";
    margin-left: 10px; }
#content.subpage .tabs {
  display: flex;
  position: sticky;
  margin-top: -80px;
  align-items: center;
  align-items: center;
  top: 130px;
  z-index: 12;
  transition: 0.4s ease;
  transform-origin: left; }
  #content.subpage .tabs.nobd:before {
    display: none; }
  #content.subpage .tabs:before {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #43B897;
    content: "";
    display: block; }
  #content.subpage .tabs .inner {
    display: flex; }
  #content.subpage .tabs.pro span {
    background: #396afc !important; }
    #content.subpage .tabs.pro span.active {
      background: #fff !important; }
  #content.subpage .tabs.link a {
    transition: 0.4s ease;
    background: #396afc; }
    #content.subpage .tabs.link a:hover {
      background: #396afc; }
    #content.subpage .tabs.link a.on {
      position: relative;
      background: #fff;
      padding-left: 40px;
      opacity: 1;
      color: #396afc;
      border: 1px solid #396afc;
      border-bottom: none; }
      #content.subpage .tabs.link a.on:before {
        content: "";
        margin-right: 5px;
        font-family: "material symbols outlined";
        display: inline-block;
        font-weight: normal;
        position: absolute;
        height: auto;
        width: auto;
        background: none;
        border-radius: 0;
        left: 15px;
        top: calc(50% - 13px);
        font-size: 24px; }
  #content.subpage .tabs span, #content.subpage .tabs a {
    font-weight: bold;
    min-width: 110px;
    padding: 11px 16px 11px 20px;
    font-size: 1.7rem;
    text-align: center;
    background: #43B897;
    color: #fff;
    min-height: 48px;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    #content.subpage .tabs span.tab_num, #content.subpage .tabs a.tab_num {
      background: #396afc; }
    #content.subpage .tabs span.or, #content.subpage .tabs a.or {
      background: #FF7B67; }
    #content.subpage .tabs span:before, #content.subpage .tabs a:before {
      content: "";
      position: absolute;
      left: 8px;
      border-radius: 50%;
      height: 8px;
      width: 8px;
      background: #fff;
      top: calc(50% - 4px); }
    #content.subpage .tabs span.s, #content.subpage .tabs a.s {
      font-size: 1.5rem;
      line-height: 1.1; }
    #content.subpage .tabs span:hover, #content.subpage .tabs a:hover {
      background: #43B897;
      opacity: 1; }
    #content.subpage .tabs span.active, #content.subpage .tabs a.active {
      background: #fff;
      border: 1px solid #43B897;
      border-bottom: none;
      justify-content: center;
      opacity: 1;
      color: #212121;
      font-weight: bold;
      align-items: center;
      display: flex;
      position: relative;
      padding-left: 40px; }
      #content.subpage .tabs span.active:after, #content.subpage .tabs a.active:after {
        position: absolute;
        content: "";
        height: 10px;
        width: 100%;
        left: 0;
        bottom: -10px;
        background: #fff; }
      #content.subpage .tabs span.active:before, #content.subpage .tabs a.active:before {
        content: url(../img/products/ar1.svg);
        margin-right: 7px;
        transform: scale(0.8);
        position: absolute;
        left: 10px;
        top: calc(50% - 10px); }
#content.subpage .sub_links {
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 50px;
  flex-wrap: wrap; }
  #content.subpage .sub_links.n {
    width: 220px;
    max-width: 100%; }
    #content.subpage .sub_links.n a {
      margin-right: 0;
      width: 100%; }
  #content.subpage .sub_links.move a, #content.subpage .sub_links.move span {
    padding: 10px 15px; }
    #content.subpage .sub_links.move a:before, #content.subpage .sub_links.move span:before {
      display: none; }
  #content.subpage .sub_links a, #content.subpage .sub_links span {
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 1.7rem;
    padding: 7px 15px 7px 8px;
    background: #F1FFFC;
    color: #43B897;
    border: 1px solid #43B897;
    font-weight: bold;
    transition: 0.4s ease; }
    #content.subpage .sub_links a:hover, #content.subpage .sub_links span:hover {
      color: #396afc; }
    #content.subpage .sub_links a:before, #content.subpage .sub_links span:before {
      content: "";
      margin-right: 5px;
      font-family: "material symbols outlined";
      display: inline-block;
      font-size: 20px;
      line-height: 1;
      position: relative;
      top: 3px; }
    #content.subpage .sub_links a.active, #content.subpage .sub_links span.active {
      background: #43B897;
      color: #fff; }
#content.subpage .a_link {
  margin: 40px 0; }
  #content.subpage .a_link a, #content.subpage .a_link span {
    padding: 3px 0;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: underline;
    color: #396afc;
    cursor: pointer; }
#content.subpage .list_horizonal {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  #content.subpage .list_horizonal.box3 .box {
    width: 32%; }
  #content.subpage .list_horizonal .box {
    width: 49%;
    font-weight: bold;
    background: #F1FFFC;
    font-size: 2rem;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #43B897; }
#content.subpage .pr_img {
  display: block;
  margin: 30px 0;
  max-width: 100%; }
#content.subpage .info_list_s {
  width: 800px;
  max-width: 100%;
  margin: 35px 0; }
  #content.subpage .info_list_s a {
    padding: 15px;
    display: block;
    width: 100%;
    background: #fff;
    border: 3px solid #396afc;
    font-size: 16px;
    margin-bottom: 10px;
    color: #396afc;
    text-decoration: underline; }
    #content.subpage .info_list_s a:before {
      content: "▶";
      display: inline-block;
      margin-right: 10px; }
#content.subpage .remark_outer {
  background: #f5f5f5;
  margin-left: calc(0px - calc(50vw - 580px));
  width: 100vw;
  margin-top: 50px; }
  #content.subpage .remark_outer .remark {
    background: #fff;
    margin-top: 50px; }
#content.subpage .remark {
  padding: 20px 30px;
  margin: 40px 0; }
  #content.subpage .remark + .remark {
    margin-top: -20px; }
  #content.subpage .remark .docs_bullet {
    background: none;
    border: none;
    padding: 0;
    margin: 15px 0; }
  #content.subpage .remark.green {
    background: #F1FFFC;
    border: 2px solid #43B897; }
  #content.subpage .remark.gray {
    background: #f5f5f5; }
  #content.subpage .remark p {
    font-weight: bold;
    margin: 10px 0; }
  #content.subpage .remark h4 {
    margin-top: 20px;
    margin-bottom: 30px; }
#content.subpage .bullet p {
  padding-left: 20px;
  position: relative; }
  #content.subpage .bullet p:before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 5px; }
#content.subpage .df_col2 {
  flex-wrap: wrap;
  display: flex;
  margin: 80px 0;
  justify-content: space-between;
  position: relative; }
  #content.subpage .df_col2:after {
    content: "業務委託";
    width: 100%;
    font-size: 40px;
    color: #43B897;
    left: 0;
    bottom: 170px;
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute; }
  #content.subpage .df_col2 .box {
    width: 48%;
    border-radius: 20px;
    padding: 40px 40px 30px;
    background: #BEF9EC;
    position: relative; }
    #content.subpage .df_col2 .box.emp {
      margin-top: 80px; }
      #content.subpage .df_col2 .box.emp p {
        font-size: 24px;
        font-weight: bold;
        color: #396afc;
        text-align: center;
        margin: 0; }
        #content.subpage .df_col2 .box.emp p span.red {
          font-weight: bold;
          font-size: 24px;
          color: #FF596F; }
    #content.subpage .df_col2 .box h4 {
      text-align: center;
      font-size: 32px;
      margin-top: 0; }
    #content.subpage .df_col2 .box.arr:before {
      content: "";
      font-family: "material icons";
      position: absolute;
      font-size: 60px;
      bottom: -70px;
      color: #43B897;
      left: calc(50% - 25px); }

#content.subpage .freon_flow, #content.subpage .ab_flow {
  display: block;
  width: 1080px;
  max-width: 100%;
  height: auto;
  margin: 50px auto 50px; }

#content.subpage h3 + .doc_list {
  margin-top: 50px; }
#content.subpage .doc_list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0; }
  #content.subpage .doc_list .box {
    width: 48.5%;
    display: flex;
    margin-bottom: 35px;
    justify-content: space-between;
    padding: 25px;
    background: #f6f9fc; }
    #content.subpage .doc_list .box .img {
      position: relative;
      width: 200px;
      justify-content: center;
      display: flex;
      align-items: center;
      display: none; }
      #content.subpage .doc_list .box .img:after {
        content: "";
        width: 200px;
        height: 200px;
        background: #f6f9fc;
        border-radius: 50%;
        display: block;
        top: calc(50% - 100px);
        left: calc(50% - 100px);
        position: absolute; }
      #content.subpage .doc_list .box .img img {
        position: relative;
        z-index: 2;
        width: 150px;
        display: block;
        height: auto;
        margin: 0 auto; }
    #content.subpage .doc_list .box .doc {
      width: 140px; }
      #content.subpage .doc_list .box .doc .thum_img {
        background: #fff;
        height: 210px; }
        #content.subpage .doc_list .box .doc .thum_img.no {
          align-items: center;
          justify-content: center;
          display: flex; }
          #content.subpage .doc_list .box .doc .thum_img.no img {
            display: block;
            width: 70px;
            margin: 0 auto; }
        #content.subpage .doc_list .box .doc .thum_img.ok img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      #content.subpage .doc_list .box .doc iframe {
        width: 100%;
        margin: 0;
        height: auto;
        overflow: hidden;
        aspect-ratio: 3.1/4; }
    #content.subpage .doc_list .box .txt {
      width: calc(100% - 170px); }
      #content.subpage .doc_list .box .txt h4 {
        margin-top: 0;
        margin-bottom: 20px; }
        #content.subpage .doc_list .box .txt h4 em {
          display: block;
          margin-top: 10px; }
      #content.subpage .doc_list .box .txt p {
        font-size: 1.5rem; }
        #content.subpage .doc_list .box .txt p span {
          font-size: 1.4rem; }
      #content.subpage .doc_list .box .txt a.button {
        margin-bottom: 0; }
#content.subpage .rel_nav {
  position: fixed;
  top: calc(50% - 78px);
  left: -100%;
  transition: 0.4s ease;
  z-index: 9999;
  width: auto;
  background: #fff;
  border: 1px solid #43B897;
  border-left: none;
  padding: 20px;
  border-radius: 0 12px 12px 0;
  display: none; }
  #content.subpage .rel_nav.active {
    left: 0; }
  #content.subpage .rel_nav .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #43B897;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    display: flex; }
  #content.subpage .rel_nav p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 105px;
    line-height: 1.4; }
  #content.subpage .rel_nav a {
    color: #396afc;
    text-decoration: underline;
    font-size: 1.6rem;
    font-weight: bold;
    display: block; }
    #content.subpage .rel_nav a:nth-of-type(2):before {
      content: ""; }
    #content.subpage .rel_nav a:nth-of-type(3):before {
      content: ""; }
    #content.subpage .rel_nav a:before {
      content: "";
      font-family: "material symbols outlined";
      display: inline-block;
      display: inline-block;
      margin-right: 5px;
      font-weight: normal;
      font-size: 1.8rem;
      position: relative;
      top: 3px; }
#content.subpage .switch_container .switch_box {
  display: none; }
  #content.subpage .switch_container .switch_box .sub_links {
    margin-top: 0px;
    margin-bottom: 60px; }
  #content.subpage .switch_container .switch_box.active {
    display: block; }
  #content.subpage .switch_container .switch_box .sw_child .child_box {
    display: none; }
    #content.subpage .switch_container .switch_box .sw_child .child_box.active {
      display: block; }
#content.subpage .ul_df {
  font-size: 16px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  #content.subpage .ul_df li {
    width: 49%; }
    #content.subpage .ul_df li dd {
      margin-left: 20px; }
    #content.subpage .ul_df li a {
      display: block;
      font-size: 18px;
      text-decoration: underline;
      color: #396afc;
      margin-bottom: 5px; }
#content.subpage .facility_list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  #content.subpage .facility_list .box {
    width: 48%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    #content.subpage .facility_list .box h4 {
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 0;
      border: none; }
    #content.subpage .facility_list .box a.hp {
      font-size: 1.8rem;
      color: #396afc;
      text-decoration: underline; }
    #content.subpage .facility_list .box p.tel_before {
      align-items: center;
      margin-bottom: 0;
      display: flex; }
      #content.subpage .facility_list .box p.tel_before:before {
        margin-right: 5px; }
    #content.subpage .facility_list .box a.button {
      width: 130px;
      background: linear-gradient(to right, #43B897, #20E3B2);
      padding-left: 30px;
      border-radius: 50px;
      position: absolute;
      right: 0;
      top: calc(50% - 22px);
      margin-top: 0;
      display: none; }
      #content.subpage .facility_list .box a.button:after {
        content: "";
        font-family: "material icons";
        position: absolute;
        font-size: 24px;
        font-weight: normal;
        right: 15px;
        top: calc(50% - 15px); }
#content.subpage .flow {
  margin: 50px 0 100px; }
  #content.subpage .flow .box {
    background: #F1FFFC;
    border: 2px solid #43B897;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    flex-wrap: wrap; }
    #content.subpage .flow .box .docs_bullet {
      width: 100%;
      background: none;
      margin: 30px 0;
      padding: 0; }
      #content.subpage .flow .box .docs_bullet .box {
        margin: 0;
        border: none;
        padding: 0;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 20px; }
        #content.subpage .flow .box .docs_bullet .box h5 {
          width: 100%; }
        #content.subpage .flow .box .docs_bullet .box.nb h5 {
          width: calc(100% - 80px); }
        #content.subpage .flow .box .docs_bullet .box:after {
          display: none; }
    #content.subpage .flow .box:last-child:after {
      display: none; }
    #content.subpage .flow .box:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 15px 0 15px;
      border-color: #43B897 transparent transparent transparent;
      content: "";
      position: absolute;
      bottom: -35px;
      left: calc(50% - 15px); }
    #content.subpage .flow .box i {
      font-size: 70px;
      font-family: "Noto Serif", serif;
      font-weight: 300;
      color: #43B897;
      line-height: 1;
      font-style: italic;
      margin-right: 15px; }
      #content.subpage .flow .box i + p {
        margin-top: 20px;
        width: calc(100% - 60px); }
    #content.subpage .flow .box p {
      font-size: 1.8rem;
      font-weight: bold;
      margin: 0; }
      #content.subpage .flow .box p em {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 15px; }
#content.subpage table.lib_brand {
  border-collapse: separate;
  border-spacing: 3px;
  margin: 50px 0; }
  #content.subpage table.lib_brand thead tr th {
    background: #ddd;
    padding: 15px; }
    #content.subpage table.lib_brand thead tr th:nth-of-type(1) {
      width: 60px; }
    #content.subpage table.lib_brand thead tr th:nth-of-type(2) {
      width: 180px; }
    #content.subpage table.lib_brand thead tr th:nth-of-type(3) {
      width: calc(100% - 210px); }
  #content.subpage table.lib_brand tbody tr td {
    padding: 15px;
    background: #fff;
    width: auto;
    border: none;
    width: calc((100% - 60px) / 2); }
    #content.subpage table.lib_brand tbody tr td:nth-of-type(1) {
      width: 60px;
      text-align: center;
      font-weight: bold; }
    #content.subpage table.lib_brand tbody tr td:nth-of-type(2) {
      width: 150px; }
    #content.subpage table.lib_brand tbody tr td:nth-of-type(3) {
      width: calc(100% - 210px); }
    #content.subpage table.lib_brand tbody tr td a {
      text-decoration: underline;
      color: #396afc;
      display: inline-block;
      margin-right: 15px; }
      #content.subpage table.lib_brand tbody tr td a:after {
        content: "";
        font-family: "material symbols outlined";
        display: inline-block;
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: 5px; }
#content.subpage .brand_list {
  flex-wrap: wrap;
  display: flex; }
  #content.subpage .brand_list .box {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
    padding: 0 30px; }
    #content.subpage .brand_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.subpage .brand_list .box .img {
      margin: 0 auto 15px; }
      #content.subpage .brand_list .box .img img {
        object-fit: contain;
        width: 280px;
        height: 100px;
        mix-blend-mode: multiply; }
    #content.subpage .brand_list .box a {
      display: block;
      text-decoration: underline;
      text-align: center;
      font-size: 1.8rem; }
#content.subpage .wide_contents {
  width: 100vw;
  margin-top: 100px;
  margin-left: calc(0px - calc(50vw - 580px));
  margin-bottom: 100px; }
  #content.subpage .wide_contents.mgb0 {
    margin-bottom: 0; }
  #content.subpage .wide_contents .ib h2 {
    margin-top: 30px; }
  #content.subpage .wide_contents.bd {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
  #content.subpage .wide_contents.gray {
    background: #f7f7f7; }
  #content.subpage .wide_contents.blue {
    background: #f6f9fc; }
#content.subpage a.lity_a {
  position: relative; }
  #content.subpage a.lity_a:before {
    position: absolute;
    top: 10px;
    right: 10px;
    content: url(../img/ico_search2.svg);
    z-index: 2; }
#content.subpage .nintei_df {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0; }
  #content.subpage .nintei_df p {
    width: 700px;
    max-width: 100%; }
  #content.subpage .nintei_df .paper {
    width: calc(100% - 740px);
    background: #F1FFFC;
    padding: 27px;
    border-radius: 12px;
    border: 2px solid #BEF9EC; }
    #content.subpage .nintei_df .paper p {
      font-weight: bold;
      margin-top: 0; }
    #content.subpage .nintei_df .paper a {
      display: block;
      width: 270px;
      margin: 20px auto 0; }
      #content.subpage .nintei_df .paper a img {
        object-fit: cover;
        width: 100%;
        height: 100%; }

#content.subpage {
  z-index: 3; }
  #content.subpage .btn_df {
    display: flex;
    align-items: center; }
    #content.subpage .btn_df a {
      margin-right: 20px; }
    #content.subpage .btn_df p {
      width: calc(100% - 330px); }
  #content.subpage .mob_flow {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0; }
    #content.subpage .mob_flow .box {
      width: 19%;
      background: #F1FFFC;
      border: 3px solid #43B897;
      padding: 30px 15px;
      border-radius: 10px;
      position: relative;
      align-items: center;
      display: flex; }
      #content.subpage .mob_flow .box:last-child:after {
        display: none; }
      #content.subpage .mob_flow .box i {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 10px;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        font-weight: bold;
        color: #43B897;
        z-index: 2;
        top: -25px;
        left: calc(50% - 25px);
        display: flex;
        background: #fff;
        border: 3px solid #43B897; }
      #content.subpage .mob_flow .box p {
        color: #43B897;
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1.6; }
      #content.subpage .mob_flow .box:after {
        content: "";
        position: absolute;
        right: -27px;
        color: #43B897;
        font-size: 40px;
        top: calc(50% - 20px);
        font-family: "material icons"; }
  #content.subpage .outer_ex {
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 50px 0; }
    #content.subpage .outer_ex h4 {
      text-align: center;
      color: #000;
      margin-top: 0;
      border: none; }
    #content.subpage .outer_ex a.button {
      margin-bottom: 0; }
  #content.subpage .bullet_list .box {
    padding: 20px;
    border: 2px solid #ccc;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
    font-size: 1.6rem;
    line-height: 1.8; }
    #content.subpage .bullet_list .box:before {
      content: "";
      position: absolute;
      left: 10px;
      top: calc(50% - 30px);
      font-size: 36px;
      color: #43B897;
      font-family: "material symbols outlined";
      display: inline-block; }
  #content.subpage table.type2 {
    width: 100%; }
    #content.subpage table.type2 thead th {
      padding: 15px;
      font-size: 1.8rem;
      background: #f7f7f7;
      border: none;
      border-right: 5px solid #fff; }
    #content.subpage table.type2 tbody td {
      padding: 15px;
      border: none;
      font-size: 1.8rem;
      width: auto; }

#content.subpage .faq_container {
  margin: 50px 0 -20px; }
  #content.subpage .faq_container.contact {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex; }
    #content.subpage .faq_container.contact .faq_box {
      width: 100%; }
  #content.subpage .faq_container h3 {
    width: 100%; }
  #content.subpage .faq_container .faq_box {
    border: 2px solid #ddd;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    #content.subpage .faq_container .faq_box:before {
      content: "Q";
      font-size: 160px;
      font-weight: bold;
      font-family: "Roboto", sans-serif;
      color: #43B897;
      position: absolute;
      transform: rotate(15deg);
      bottom: -22px;
      right: -10px;
      opacity: 0.2; }
    #content.subpage .faq_container .faq_box h4 {
      position: relative;
      z-index: 2;
      margin: 0;
      border: none;
      padding-bottom: 0;
      cursor: pointer; }
      #content.subpage .faq_container .faq_box h4:after {
        font-family: "material icons";
        content: "";
        position: absolute;
        right: 0;
        top: calc(50% - 20px);
        font-size: 40px;
        color: #43B897; }
      #content.subpage .faq_container .faq_box h4.active:after {
        transform: rotate(180deg); }
      #content.subpage .faq_container .faq_box h4.q {
        display: flex;
        align-items: center; }
        #content.subpage .faq_container .faq_box h4.q:before {
          content: "Q";
          color: #43B897;
          margin-right: 10px;
          background: #43B897;
          color: #fff;
          border-radius: 50%;
          width: 34px;
          height: 34px;
          align-items: center;
          justify-content: center;
          display: flex; }
      #content.subpage .faq_container .faq_box h4:before {
        content: "・"; }
    #content.subpage .faq_container .faq_box p {
      position: relative;
      z-index: 2;
      mix-blend-mode: multiply; }
    #content.subpage .faq_container .faq_box .answer_box {
      display: none;
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #43B897; }

#content.subpage .info_list {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #content.subpage .info_list .side {
    width: 140px;
    border-right: 1px solid #ddd; }
    #content.subpage .info_list .side li {
      font-size: 1.7rem;
      padding: 15px 0; }
      #content.subpage .info_list .side li a {
        color: #396afc;
        text-decoration: underline;
        font-weight: bold; }
        #content.subpage .info_list .side li a.active {
          color: #43B897; }
        #content.subpage .info_list .side li a:before {
          content: "・"; }
  #content.subpage .info_list .pager {
    margin: 100px 0; }
    #content.subpage .info_list .pager .wp-pagenavi span, #content.subpage .info_list .pager .wp-pagenavi a {
      padding: 8px 14px;
      font-size: 1.7rem; }
      #content.subpage .info_list .pager .wp-pagenavi span.current, #content.subpage .info_list .pager .wp-pagenavi a.current {
        background: linear-gradient(to right, #396afc, #2948ff);
        color: #fff;
        border: none;
        padding: 9px 15px; }
  #content.subpage .info_list .main {
    width: calc(100% - 180px); }
  #content.subpage .info_list .info_box {
    padding: 25px 0;
    font-size: 1.7rem;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ccc; }
    #content.subpage .info_list .info_box:hover:after {
      transform: rotate(-90deg) translateY(10px); }
    #content.subpage .info_list .info_box:hover a:not(.cat) {
      text-decoration: underline; }
    #content.subpage .info_list .info_box:after {
      transition: 0.4s ease;
      position: absolute;
      font-family: "material symbols outlined";
      display: inline-block;
      content: "";
      font-size: 32px;
      right: 0;
      transform: rotate(-90deg);
      top: calc(50% - 16px);
      color: #396afc; }
    #content.subpage .info_list .info_box .date {
      position: relative;
      width: 100px;
      font-size: 1.7rem;
      font-weight: bold; }
      #content.subpage .info_list .info_box .date .new {
        position: absolute;
        left: 0;
        font-size: 1.4rem;
        top: -20px;
        color: #FF596F; }
    #content.subpage .info_list .info_box a.cat {
      background: linear-gradient(to right, #396afc, #2948ff);
      font-size: 1.4rem;
      padding: 2px 20px;
      border-radius: 50px;
      color: #fff;
      margin-right: 15px;
      font-weight: bold;
      margin-right: 10px; }

#content.subpage .single_content img {
  display: block;
  width: 800px;
  height: auto;
  max-width: 100%;
  margin: 50px auto; }
#content.subpage .single_content a {
  color: #396afc; }
  #content.subpage .single_content a.button {
    color: #fff; }
#content.subpage .single_content iframe {
  display: block;
  max-width: 100%;
  width: 800px;
  margin: 40px auto;
  aspect-ratio: 2/1.1;
  height: auto; }
#content.subpage .single_file {
  padding: 40px 0;
  background: #f7f7f7; }
  #content.subpage .single_file .doc_iframe {
    margin: 0 auto 30px;
    width: 800px;
    max-width: 100%; }
    #content.subpage .single_file .doc_iframe iframe {
      width: 100%;
      height: auto;
      overflow: hidden;
      aspect-ratio: 3/4; }
  #content.subpage .single_file p {
    text-align: center; }
  #content.subpage .single_file a.button {
    width: 220px;
    margin: 30px auto; }

#content .term_content {
  font-size: 1.7rem;
  line-height: 1.8; }
  #content .term_content table {
    margin: 50px 0;
    border-collapse: separate;
    border-spacing: 3px; }
    #content .term_content table tr th {
      background: #f7f7f7;
      padding: 20px; }
    #content .term_content table tr td {
      border: none;
      width: auto;
      background: #f6f9fc; }
  #content .term_content dl dd {
    margin-left: 0;
    padding-left: 15px; }
  #content .term_content dl dt {
    padding: 20px 0;
    font-weight: bold; }
  #content .term_content ul li:before {
    content: "・"; }
  #content .term_content h2 {
    font-size: 3.2rem; }

#content.subpage .contact_contents .tel_emp {
  font-size: 40px;
  display: block;
  text-align: center;
  color: #123d83;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1rem;
  font-weight: bold; }
#content.subpage .contact_contents h3 {
  margin-top: 20px; }
#content.subpage .contact_contents p.w {
  padding: 20px;
  background: #fff;
  font-size: 1.5rem;
  margin: 40px 0; }
#content.subpage .contact_contents button {
  margin: 30px auto;
  text-align: center;
  justify-content: center; }
#content.subpage .contact_contents table, #content.subpage .contact_contents tr, #content.subpage .contact_contents td, #content.subpage .contact_contents th, #content.subpage .contact_contents tbody {
  display: block !important;
  width: 100% !important;
  border: none; }
#content.subpage .contact_contents table tr.dnone_asr {
  display: none !important; }
#content.subpage .contact_contents table tr.dnone {
  display: none !important; }
  #content.subpage .contact_contents table tr.dnone.show {
    display: block !important; }
    #content.subpage .contact_contents table tr.dnone.show.dnone_asr {
      display: none !important; }
#content.subpage .contact_contents table tr th.req:before {
  content: "必須";
  background: #fff;
  border: 1px solid #396afc;
  font-size: 13px;
  color: #396afc;
  padding: 3px 12px;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px; }
#content.subpage .contact_contents table tr td {
  padding: 0;
  padding-bottom: 20px; }
  #content.subpage .contact_contents table tr td input[type="text"], #content.subpage .contact_contents table tr td select, #content.subpage .contact_contents table tr td textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 100%;
    display: block;
    padding: 15px;
    min-height: 60px;
    font-size: 1.6rem;
    font-family: "Noto sans jp", sans-serif; }
    #content.subpage .contact_contents table tr td input[type="text"].active, #content.subpage .contact_contents table tr td select.active, #content.subpage .contact_contents table tr td textarea.active {
      color: #396afc;
      font-weight: bold; }
  #content.subpage .contact_contents table tr td textarea {
    min-height: 180px; }
  #content.subpage .contact_contents table tr td.switch .box {
    display: none; }
    #content.subpage .contact_contents table tr td.switch .box.active {
      display: block; }

#content.subpage a.tax {
  padding: 3px 10px;
  color: #396afc;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #396afc;
  margin-right: 10px;
  transition: 0.4s ease; }
  #content.subpage a.tax:hover {
    background: #396afc;
    color: #fff; }
#content.subpage .mov_list {
  flex-wrap: wrap;
  display: flex;
  margin: 50px 0 0; }
  #content.subpage .mov_list .mov_bg {
    display: block;
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
  #content.subpage .mov_list .box {
    width: 32%;
    margin-right: 2%; }
    #content.subpage .mov_list .box:nth-of-type(n+4) {
      margin-bottom: 40px; }
    #content.subpage .mov_list .box:nth-of-type(3n) {
      margin-right: 0; }
    #content.subpage .mov_list .box h4 {
      align-items: center;
      display: flex;
      margin-top: 0;
      margin-bottom: 20px;
      color: #212121; }
    #content.subpage .mov_list .box .v_box {
      position: relative;
      display: block;
      width: 100%;
      height: 210px; }
      #content.subpage .mov_list .box .v_box.start {
        position: fixed;
        z-index: 99;
        width: 800px;
        left: calc(50% - 400px);
        top: calc(50% - 300px);
        height: auto; }
        #content.subpage .mov_list .box .v_box.start .mov_bg {
          display: block; }
        #content.subpage .mov_list .box .v_box.start video {
          position: relative;
          z-index: 99; }
      #content.subpage .mov_list .box .v_box a {
        display: block;
        width: 100%;
        height: 100%; }
      #content.subpage .mov_list .box .v_box video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: block; }
    #content.subpage .mov_list .box p.time {
      background: #f7f7f7;
      padding: 20px;
      display: none; }
      #content.subpage .mov_list .box p.time span {
        color: #396afc;
        font-size: 1.8rem;
        display: block;
        text-align: center;
        font-weight: bold; }

#content .arr_cr {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #396afc;
  color: #fff;
  font-size: 2.2rem;
  align-items: center;
  justify-content: center;
  display: flex; }
  #content .arr_cr:before {
    content: "";
    font-family: "material symbols outlined";
    display: inline-block; }
#content .hit_num {
  font-size: 1.8rem;
  margin: 40px 0; }
  #content .hit_num span {
    display: inline-block;
    font-weight: bold;
    font-size: 2.4rem;
    color: #396afc;
    margin-right: 5px; }
#content .search_result {
  display: flex;
  flex-wrap: wrap; }
  #content .search_result .box {
    border: 1px solid #ddd;
    padding: 20px 30px;
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: 0.4s ease; }
    #content .search_result .box:nth-of-type(3n) {
      margin-right: 0; }
    #content .search_result .box h4 {
      color: #396afc;
      margin: 20px 0;
      font-size: 2rem;
      transition: 0.4s ease; }
    #content .search_result .box p {
      font-size: 1.5rem; }
    #content .search_result .box .arr_cr {
      position: absolute;
      right: 20px;
      width: 36px;
      height: 36px;
      top: auto;
      bottom: 20px; }
    #content .search_result .box:hover {
      background: #396afc;
      color: #fff; }
      #content .search_result .box:hover h4, #content .search_result .box:hover p {
        color: #fff; }

#content .facility_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#content .fac_search {
  margin: 60px 0; }
  #content .fac_search .row {
    display: block;
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 40px; }
    #content .fac_search .row input, #content .fac_search .row select {
      height: 100%;
      display: block;
      width: 100%;
      padding: 15px;
      border-radius: 0px;
      background: #f7f7f7;
      border: 1px solid #ccc;
      font-size: 2rem; }
      #content .fac_search .row input.active, #content .fac_search .row select.active {
        border: 2px solid #43B897;
        color: #43B897; }
    #content .fac_search .row button {
      position: absolute;
      cursor: pointer;
      margin: 0;
      border-radius: 0px;
      right: 0;
      top: 0;
      padding: 15px;
      width: 60px;
      height: 100%;
      box-shadow: none;
      background: #000; }
      #content .fac_search .row button svg {
        display: block;
        width: 100%; }
        #content .fac_search .row button svg path {
          fill: #fff !important; }
      #content .fac_search .row button:hover {
        transform: none; }
#content #map {
  width: 100%;
  height: 600px; }
#content #destination_select {
  display: none; }
#content .list {
  width: 100%;
  flex-wrap: wrap;
  display: flex; }
  #content .list p.count {
    margin-top: 50px; }
    #content .list p.count span {
      display: inline-block;
      font-weight: bold;
      color: #FF596F; }
  #content .list .box {
    padding: 0px 0px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    width: 32%;
    margin-right: 1.3%; }
    #content .list .box:last-child {
      margin-right: 0; }
    #content .list .box.searching {
      opacity: 0.5; }
      #content .list .box.searching.hidden {
        display: none; }
      #content .list .box.searching.show {
        opacity: 1;
        display: block; }
    #content .list .box.active {
      border-color: #43B897; }
    #content .list .box a.to_map {
      display: block;
      width: 100%;
      font-size: 14px;
      text-decoration: underline; }
    #content .list .box a:after {
      content: "";
      font-family: "material symbols outlined";
      display: inline-block;
      margin: 5px;
      position: relative;
      top: 3px; }
    #content .list .box h4 {
      margin: 0 0 20px;
      padding-bottom: 0;
      border: none;
      font-size: 18px;
      align-items: center;
      display: flex; }
      #content .list .box h4 i {
        display: inline-block;
        padding: 3px 8px;
        background: #000;
        color: #fff;
        margin-right: 10px;
        font-size: 18px; }
    #content .list .box p {
      margin-bottom: 0; }
    #content .list .box p + p {
      margin-top: 0px;
      margin-bottom: 0; }

/*# sourceMappingURL=subpage.css.map */
