@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri+Quran&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif, "Noto Serif JP", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a,
a:link {
  color: #191919;
  text-decoration: none;
}

a:visited {
  color: #191919;
}

a:hover {
  opacity: 0.7;
}

a:active {
  color: #191919;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  margin: 0 auto;
  color: #585858;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

body.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

#container {
  position: relative;
  text-align: left;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 15px;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.br-xsp {
  display: none;
}

.sp-off {
  display: block;
}

.tb-off {
  display: block;
}

.t-sp-off {
  display: none;
}

@media screen and (max-width: 896px) {
  .br-tb {
    display: block;
  }

  .tb-off {
    display: none;
  }

  .t-sp-off {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .br-sp {
    display: block;
  }

  .sp-off {
    display: none;
  }

  .t-sp-off {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .br-xsp {
    display: block;
  }
}

.t-color_pink {
  color: #ff7655;
}

.sec_ttl_01,
.sec_ttl_02 {
  font-size: 40px;
  font-weight: 500;
  color: #585858;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.sec_ttl_01::after,
.sec_ttl_02::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.sec_ttl_01 h2,
.sec_ttl_02 h2 {
  position: relative;
  z-index: 1;
  letter-spacing: 7px;
}

.sec_ttl_01::after {
  background: url(../img/ttl_icon_02.svg) no-repeat center;
  background-size: 100%;
}

.sec_ttl_02::after {
  background: url(../img/ttl_icon_01.svg) no-repeat center;
  background-size: 100%;
}

@media screen and (max-width: 896px) {

  .sec_ttl_01,
  .sec_ttl_02 {
    font-size: 35px;
  }
}

@media screen and (max-width: 425px) {

  .sec_ttl_01,
  .sec_ttl_02 {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
	FAQ アコーディオン
------------------------------------------------------------*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 20px 0;
  background-color: #fff;
  border-radius: 13px;
}

.box-title {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 3% 3% 3% 25px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

.box-title span {
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 0;
}

.box-title span::before {
  content: "";
  background-color: #fa8b70;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.box-title .faq_btn {
  width: 50px;
  margin-left: 10px;
}

.box-title .faq_btn::before {
  content: none;
}

.box-title::before,
.box-title::after {
  position: absolute;
  content: "";
  width: 20px;
}

.box-title::before {
  background-color: #fa8b70;
  width: 25px;
  height: 4px;
  top: 50%;
  right: 25px;
  visibility: visible;
  transform: translate(0, -50%);
}

.box-title::after {
  background-color: #fa8b70;
  width: 4px;
  height: 25px;
  top: 50%;
  right: 35px;
  visibility: visible;
  transform: translate(0, -50%);
}

.box-title.close::after {
  visibility: hidden;
}

.box {
  display: none;
  padding: 3% 3% 3% 25px;
  font-size: 16px;
  border-radius: 0 0 13px 13px;
  background-color: #fff;
  position: relative;
}

.box::before {
  content: "";
  border-top: 1px solid #fa8b70;
  position: absolute;
  top: 0;
  width: 94%;
}

.box p {
  display: flex;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 1px;
}

.box p span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
  position: relative;
  z-index: 0;
}

.box span::before {
  content: "";
  background-color: #d6d6d6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width:425px) {
  .box-title {
    padding: 5% 3% 5% 25px;
  }

  .box {
    padding: 5% 3% 5% 25px;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/


#m-header .m-header_content {
  position: relative;
  padding: 25px 20px 25px 2.5%;
  display: flex;
  align-items: center;
}

#m-header .m-header_nav {
  margin-left: 30px;
}

#m-header .m-header_nav ul {
  display: flex;
}

#m-header .m-header_nav ul li {
  border-right: 1px solid #cbcbcb;
}

#m-header .m-header_nav ul li:nth-last-child(1) {
  border-right: 0;
}

#m-header .m-header_nav ul li a {
  padding: 2.5px 10px;
  font-weight: 500;
  font-size: 14px;
}

#m-header .m-header_tel {
  position: absolute;
  top: 50%;
  right: 200px;
  transform: translate(0, -50%);
}

#m-header .m-header_tel a {
  color: #fc7655;
  font-size: 23px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#m-header .m-header_tel a span {
  background-color: #fc7655;
  color: #fff;
  border-radius: 50vh;
  padding: 2px 15px;
  font-size: 15px;
  margin-right: 10px;
  font-weight: normal;
}

#m-header .m-header_tel p {
  font-size: 14px;
}

#m-header .m-header_contact {
  background-color: #fa8b70;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  width: 183px;
  height: 171px;
  border-radius: 0 0 0 70px;
  z-index: 1000;
}

#m-header .m-header_contact a .m-header_contact-img {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
}

#m-header .m-header_contact a .m-header_contact-img::after {
  content: "";
  border-left: 1px solid #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  height: 25px;
}

#m-header .m-header_contact a .m-header_contact-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#m-header .m-header_contact a {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#m-header .m-header_contact .m-header_contact-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

