@charset "UTF-8";
/* breakpoints */
/* breakpoint */
/* flex */
/* font-size */
a {
  text-decoration: none;
  color: #404040;
}

img {
  max-width: 100%;
}

/* color */
/* display */
@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media (max-width: 1439px) {
  .hd {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 767px) {
  .tb {
    display: block;
  }
}

@media (max-width: 767px) {
  .pc_tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 420px) {
  .sp {
    display: block;
  }
}

@media (max-width: 420px) {
  .sp_omit {
    display: none;
  }
}

.break--pc {
  display: inline;
}

.break--sp {
  display: none;
}

.block--pc {
  display: block;
}

.block--sp {
  display: none;
}

@media (max-width: 767px) {
  .break--pc {
    display: none;
  }
  .break--sp {
    display: inline;
  }
  .block--pc {
    display: none;
  }
  .block--sp {
    display: block;
  }
}
/* br */
@media (max-width: 1023px) {
  .br_pc {
    display: none;
  }
}

@media (max-width: 1439px) {
  .br_hd {
    display: none;
  }
}

.br_tb {
  display: none;
}
@media (max-width: 767px) {
  .br_tb {
    display: block;
  }
}

@media (max-width: 767px) {
  .br_tb_none {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media (max-width: 420px) {
  .br_sp {
    display: block;
  }
}

@media (max-width: 420px) {
  .br_sp_none {
    display: none;
  }
}

/** parts **/
html {
  font-size: 16px;
  line-height: 1.2;
  color: #404040;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contain {
  overflow: hidden;
}
@media (max-width: 767px) {
  .contain {
    margin-bottom: 110px;
  }
}

.bg_white {
  background-color: #fff;
}

/* wrapper */
.wrapper {
  width: min(1560px, 96%);
  margin-inline: auto;
  padding: 180px 0 100px 0;
}
@media (max-width: 1023px) {
  .wrapper {
    padding: 100px 0 80px 0;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 45px 0 40px 0;
  }
}
.wrapper_ss {
  width: min(800px, 96%);
  margin-inline: auto;
  padding: 180px 0 100px 0;
}
@media (max-width: 1023px) {
  .wrapper_ss {
    padding: 100px 0 75px 0;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .wrapper_ss {
    padding: 50px 0 35px 0;
  }
}
.wrapper_s {
  width: min(953px, 96%);
  margin-inline: auto;
  padding: 180px 0 100px 0;
}
.wrapper_m {
  width: min(1200px, 96%);
  margin-inline: auto;
  padding: 180px 0 100px 0;
}
@media (max-width: 1023px) {
  .wrapper_m {
    padding: 100px 0 75px 0;
    width: 94%;
  }
}
@media (max-width: 767px) {
  .wrapper_m {
    padding: 65px 0 35px 0;
  }
}
.wrapper_l {
  width: min(1440px, 96%);
  margin-inline: auto;
  padding: 180px 0 100px 0;
}
@media (max-width: 1023px) {
  .wrapper_l {
    padding: 80px 0 40px 0;
    width: 94%;
  }
}

.sec_wrap {
  width: min(1000px, 90%);
  margin-inline: auto;
  padding-top: 150px;
}
@media (max-width: 767px) {
  .sec_wrap {
    padding-top: 65px;
  }
}
.sec_wrap_s {
  width: min(850px, 100%);
  margin-inline: auto;
  padding-top: 150px;
}
.sec_wrap_l {
  width: min(1200px, 90%);
  margin-inline: auto;
  padding-top: 150px;
}

/* font-family */
.eng {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.w100 {
  width: 100%;
}

/* section title */
.section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  gap: 5px;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 20px;
  }
}
.section_title .title_main {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .section_title .title_main {
    font-size: 5.8vw;
  }
}
.section_title .title_sub {
  font-size: 0.77rem;
  color: #fff;
  background-color: #21A8CC;
  padding: 4px 8px 4px 8px;
  letter-spacing: 0.05em;
  width: fit-content;
}
@media (max-width: 1023px) {
  .section_title .title_sub {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .section_title .title_sub {
    font-size: 2.8vw;
    padding: 1px 4px;
  }
}
.section_title.center {
  align-items: center;
  border-bottom: none;
  padding-bottom: 0;
}
.section_title.center .title_main {
  text-align: center;
}
@media (max-width: 767px) {
  .section_title.center::after {
    content: none;
  }
}

/*** header ***/
.header {
  font-family: "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #404040;
}

/*! -------------------- メニュー -------------------- */
.menuCurrent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 56px;
}

.menuCurrent__ele {
  width: 33.3333333333%;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 1.2222222222;
}
.menuCurrent__ele::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #d1d1d1;
  z-index: -1;
}
.menuCurrent__ele:last-child::after {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: #d1d1d1;
  z-index: -1;
}
.menuCurrent__ele .menuCurrent__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}

.menuCurrent__ele--2col {
  width: 50%;
}

.menuCurrent__current {
  background-color: #1fa9cc;
}
.menuCurrent__current + .menuCurrent__ele::before {
  display: none;
}
.menuCurrent__current .menuCurrent__link {
  color: #fff;
}
.menuCurrent__current .menuCurrent__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  border-top: 11px solid #1fa9cc;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  margin: 0 auto;
}
.menuCurrent__current .menuCurrent__link:hover {
  text-decoration: none;
  cursor: default;
}

/*! ============================== グローバルヘッダー ============================== */
.container--hd {
  max-width: 1040px;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container--hd {
    width: calc(100% - 40px);
  }
}

.break--pchd {
  display: inline;
}
@media (max-width: 1200px) {
  .break--pchd {
    display: none;
  }
}

.break--sphd {
  display: none;
}
@media (max-width: 1200px) {
  .break--sphd {
    display: inline;
  }
}

.block--pchd {
  display: block;
}

.block--sphd {
  display: none;
}
@media (max-width: 1200px) {
  .block--sphd {
    display: block;
  }
}

.gheader__shell {
  background-color: #fff;
  position: relative;
  z-index: 100;
}
@media (max-width: 1200px) {
  .gheader__shell {
    height: 82px;
  }
}

