@charset "utf-8";
/* CSS Document */

/* ベース
--------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
}

div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  font-family: Helvetica, Arial, "BIZ UDPGothic", "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  color: #313131;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  overflow-x: hidden;
  background-color: #ffffff;
  position: relative;
}

.Kiwi-F {
  font-family: "Kiwi Maru", serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
  word-wrap: break-all;
}

table td {
  border-bottom: dotted 1px #595959;
  padding: 5px 0;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.clear_both {
  clear: both;
}

.box-sizing {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.hover_o:hover {
  opacity: 0.85;
}

.inl-block {
  display: inline-block;
}

.Align-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 521px) {
}

@media print, screen and (min-width: 961px) {
}

/* ベース
--------------------------------*/

/* サイドメニュー＆ハンバーガー
--------------------------------*/
.side_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  background: #2c2c2c;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 40px 15px 20px;
  box-sizing: border-box;
  z-index: 1100;
  opacity: 0;
}

.open nav {
  opacity: 1;
}

.side_inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.side_top {
  color: #ffffff;
  line-height: 1.5;
}

.side_top div:first-child {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 2px;
}

.side_top div:nth-child(3) {
  border: solid #ffffff;
  border-width: 1px 0 1px;
  width: 100px;
  margin: 10px auto;
  padding: 5px 0;
}

.side_menu ul {
  margin-top: 40px;
}

.side_menu ul li {
  margin-bottom: 10px;
}

.side_menu a {
  color: rgba(255, 255, 255, 0.6);
}

.side_menu a:hover {
  color: #e9d602;
}

.side_bottom {
  margin-top: auto;
  font-size: 12px;
  padding-bottom: 60px;
  line-height: 1.7;
}

.side_bottom img {
  max-width: 70%;
  margin-bottom: 20px;
  opacity: 0.9;
}

@media print, screen and (min-width: 521px) {
  .side_menu {
    width: 28%;
    opacity: 1;
  }
}

@media print, screen and (min-width: 961px) {
  .side_menu {
    width: 25%;
  }
}

@media print, screen and (min-width: 1181px) {
  .side_menu {
    width: 19%;
  }

  .side_bottom img {
    max-width: 170px;
  }
}

/*========================
.toggle_btn
=========================*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1100;
  background-clip: padding-box;
  background-color: rgba(173, 173, 173, 0.8);
  border: solid 8px rgba(173, 173, 173, 0.8);
}

.open .toggle_btn {
  background-color: transparent;
  border: none;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1005;
  cursor: pointer;
}

nav {
  left: -80%;
  width: 80%;
}

@media screen and (min-width: 521px) {
  .toggle_btn {
    display: none;
  }
}

@media print, screen and (min-width: 961px) {
}

/* サイドメニュー＆ハンバーガー
--------------------------------*/

/* メインエリア ベース
--------------------------------*/

/* ▼ ヘッダー・スライダー ------*/
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}

.swiper-slide {
  width: 100%;
  position: relative;
  text-align: center;

  height: 500px;
}

.swiper-wrapper {
  overflow: hidden;
}

.swiper-pagination-bullet-active {
  background: #00a9c8;
}

img.logo_in_head {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 200px;
  z-index: 10;
}

.sw-01 {
  text-align: center;
}

.sw-01 img.img_in_head {
  position: relative;
  max-inline-size: 90%;
  top: 20%;
}

.sw-02 img.img_in_head {
  position: absolute;
  max-width: 80%;
  left: -10%;
  top: 65%;
}

@media print, screen and (min-width: 521px) {
  .swiper-slide {
    height: 650px;
  }

  img.logo_in_head {
    display: none;
  }

  .sw-01 img.img_in_head {
    max-inline-size: 90%;
    top: 55%;
  }

  .sw-02 img.img_in_head {
    max-width: 65%;
    left: -7%;
    top: 15%;
  }
}

@media print, screen and (min-width: 961px) {
  .swiper-slide {
    height: 100vh;
  }

  .sw-01 img.img_in_head {
    max-inline-size: 100%;
    top: 10%;
  }

  .sw-02 img.img_in_head {
    max-width: 100%;
    left: 0;
    top: 15%;
  }
}

/* ▲ ヘッダー・スライダー -----*/

main.main_area {
  display: block;
}

.gridContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  clear: none;
  float: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.mds {
  text-align: center;

  & h3 {
    position: relative;
    font-family: "Seaweed Script", cursive;
    font-weight: normal;
    font-size: 40px;
    z-index: 2;
    display: inline-block;
    margin: 0;
    letter-spacing: 2px;

    &::before {
      content: "";
      background-image: url("img/mds_bg.webp");
      background-repeat: no-repeat;
      background-size: contain;
      width: 110px;
      height: 10px;
      position: absolute;
      display: inline-block;
      vertical-align: middle;
      bottom: 15px;
      left: 0;
      right: 0;
      z-index: -1;
    }
  }

  & .jp {
    line-height: 1;
    font-size: 20px;
    margin-block: -20px 40px;
  }
}

@media print, screen and (min-width: 521px) {
  main.main_area {
    display: block;
    margin-left: 28%;
  }

  .mds h3 {
    font-size: 52px;
  }

  .mds h3::before {
    width: 173px;
    height: 16px;
    bottom: 25px;
  }
}

@media print, screen and (min-width: 961px) {
  main.main_area {
    margin-left: 25%;
  }
}

@media print, screen and (min-width: 1181px) {
  main.main_area {
    margin-left: 19%;
  }

  .gridContainer {
    padding-left: 65px;
    padding-right: 65px;
  }

  .mds h3 {
    font-size: 56px;
  }
}

/* メインエリア　ベース
--------------------------------*/

/* Cont01（メインエリア）
--------------------------------*/
#cont01 {
  margin-top: 60px;
}

#cont01 .mds {
  text-align: center;
}

#cont01 .mds h3 {
  font-size: 40px;
}

.conc_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

.conc_txt {
  margin-top: 20px;
}

.conc_txt div:nth-child(2) {
  margin-top: 20px;
}

#cont01 .contL {
  background-color: #efefef;
  padding: 20px 0 50px;
}

#cont01 .contL {
  background-position: top 10px right 20px;
  background-repeat: no-repeat;
}

#cont01 .featset01 .contL {
  background-image: url("img/suuji01.webp");
}

#cont01 .featset02 .contL {
  background-image: url("img/suuji02.webp");
}

#cont01 .featset03 .contL {
  background-image: url("img/suuji03.webp");
}

#cont01 .contL,
#cont01 .contR {
  position: relative;
}

#cont01 .featset01 .contR {
  float: right;
  width: 97%;
  text-align: right;
}

.featset02,
.featset03 {
  margin-top: 35px;
}

#cont01 .featset01 .contR,
#cont01 .featset02 .contR,
#cont01 .featset03 .contR {
  margin-top: -25px;
}

@media print, screen and (min-width: 521px) {
  #cont01 {
    margin-top: 80px;
  }

  #cont01 .mds h3 {
    font-size: 60px;
  }

  .conc_title {
    font-size: 23px;
  }

  #cont01 .featset02 .conc_title span {
    display: block;
  }

  #cont01 .featset01 .contR,
  #cont01 .featset02 .contR,
  #cont01 .featset03 .contR {
    width: 85%;
    float: right;
  }
}

@media print, screen and (min-width: 961px) {
  #cont01 {
    margin-top: 80px;
  }

  .featset02,
  .featset03 {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1181px) {
  #cont01 .contL {
    background-color: #efefef;
    padding: 35px 0 50px;
  }

  #cont01 .featset01 .contL {
    width: 55%;
    margin-top: 20px;
  }

  #cont01 .featset01 .contR {
    width: 41%;
    margin-top: -430px;
    right: 35px;
  }

  #cont01 .featset02 {
    margin-top: 75px;
  }

  #cont01 .featset02 .contL {
    float: right;
    width: 55%;
    margin-left: 35px;
  }

  #cont01 .featset02 .contR {
    float: left;
    width: 38%;
    margin-left: 60px;
    position: absolute;
  }

  .left35 {
    margin-left: 35px;
  }

  #cont01 .featset03 {
    margin-top: 50px;
  }

  #cont01 .featset03 .contL {
    width: 55%;
    background-position: top 10px right 55px;
  }

  #cont01 .featset03 .contR {
    position: absolute;
    float: right;
    width: 38%;
    right: 0;
    margin-top: -380px;
  }
}

@media print, screen and (min-width: 1537px) {
  #cont01 .featset02 {
    margin-top: 0;
  }

  #cont01 .featset02 .contR {
    margin-top: -50px;
  }

  #cont01 .featset03 {
    margin-top: 75px;
  }

  #cont01 .featset03 .contR {
    margin-top: -330px;
  }

  #cont01 .featset03 .conc_title span {
    display: block;
  }

  .conc_txt span.inblo {
    display: block;
  }
}