#m-header .zdo_drawer_menu {
  display: none;
}

@media screen and (max-width: 1400px) {
  #m-header .m-header_tel {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #m-header .zdo_drawer_menu {
    display: block;
  }

  #m-header .m-header_nav,
  #m-header .m-header_contact {
    display: none;
  }
}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#mainvisual {
  position: relative;
}

#mainvisual .mainvisual_img {
  width: 95%;
  margin: 0 auto;
  position: relative;
  height: 700px;
}

#mainvisual .mainvisual_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

#mainvisual .mainvisual_img .sp-img {
  display: none;
}

#mainvisual .mainvisual_img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainvisual .mainvisual_ttl {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}

#mainvisual .mainvisual_ttl p {
  font-size: clamp(15px, 3vw, 20px);
  font-weight: 500;
  display: inline-block;
  position: relative;
}

#mainvisual .mainvisual_ttl p::after {
  content: "";
  background: url(../img/mainvisual_ttl_01.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: 30px;
}

#mainvisual .mainvisual_ttl h1 {
  font-size: clamp(22px, 5vw, 59px);
  font-weight: 600;
}

@media screen and (max-width: 896px) {
  #mainvisual .mainvisual_img {
    height: auto;
  }

  #mainvisual .mainvisual_img img {
    height: 100%;
    width: 100%;
  }

  #mainvisual .mainvisual_img .pc-img {
    display: none;
  }

  #mainvisual .mainvisual_img .sp-img {
    display: block;
  }
}

@media screen and (max-width:425px) {
  #mainvisual .mainvisual_img {
    height: 550px;
  }

}

/*------------------------------------------------------------
	メインビジュアル下
------------------------------------------------------------*/
#mainvisual_bottom {
  position: relative;
  margin-top: -70px;
}

#mainvisual_bottom .mainvisual_item {
  width: 100%;
}

#mainvisual_bottom .mainvisual_item-wrapper {
  background-color: #fff;
  border-radius: 14px;
  padding: 150px 100px 50px 100px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}

#mainvisual_bottom .mainvisual_item-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

#mainvisual_bottom .mainvisual_item-inner img {
  width: 203px;
}

#mainvisual_bottom .mainvisual_item-inner p {
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 10px;
}

#mainvisual_bottom .mainvisual_item ul {
  display: flex;
  justify-content: space-between;
}

#mainvisual_bottom .mainvisual_item ul li {
  width: 24%;
  position: relative;
  z-index: 0;
  aspect-ratio: 1 / 1;
}

#mainvisual_bottom .mainvisual_item ul li p {
  text-align: center;
  color: #fa8b70;
  font-weight: bold;
  font-size: 27px;
  border-radius: 50%;
  line-height: 1.3;
  position: absolute;
  width: 100%;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainvisual_bottom .mainvisual_item ul li p span {
  font-size: 15px;
}

#mainvisual_bottom .mainvisual_item ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

#mainvisual_bottom .mainvisual_item ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fdcabe 0%, #fdcabe 50%, #fa8b70 50%, #fa8b70 100%);
  border-radius: 50%;
  z-index: -2;
}

@media screen and (max-width: 896px) {
  #mainvisual_bottom .mainvisual_item-wrapper {
    padding: 270px 30px 30px 30px;
  }

  #mainvisual_bottom .mainvisual_item-inner p {
    margin: 20px 20px 0;
  }

  #mainvisual_bottom .mainvisual_item-inner {
    flex-direction: column;
    align-items: center;
  }

  #mainvisual_bottom .mainvisual_item ul {
    flex-wrap: wrap;
  }

  #mainvisual_bottom .mainvisual_item ul li {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 425px) {
  #mainvisual_bottom .mainvisual_item ul li p {
    font-size: 17px;
  }

  #mainvisual_bottom .mainvisual_item ul li p span {
    font-size: 11px;
  }

}

/*------------------------------------------------------------
	アバウト
------------------------------------------------------------*/
#t-about {
  padding: 100px 0;
  position: relative;
}

#t-about::before {
  content: "";
  background: url(../img/about_bg_01.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 150px;
  left: 0;
  width: 40%;
  height: 40%;
  z-index: -5;
}

#t-about .t-about_inner {
  display: flex;
}

#t-about .t-about_img img {
  width: 427px;
}

#t-about .t-about_img .about_bg {
  display: none;
}

#t-about .t-about_txt {
  width: 50%;
  margin-left: 30px;
}

#t-about .t-about_txt h3 {
  font-size: 23px;
  line-height: 1.7;
}

#t-about .t-about_txt h3 span {
  font-size: 32px;
  background: linear-gradient(transparent 60%, #fde3dd 60%);
}

#t-about .t-about_txt p {
  margin-top: 20px;
  line-height: 2;
}

#t-about .t-about_item {
  overflow-x: scroll;
}

#t-about .t-about_list {
  padding: 100px 0 0;
  min-width: 826px;
}