.gheader {
  z-index: 100;
  position: relative;
  background-color: #fff;
}
.gheader__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  width: 1200px;
  max-width: 90% !important;
}
@media (max-width: 1200px) {
  .gheader__wrap {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.gheader__logoWrap {
  margin-right: auto;
}
@media (max-width: 1200px) {
  .gheader__logoImg {
    width: 194px;
  }
}
.gheader__subttl {
  font-size: 12px;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .gheader__subttl {
    font-size: 8px;
    margin-bottom: 4px;
  }
}
.gheader__twitter {
  margin-left: 10px;
}
.gheader__menuWrap {
  position: relative;
}
@media (max-width: 1200px) {
  .gheader__menuWrap {
    display: none;
    overflow: hidden;
  }
}
.gheader__menu {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
  width: 1200px;
  max-width: 90% !important;
}
@media (max-width: 1200px) {
  .gheader__menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    max-width: 90%;
    margin-inline: auto;
    position: relative;
    z-index: 100;
    border-top: 2px solid #9bd9e9;
    overflow: hidden;
  }
}
.gheader__menu .gheader__menuEle {
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle {
    text-align: center;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    padding-bottom: 0;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
.gheader__menu .gheader__menuEle:nth-child(1) {
  width: 12.6%;
}
.gheader__menu .gheader__menuEle:nth-child(2) {
  width: 17.8%;
}
.gheader__menu .gheader__menuEle:nth-child(3) {
  width: 17.8%;
}
.gheader__menu .gheader__menuEle:nth-child(4) {
  width: 14.7%;
}
.gheader__menu .gheader__menuEle:nth-child(5) {
  width: 13.1%;
}
.gheader__menu .gheader__menuEle:nth-child(6) {
  width: 11%;
}
.gheader__menu .gheader__menuEle:nth-child(7) {
  width: 11%;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle:nth-child(7) {
    width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle:nth-child(n) {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle:nth-child(2n) {
    width: calc(50% - 1px);
    border-left: 1px solid #ccc;
  }
}
.gheader__menu .gheader__menuEle .gheader__menuLinkWrap {
  -webkit-transform: skew(-13deg);
  -ms-transform: skew(-13deg);
  transform: skew(-13deg);
  border-left: 1px solid #606060;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle .gheader__menuLinkWrap {
    transform: skew(0);
    border-left: none;
  }
}
.gheader__menu .gheader__menuEle .gheader__menuLink {
  display: inline-block;
  -webkit-transform: skew(13deg);
  -ms-transform: skew(13deg);
  transform: skew(13deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 3px solid transparent;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle .gheader__menuLink {
    border-bottom: none;
    display: block;
    transform: skew(0);
  }
}
.gheader__menu .gheader__menuEle .gheader__menuLink--current {
  color: #0ba7ce;
  border-bottom: 3px solid #0ba7ce;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle .gheader__menuLink--current {
    border-bottom: 1px solid #0ba7ce;
  }
}
.gheader__menu .gheader__menuEle .gheader__menuLink:hover {
  cursor: pointer;
  text-decoration: none;
  color: #0ba7ce;
  border-bottom: 3px solid #0ba7ce;
}
@media (max-width: 1200px) {
  .gheader__menu .gheader__menuEle .gheader__menuLink:hover {
    border-bottom: none;
  }
}
.gheader__menu .gheader__menuEle .gheader__menuEle .hovered {
  color: #0ba7ce;
  border-bottom: 3px solid #0ba7ce;
}
.gheader__menu li:last-child div {
  border-right: 1px solid #606060;
}
@media (max-width: 1200px) {
  .gheader__menu li:last-child div {
    border-right: none;
  }
}
@media (max-width: 1200px) {
  .gheader__toggle {
    height: 18px;
    position: absolute;
    top: 35px;
    right: 20px;
  }
}
.gheader .gheader__phone {
  font-weight: 700;
}
.gheader .phone__txt {
  font-size: 11px;
}
.gheader .phone__number {
  color: #ee4242;
  font-size: 22px;
}
.gheader .phone__time {
  font-size: 12px;
}

.gheader--fixed {
  width: 100%;
  position: fixed;
  top: -75px;
  left: 0;
  -webkit-box-shadow: 0 3px 3px 0 #ebebeb;
  box-shadow: 0 3px 3px 0 #ebebeb;
  z-index: 100;
}
@media (max-width: 1200px) {
  .gheader--fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.menuHover {
  z-index: 100;
  border-top: 3px solid #044352;
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1200px) {
  .menuHover {
    display: none !important;
  }
}
.menuHover__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background-color: rgba(11, 167, 206, 0.4);
}
.menuHover__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}
.menuHover__ele {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 31.2%;
}
.menuHover__ele + .menuHover__ele {
  margin-left: 3.2%;
}
.menuHover__ele img {
  width: 100%;
}
.menuHover__ele:hover {
  opacity: 0.6;
}
.menuHover__ele a:hover {
  text-decoration: none;
}
.menuHover__txt {
  color: #00a6d0;
  font-weight: 700;
  font-size: 16px;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .menuToggle__close {
    font-size: 13px;
    border: 1px solid #1fa9cc;
    width: 98px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    color: #1fa9cc;
    text-align: center;
    margin: 22px auto;
  }
}
@media (max-width: 1200px) {
  .menuToggle__close::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    position: relative;
    top: -1px;
    left: 0;
    margin-right: 4px;
    background-image: url(../img/icon_close_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*** fv ***/
/** ファーストビュー **/
#fv {
  position: relative;
}
@media (max-width: 767px) {
  #fv {
    max-width: 100%;
  }
}
#fv #kv-swiper {
  position: relative;
}
@media (max-width: 767px) {
  #fv #kv-swiper {
    margin-bottom: 35px;
  }
}
#fv #kv-swiper .swiper-slide {
  width: 100%;
}
#fv #kv-swiper .swiper-slide img {
  width: 100%;
}
#fv #kv-swiper .swiper-slide .kv-slide_txt {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  color: #fff;
  width: min(800px, 90%);
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .sub_catch {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .sub_catch {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .sub_catch {
    gap: 4px;
    margin-bottom: 5px;
  }
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .sub_catch span {
  border: solid 2px #fff;
  border-radius: 21px;
  padding: 1px 20px 2px 20px;
  font-size: 0.88rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .sub_catch span {
    font-size: 3.2vw;
    padding: 4px 15px 3px;
  }
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch {
  text-align: center;
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch > * {
  display: block;
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .main {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: center;
}
@media (max-width: 1439px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .main {
    font-size: 2.25rem;
  }
}
@media (max-width: 1023px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .main {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .main {
    font-size: 7.5vw;
  }
}
#fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .sub {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 5px;
}
@media (max-width: 1439px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .sub {
    font-size: 1.25rem;
  }
}
@media (max-width: 1023px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .sub {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  #fv #kv-swiper .swiper-slide .kv-slide_txt .main_catch .sub {
    font-size: 3.8vw;
  }
}
#fv #kv-swiper .swiper-pagination1 {
  z-index: 80;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #fv #kv-swiper .swiper-pagination1 {
    bottom: 2%;
  }
}
#fv #kv-swiper .swiper-pagination1 .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  border-radius: 15px;
}
#fv #kv-swiper .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #22A7CC;
}

/**  / テツソーとは **/
.achievements .sec_wrap {
  padding: 25px 0 0 0;
}
.achievements .achievements_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .achievements .achievements_wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .achievements .achievements_wrap {
    flex-wrap: wrap;
    gap: 15px 5px;
  }
}
@media (max-width: 767px) {
  .achievements .achievements_wrap img {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .achievements .rice_mark {
    margin-top: 15px;
    font-size: 2.8vw;
  }
}

.rice_mark {
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin-top: 20px;
}

/** about / テツソーとは **/
.about .section_text {
  text-align: center;
}
.about .section_text p {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .about .section_text p {
    font-size: 0.88rem;
  }
}
@media (max-width: 767px) {
  .about .section_text p {
    font-size: 3.75vw;
  }
}
.about .section_text p .marker {
  display: inline-block;
  background-color: #1FA9CC;
  color: #fff;
  padding: 0px 5px;
  display: inline;
  margin-inline: 0.15em;
}
.about .section_text p + p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .about .section_text p + p {
    margin-top: 20px;
  }
}
.about .section_text + .section_text {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .about .section_text + .section_text {
    margin-top: 25px;
  }
}