/* Cont01（メインエリア）
--------------------------------*/

/* Cont02（メインエリア）
--------------------------------*/
#cont02 {
  margin-top: 65px;
}

.loc_area {
  margin-top: 10px;
}

.loc_setu {
  max-width: 935px;
  margin: 0 auto 35px;
}

.loc_setu_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}

.loc_setu_title span {
  display: inline-block;
}

.loc_setu_txt {
}

.loc_set {
  float: left;
  width: 48.4%;
  margin-right: 3%;
  margin-bottom: 25px;
}

.loc_set:nth-child(2n) {
  margin-right: 0;
}

.loc_thumb {
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  padding-top: 62%;
  width: 100%;
}

.loc_txt {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.6;
}

.loc_txt span {
  display: inline-block;
  margin-right: 7px;
}

.loc_other {
  background-color: #e3eced;
  margin-top: 5px;
  font-size: 90%;
  padding: 15px;
  line-height: 1.4;
  box-sizing: border-box;
}

.loc_other dl {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  margin: 0 0 8px 0;
}

.loc_other dl dt {
  padding-right: 3px;
}

.loc_other dl dd {
  padding-left: 3px;
  text-align: right;
}

.loc_other dl span {
  display: inline-block;
}

.loc_other dl dt,
.loc_other dl dd {
  background-color: #e3eced;
}

.loc_other dl::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  border-top: 1px dashed #6f6f6f;
  z-index: -1;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chuuki {
  font-size: 85%;
  line-height: 1.6;
  margin-top: 15px;
}

@media print, screen and (min-width: 521px) {
  .loc_setu_txt span {
    display: inline-block;
  }

  .loc_thumb {
  }

  .loc_other {
    padding: 20px 3%;
  }

  .loc_other div {
    width: 45.4%;
    padding: 0 2%;
    display: inline-block;
    vertical-align: top;
  }

  .chuuki {
    text-align: right;
  }

  .chuuki span {
    display: block;
  }
}

@media print, screen and (min-width: 961px) {
  #cont02 {
    margin-top: 150px;
  }

  .loc_setu_txt {
    text-align: center;
  }

  .loc_area {
    margin-top: 15px;
  }

  .loc_set {
    width: 23.44%;
    margin-bottom: 30px;
  }

  .loc_set:nth-child(-n + 3) {
    margin-right: 2% !important;
  }
}

@media print, screen and (min-width: 1181px) {
  .loc_other {
    padding: 20px 1.5%;
  }

  .loc_other div {
    width: 28.9%;
    display: inline-block;
  }

  .loc_other div.other_loc02 {
    border: solid rgba(163, 163, 163, 1);
    border-width: 0 1px 0 1px;
  }
}

/* Cont02（メインエリア）
--------------------------------*/

/* Cont03（メインエリア）
--------------------------------*/
#cont03 {
  margin-top: 65px;
}

.li-box_area {
  margin-top: 25px;
}

.li-box {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.in_li-box_L {
  text-align: center;
  margin-bottom: 20px;
}

.in_li-box_R_title {
  font-weight: bold;
  font-size: 115%;
  margin-bottom: 10px;
  line-height: 1.6;
}

.in_li-box_R {
}

@media print, screen and (min-width: 521px) {
  .li-box_area {
    margin-top: 35px;
  }

  .in_li-box_L {
    float: left;
    width: 18%;
  }

  .in_li-box_R {
    float: right;
    width: 80%;
  }

  .in_li-box_R_title {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 961px) {
  #cont03 {
    margin-top: 90px;
  }

  .li-box {
    width: 49%;
    margin-bottom: 35px;
  }

  .lifeinfo_L {
    float: left;
  }

  .lifeinfo_R {
    float: right;
    margin-top: -35px;
  }
}

/* ▲Cont03（メインエリア）
--------------------------------*/

/* Cont04（メインエリア）
--------------------------------*/
#cont04 {
  margin-top: 65px;
  background-color: #e6ebe7;
  padding: 45px 0;
}

.pln_L {
}

.pln_L_txt {
  font-weight: bold;
  font-size: 120%;
  line-height: 1.6;
}

.pln_L_waku {
  background-color: rgba(255, 255, 255, 1);
  border: solid 3px rgba(122, 122, 122, 1);
  padding: 10px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin: 20px 0;
}