#t-about .scrool-txt {
  display: none;
}

#t-about .t-about_list-wrapper {
  display: flex;
  justify-content: space-between;
}

#t-about .t-about_list-item {
  border: 4px solid #fa8b70;
  border-radius: 50vh;
  position: relative;
  background-color: #fff;
}

#t-about .t-about_list-wrapper .t-about_list-item {
  height: 440px;
  width: 30%;
}

#t-about .t-about_list-wrapper .t-about_list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -75%;
  transform: translate(0, -50%);
  background: linear-gradient(180deg, #fdcabe 0%, #fdcabe 50%, #fa8b70 50%, #fa8b70 100%);
  height: 8px;
  width: 100%;
  z-index: -2;
}

#t-about .t-about_list-wrapper .t-about_list-item:nth-child(3):before {
  content: none;
}

#t-about .t-about_list-item::after {
  content: "";
  border: solid 4px #ffd9d0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50vh;
}

#t-about .t-about_list-wrapper .t-about_list-item .t-about_list-inner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 30px;
}

#t-about .t-about_list-wrapper .t-about_list-item .t-about_list-inner p {
  display: inline-block;
  text-align: left;
}

#t-about .last-item {
  margin-top: 100px;
  width: 100%;
  padding: 50px 0;
}

#t-about .last-item .t-about_list-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

#t-about .last-item .t-about_list-inner div {
  text-align: center;
}

#t-about .last-item .t-about_list-inner p {
  margin-left: 30px;
}

#t-about .last-item::before {
  content: "";
  position: absolute;
  top: -75%;
  right: 50%;
  transform: translate(-50%);
  background: linear-gradient(90deg, #fdcabe 0%, #fdcabe 50%, #fa8b70 50%, #fa8b70 100%);
  height: 100%;
  width: 8px;
  z-index: -2;
}

#t-about .t-about_list-item h3 {
  font-size: 19px;
  color: #fc7655;
  padding: 10px 0 20px;
  position: relative;
}

#t-about .t-about_list-item h3::after {
  content: "";
  border-bottom: 1px solid #fc7655;
  width: 20px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}

#t-about .t-about_list-item p {
  color: #585858;
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  #t-about::before {
    content: none;
  }

  #t-about .t-about_inner {
    flex-direction: column;
    position: relative;
  }

  #t-about .t-about_txt {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  #t-about .t-about_txt h3 {
    font-size: 23px;
    line-height: 1.7;
    text-align: left;
    display: inline-block;
  }

  #t-about .t-about_txt p {
    margin-top: 20px;
    line-height: 2;
    text-align: left;
    display: inline-block;
  }

  #t-about .t-about_img {
    width: 45%;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 50px;
  }

  #t-about .t-about_img .about_bg {
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    z-index: -5;
    width: 70%;
  }

  #t-about .t-about_inner::after {
    content: none;
  }

  #t-about .last-item {
    margin-top: 50px;
  }

  #t-about .scrool-txt {
    display: block;
    margin-top: 10px;
  }

  #t-about .t-about_list {
    padding-top: 50px;
  }
}

@media screen and (max-width: 375px) {
  #t-about .t-about_txt h3 {
    font-size: 18px;
  }

  #t-about .t-about_txt h3 span {
    font-size: 26px;
  }
}

/*------------------------------------------------------------
	選ばれる理由
------------------------------------------------------------*/
#t-reason {
  background-color: #ffe7e2;
  padding: 100px 0;
}

#t-reason .t-reason_ttl h2 {
  position: relative;
  z-index: 1;
}

#t-reason .t-reason_ttl h2 span {
  font-size: 60px;
  color: #fa8b70;
}

#t-reason .t-reason_list {
  border: 6px solid #ffcabe;
  padding: 80px;
  background-color: #fff;
  position: relative;
  margin: 0 15px 100px;
}

#t-reason .t-reason_list::before {
  content: "";
  background: linear-gradient(to right, #ff977e 0%, #fff0bf 70%, transparent 100%);
  width: 258px;
  height: 75px;
  display: block;
  position: absolute;
  top: -37.5px;
  left: -20px;
  z-index: 0;
}

#t-reason .t-reason_list:nth-last-child(1) {
  margin-bottom: 0;
}

#t-reason .t-reason_list .inner .point p {
  position: absolute;
  top: -80px;
  left: 60px;
  transform: rotate(-5deg);
  margin: 0;
  font-family: "Oooh Baby", cursive;
  font-size: 36px;
}

#t-reason .t-reason_list .inner .point p span {
  font-size: 56px;
}

#t-reason .list_01 .inner {
  width: 70%;
}

#t-reason .list_01 {
  display: flex;
  align-items: center;
}

#t-reason .list_01 .img {
  width: 257px;
  height: 257px;
  border-radius: 50%;
  background-color: #efefef;
  position: relative;
}

#t-reason .list_01 img {
  width: 143px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#t-reason .list_02 {
  text-align: center;
}