/** problem / こんな問題ありませんか **/
.speech_bubble_wrap {
  max-width: 100%;
}
.speech_bubble_wrap img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .speech_bubble_wrap img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .problem .sec_wrap {
    width: 100%;
  }
}
.problem {
  /* step */
}
.problem .step_wrap {
  margin-top: 150px;
  width: min(940px, 100%);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .problem .step_wrap {
    margin-top: 75px;
    width: 90%;
  }
}
.problem .step_wrap .step_title h3 {
  position: relative;
  padding: 0 95px 10px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_title h3 {
    padding: 0 65px 10px;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3 {
    padding: 0;
  }
}
.problem .step_wrap .step_title h3 span {
  font-size: 1.5rem;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_title h3 span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3 span {
    font-size: 3.8vw;
  }
}
.problem .step_wrap .step_title h3 strong {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25em;
  display: block;
}
@media (max-width: 1439px) {
  .problem .step_wrap .step_title h3 strong {
    font-size: 2.375rem;
  }
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_title h3 strong {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3 strong {
    font-size: 6.8vw;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3 strong.pc_tb {
    display: none;
  }
}
.problem .step_wrap .step_title h3 strong.tb {
  display: none;
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3 strong.tb {
    display: block;
  }
}
.problem .step_wrap .step_title h3 strong span {
  font-size: inherit;
  display: inline-block;
  background-color: #1FA9CC;
  color: #fff;
  padding: 0px 15px 0px 8px;
}
.problem .step_wrap .step_title h3::before, .problem .step_wrap .step_title h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 75px;
  height: 100%;
  background-image: url(../img/step_line_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_title h3::before, .problem .step_wrap .step_title h3::after {
    width: 55px;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_title h3::before, .problem .step_wrap .step_title h3::after {
    content: none;
  }
}
.problem .step_wrap .step_title h3::before {
  left: 0;
}
.problem .step_wrap .step_title h3::after {
  right: 0;
  transform: scale(-1, 1);
}
.problem .step_wrap .step_list {
  width: min(760px, 92%);
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_list {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_list {
    margin-top: 30px;
  }
}
.problem .step_wrap .step_list li {
  padding-left: 40px;
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75em;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_list li {
    font-size: 1.13rem;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_list li {
    padding-left: 28px;
    font-size: 3.8vw;
  }
}
.problem .step_wrap .step_list li::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 29px;
  height: 29px;
  content: "";
  background-image: url(../img/step_icon.svg);
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_list li::before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_list li::before {
    width: 20px;
    height: 20px;
    top: 3px;
  }
}
.problem .step_wrap .step_list li + li {
  margin-top: 15px;
}
.problem .step_wrap .step_strong {
  margin-top: 60px;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media (max-width: 1023px) {
  .problem .step_wrap .step_strong {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_strong {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .problem .step_wrap .step_strong span {
    font-size: 4.2vw;
  }
}

/** こんな企業様にオススメ / recommended **/
@media (max-width: 767px) {
  .recommended .sec_wrap {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .recommended .sec_wrap .section_title {
    margin-bottom: 30px;
  }
}
.recommended .swiper {
  position: relative; /* 親要素を相対配置 */
  padding-bottom: 50px; /* ページネーション用のスペース確保 */
}
.recommended .swiper .swiper-button {
  position: absolute;
  bottom: 0px;
  right: 5vw;
  display: flex;
  gap: 10px;
  z-index: 10;
  /* 前へ次への矢印カスタマイズ */
}
.recommended .swiper .swiper-button .swiper-button-prev,
.recommended .swiper .swiper-button .swiper-button-next {
  position: static; /* absoluteを解除 */
  margin: 0;
  width: auto;
  height: auto;
}
.recommended .swiper .swiper-button .swiper-button-prev::after,
.recommended .swiper .swiper-button .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 11px;
}
.recommended .swiper .swiper-button {
  /* 前への矢印カスタマイズ */
}
.recommended .swiper .swiper-button .swiper-button-prev::after {
  background-image: url(../img/slider_arrow_active.svg);
  transform: scale(-1, 1);
}
.recommended .swiper .swiper-button {
  /* 次への矢印カスタマイズ */
}
.recommended .swiper .swiper-button .swiper-button-next::after {
  background-image: url(../img/slider_arrow_active.svg);
}
.recommended .swiper-slide {
  background-color: #22A7CC;
  color: #fff;
  padding: 40px 5px;
  border-radius: 20px;
  aspect-ratio: 230/208;
}
@media (max-width: 1023px) {
  .recommended .swiper-slide {
    padding: 35px 5px;
  }
}
@media (max-width: 767px) {
  .recommended .swiper-slide {
    padding: 20px 2px 25px;
    border-radius: 10px;
  }
}
.recommended .swiper-slide .slide_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .recommended .swiper-slide .slide_inner {
    gap: 8px;
  }
}
.recommended .swiper-slide .part {
  background-color: #fff;
  border-radius: 13px;
  color: #0391B7;
  font-size: 0.77rem;
  display: inline-block;
  padding: 3px 10px;
}
@media (max-width: 767px) {
  .recommended .swiper-slide .part {
    font-size: 2vw;
  }
}
.recommended .swiper-slide span {
  font-size: 0.88rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 1023px) {
  .recommended .swiper-slide span {
    font-size: 0.82rem;
  }
}
@media (max-width: 767px) {
  .recommended .swiper-slide span {
    font-size: 2.7vw;
  }
}
.recommended .swiper-slide .part_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .recommended .swiper-slide .part_title {
    gap: 5px;
  }
}
.recommended .swiper-slide .part_title .part_title_main {
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .recommended .swiper-slide .part_title .part_title_main {
    font-size: 1.625rem;
  }
}
@media (max-width: 1439px) {
  .recommended .swiper-slide .part_title .part_title_main {
    font-size: 1.375rem;
  }
}
@media (max-width: 1023px) {
  .recommended .swiper-slide .part_title .part_title_main {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .recommended .swiper-slide .part_title .part_title_main {
    font-size: 3.3vw;
  }
}
.recommended .swiper-slide .part_title .part_title_main span {
  display: inline-block;
  font-size: inherit;
  background-color: #0691B7;
  padding: 0px 5px;
}

/* 利用シーン / Use cases */
.cases .sec_wrap_s {
  max-width: 90%;
}
@media (max-width: 767px) {
  .cases .sec_wrap_s {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cases .sec_wrap_s .section_title {
    margin-bottom: 30px;
  }
}
.cases .cases_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .cases .cases_box {
    gap: 9px;
  }
}
.cases .cases_box .case {
  display: flex;
  width: calc(33.3333333333% - 10px);
  gap: 8px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cases .cases_box .case {
    width: calc(50% - 10px);
  }
}
.cases .cases_box .case img {
  width: 100%;
}
.cases .cases_box .case .case_text {
  text-align: center;
  font-weight: 500;
}
.cases .cases_box .case .case_text .smaller {
  font-size: 12px;
}
@media (max-width: 767px) {
  .cases .cases_box .case .case_text .smaller {
    font-size: 3.2vw;
    line-height: 1em;
  }
}
.cases .cases_box .case .case_text .bigger {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cases .cases_box .case .case_text .bigger {
    font-size: 3.8vw;
    margin-top: 3px;
  }
}

@media (max-width: 767px) {
  .services .sec_wrap_l {
    width: 95%;
  }
}
.services .section_title {
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .services .section_title {
    margin-bottom: 0;
    position: relative;
  }
}
.services .section_title span {
  position: relative;
  z-index: 10;
}
.services .section_title::after {
  position: absolute;
  content: none;
  width: 75%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 767px) {
  .services .section_title::after {
    content: "";
  }
}
.services .radius_box {
  border: #21A8CC solid 10px;
  border-radius: 48px;
  position: relative;
}
@media (max-width: 767px) {
  .services .radius_box {
    border-width: 5px;
    margin-top: -8%;
    border-radius: 18px;
  }
}
.services {
  /* サービス　内部リンクタブ */
}
.services .services_tab {
  display: flex;
  justify-content: center;
  width: min(725px, 90%);
  margin-inline: auto;
  margin-top: -72px;
}
@media (max-width: 767px) {
  .services .services_tab {
    display: none;
  }
}
.services .services_tab .tab {
  width: 33.3333333333%;
  overflow: hidden;
  position: relative;
}
.services .services_tab .tab a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-color: #1FA9CC;
  color: #fff;
  width: 100%;
  padding: 20px 10px 10px;
  transition: all linear 0.25s;
  position: relative;
  z-index: 1;
}
.services .services_tab .tab a .service_num {
  border: #fff solid 1px;
  border-radius: 9px;
  font-size: 10px;
  width: 76px;
  text-align: center;
}
.services .services_tab .tab a .service_title {
  color: inherit;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.services .services_tab .tab a .service_title .service_sub_title {
  display: inline-block;
  background-color: #0691B7;
  font-size: 0.77rem;
  font-weight: 500;
  color: inherit;
  margin-bottom: 5px;
  padding: 2px 5px;
}
.services .services_tab .tab a .service_title .service_main_title {
  font-size: 1.13rem;
  font-weight: 700;
  color: inherit;
}
.services .services_tab .tab a .service_title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  content: "";
  width: 15px;
  height: 7px;
  background-image: url(../img/tab_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all linear 0.25s;
}
.services .services_tab .tab a:hover {
  background-color: #4DC7E8;
  transition: all linear 0.25s;
}
.services .services_tab .tab a:hover .service_title::before {
  transition: all linear 0.25s;
  bottom: 0px;
}
.services .services_tab .tab:first-child {
  border-radius: 16px 0 0 16px;
}
.services .services_tab .tab:last-child {
  border-radius: 0 16px 16px 0;
}
.services .services_tab .tab:last-child::after {
  content: none;
}
.services .services_tab .tab::after {
  position: absolute;
  top: 50%;
  right: -0.5px;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 100px;
  background-color: #1793B4;
  z-index: 10;
}
.services .services_inner {
  width: min(850px, 90%);
  margin-inline: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .services .services_inner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services .services_inner .rice_mark {
    font-size: 3.2vw;
  }
}
.services .service_flex_block {
  display: flex;
  gap: 35px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .services .service_flex_block {
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.services .service_flex_block img {
  width: 390px;
}
.services .service_flex_block .service_text {
  flex: 1;
}
.services .service_flex_block .service_text .service_num {
  display: inline-block;
  font-size: 0.77rem;
  color: #fff;
  border-radius: 20px;
  background-color: #21A8CC;
  text-align: center;
  width: 94px;
  padding: 6px 0 2px 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .services .service_flex_block .service_text .service_num {
    font-size: 2.8vw;
    background-color: #fff;
    border: #22A7CC solid 1px;
    padding: 2px 10px 1px;
    color: #22A7CC;
    width: fit-content;
    margin-bottom: 3px;
    font-weight: 500;
  }
}
.services .service_flex_block .service_text .service_catch_sp {
  display: none;
}
@media (max-width: 767px) {
  .services .service_flex_block .service_text .service_catch_sp {
    display: block;
    color: #fff;
    width: fit-content;
    padding: 1px 3px 2px 2px;
    font-weight: 400;
    font-size: 3.2vw;
    background-color: #0691B7;
    margin-bottom: 8px;
  }
}
.services .service_flex_block .service_text h3 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .services .service_flex_block .service_text h3 {
    font-size: 6.4vw;
    margin-bottom: 5px;
  }
}
.services .service_flex_block .service_text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .services .service_flex_block .service_text p {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .services #service02 .table_wrap table {
    width: 510px;
  }
}

.service_block h4 {
  font-size: 1.13rem;
  font-weight: 700;
  padding-left: 1.1em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .service_block h4 {
    font-size: 3.2vw;
  }
}
.service_block h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 2px;
  background-color: #404040;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .service_block h4::before {
    width: 0.8em;
    border-radius: 10px;
  }
}
.service_block h4:nth-child(n+2) {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .service_block h4:nth-child(n+2) {
    margin-top: 25px;
  }
}
.service_block h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #209DBF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .service_block h5 {
    font-size: 4.2vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.service_block h5 span {
  display: inline-block;
  padding: 3px 16px;
  background-color: #D2EEF5;
  border-radius: 15px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .service_block h5 span {
    font-size: 3.2vw;
    padding: 2px 16px;
    margin-left: 5px;
  }
}
.service_block p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .service_block p {
    font-size: 3.8vw;
  }
}
.service_block p.rice_mark {
  text-align: left;
}
.service_block .center {
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .service_block .center {
    margin-top: 10px;
  }
}
.service_block .image_wrap {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .service_block .image_wrap {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .service_block .image_wrap.scroll {
    overflow-x: scroll;
  }
}
.service_block .image_wrap img {
  max-width: none;
}
.service_block .image_wrap picture img {
  max-width: 100%;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .service_block .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service_block .scroll {
    overflow-x: scroll;
    scrollbar-width: 6px;
    scrollbar-color: #3760d0;
  }
}
@media (max-width: 767px) {
  .service_block .scroll > img, .service_block .scroll > .table_wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service_block .scroll.table_wrap {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service_block .scroll::-webkit-scrollbar {
    width: 10px; /* 必須 */
    height: 6px; /* 必須 */
    padding-top: 5px;
  }
}
.service_block .scroll {
  /* スクロールバーの背景 */
}
.service_block .scroll::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .service_block .scroll::-webkit-scrollbar-thum {
    width: 100%;
    height: 6px;
  }
}
.service_block .scroll::-webkit-scrollbar-thumb {
  height: 6px;
  background: #22A7CC;
  border-radius: 15px;
}

.grig_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100% !important;
  row-gap: 30px;
  column-gap: 20px;
  grid-template-areas: "abc abc abc" "d   e   cargo";
}
@media (max-width: 1023px) {
  .grig_wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "abc abc" "d   e" "cargo cargo ";
  }
}
@media (max-width: 767px) {
  .grig_wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "abc" "d" "e" "cargo";
    row-gap: 40px;
  }
}
.grig_wrap .grid_item.abc {
  grid-area: abc;
}
@media (max-width: 767px) {
  .grig_wrap .grid_item.abc {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .grig_wrap .grid_item.abc table {
    width: 850px;
  }
}
.grig_wrap .grid_item.d {
  grid-area: d;
}
.grig_wrap .grid_item.e {
  grid-area: e;
}
.grig_wrap .grid_item.cargo {
  grid-area: cargo;
}
.grig_wrap .grid_item.d h5, .grig_wrap .grid_item.e h5, .grig_wrap .grid_item.cargo h5 {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
@media (max-width: 767px) {
  .grig_wrap .grid_item.d h5, .grig_wrap .grid_item.e h5, .grig_wrap .grid_item.cargo h5 {
    flex-direction: row;
    gap: 8px;
  }
}
.grig_wrap .grid_item.d h5 span, .grig_wrap .grid_item.e h5 span, .grig_wrap .grid_item.cargo h5 span {
  width: fit-content;
  font-size: 10px;
  padding: 5px 14px;
}

.table_wrap table {
  width: 100%;
}
.table_wrap table th, .table_wrap table td {
  border: solid 1px #D0D7DD;
}
.table_wrap table thead th {
  background-color: #21A8CC;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .table_wrap table thead th {
    padding: 6px 9px;
  }
}
.table_wrap table thead th.empty {
  width: 13%;
}
.table_wrap table thead th.normal {
  background-color: #4DC7E8;
  width: 43%;
}
.table_wrap table thead th.constant {
  background-color: #39BCE0;
  width: 43%;
}
.table_wrap table thead tr:first-child th {
  border-top: solid 1px transparent;
}
.table_wrap table thead tr:first-child th:first-child {
  border-radius: 10px 0 0 0;
  border-left: solid 1px transparent;
}
.table_wrap table thead tr:first-child th:last-child {
  border-radius: 0 10px 0 0;
  border-right: solid 1px transparent;
}
.table_wrap table thead tr:last-child th {
  border-right: solid 1px transparent;
}
.table_wrap table tbody th {
  vertical-align: middle;
  padding: 5px 15px;
  background-color: #219DBF;
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
}
.table_wrap table tbody th span {
  font-size: 0.7rem;
}
.table_wrap table tbody td {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.table_wrap table tbody td:last-child {
  border-right: solid 1px transparent;
}
.table_wrap table tbody td.ton span {
  display: block;
}
.table_wrap table tbody td.ton span.ton {
  text-align: left;
  font-size: 0.7rem;
}
.table_wrap table tbody td.kai span {
  font-size: 0.77rem;
}
.table_wrap table tbody tr:last-child th {
  border-left: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
.table_wrap table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 10px;
}
.table_wrap table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table_wrap.sub_table table thead th {
  padding: 5px 12px;
}
.table_wrap.sub_table table thead th.empty {
  width: 25%;
}
.table_wrap.sub_table table thead th.normal, .table_wrap.sub_table table thead th.constant {
  width: 35%;
}
.table_wrap.sub_table table tbody th {
  padding: 5px 2px;
}
.table_wrap.sub_table table tbody th span {
  display: block;
}
.table_wrap.sub_table table tbody td {
  padding: 20px 10px;
  font-size: 0.88rem;
}
.table_wrap.single_table {
  margin-top: 15px;
}
.table_wrap.single_table table {
  width: auto;
  margin-inline: auto;
}
.table_wrap.single_table table thead tr th {
  background-color: #22A7CC;
  width: 178.25px;
}
@media (max-width: 767px) {
  .table_wrap.single_table table thead tr th {
    width: 25%;
  }
}
.table_wrap.single_table table tbody tr td {
  font-size: 1.13rem;
}
.table_wrap.single_table .rice_mark {
  width: 85%;
  font-size: 0.77rem;
  margin-inline: auto;
}
.table_wrap.single_table .rice_mark.moving {
  width: 42%;
}
@media (max-width: 1023px) {
  .table_wrap.single_table .rice_mark.moving {
    width: 100%;
  }
}

.service_image {
  width: min(802px, 96%);
  margin-inline: auto;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .service_image {
    margin-top: 40px;
  }
}
.service_image img {
  width: 100%;
}

.service_bottom_message {
  margin-inline: auto;
  margin-top: 100px;
  width: min(680px, 100%);
  text-align: center;
  padding: 50px 85px;
  background-color: #D2EEF5;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .service_bottom_message {
    padding: 40px 30px 35px;
    width: 100%;
    margin-top: 65px;
  }
}
.service_bottom_message h4 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service_bottom_message h4 {
    font-size: 5.2vw;
  }
}
.service_bottom_message p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.75em;
  font-weight: 400;
}
@media (max-width: 767px) {
  .service_bottom_message p {
    font-size: 3.6vw;
  }
}

/*** CTA ***/
.cta_wrap {
  width: 100%;
  padding: 60px 0 45px 0;
  position: relative;
}
.cta_wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #22A7CC;
}
.cta_wrap .cta_inner {
  width: min(950px, 90%);
  margin-inline: auto;
  position: relative;
  z-index: 5;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner {
    width: 80%;
  }
}
.cta_wrap .cta_inner h3 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner h3 {
    font-size: 2rem;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
.cta_wrap .cta_inner .cta_flex {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_flex {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_flex {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.cta_wrap .cta_inner .cta_flex::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 100%;
  background-color: #007798;
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_flex::before {
    content: none;
  }
}
.cta_wrap .cta_inner .cta_mail,
.cta_wrap .cta_inner .cta_tel {
  width: 46%;
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_mail,
  .cta_wrap .cta_inner .cta_tel {
    width: 100%;
  }
}
.cta_wrap .cta_inner .cta_mail h4,
.cta_wrap .cta_inner .cta_tel h4 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_mail h4,
  .cta_wrap .cta_inner .cta_tel h4 {
    font-size: 1.13rem;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_mail {
    padding-bottom: 48px;
    border-bottom: solid 1px #007798;
  }
}
.cta_wrap .cta_inner .cta_mail .mail_btn a {
  color: #ffffff;
  display: block;
  width: 100%;
  border-radius: 65px;
  background-color: #0092BA;
  transition: linear background-color 0.3s;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 45px 60px;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a {
    padding: 35px 25px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a {
    padding: 25px 40px;
    font-size: 4.5vw;
  }
}
.cta_wrap .cta_inner .cta_mail .mail_btn a span {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a span {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a span {
    padding-left: 27px;
  }
}
.cta_wrap .cta_inner .cta_mail .mail_btn a span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 26px;
  content: "";
  background-image: url(../img/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a span::before {
    width: 28px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_mail .mail_btn a span::before {
    width: 19px;
    height: 16px;
  }
}
.cta_wrap .cta_inner .cta_mail .mail_btn a:hover {
  transition: linear background-color 0.3s;
  background-color: #36BDE3;
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_tel {
    padding-top: 45px;
  }
}
.cta_wrap .cta_inner .cta_tel .tel_num {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_tel .tel_num {
    gap: 10px;
  }
}
.cta_wrap .cta_inner .cta_tel .tel_num .tel_icon {
  width: 70px;
  height: 100px;
  background-color: #fff;
  border-radius: 35px;
  position: relative;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel_icon {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel_icon {
    width: 38px;
    height: 54px;
  }
}
.cta_wrap .cta_inner .cta_tel .tel_num .tel_icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel_icon img {
    width: 15px;
  }
}
.cta_wrap .cta_inner .cta_tel .tel_num .tel span {
  display: block;
  font-size: 16px;
  font-family: 500;
}
@media (max-width: 420px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel span {
    font-size: 0.94rem;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel span {
    font-size: 3.2vw;
  }
}
.cta_wrap .cta_inner .cta_tel .tel_num .tel a.tel {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1023px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel a.tel {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cta_wrap .cta_inner .cta_tel .tel_num .tel a.tel {
    font-size: 9.3vw;
  }
}

/*** テツソーが選ばれる理由 / Reason 01 ***/
@media (max-width: 1023px) {
  .reason01 .sec_wrap_l {
    width: 95%;
  }
}

.reason_box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .reason_box {
    gap: 10px;
  }
}
.reason_box .reason {
  background-color: #22A7CC;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 1023px) {
  .reason_box .reason {
    width: calc(50% - 10px);
    padding: 25px 15px 15px 20px;
  }
}
@media (max-width: 767px) {
  .reason_box .reason {
    width: calc(50% - 5px);
    padding: 20px 15px 15px 15px;
  }
}
.reason_box .reason .reason_part {
  background-color: #fff;
  border-radius: 13px;
  color: #0391B7;
  font-size: 0.77rem;
  display: inline-block;
  padding: 1px 10px 2px;
}
@media (max-width: 767px) {
  .reason_box .reason .reason_part {
    font-size: 2.8vw;
  }
}
.reason_box .reason h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .reason_box .reason h3 {
    font-size: 3.8vw;
    margin-top: 10px;
  }
}
.reason_box .reason h3 .marker {
  display: inline-block;
  font-size: inherit;
  background-color: #0691B7;
  padding: 2px 5px;
  margin-top: 5px;
}
.reason_box .reason .reason_text {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.75em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .reason_box .reason .reason_text {
    font-size: 3.2vw;
  }
}
.reason_box .reason .reason_text .rice_mark {
  margin-top: 0;
  font-size: 0.7rem;
}
@media (max-width: 767px) {
  .reason_box .reason .reason_text .rice_mark {
    font-size: 2.6vw;
    line-height: 1.4em;
  }
}

/*** テツソーが便利な理由 / Reason 02 ***/
.reason02 .swiper {
  position: relative; /* 親要素を相対配置 */
  padding-bottom: 50px; /* ページネーション用のスペース確保 */
}
@media (max-width: 767px) {
  .reason02 .swiper {
    padding: 0 2% 50px;
  }
}
.reason02 .swiper .swiper-button {
  position: absolute;
  bottom: 0px;
  right: 5vw;
  display: flex;
  gap: 10px;
  z-index: 10;
  /* 前へ次への矢印カスタマイズ */
}
.reason02 .swiper .swiper-button .swiper-button-prev,
.reason02 .swiper .swiper-button .swiper-button-next {
  position: static; /* absoluteを解除 */
  margin: 0;
  width: auto;
  height: auto;
}
.reason02 .swiper .swiper-button .swiper-button-prev::after,
.reason02 .swiper .swiper-button .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 20px;
  width: 11px;
}
.reason02 .swiper .swiper-button {
  /* 前への矢印カスタマイズ */
}
.reason02 .swiper .swiper-button .swiper-button-prev::after {
  background-image: url(../img/slider_arrow_active.svg);
  transform: scale(-1, 1);
}
.reason02 .swiper .swiper-button {
  /* 次への矢印カスタマイズ */
}
.reason02 .swiper .swiper-button .swiper-button-next::after {
  background-image: url(../img/slider_arrow_active.svg);
}
.reason02 .swiper-slide .reason_img_wrap img {
  width: 100%;
}
.reason02 .swiper-slide .reason_txt {
  text-align: center;
  margin-top: 15px;
}
.reason02 .swiper-slide .reason_txt h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .reason02 .swiper-slide .reason_txt h3 {
    font-size: 3.8vw;
  }
}
.reason02 .swiper-slide .reason_txt .rice_mark {
  font-size: 0.77rem;
  font-weight: 500;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .reason02 .swiper-slide .reason_txt .rice_mark {
    font-size: 2.6vw;
    line-height: 1.4em;
  }
}

/*** お客様の声 / Revie ***/
@media (max-width: 1023px) {
  .review .sec_wrap_l {
    width: 95%;
  }
}

.review_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .review_box {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: left;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .review_box.scroll {
    overflow-x: scroll;
    scrollbar-width: 6px;
    scrollbar-color: #3760d0;
  }
}
@media (max-width: 767px) {
  .review_box.scroll > img, .review_box.scroll > .table_wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .review_box.scroll.table_wrap {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .review_box.scroll::-webkit-scrollbar {
    width: 10px; /* 必須 */
    height: 6px; /* 必須 */
    padding-top: 5px;
  }
}
.review_box.scroll {
  /* スクロールバーの背景 */
}
.review_box.scroll::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .review_box.scroll::-webkit-scrollbar-thum {
    width: 100%;
    height: 6px;
  }
}
.review_box.scroll::-webkit-scrollbar-thumb {
  height: 6px;
  background: #22A7CC;
  border-radius: 15px;
}
.review_box .review {
  padding: 45px;
  background-color: #D2EEF5;
  border-radius: 20px;
  width: calc(33.3333333333% - 10px);
  text-align: center;
}
@media (max-width: 767px) {
  .review_box .review {
    padding: 20px 15px;
    width: 225px;
    flex-shrink: 0;
  }
}
.review_box .review .sub {
  font-size: 0.77rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .review_box .review .sub {
    font-size: 2.8vw;
  }
}
.review_box .review .client {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .review_box .review .client {
    font-size: 4.8vw;
  }
}
.review_box .review .review_category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .review_box .review .review_category {
    margin-top: 10px;
  }
}
.review_box .review .review_category span {
  display: inline-block;
  padding: 4px 10px;
  background-color: #ffffff;
  font-size: 0.77rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .review_box .review .review_category span {
    font-size: 3.4vw;
    padding: 2px 5px;
  }
}
.review_box .review .review_text {
  text-align: left;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.75em;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .review_box .review .review_text {
    margin-top: 15px;
    font-size: 3.6vw;
  }
}

/*** お客様の声 / Revie ***/
@media (max-width: 767px) {
  .flow .sec_wrap_s {
    padding-top: 95px;
  }
}

@media (max-width: 1023px) {
  .flow_wrap {
    max-width: 90%;
    margin-inline: auto;
  }
}
.flow_wrap .flow_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.flow_wrap .flow_list .flow_item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item {
    align-items: flex-start;
    gap: 15px;
  }
}
.flow_wrap .flow_list .flow_item .flow_image {
  width: 150px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item .flow_image {
    width: 90px;
  }
}
.flow_wrap .flow_list .flow_item .flow_image img {
  width: 100%;
}
.flow_wrap .flow_list .flow_item .flow_text {
  flex: 1;
}
.flow_wrap .flow_list .flow_item .flow_text .flow_step {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff;
  border-radius: 11px;
  display: inline-block;
  background-color: #22A7CC;
  padding: 3px 15px 1px 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item .flow_text .flow_step {
    font-size: 2.8vw;
    margin-bottom: 5px;
  }
}
.flow_wrap .flow_list .flow_item .flow_text h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item .flow_text h3 {
    font-size: 4.2vw;
  }
}
.flow_wrap .flow_list .flow_item .flow_text p {
  margin-top: 5px;
  text-align: left;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.7em;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item .flow_text p {
    font-size: 3.6vw;
  }
}
.flow_wrap .flow_list .flow_item .flow_text p .rice_mark {
  text-align: left;
  font-size: 0.77rem;
  color: #888888;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_item .flow_text p .rice_mark {
    font-size: 2.8vw;
    line-height: 1.4em;
  }
}
.flow_wrap .flow_list::after {
  position: absolute;
  left: 75px;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #D8D1D9;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list::after {
    left: 45px;
    height: 95%;
  }
}