.pln_L_waku span {
  font-size: 13px;
}

.pln_R {
}

.kukaku_table {
  margin: 20px auto;
}

.kukaku_table table {
  background-color: rgba(255, 255, 255, 1);
  border: solid 1px #acacac;
  box-sizing: border-box;
  font-size: 90%;
}

.kukaku_table .kkk_t_R table {
  border-top: none;
}

.kukaku_table table tr td {
  padding: 3px 10px;
  border-bottom: solid 1px #acacac;
}

.kukaku_table table tr td span {
  font-size: 11px;
}

.kukaku_table table tr td:first-child {
  text-align: right;
  padding-right: 5px;
}

td.ssumi {
  color: #e70003;
}

.blockPlanArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  inline-size: 100%;
  gap: 20px;
  margin-block-start: 50px;

  & .blockItem {
    margin-bottom: 25px;

    & .thumb {
      border-radius: 5px;
      background-size: cover;
      background-position: center center;
      padding-top: 62%;
      inline-size: 100%;
    }
  }
}

@media print, screen and (min-width: 521px) {
  #cont04 {
    margin-top: 100px;
  }

  .pln_L_txt {
    text-align: center;
  }

  .pln_L_txt span {
    display: block;
  }

  .pln_L_waku_area {
    text-align: center;
  }

  .pln_L_waku {
    font-size: 22px;
    display: inline-block;
  }

  .pln_L_waku span {
    font-size: 16px;
  }

  .kukaku_table {
    margin: 10px auto 20px;
  }

  .kukaku_table div {
    max-width: 400px;
    margin: 0 auto;
  }

  .kukaku_table table tr td:first-child {
    padding-right: 10px;
  }

  .kukaku_table table tr td:first-child::after {
    content: "|";
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 961px) {
  #cont04 {
    margin-top: 120px;
  }

  #cont04 .mds {
    text-align: left;
  }

  .pln_L {
    float: left;
    width: 30%;
  }

  .pln_L_txt {
    text-align: left;
  }

  .pln_L_waku_area {
    text-align: left;
  }

  .pln_R {
    float: right;
    width: 70%;
    text-align: center;
    padding-top: 50px;
    margin-top: -180px;
    background-size: 98%;
  }

  .kukaku_table {
    max-width: 960px;
    margin: 0 auto 20px;
  }

  .kukaku_table div {
    width: 50%;
    float: left;
    max-width: 100%;
  }

  .kukaku_table .kkk_t_R table {
    border-top: solid 1px #acacac;
    border-left: none;
  }

  .kukaku_table table {
    font-size: 16px;
  }

  .kukaku_table table tr td span {
    font-size: 12px;
  }

  .blockPlanArea {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Cont04（メインエリア）
--------------------------------*/

/* Cont05（メインエリア）
--------------------------------*/
#cont05 {
  margin-top: 65px;
}

.adr {
  text-align: center;
  margin-bottom: 20px;
}

.access_table {
  font-size: 20px;
  line-height: 1.2;
  max-width: 850px;
  margin: 25px auto;
  box-sizing: border-box;
  border-top: solid 1px #a4a4a4;
  border-bottom: solid 1px #a4a4a4;
  padding: 5px 0;
}

.access_table table th {
  display: none;
}

.access_table table td {
  display: block;
  padding: 5px 5px 15px 15px;
}

.access_table table tr.second_tr td:last-child {
  border-bottom: none;
}

.sm_txt {
  font-size: 16px;
  margin-left: 3px;
}

.box_txt {
  background-color: #00a9c8;
  color: #ffffff;
  padding: 1px 15px 4px;
  border-radius: 25px;
  margin-right: 3px;
}

.b_txt {
  font-size: 28px;
  color: #00a9c8;
  margin: 0 3px;
  font-weight: bold;
}

.rosenzu {
  text-align: center;
  margin: 30px 0 50px;
}

@media print, screen and (min-width: 521px) {
  #cont05 {
    margin-top: 90px;
  }

  .access_table {
    font-size: 23px;
    line-height: 1.3;
  }

  .b_txt {
    font-size: 28px;
    font-weight: normal;
  }

  .access_table table th {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    color: #00a9c8;
    padding: 5px 10px;
    border-right: solid 1px #a4a4a4;
    display: table-cell;
  }

  .access_table table td {
    display: block;
    padding: 0 15px 12px;
  }
}