#t-reason .list_02 p {
  display: inline-block;
  text-align: left;
  margin-bottom: 30px;
  line-height: 2;
}

#t-reason .list_02 .imgBox01 {
  display: flex;
  justify-content: center;
}

#t-reason .list_02 .imgBox01 .img_item {
  width: 40%;
}

#t-reason .list_02 .imgBox01 .img_item .pop {
  background-color: #fa8b70;
  padding: 12px 20px;
  color: #fff;
  margin-top: -10px;
  position: relative;
  line-height: 1.4;
}

#t-reason .list_02 .imgBox01 .img_item .pop::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%);
  border-style: solid;
  border-width: 0 7px 16px 7px;
  border-color: transparent transparent #fa8b70 transparent;
}

#t-reason .list_02 .imgBox02 {
  display: flex;
  justify-content: space-between;
}

#t-reason .list_02 .imgBox02 .img_item {
  width: 32%;
}

#t-reason .list_02 .img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #efefef;
  position: relative;
  margin: 40px;
}

#t-reason .list_02 .img img {
  width: 143px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#t-reason .list_02 .img p {
  width: 71%;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}

#t-reason .t-reason_list .inner h3 {
  font-size: 28px;
  color: #ff7655;
}

#t-reason .t-reason_list .inner p {
  color: #585858;
  margin-top: 50px;
  line-height: 2.0;
}

@media screen and (max-width: 896px) {
  #t-reason .t-reason_list .inner .point p {
    font-size: 30px;
    left: 15px;
    top: -70px;
  }

  #t-reason .t-reason_list .inner .point p span {
    font-size: 48px;
  }

  #t-reason .t-reason_list {
    margin: 0 0 100px;
    padding: 80px 40px 40px;
  }

  #t-reason .list_01 {
    flex-direction: column;
  }

  #t-reason .list_01 .inner {
    width: 100%;
    margin-bottom: 40px;
  }

  #t-reason .t-reason_list .inner h3 {
    text-align: left;
  }

  #t-reason .list_02 .imgBox01 {
    flex-direction: column;
  }

  #t-reason .list_02 .imgBox01 .img_item {
    width: 100%;
    margin-bottom: 10px;
  }

  #t-reason .list_02 .imgBox02 {
    flex-direction: column;
  }

  #t-reason .list_02 .imgBox02 .img_item {
    width: 100%;
    margin-bottom: 10px;
  }

  #t-reason .list_02 .imgBox02 .img_item img {
    width: 100%;
  }

  #t-reason .list_02 .img {
    width: 257px;
    height: 257px;
    margin: 0 auto;
  }

  #t-reason .list_02 .img p {
    left: 50%;
  }
}

@media screen and (max-width: 425px) {
  #t-reason .list_02 .img {
    margin: 0;
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  #t-reason .t-reason_list {
    padding: 80px 20px 40px;
  }

  #t-reason .t-reason_list::before {
    width: 175px;
    height: 60px;
  }

  #t-reason .t-reason_list .inner .point p {

    font-size: 28px;
  }

  #t-reason .t-reason_list .inner .point p span {
    font-size: 40px;
  }

  #t-reason .t-reason_list .inner h3 {
    font-size: 22px;

  }

  #t-reason .t-reason_list .inner p {
    margin-top: 20px;
  }
}

/*------------------------------------------------------------
	コンタクトボタン
------------------------------------------------------------*/
#m-contact {
  padding: 100px 0;
  text-align: center;
  background-color: #ffe7e2;
  position: relative;
}

#m-contact::before {
  content: "";
  background: linear-gradient(to bottom, #ff977e 0%, rgba(255, 240, 191, 0.76) 50%, transparent 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.23;
}

#m-contact .m-contact_content {
  position: relative;
  z-index: 0;
}

#m-contact .m-contact_content h2 {
  font-family: "Oooh Baby", cursive;
  color: #fff;
  font-size: 95px;
  transform: rotate(-10deg);
  position: absolute;
  top: -85px;
  font-weight: normal;
}

#m-contact .m-contact_btn {
  width: 700px;
  margin: 0 auto;
}

#m-contact .m-contact_btn a {
  background: linear-gradient(to right, #ff977e 0%, #fff0bf 100%);
  border: 3px solid #fff;
  padding: 20px 0;
  border-radius: 50vh;
  color: #fff;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#m-contact .m-contact_btn a span {
  border-radius: 50%;
  background-color: #fff;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
}

#m-contact .m-contact_btn a span::after {
  content: "";
  border-top: 3px solid #fa8b70;
  border-right: 3px solid #fa8b70;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 896px) {
  #m-contact .m-contact_btn {
    width: 100%;
  }

  #m-contact .m-contact_content h2 {
    font-size: 55px;
    top: -50px;
  }

  #m-contact .m-contact_btn a {
    font-size: 20px;
  }

  #m-contact .m-contact_btn a span {
    margin-left: 5px;
  }
}