/*** お預かりまでの流れ / Flow ***/
/*** F&Q ***/
@media (max-width: 1023px) {
  .faq .sec_wrap_s {
    padding-top: 95px;
    width: 90%;
  }
}

.faq_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_item_wrapper .faq_item .faq_item_inner {
  border-radius: 16px;
  background-color: #22A7CC;
}
.faq_item_wrapper .faq_item .faq_item_inner .questin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 15px 35px 20px 30px;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin {
    padding: 15px 30px 15px 25px;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin {
    padding: 12px 15px 12px 15px;
    gap: 10px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  flex: 1;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title {
    font-size: 0.88rem;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title {
    font-size: 3.2vw;
    flex: 1;
    gap: 15px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title .q_text {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title .q_text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .questin_title .q_text {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon {
  position: relative;
  width: 16px;
  height: 16px;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon {
    width: 14px;
    height: 14px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 16px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon::before {
    width: 14px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: "";
  width: 3px;
  height: 16px;
  background-color: #fff;
  border-radius: 10px;
  transition: transform linear 0.2s;
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon::after {
    height: 14px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon.active::after {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(90deg);
  content: "";
  width: 3px;
  height: 16px;
  background-color: #fff;
  border-radius: 10px;
  transition: transform linear 0.2s;
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .questin .toggle_icon.active::after {
    height: 14px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .answer {
  padding-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.4em;
  font-weight: 400;
  opacity: 0;
  overflow: hidden;
  height: 0;
  display: flex;
  align-items: center;
  background-color: #D2EEF5;
  border-radius: 0 0 16px 16px;
  gap: 30px;
  cursor: pointer;
  transition: ease all 0.5s;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer {
    font-size: 0.88rem;
    align-items: flex-start;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer {
    font-size: 3.2vw;
    flex: 1;
    gap: 15px;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .answer .a_text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #22A7CC;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer .a_text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer .a_text {
    font-size: 3.8vw;
    line-height: 1.2;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .answer.active {
  height: auto;
  opacity: 1;
  padding: 25px 35px 25px 30px;
  transition: ease all 0.5s;
}
@media (max-width: 1023px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer.active {
    padding: 15px 30px 15px 25px;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer.active {
    padding: 15px 15px 10px 15px;
  }
}
@media (max-width: 767px) {
  .faq_item_wrapper .faq_item .faq_item_inner .answer span .rice {
    color: #777777;
    font-size: 2.7vw;
  }
}
.faq_item_wrapper .faq_item .faq_item_inner .answer span a {
  text-decoration: underline;
  transition: ease text-decoration 0.25s;
}
.faq_item_wrapper .faq_item .faq_item_inner .answer span a:hover {
  text-decoration: none;
  transition: ease text-decoration 0.25s;
}

/*** フッター上コンテンツ / above_foot ***/
.above_foot {
  margin-top: 240px;
}
@media (max-width: 767px) {
  .above_foot {
    margin-top: 40px;
  }
}

/*** footer ***/
@media (max-width: 767px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .footer .wrapper_l {
    padding: 45px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .footer .wrapper_l {
    padding: 0;
    width: 100%;
  }
}

.footer_inner {
  background-color: #edf1f4;
}
@media (max-width: 767px) {
  .footer_inner {
    background-color: #fff;
  }
}
.footer_inner .footer_links {
  padding: 85px 0 75px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer_inner .footer_links {
    padding: 0;
  }
}
.footer_inner .footer_links .footer_links_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  gap: 20%;
}
@media (max-width: 1439px) {
  .footer_inner .footer_links .footer_links_inner {
    width: 85%;
  }
}
@media (max-width: 1023px) {
  .footer_inner .footer_links .footer_links_inner {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .footer_inner .footer_links .footer_links_inner {
    width: 100%;
    gap: 0;
  }
}
.footer_inner .footer_links .footer_links_inner ul {
  font-size: 1.3125rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 1023px) {
  .footer_inner .footer_links .footer_links_inner ul {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer_inner .footer_links .footer_links_inner ul {
    width: 100%;
  }
}
.footer_inner .footer_links .footer_links_inner ul li {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .footer_inner .footer_links .footer_links_inner ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .footer_inner .footer_links .footer_links_inner ul li {
    font-size: 4.2vw;
    margin-bottom: 0;
  }
  .footer_inner .footer_links .footer_links_inner ul li a {
    display: block;
    padding: 10px 40px;
    border-top: 1px solid #cccccc;
    transition: linear background-color 0.2s;
  }
  .footer_inner .footer_links .footer_links_inner ul li a:hover {
    background-color: #ccc;
  }
}
.footer_inner .footer_links .footer_links_inner ul li:last-child {
  margin-bottom: 0;
}
.footer_inner .footer_links .insta_icon a {
  display: block;
}
.footer_inner .footer_links .insta_icon a:hover {
  opacity: 0.8;
}
.footer_inner .footer_links .insta_icon img {
  width: 38px;
  height: 40px;
}
@media (max-width: 1023px) {
  .footer_inner .footer_links .insta_icon img {
    width: 30px;
    height: 32px;
  }
}

.footer_min {
  padding: 25px 0;
  text-align: center;
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  .footer_min {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    padding: 15px 20px;
    font-size: 2.8vw;
  }
  .footer_min .roman {
    font-size: 3vw;
  }
}

.secondaryLinks {
  padding: 60px 0;
  background: url(../img/bg_secondary_links.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 767px) {
  .secondaryLinks {
    padding: 25px 0;
  }
}
.secondaryLinks a {
  color: #fff;
}
.secondaryLinks ul {
  display: flex;
  justify-content: center;
}
.secondaryLinks li {
  width: 21.6%;
}
@media (max-width: 767px) {
  .secondaryLinks li {
    width: 98px;
  }
}
.secondaryLinks .icon {
  width: 58.33%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .secondaryLinks .icon {
    width: 70px;
  }
}
.secondaryLinks .icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.secondaryLinks .txt {
  margin-top: 15px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .secondaryLinks .txt {
    margin-top: 10px;
    padding: 0 5px;
  }
}

.container {
  max-width: 1000px;
  width: calc(100% - 80px);
  margin: 0 auto;
  line-height: 1.75;
  font-size: 16px;
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

/*! ---------- トップへ戻る ---------- */
.gotop {
  position: fixed;
  right: -60px;
  bottom: 25px;
  -webkit-box-shadow: 0 0 3px 3px #ddd;
  box-shadow: 0 0 3px 3px #ddd;
  border-radius: 50px;
  z-index: 7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
@media (max-width: 420px) {
  .gotop {
    bottom: 55px;
  }
}
.gotop img {
  vertical-align: bottom;
}
.gotop:hover {
  cursor: pointer;
}

.gotop--on {
  right: 40px;
}

/** Google MAP  **/
.gfooter__map {
  position: relative;
}

#googleMap {
  height: 340px;
}

.gfooter__mapTxt {
  max-width: 470px;
  width: 45%;
  height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 70px;
  right: calc(50% + 20px);
  padding: 64px 67px 0;
}
@media (max-width: 767px) {
  .gfooter__mapTxt {
    width: calc(100% - 40px);
    height: 93px;
    top: 115px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 23px 18px 0;
  }
}

.gfooter .mapTxt__ttl {
  font-weight: 700;
  font-size: 21px;
}
@media (max-width: 767px) {
  .gfooter .mapTxt__ttl {
    font-weight: 700;
    font-size: 14px;
  }
}
.gfooter .mapTxt__txt {
  margin-top: 3px;
  line-height: 1.9285714286;
}
@media (max-width: 767px) {
  .gfooter .mapTxt__txt {
    margin-top: 0;
    line-height: 1.428571;
    font-size: 13px;
  }
}

/*** footer ***/
footer {
  font-family: "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*! ---------- 黒背景 ---------- */
.gfooter__nav01Wrap {
  background-color: #292a2e;
}

.gfooter__nav01 {
  color: #fff;
  display: flex;
  padding: 78px 0;
  justify-content: space-between;
}
.gfooter__nav01 a {
  color: #fff;
}

.gfooter__col01 {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 164px;
  width: 70%;
  padding-top: 1px;
}

.gfooter .col01__ele {
  font-weight: 700;
  font-size: 15px;
  position: relative;
  width: 170px;
}

.gfooter .col01__ele + .col01__ele {
  margin-top: 18px;
}

.gfooter .gfooter__col01 .col01__ele--top {
  margin-top: 0;
}

.gfooter .toggleIcon {
  display: none;
}

.gfooter .col01__underEle {
  font-weight: 400;
  margin-left: 15px;
  font-size: 14px;
  margin-top: 18px;
}

.gfooter__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 26%;
}

.gfooter .col02__ele {
  text-align: center;
  width: 118px;
}

.gfooter .col02__icon {
  width: 90px;
}

.gfooter .col02__logo {
  width: 118px;
}

.gfooter .col02__txt {
  margin: 7px 0 9px;
  font-size: 13px;
  line-height: 1.3846153846;
}

/*! ---------- 下部リストとコピーライト ---------- */
.gfooter__nav02 {
  max-width: 1100px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 15px;
}

.gfooter__nav02 li {
  border-left: 1px solid #909090;
  line-height: 22px;
  padding: 0 2.7%;
  font-size: 0.88rem;
}

.gfooter__nav02 li:last-child {
  border-right: 1px solid #909090;
}

.gfooter_copyright {
  font-size: 12px;
  text-align: center;
  padding-block: 20px;
}

@media (max-width: 767px) {
  .gfooter__nav01 {
    display: block;
    padding: 0 0 31px;
    width: 100%;
    border-bottom: 1px solid #4f5053;
  }
  .gfooter__col01 {
    display: block;
    width: 100%;
    padding-top: 0;
    height: auto;
  }
  .gfooter .col01__ele {
    border-bottom: 1px solid #4f5053;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
  }
  .gfooter .col01__ele + .col01__ele {
    margin-top: 0;
  }
  .gfooter .col01__ele::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../img/arr_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 8px 0 10px;
  }
  .gfooter .toggleIcon {
    display: inline-block;
    width: 14px;
    position: absolute;
    right: 13px;
    top: 14px;
  }
  .gfooter .col01--toggle01 {
    height: 144px;
  }
  .gfooter .col01--toggle02 {
    height: 114px;
  }
  .gfooter .col01__under {
    margin: 0 0 9px;
  }
  .gfooter .col01__underEle {
    margin-left: 40px;
    font-size: 14px;
    line-height: 2.2;
    margin-top: 0;
  }
  .gfooter__col02 {
    width: 224px;
    margin: 30px auto 0;
  }
  .gfooter .col02__ele {
    width: 118px;
  }
  .gfooter .col02__icon {
    width: 80px;
  }
  .gfooter .col02__logo {
    width: 105px;
  }
  .gfooter .col02__txt {
    margin: 7px 0 9px;
    font-size: 12px;
  }
  .gfooter__twitter {
    text-align: center;
    padding: 25px 0 20px;
  }
  .gfooter__twitterIcon {
    width: 50px;
  }
  .gfooter__nav02 {
    display: block;
    margin: 23px auto 20px;
    text-align: center;
  }
  .gfooter__nav02 li {
    border: none;
    line-height: 1.9230769231;
    padding: 0;
    font-size: 13px;
  }
  .gfooter__nav02 li:last-child {
    border: none;
  }
  .gfooter_copyright {
    padding-bottom: 18px;
  }
}
/*! ---------- 見積依頼固定ボタン ---------- */
body {
  padding-bottom: 55px;
}

#contact_btn {
  position: fixed;
  bottom: 100px;
  right: 0;
  transform: translateX(100%);
  transition: ease 0.3s;
  z-index: 50;
}
#contact_btn a {
  padding: 20px 15px;
  background: #e2a454;
  border-radius: 10px 0 0 10px;
  display: block;
  transition: ease 0.3s;
}
#contact_btn a:hover {
  background: #ecc080;
}
#contact_btn a img {
  display: block;
}
#contact_btn.visibled {
  transform: translateX(0%);
}

#contact_btn a .sptxt {
  display: none;
}

.chui {
  color: #f00;
  font-weight: bold;
}

@media only screen and (max-width: 1199px) {
  #contact_btn a {
    padding: 17px 12px;
  }
  #contact_btn a img {
    width: 27px;
    height: auto;
  }
}
@media only screen and (max-width: 999px) {
  #contact_btn a {
    padding: 15px 10px;
  }
  #contact_btn a img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 55px;
  }
  .gotop--on {
    right: 20px;
  }
  #contact_btn {
    width: 100%;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
  }
  #contact_btn.visibled {
    transform: translateY(0%);
  }
  #contact_btn a {
    padding: 15px;
    border-radius: 0;
  }
  #contact_btn a:hover {
    background: #e2a454;
  }
  #contact_btn a .pctxt {
    display: none;
  }
  #contact_btn a .sptxt {
    display: block;
  }
  #contact_btn a img {
    width: auto;
    height: 25px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /*! ---------- トップへ戻る ---------- */
  .gotop {
    bottom: 55px;
  }
  /*! ---------- 見積依頼固定ボタン ---------- */
  body {
    padding-bottom: 38px;
  }
  #contact_btn a {
    padding: 10px;
  }
  #contact_btn a img {
    height: 18px;
  }
}
.rice_mark_trunk {
  max-width: 714px;
  margin-inline: auto;
}

.problem_wrap {
  width: 1060px;
}
.problem_wrap img {
  width: 1060px;
}

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