@media print, screen and (min-width: 961px) {
  .access_table {
    line-height: 1;
  }

  .access_table table td {
    padding: 5px 25px 0;
    border-bottom: none;
    display: table-cell;
  }

  .access_table table tr td.r-border {
    border-right: solid 1px #a4a4a4;
  }

  .access_table table td div {
    padding-bottom: 17px;
  }

  .access_table table td div.line_box {
    border-bottom: solid 1px #949494;
  }

  .b_txt {
    font-size: 40px;
  }
}

/* Cont05（メインエリア）
--------------------------------*/

/* Cont06（メインエリア）
--------------------------------*/
#cont06 {
  margin-top: 65px;
  padding: 45px 0;
  background-color: #efefef;
}

.outline_table {
  margin-top: 20px;
  line-height: 1.6;
}

.outline_table div:first-child table {
  border-top: dotted 1px #595959;
}

.outline_table tr td {
  padding: 5px;
  box-sizing: border-box;
}

.outline_table tr td:first-child {
  min-width: 135px;
}

.otl_t_L {
}

.otl_t_R {
}

@media print, screen and (min-width: 521px) {
  #cont06 {
    margin-top: 90px;
  }

  .outline_table tr td {
    padding: 5px 15px;
  }

  .outline_table tr td:first-child {
    min-width: 150px;
  }
}

@media print, screen and (min-width: 961px) {
  .otl_t_L,
  .otl_t_R {
    width: 48%;
  }

  .outline_table tr td {
    padding: 8px 25px;
  }

  .otl_t_L {
    float: left;
  }

  .otl_t_R {
    float: right;
  }

  .outline_table div table {
    border-top: dotted 1px #595959;
  }
}

/* Cont06（メインエリア）
--------------------------------*/

/* Cont07（メインエリア）
--------------------------------*/
#cont07 {
  margin-top: 65px;
}

#cont07 .setu {
  margin-bottom: 25px;
  text-align: center;
}

.work_set {
  float: left;
  width: 48.4%;
  margin-right: 3%;
  margin-bottom: 25px;
}

.work_set a:hover {
  opacity: 0.8;
}

.work_set:nth-child(2n) {
  margin-right: 0;
}

.work_thumb {
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
  padding-top: 66%;
  width: 100%;
}

.work_txt {
  margin-top: 7px;
  line-height: 1.4;
  text-align: center;
}

.work_txt span {
  display: inline-block;
}

@media print, screen and (min-width: 521px) {
  #cont07 {
    margin-top: 90px;
  }
}

@media print, screen and (min-width: 961px) {
  .work_area {
    margin-top: 15px;
  }

  .work_set {
    width: 23.44%;
    margin-bottom: 30px;
  }

  .work_set:nth-child(-n + 3) {
    margin-right: 2% !important;
  }

  .work_txt {
    font-size: 17px;
  }
}

/* Cont07（メインエリア）
--------------------------------*/

/* Cont08（メインエリア）
--------------------------------*/
#cont08 {
  margin-top: 65px;
}

#cont08 .setu {
  margin-bottom: 25px;
  text-align: center;
}

#cont08 .btn_area {
  text-align: center;
}

#cont08 .b_btn {
  background-color: #545454;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 8px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#cont08 .b_btn:hover {
  opacity: 0.9;
}

#cont08 .b_btn .triangle {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

@media print, screen and (min-width: 521px) {
  #cont08 {
    margin-top: 90px;
  }

  #cont08 .b_btn {
    display: inline-block;
    padding: 6px 25px;
    font-size: 110%;
    min-width: 400px;
  }
}

@media print, screen and (min-width: 961px) {
  #cont08 .b_btn {
    margin: 0 15px 20px;
  }
}

/* Cont08（メインエリア）
--------------------------------*/

/* Cont09（メインエリア）
--------------------------------*/
#cont09 {
  margin-block-start: 65px;
}

@media screen and (width <=768px) {
  #cont09 {
    margin-block-start: 90px;
  }
}

/* Cont09（メインエリア）
--------------------------------*/

/* フッター
--------------------------------*/
footer {
  background-color: #545454;
  color: #ffffff;
  padding: 60px 0 40px;
  text-align: center;
  margin-top: 120px;
}

img.foot_logo {
  max-width: 220px;
}

.foot_area_txt {
  margin-top: 35px;
}