@media screen and (max-width: 425px) {
  #m-contact .m-contact_btn a {
    font-size: 16px;
  }

  #m-contact {
    padding: 80px 0 40px;
  }
}

/*------------------------------------------------------------
	利用者の声
------------------------------------------------------------*/
#t-voice {
  padding: 30px 0 50px;
  background-color: #ffe7e2;
}

#t-voice .t-voice_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#t-voice .t-voice_list ul li {
  width: 48%;
  background-color: #fff;
  border-radius: 35px;
  margin-bottom: 80px;
  padding: 70px 40px 40px;
  position: relative;
}

#t-voice .t-voice_list ul li::after {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -35px;
  border-style: solid;
  border-width: 0 26px 35px 0;
  border-color: transparent #fff transparent transparent;
}

#t-voice .t-voice_list ul li .voice {
  color: #feceb8;
  font-size: 34px;
  position: absolute;
  top: -27px;
  left: 25px;
  font-family: "Oooh Baby", cursive;
  transform: rotate(-10deg);
}

#t-voice .t-voice_list ul li .voice span {
  font-size: 57px;
}

#t-voice .t-voice_list ul li h3 {
  color: #ff7655;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

#t-voice .t-voice_list ul li p {
  font-size: 15px;
  color: #585858;
}

@media screen and (max-width: 896px) {
  #t-voice .t-voice_list ul {
    flex-direction: column;
  }

  #t-voice .t-voice_list ul li {
    width: 100%;
    padding: 70px 40px 40px;
  }
}

@media screen and (max-width: 425px) {
  #t-voice .sec_ttl_02 {
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
	導入実績
------------------------------------------------------------*/
#t-achieve {
  padding: 70px 0;
}

#t-achieve .sec_ttl_01 {
  margin-bottom: 70px;
}

#t-achieve .t-achieve_list ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

#t-achieve .t-achieve_list ul li {
  width: 25%;
  text-align: center;
}



@media screen and (max-width: 896px) {
  #t-achieve .t-achieve_list ul {
    flex-direction: column;
  }

  #t-achieve .t-achieve_list ul li {
    margin-bottom: 40px;
    width: 100%;
  }

  #t-achieve .t-achieve_list ul li a img {
    width: 260px;
  }
}

/*------------------------------------------------------------
	機能紹介
------------------------------------------------------------*/
#t-function {
  background-color: #ffe7e2;
  padding: 100px 0;
}

#t-function .t-function_list .t-function_item {
  background-color: #fff;
  border-radius: 80px;
  padding: 80px 100px;
  margin-bottom: 40px;
}

#t-function .t-function_list .t-function_inner {
  text-align: center;
  color: #ff7655;
  position: relative;
  margin-bottom: 90px;
}

#t-function .t-function_list .t-function_inner::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #fa8b70 transparent transparent transparent;
}

#t-function .t-function_list .t-function_item .t-function_inner h3 {
  font-size: 27px;
  line-height: 1.2;
  border: 1px solid #fa8b70;
  border-radius: 22px;
  padding: 40px 0;
  position: relative;
  display: block;
}

#t-function .t-function_list .t-function_item .t-function_inner h3::before {
  content: "";
  border-left: 1px solid #fa8b70;
  height: 75px;
  position: absolute;
  top: -25px;
  left: 15px;
  transform: rotate(45deg);
}

#t-function .t-function_list .t-function_item .t-function_inner h3::after {
  content: "";
  border-right: 1px solid #fa8b70;
  height: 75px;
  position: absolute;
  bottom: -25px;
  right: 15px;
  transform: rotate(45deg);
}

#t-function .t-function_list .t-function_inner h3 span {
  font-size: 16px;
}

#t-function .t-function_item .t-function_subject {
  text-align: center;
  margin-bottom: 40px;
}

#t-function .t-function_item .t-function_subject h4 {
  text-align: center;
  color: #ff7655;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

#t-function .t-function_item .t-function_subject h4::before {
  content: "";
  border-left: 1px solid #fa8b70;
  height: 70px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(0, -50%) rotate(-30deg);
}

#t-function .t-function_item .t-function_subject h4::after {
  content: "";
  border-right: 1px solid #fa8b70;
  height: 70px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(0, -50%) rotate(30deg);
}

#t-function .t-function_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#t-function .t-function_item ul li {
  background-color: #f2f2f2;
  padding: 9px 7px 9px 38px;
  font-size: 18px;
  margin: 4px;
  display: flex;
  align-items: center;
  position: relative;
}

#t-function .t-function_item ul li span {
  width: 30px;
  margin-right: 7px;
  background-color: #d6d6d6;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

#t-function .t-function_item ul li span::after {
  content: "";
  border-bottom: 3px solid #b7b7b7;
  border-left: 3px solid #b7b7b7;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#t-function .t-function_item p {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  background-color: #fa8b70;
  border-radius: 8px;
  padding: 15px;
  position: relative;
}

#t-function .t-function_item p::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  border-style: solid;
  border-width: 0 8px 15px 8px;
  border-color: transparent transparent #fa8b70 transparent;
}

@media screen and (max-width: 896px) {
  #t-function .t-function_list .t-function_item {
    padding: 50px 50px;
    border-radius: 35px;
  }

  #t-function .t-function_item .t-function_subject h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  #t-function .sec_ttl_02 {
    margin-bottom: 70px;
  }

  #t-function .t-function_list .t-function_item {
    padding: 50px 20px;
  }

  #t-function .t-function_item ul li {
    width: 100%;
    font-size: 16px;
  }

  #t-function .t-function_item .t-function_subject h4::before {
    left: -10px;
  }

  #t-function .t-function_item .t-function_subject h4::after {
    right: -10px;
  }

  #t-function .t-function_list .t-function_inner h3 span {
    font-size: 14px;
  }

  #t-function .t-function_list .t-function_inner {
    margin-bottom: 65px;
  }

  #t-function .t-function_item .t-function_subject h4::after {
    display: none;
  }

  #t-function .t-function_item .t-function_subject h4::before {
    display: none;
  }
}

/*------------------------------------------------------------
	運営会社
------------------------------------------------------------*/
#t-company {
  padding: 100px 0 0;
  position: relative;
}

#t-company .sec_ttl_01 {
  margin-bottom: 0;
}

#t-company .t-company_content {
  position: relative;
  padding: 100px 0 0;
  margin-bottom: 100px;
}

#t-company .t-company_bg {
  width: 100%;
  height: 100%;
}

#t-company .t-company_bg img {
  width: 100%;
}

#t-company .t-company_bg .bg-sp {
  display: none;
}

#t-company .t-company_inner {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#t-company .t-company_logo {
  float: left;
  margin-top: -45px;
  text-align: center;
  background-color: #fff;
  padding: 80px 60px;
}

#t-company .t-company_content .logo-sp {
  display: none;
}

#t-company .t-company_logo::after {
  content: "";
  clear: both;
  display: block;
}

#t-company .t-company_logo p {
  font-size: 21px;
  font-weight: 500;
}

#t-company .t-company_item {
  background-color: #fa8b70;
  padding: 80px 95px;
  color: #fff;
  width: 65%;
  margin-left: auto;
  margin-right: 30px;
}

#t-company .t-company_item h3 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 2;
}

#t-company .t-company_item p {
  line-height: 2;
}

@media screen and (max-width: 896px) {
  #t-company .t-company_content {
    padding: 0;
    margin: 0;
  }

  #t-company .t-company_inner {
    position: static;
    transform: translate(0);
  }

  #t-company .t-company_inner .content {
    max-width: none;
    width: 100%;
  }

  #t-company .t-company_logo {
    float: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 350px;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 60px 40px;
    margin-top: 0;
  }

  #t-company .t-company_content .logo-sp {
    display: block;
  }

  #t-company .t-company_content .logo-pc {
    display: none;
  }

  #t-company .t-company_item {
    width: 100%;
    padding: 50px 5%;
  }

  #t-company .t-company_bg {
    position: relative;
  }

  #t-company .t-company_bg .bg-pc {
    display: none;
  }

  #t-company .t-company_bg .bg-sp {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  #t-company .sec_ttl_01 {
    margin-bottom: 70px;
  }

  #t-company .t-company_logo {
    padding: 60px 20px;
    width: 80%;
  }

  #t-company .t-company_item h3 {
    line-height: 1.7;
    font-size: 22px;
  }
}

/*------------------------------------------------------------
	よくあるご質問
------------------------------------------------------------*/
#t-faq {
  background-color: #ffe7e2;
  padding: 100px 0;
}

@media screen and (max-width: 425px) {
  #t-faq {
    padding: 70px 0 50px;
  }

  #t-faq .sec_ttl_02 {
    margin-bottom: 70px;
  }
}


/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#t-contact {
  padding: 100px 0;
}

#t-contact .t-contact_content p {
  text-align: center;
}

#t-contact .t-contact_alart {
  background-color: #fee7e2;
  padding: 30px;
  border-radius: 6px;
  margin: 40px 0;
}

#t-contact .t-contact_alart ul li {
  font-size: 14px;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

#t-contact .t-contact_content table {
  width: 100%;
  border-spacing: 0 20px;
}

#t-contact .t-contact_content table th {
  font-weight: normal;
  width: 20%;
}

#t-contact .t-contact_content table th td {
  margin-bottom: 20px;
}

#t-contact .t-contact_content table .td_textarea th {
  vertical-align: top;
  padding-top: 10px;
}

#t-contact .t-contact_content table input,
#t-contact .t-contact_content table textarea {
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
}

#t-contact .t-contact_content table input::placeholder {
  color: #bababa;
}

#t-contact .t-contact_content table input[type="radio"] {
  width: auto;
  padding: 0;
}

#t-contact .t-contact_content table label {
  margin-right: 15px;
}