.foot_area_txt span {
  display: inline-block;
}

@media print, screen and (min-width: 481px) {
  footer {
    margin-top: 160px;
  }
}

@media print, screen and (min-width: 769px) {
}

/* フッター追従ボタン-----*/
.fixed_btn {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 10px;
  background-color: rgba(0, 169, 200, 0.78);
  line-height: 1;
  width: 100%;
  color: #ffffff;
  box-sizing: border-box;
  z-index: 1003;
}

.fixed_btn div {
  text-align: center;
  display: table-cell;
}

.fix_btnL {
  float: left;
  width: 40%;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
}

.fix_btnR {
  float: right;
  width: 60%;
  font-size: 14px;
}

.fix_btnR div {
  background-color: #eee03f;
  font-weight: bold;
  padding: 10px;
  display: inline-block;
  color: #585858;
}

@media print, screen and (min-width: 521px) {
  .fixed_btn {
    padding: 20px 30px;
    width: auto;
    min-width: 420px;
  }

  .fix_btnL {
    font-size: 34px;
    padding-top: 3px;
    font-weight: normal;
  }

  .fix_btnR {
    font-size: 16px;
  }

  .fix_btnR div {
    padding: 10px 15px;
  }
}

@media print, screen and (min-width: 1023px) {
}

/* ▲フッター
--------------------------------*/

/* アニメーション
--------------------------------*/
/* スクロールダウン
----------------------*/
.scrollDW,
.scrollDW span {
  display: none !important;
}

@media print, screen and (min-width: 521px) {
  .scrollDW {
    display: block !important;
    position: absolute;
    right: 5%;
    bottom: 30%;
    writing-mode: vertical-rl;
  }

  .scrollDW span {
    display: inline-block !important;
  }

  .is-hidden33 {
    display: none !important;
  }

  /* 線のアニメーション部分 */
  .scrollDW::before {
    animation: scrollDW 2s infinite;
    background-color: #c4c4c4;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
}

/* 線のアニメーション */
@keyframes scrollDW {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

/*上からフェードイン
----------------------*/
.js-fade_T {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-80px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.scroll2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* サムネイルフェードイン
----------------------*/
.fadein_L {
  opacity: 0;
  transition: all 2s;
}

.fadein_L.active2 {
  opacity: 1;
}

.fadein_L2 {
  opacity: 0;
  transition: all 2s;
}

.fadein_L2.active2 {
  opacity: 1;
}

/* 下からフェードイン
----------------------*/
.element {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  .li-box_area {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

/*マーカー
----------------------*/
.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff92, #ffff92);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 2.5s ease-in-out;
  font-weight: bold;
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 40%;
}

/*ふわふわ
----------------------*/
.fuwafuwa01 {
  animation: fuwafuwa01 3s infinite ease-in-out;
}

@keyframes fuwafuwa01 {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }
}

/* ▲アニメーション END
--------------------------------*/

/* =====================================
   # bnr
===================================== */
.bnr {
  display: block;
  margin: 0 auto;
  width: 50%;

  & img {
    max-width: 100%;
    margin-block-end: 20px;
  }
}

@media (max-width: 767px) {
  .bnr {
    width: 90%;
    margin: -10px auto 0;
  }
}

/* =================================================
/* c-parts_floating
================================================= */
.c-parts_floating {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10000;
  inline-size: 250px;
  block-size: auto;
  border: 1px solid #888888;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px;

  & img {
    inline-size: 100%;
  }

  & .is-close {
    position: absolute;
    top: -20px;
    left: -10px;
    inline-size: 25px;
    block-size: 25px;
    cursor: pointer;
  }
}

@media screen and (width <=768px) {
  .c-parts_floating {
    inline-size: 90%;
    left: 3%;
    bottom: 10px;
    transform: translate(0, 0);
  }
}

/* =====================================
/* accordion
===================================== */
.faq {
  max-inline-size: 800px;
  margin: 0 auto;
}

.panel {
  border: 1px solid #00a9c8c7;
  border-radius: 5px;
  margin-block-end: 20px;
}

.panel-header {
  inline-size: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  background: #00a9c8c7;
  border: none;
  cursor: pointer;
  text-align: left;

  &:hover {
    opacity: 0.8;
  }

  &.active .icon {
    transform: rotate(45deg);
  }
}

.icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.panel-content {
  block-size: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.panel-body {
  padding: 20px;
  border-block-start: 1px solid #eee;
}