#t-contact .t-contact_policy {
  height: 200px;
  overflow-y: scroll;
  padding: 40px;
  border: 1px solid #bababa;
}

#t-contact .t-contact_policy p {
  margin-bottom: 20px;
  text-align: left;
}

#t-contact .t-contact_bottom {
  text-align: center;
  margin-top: 30px;
}

#t-contact .t-contact_check {
  margin-bottom: 30px;
}

#t-contact .t-contact_check input {
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  border-radius: 4px;
}

#t-contact .t-contact_btn {
  position: relative;
  display: inline;
}

#t-contact .t-contact_btn input {
  padding: 15px 0;
  width: 248px;
  border-radius: 50vh;
  background-color: #fa8b70;
  border: 0;
  color: #fff;
  font-size: 18px;
}

#t-contact .t-contact_btn::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 896px) {
  #t-contact .t-contact_content table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #t-contact .t-contact_content table th {
    padding-bottom: 7px;
    width: 100%;
  }

}

@media screen and (max-width:425px) {
  #t-contact {
    padding: 60px 0;
  }

  #t-contact .sec_ttl_01 {
    margin-bottom: 50px;
  }

  #t-contact .t-contact_alart {
    padding: 30px 20px;
  }

  #t-contact .t-contact_policy {
    padding: 20px 20px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#m-footer {
  background-color: #ffe7e2;
  padding: 70px 0;
}

#m-footer .m-footer_logo {
  text-align: center;
  margin-bottom: 20px;
}

#m-footer .m-footer_logo p {
  font-size: 12px;
  margin-bottom: 20px;
}

#m-footer .m-footer_logo img {
  width: 198px;
}

#m-footer .m-footer_address {
  text-align: center;
  margin-bottom: 30px;
}

#m-footer .m-footer_address p {
  font-size: 12px;
  margin-bottom: 10px;
}

#m-footer .m-footer_btn {
  display: flex;
  justify-content: space-between;
}

#m-footer .m-footer_btn .m-footer_btn-tel,
#m-footer .m-footer_btn .m-footer_btn-web {
  width: 49%;
  height: 119px;
  position: relative;
  text-align: center;
  border-radius: 50vh;
}

#m-footer .m-footer_btn .m-footer_btn-tel {
  background-color: #fa8b70;
  color: #fff;
  text-align: center;
}

#m-footer .m-footer_btn .m-footer_btn-tel h3 {
  font-size: 26px;
}

#m-footer .m-footer_btn .m-footer_btn-tel h3 span {
  font-size: 15px;
}

#m-footer .m-footer_btn .m-footer_btn-tel p {
  font-size: 14px;
}

#m-footer .m-footer_btn .m-footer_btn-web {
  background-color: #fff;
  color: #fa8b70;
}

#m-footer .m-footer_btn .m-footer_btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#m-footer .m-footer_copy {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 896px) {
  #m-footer .m-footer_btn {
    flex-direction: column;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel,
  #m-footer .m-footer_btn .m-footer_btn-web {
    width: 100%;
    height: 85px;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  #m-footer .m-footer_logo img {
    width: 150px;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel h3 {
    font-size: 23px;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel h3 span {
    font-size: 14px;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel p {
    font-size: 13px;
  }

  #m-footer .m-footer_copy {
    margin-top: 30px;
  }
}


.zdo_drawer_nav_wrapper {
  overflow-y: scroll;
}

.nav_inner {
  overflow-y: scroll;
}

/* 修正230718 */

@media (min-width: 1700px) {

  .maruhachi {
    padding: 8vw 0;
    background-size: 100%;
  }
}


.maruhachi {
  margin: 70px 0;
  background-image: url(../img/maruhachi_bg.webp);
  background-position: center;
  background-size: 100%;
  padding: 10vw 0;
  background-repeat: no-repeat;
}



.maruhachi__flex {
  display: flex;
  align-items: flex-start;
}

.maruhachi__logo {
  background-color: #fff;
  padding: 70px 85px;
  z-index: 1;
}

.maruhachi__logo p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.maruhachi__orange h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.maruhachi__orange {
  background-color: #FA8B70;
  color: #fff;
  padding: 75px 90px;
  width: 585px;
  margin-top: 60px;
  margin-left: -30px;
  z-index: 0;
}

.sp_maruhachi__orange {
  display: none;
}

@media (max-width: 1020px) {
  .maruhachi {
    background-image: url(../img/sp_maruhachi_bg.webp);
  }

  .maruhachi__logo {
    padding: 60px 50px;
  }

  .maruhachi__orange {
    width: 63%;
    padding: 60px 50px;
  }
}

@media (max-width: 768px) {
  .maruhachi__orange {
    display: none;
  }

  .sp_maruhachi__orange {
    display: block;
    color: #fff;
    padding: 50px 0;
    background-color: #fa8b70;
  }

  .sp_maruhachi__orange h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .maruhachi {
    margin-bottom: 0;
    padding: 23vw 0;
  }

  .maruhachi__flex {
    justify-content: center;
    align-items: center;
  }
}



.connection {
  margin-top: 100px;
}

.connection img {
  object-fit: contain;
  height: 70px;
  object-position: center;
}


p.connection__ttl {
  color: #fa8b70;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 12px;
  position: relative;
}


p.connection__ttl::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 1px;
  background-color: #fa8b70;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.connection ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.connection ul li:nth-child(2)::before {
  content: "";
  width: 10px;
  height: 90px;
  background-color: #ffd9d0;
  border-right: 4px solid #fa8b70;
  position: absolute;
  left: 50%;
  bottom: -100px;
}

.connection ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  border: solid 7px #FFD9D0;
  box-shadow: 0 0 0 4px #fa8b70;
  border-radius: 150px;
  padding: 70px 30px;
  position: relative;
  background-color: #fff;
}

.connection ul li::after {
  content: "";
  background-color: #ffd9d0;
  width: 40px;
  height: 10px;
  position: absolute;
  right: -51px;
  top: 50%;
  transform: translate(0, -50%);
  border-bottom: 4px solid #fa8b70;
}

.connection ul li:last-child::after {
  display: none;
}

.connection__bottom {
  margin-top: 97px;
  border: solid 7px #FFD9D0;
  box-shadow: 0 0 0 4px #fa8b70;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px;
  gap: 40px;
  align-items: center;
  border-radius: 150px;
}

.connection__bottom__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connection__bottom__box p.connection__ttl {
  margin-bottom: 0;
}

.connection__bottom__box p.connection__ttl::after {
  display: none;
}

p.txt_scroll_x {
  display: none;
}

@media (max-width: 768px) {
  .connection ul {
    align-items: flex-end;
  }

  .connection ul li {
    border-radius: 40px;
    padding: 30px 15px;
  }

  .connection ul li:nth-child(2)::before {
    height: 30px;
    bottom: -40px;
  }

  .connection__bottom {
    margin-top: 37px;
    border-radius: 40px;
  }

  p.connection__ttl {
    font-size: 16px;
    margin-bottom: 13px;
  }

  p.connection__ttl::after {
    display: none;
  }

  .connection {
    margin-top: 40px;
    width: 720px;
    padding: 0 8px 30px;
  }

  .connection__wrapper {
    overflow-x: scroll;
  }

  .connection__bottom {
    padding: 30px;
  }

  p.txt_scroll_x {
    display: block;
    margin-top: 12px;
  }

  .connection img {
    height: 46px;
  }


}


@media (max-width: 340px) {
  .sp_maruhachi__orange h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  #t-reason .t-reason_list .inner h3 {
    font-size: 20px;
  }

  #t-function .t-function_item ul li {
    font-size: 14px;
    font-weight: bold;
  }

  #mainvisual_bottom .mainvisual_item ul li p {
    font-size: 4.5vw;
  }

  .box-title {
    font-size: 14px;
  }

  .box p {
    font-size: 14px;
  }

  #t-function .t-function_item p {
    text-align: left;
  }

  #t-voice .t-voice_list ul li p {
    font-size: 14px;
  }

  #t-reason .t-reason_list {
    padding-top: 60px;
  }

  #t-reason .t-reason_list .inner p {
    margin-top: 20px;
  }

  #m-footer .m-footer_btn .m-footer_btn-tel h3 {
    font-size: 20px;
  }

  #t-reason .t-reason_list::before {
    left: -6px;
  }

  #m-contact .m-contact_btn a {
    gap: 10px;
  }

  .maruhachi {
    padding: 26vw 0;
  }

  #m-contact .m-contact_btn a {
    font-weight: bold;
  }

  #t-reason .list_02 .img p {
    text-align: center;
  }

  #t-function .t-function_list .t-function_item .t-function_inner h3 {
    font-size: 22px;
  }

  #t-function .t-function_item .t-function_subject h4 {
    text-align: left;
  }

  #m-header .m-header_content {
    padding-left: 20px;
  }

}



/*------------------------------------------------------------
	フォームCSS
------------------------------------------------------------*/

#p-contact {
  padding: 70px 0;
}

#p-contact table {
  margin: 40px 0;
}

#p-contact .sec_ttl_01 {
  margin-bottom: 50px;
}

#p-contact table tr th,
#p-contact table tr td {
  padding: 5px 10px 5px 0;
}

.p-contact_content h4 {
  font-size: 23px;
  margin-bottom: 30px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.g-recaptcha {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 0;
  width: 248px;
  background-color: #fa8b70;
  border-radius: 50vh;
  color: #fff !important;
  line-height: 1em;
  transition: .1s;
  border: none;
  margin: 20px 10px 0;
}

.g-back {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  padding: 15px 0;
  width: 248px;
  background-color: #fff;
  border-radius: 50vh;
  color: #fa8b70;
  line-height: 1em;
  transition: .1s;
  border: 1px solid #fa8b70;
  margin: 20px 10px 0;
}

@media screen and (max-width:768px) {
  #p-contact table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}