@charset "UTF-8";
/* No CSS */ 
/*
Theme Name: lp
Description: 
Theme URI: https://mizupro.net/
Version: 1.0
License: lp
License URI: https://mizupro.net/
*/
/****************************************

リセットCSSここから

*****************************************/
/* Frame 102 */
.ro {
  font-family: "Roboto", sans-serif;
}

.bl {
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1140px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

/****************************************

pcヘッダー

*****************************************/
.ro {
  font-family: "Roboto", sans-serif;
}

header {
  background: #fff;
}
header .header_wrap {
  padding: 10px 20px;
  border-bottom: 1px solid #c4c4c4;
}
header .header_wrap .header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_inner .header_logo {
  width: 145px;
}
header .header_wrap .header_inner .header_logo a {
  display: block;
}
header .header_wrap .header_inner .header_content {
  width: 719px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_inner .header_content .header_tel a {
  text-decoration: none;
}
header .header_wrap .header_inner .header_content .header_tel a .txt {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.3;
}
header .header_wrap .header_inner .header_content .header_tel a .txt span {
  font-size: 1.8rem;
}
header .header_wrap .header_inner .header_content .header_tel a .num {
  font-family: "Roboto", sans-serif;
  color: #e56138;
  line-height: 1;
  font-size: 3.2rem;
  position: relative;
  padding-left: 50px;
}
header .header_wrap .header_inner .header_content .header_tel a .num::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 30px;
  background: url(images/header_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .header_wrap .header_inner .header_content .header_line a {
  display: block;
  width: 208px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 48px;
  font-size: 1.7rem;
  background: linear-gradient(135deg, #00d258 0%, #05c756 100%);
  border: 1px solid #0bb453;
  border-radius: 2px;
  padding-left: 25px;
  position: relative;
}
header .header_wrap .header_inner .header_content .header_line a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  left: 10px;
  top: 15px;
}
header .header_wrap .header_inner .header_content .header_mail a {
  display: block;
  width: 208px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 48px;
  font-size: 1.8rem;
  background: linear-gradient(135deg, #f87a48 0%, #f15b16 100%);
  border: 1px solid #d94e0e;
  border-radius: 2px;
  padding-left: 25px;
  position: relative;
}
header .header_wrap .header_inner .header_content .header_mail a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  background: url(images/header_mail.svg) no-repeat;
  background-size: contain;
  left: 35px;
  top: 19px;
}
header .navi {
  padding: 15px 20px;
}
header .navi ul {
  max-width: 864px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .navi ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
header .navi ul li a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 7px;
  background: url(images/nav_icon.svg) no-repeat;
  background-size: contain;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1000px) {
  header {
    background: #fff;
  }
  header .header_wrap {
    zoom: 0.8;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
  header .header_wrap {
    padding: 13px 10px;
    border-bottom: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    zoom: 1;
  }
  header .header_wrap .header_inner .header_logo {
    width: 100px;
  }
  header .header_wrap .header_inner .header_content {
    display: none;
  }
  header .navi {
    display: none;
  }
} /*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 4px;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #108bd1;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
    display: block;
    padding-bottom: 80px;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    transition: 0.7s ease-in-out;
  }
  #sp_navi ul {
    padding-top: 100px;
    text-align: center;
  }
  #sp_navi ul li {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi ul li a,
  #sp_navi ul li span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi ul li a:active,
  #sp_navi ul li a:hover,
  #sp_navi ul li a:link,
  #sp_navi ul li a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #108bd1 1px solid;
    background-color: rgba(255, 255, 255, 0.9);
    color: #108bd1;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #108bd1 !important;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
#sp_navi .sp_navi_tel {
  text-align: center;
  margin-top: 50px;
}
#sp_navi .sp_navi_tel a {
  display: inline-block;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
}
#sp_navi .sp_navi_tel a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 26px;
  background: url(images/sp_tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  #toggle {
    right: 5px;
    top: 8px;
  }
} /*max-width:767px*/
/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  flex-direction: column;
}

#g_navi .menu li ul li a {
  width: 180px;
  padding: 13px 2px;
  border-top: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #108bd1;
  color: #fff;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #108bd1;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  margin: 0 auto 80px;
  text-align: left;
}

.breadcrumb {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
}

.breadcrumb p {
  color: #333333;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #463a39;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin: 0 auto 60px;
  }
  .breadcrumb p {
    line-height: 1.2;
    font-size: 1.1rem;
  }
} /*max-width:767px*/
/*contact_box*/
.contact_box {
  padding: 0 20px 100px;
  background: #108bd1;
  transform: translateY(-1px);
}
.contact_box .contact_box_inner {
  max-width: 1044px;
  margin: 0 auto;
}
.contact_box .contact_box_inner .contact_box_content {
  display: grid;
  grid-template-columns: auto 178px;
  align-items: center;
}
.contact_box .contact_box_inner .contact_box_content .contact_box_txt_area {
  display: grid;
  grid-template-columns: 66px auto;
  align-items: center;
  gap: 0 2%;
}
.contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li {
  background: #063c98;
  border-radius: 3px;
  height: 56px;
  color: #ffe240;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 5px;
}
.contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li span {
  font-size: 2.4rem;
}
.contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li:first-child {
  margin-bottom: 5px;
}
.contact_box .contact_box_inner .contact_box_btn_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1.5%;
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a {
  display: block;
  border-radius: 2px;
  border: 1px solid #f15b16;
  text-align: center;
  background: #fff;
  height: 85px;
  padding-top: 1.8em;
  font-weight: 500;
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap {
  display: inline-block;
  padding-left: 60px;
  position: relative;
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 40px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt {
  line-height: 1.2;
  font-size: clamp(0.8rem, 0.8vw, 1rem);
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt .ro {
  font-size: clamp(1rem, 1vw, 1.3rem);
}
.contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .num {
  color: #e56138;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: clamp(2.6rem, 2.8vw, 3.7rem);
  letter-spacing: 0;
}
.contact_box .contact_box_inner .contact_box_btn_area .line_area a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 83px;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  background: linear-gradient(135deg, #00d258 0%, #05c756 100%);
  border: 1px solid #0bb453;
  border-radius: 2px;
}
.contact_box .contact_box_inner .contact_box_btn_area .line_area a span {
  padding-left: 40px;
  display: inline-block;
  position: relative;
}
.contact_box .contact_box_inner .contact_box_btn_area .line_area a span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.contact_box .contact_box_inner .contact_box_btn_area .mail_area a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 83px;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  background: linear-gradient(135deg, #f87a48 0%, #f15b16 100%);
  border: 1px solid #d94e0e;
  border-radius: 2px;
}
.contact_box .contact_box_inner .contact_box_btn_area .mail_area a span {
  padding-left: 38px;
  display: inline-block;
  position: relative;
}
.contact_box .contact_box_inner .contact_box_btn_area .mail_area a span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 20px;
  background: url(images/mail.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1000px) {
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a {
    height: 75px;
    padding-top: 2em;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap {
    padding-left: 45px;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap::after {
    width: 40px;
    height: 28px;
    background: url(images/tel_icon.svg) no-repeat;
    background-size: contain;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt {
    line-height: 1.2;
    font-size: clamp(0.6rem, 0.4vw, 0.8rem);
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt .ro {
    font-size: clamp(0.8rem, 0.6vw, 1rem);
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .num {
    font-size: clamp(2.6rem, 2.6vw, 3.2rem);
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a {
    line-height: 75px;
    font-size: 1.6rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a span {
    padding-left: 30px;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a span::after {
    width: 23px;
    height: 23px;
    background: url(images/line.svg) no-repeat;
    background-size: contain;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a {
    line-height: 75px;
    font-size: 1.6rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a span {
    padding-left: 30px;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a span::after {
    width: 23px;
    height: 16px;
    background: url(images/mail.svg) no-repeat;
    background-size: contain;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 20px 20px 60px;
  }
  .contact_box .contact_box_inner .contact_box_content {
    grid-template-columns: 50% 50%;
    align-items: flex-end;
  }
  .contact_box .contact_box_inner .contact_box_content .contact_box_txt_area {
    grid-template-columns: 100%;
    gap: 0;
    padding-bottom: 20px;
  }
  .contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5px;
  }
  .contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li {
    height: auto;
    font-size: clamp(1rem, 2vw, 1.4rem);
    padding-top: 0;
    padding: 5px 3px;
  }
  .contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li span {
    font-size: clamp(2rem, 3vw, 2.6rem);
  }
  .contact_box .contact_box_inner .contact_box_content .contact_box_txt_area .contact_box_list li:first-child {
    margin-bottom: 0;
  }
  .contact_box .contact_box_inner .contact_box_btn_area {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a {
    height: 90px;
    padding-top: 2.1em;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap::after {
    width: 40px;
    height: 30px;
    background: url(images/tel_icon.svg) no-repeat;
    background-size: contain;
    left: 0;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .txt .ro {
    font-size: 1.2rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .tel_area a .tel_wrap .num {
    font-size: 3.4rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a {
    line-height: 86px;
    font-size: 1.8rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a span {
    padding-left: 30px;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .line_area a span::after {
    width: 23px;
    height: 23px;
    background: url(images/line.svg) no-repeat;
    background-size: contain;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a {
    line-height: 86px;
    font-size: 1.8rem;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a span {
    padding-left: 30px;
  }
  .contact_box .contact_box_inner .contact_box_btn_area .mail_area a span::after {
    width: 22px;
    height: 18px;
    background: url(images/mail.svg) no-repeat;
    background-size: contain;
  }
} /*max-width:767px*/
/*1カラム*/
.box01 {
  padding: 30px 20px 60px;
  background: #e5f1f8;
}
.box01 .box01_inner {
  max-width: 1037px;
  margin: 0 auto;
}
.box01 .box01_inner .box01_content01 {
  padding: 30px 30px 40px;
  border-bottom: 2px dashed #a2a2a2;
  margin-bottom: 40px;
}
.box01 .box01_inner .box01_content01 .box01_tit {
  color: #108bd1;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 500;
}
.box01 .box01_inner .box01_content01 .box01_tit span {
  color: #666666;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  margin-left: 20px;
}
.box01 .box01_inner .box01_content02 {
  padding: 0 30px;
}
.box01 .box01_inner .box01_content02 .box01_tit {
  text-align: center;
  padding: 10px 20px;
  background: #108bd1;
  color: #fff;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.box01 .box01_inner .box01_content02 .txt01 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.box01 .box01_inner .box01_content02 .txt02 {
  padding: 15px 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .box01 .box01_inner .box01_content01 {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .box01 .box01_inner .box01_content01 .box01_tit span {
    margin-left: 0;
  }
  .box01 .box01_inner .box01_content02 {
    padding: 0 10px;
  }
  .box01 .box01_inner .box01_content02 .box01_tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: justify;
  }
  .box01 .box01_inner .box01_content02 .txt01 {
    text-align: justify;
    font-size: 1.4rem;
  }
  .box01 .box01_inner .box01_content02 .txt02 {
    padding: 10px 20px;
  }
} /*max-width:767px*/
/*2カラム*/
.box02 {
  padding: 80px 20px 0;
}
.box02 .box02_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box02 .box02_inner .subhead01 {
  margin-bottom: 80px;
}
.box02 .box02_inner .box02_wrap .box02_wrap_tit {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
.box02 .box02_inner .box02_wrap .box02_wrap_tit span {
  display: inline-block;
  position: relative;
  color: #022f7d;
  font-weight: 900;
  font-size: clamp(3.2rem, 3.8vw, 4.8rem);
}
.box02 .box02_inner .box02_wrap .box02_wrap_tit span::after {
  position: absolute;
  content: "";
  width: 107px;
  height: 143px;
  background: url(images/tit_icon01.png) no-repeat;
  background-size: contain;
  top: -20px;
  left: -150px;
}
.box02 .box02_inner .box02_wrap .box02_wrap_tit span::before {
  position: absolute;
  content: "";
  width: 107px;
  height: 143px;
  background: url(images/tit_icon02.png) no-repeat;
  background-size: contain;
  top: -20px;
  right: -150px;
}
.box02 .box02_inner .box02_wrap .box02_wrap_txt {
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.8rem, 1.5vw, 2rem);
  margin-bottom: 80px;
}
.box02 .box02_inner .box02_wrap .box02_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 3.5%;
}
.box02 .box02_inner .box02_wrap .box02_list section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px 0;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area {
  padding: 0 20px;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area .tit {
  text-align: center;
  margin-bottom: 15px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.2;
  color: #022f7d;
  font-weight: bold;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area .txt {
  margin-bottom: 10px;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area dl {
  display: grid;
  grid-template-columns: 39% 51%;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area dl dt {
  width: 100%;
  line-height: 34px;
  text-align: center;
  border: 1px solid #108bd1;
  color: #108bd1;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  letter-spacing: 0;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area dl dd {
  color: #e56138;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: 0;
}
.box02 .box02_inner .box02_wrap .box02_list section .txt_area dl dd span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
}
.box02 .box02_inner .box02_wrap .box02_list section .btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 52px;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 500;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(91.07deg, #1e9be2 0%, #1f65ce 100%);
}
.box02 .box02_inner .box02_wrap .box02_list section .btn a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/btn_icon02.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .box02 {
    padding: 60px 20px 0;
  }
  .box02 .box02_inner .subhead01 {
    margin-bottom: 30px;
  }
  .box02 .box02_inner .box02_wrap .box02_wrap_tit {
    margin-bottom: 30px;
  }
  .box02 .box02_inner .box02_wrap .box02_wrap_tit span {
    font-size: clamp(2rem, 5.6vw, 2.8rem);
  }
  .box02 .box02_inner .box02_wrap .box02_wrap_tit span::after {
    width: 53px;
    height: 71px;
    background: url(images/tit_icon01.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -70px;
  }
  .box02 .box02_inner .box02_wrap .box02_wrap_tit span::before {
    width: 53px;
    height: 71px;
    background: url(images/tit_icon02.png) no-repeat;
    background-size: contain;
    top: 0;
    right: -70px;
  }
  .box02 .box02_inner .box02_wrap .box02_wrap_txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .box02 .box02_inner .box02_wrap .box02_list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .box02 .box02_inner .box02_wrap .box02_list section {
    grid-template-rows: auto;
  }
  .box02 .box02_inner .box02_wrap .box02_list section .txt_area {
    padding: 0;
  }
  .box02 .box02_inner .box02_wrap .box02_list section .txt_area .tit {
    margin-bottom: 10px;
    font-size: clamp(2rem, 5.2vw, 2.6rem);
  }
  .box02 .box02_inner .box02_wrap .box02_list section .txt_area .txt {
    margin-bottom: 5px;
  }
  .box02 .box02_inner .box02_wrap .box02_list section .txt_area dl dd span {
    font-size: clamp(3.6rem, 10vw, 5rem);
  }
} /*max-width:767px*/
/*3カラム*/
.box03 {
  padding: 150px 20px 150px;
}
.box03 .box03_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box03 .box03_inner .box03_pic {
  margin-bottom: 30px;
}
.box03 .box03_inner .box03_txt {
  text-align: center;
  font-size: clamp(2.8rem, 3vw, 4rem);
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: bold;
}
.box03 .box03_inner .box03_txt span {
  color: #f23b1b;
}
.box03 .box03_inner ul {
  max-width: 800px;
  margin: 0 auto;
}
.box03 .box03_inner ul li {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  .box03 {
    padding: 60px 20px 100px;
  }
  .box03 .box03_inner .box03_txt {
    font-size: clamp(1.8rem, 4vw, 2rem);
    margin-bottom: 20px;
  }
} /*max-width:767px*/
/*4カラム*/
.box04 {
  padding: 80px 20px;
}
.box04 .box04_inner {
  max-width: 947px;
  margin: 0 auto;
}
.box04 .box04_inner .wrap {
  margin-left: auto;
  margin-bottom: 50px;
  position: relative;
}
.box04 .box04_inner .wrap::after {
  position: absolute;
  content: "";
  line-height: 1;
  width: 65px;
  height: 100%;
  background: linear-gradient(135deg, #f87a48 0%, #f15b16 100%);
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 50%, 0% 0%);
}
.box04 .box04_inner .wrap::before {
  left: 10px;
  top: 100px;
  position: absolute;
  content: "無料対応";
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  z-index: 1;
}
.box04 .box04_inner .wrap:last-of-type {
  margin-bottom: 0;
}
.box04 .box04_inner .wrap section {
  width: 84.79%;
  border: 1px solid #a2a2a2;
  margin-left: auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 28% 72%;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.box04 .box04_inner .wrap section::after {
  position: absolute;
  bottom: -21px;
  content: "";
  left: 11%;
  border-right: 25px solid transparent;
  border-top: 20px solid #fed800;
  border-left: 25px solid transparent;
}
.box04 .box04_inner .wrap section:last-of-type {
  margin-bottom: 0;
}
.box04 .box04_inner .wrap section .num_area {
  position: relative;
  text-align: center;
  border-right: 1px solid #a2a2a2;
}
.box04 .box04_inner .wrap section .num_area .icon {
  position: absolute;
  width: 28%;
  left: 10px;
  top: -25px;
}
.box04 .box04_inner .wrap section .num_area .num {
  font-family: "Roboto", sans-serif;
  color: #022f7d;
  font-size: 4.8rem;
  line-height: 1;
  transform: translateY(-8px);
}
.box04 .box04_inner .wrap section .num_area .num span {
  letter-spacing: 0.1em;
  font-size: 2.2rem;
}
.box04 .box04_inner .wrap section .txt_area {
  padding: 0 6% 0 12%;
}
.box04 .box04_inner .wrap section .txt_area .tit {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.box04 .box04_inner .wrap section .txt_area .tit.mb0 {
  margin-bottom: 0;
}
.box04 .box04_inner .wrap section .txt_area .tit span {
  font-size: 1.8rem;
  color: #666;
}
.box04 .box04_inner .wrap section .txt_area .tit .red {
  color: #f23b1b;
}
.box04 .box04_inner .wrap section .txt_area .txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
.box04 .box04_inner .wrap02::after {
  background: #108bd1;
  -webkit-clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 93%, 50% 100%, 0 93%, 0 50%, 0% 0%);
}
.box04 .box04_inner .wrap02::before {
  content: "ご契約～作業完了";
  top: 80px;
}
.box04 .box04_inner .wrap02 section .num_area .num {
  color: #108bd1;
}
.box04 .box04_inner .wrap03::after {
  background: #022f7d;
  -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 50%, 0% 0%);
          clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 50%, 0% 0%);
}
.box04 .box04_inner .wrap03::before {
  content: "お支払い～フロー";
  top: 50px;
}
.box04 .box04_inner .wrap03 section:last-of-type::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .box04 {
    padding: 60px 20px;
  }
  .box04 .box04_inner .wrap {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .box04 .box04_inner .wrap::after {
    width: 30px;
    -webkit-clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 50%, 0% 0%);
            clip-path: polygon(100% 0, 100% 98%, 50% 100%, 0 98%, 0 50%, 0% 0%);
  }
  .box04 .box04_inner .wrap::before {
    left: 0;
    font-size: 1.6rem;
  }
  .box04 .box04_inner .wrap section {
    width: 100%;
    padding: 30px 20px;
    grid-template-columns: 100%;
    margin-bottom: 30px;
    gap: 20px 0;
  }
  .box04 .box04_inner .wrap section::after {
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 20px solid transparent;
    border-top: 15px solid #fed800;
    border-left: 20px solid transparent;
  }
  .box04 .box04_inner .wrap section .num_area {
    border-right: none;
    display: inline-block;
    width: 80px;
    margin: 0 auto;
  }
  .box04 .box04_inner .wrap section .num_area .icon {
    position: absolute;
    width: 50px;
    left: -40px;
    top: -15px;
  }
  .box04 .box04_inner .wrap section .num_area .num {
    font-size: 4rem;
    transform: translateY(0);
  }
  .box04 .box04_inner .wrap section .num_area .num span {
    font-size: 2rem;
  }
  .box04 .box04_inner .wrap section .txt_area {
    padding: 0;
  }
  .box04 .box04_inner .wrap section .txt_area .tit {
    font-size: clamp(1.6rem, 3.6vw, 1.8rem);
    margin-bottom: 15px;
    text-align: center;
  }
  .box04 .box04_inner .wrap section .txt_area .tit span {
    font-size: 1.4rem;
  }
  .box04 .box04_inner .wrap02::after {
    -webkit-clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 50%, 0% 0%);
            clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 50%, 0% 0%);
  }
  .box04 .box04_inner .wrap03::after {
    -webkit-clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 50%, 0% 0%);
            clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 50%, 0% 0%);
  }
} /*max-width:767px*/
/*5カラム*/
.gray {
  color: #666;
  font-size: clamp(1.2rem, 1.2vw, 1.4rem);
  padding-top: 10px;
}

.box05 {
  padding: 80px 20px 200px;
  background: url(images/bg02.jpg) top center no-repeat;
  background-size: cover;
}
.box05 .box05_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box05 .box05_inner .subhead01 {
  padding-bottom: 20px;
  border-bottom: 2px dashed #a2a2a2;
}
.box05 .box05_inner .box05_wrap .box05_wrap_tit {
  text-align: center;
  font-size: clamp(2rem, 1.8vw, 2.4rem);
  font-weight: 500;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.box05 .box05_inner .box05_wrap .box05_wrap_tit .orange {
  color: #f15b16;
  font-family: "Roboto", sans-serif;
}
.box05 .box05_inner .box05_wrap .box05_wrap_tit .orange span {
  font-size: clamp(3.4rem, 4vw, 5.6rem);
}
.box05 .box05_inner .box05_wrap .box05_content {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.box05 .box05_inner .box05_wrap .box05_content:last-of-type {
  margin-bottom: 0;
}
.box05 .box05_inner .box05_wrap .box05_content .tit_area {
  padding: 15px 8%;
  background: #022f7d;
  color: #fff;
  display: flex;
  align-items: center;
}
.box05 .box05_inner .box05_wrap .box05_content .tit_area .num {
  padding-right: 30px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.box05 .box05_inner .box05_wrap .box05_content .tit_area .num span {
  font-size: clamp(3rem, 3vw, 4rem);
  margin-left: 10px;
}
.box05 .box05_inner .box05_wrap .box05_content .tit_area .tit {
  padding-left: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-size: clamp(2rem, 2vw, 2.4rem);
}
.box05 .box05_inner .box05_wrap .box05_content .tit_area .tit span {
  color: #fed800;
}
.box05 .box05_inner .box05_wrap .box05_content .content {
  padding: 25px 8%;
  display: grid;
  grid-template-columns: auto 400px;
  gap: 0 6%;
  justify-content: space-between;
  align-items: center;
}
.box05 .box05_inner .box05_wrap .box05_content .content .info {
  color: #022f7d;
  background: #e5f1f8;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .box05 {
    padding: 60px 20px 120px;
  }
  .box05 .box05_inner .subhead01 {
    padding-bottom: 10px;
  }
  .box05 .box05_inner .box05_wrap .box05_wrap_tit {
    font-size: clamp(1.8rem, 4vw, 2rem);
    margin-bottom: 30px;
  }
  .box05 .box05_inner .box05_wrap .box05_wrap_tit .orange span {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }
  .box05 .box05_inner .box05_wrap .box05_content {
    margin-bottom: 20px;
  }
  .box05 .box05_inner .box05_wrap .box05_content .tit_area {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .box05 .box05_inner .box05_wrap .box05_content .tit_area .num {
    padding-right: 0;
    border-right: none;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .box05 .box05_inner .box05_wrap .box05_content .tit_area .num span {
    font-size: 2.4rem;
    margin-left: 5px;
  }
  .box05 .box05_inner .box05_wrap .box05_content .tit_area .tit {
    padding-left: 0;
    font-size: clamp(1.8rem, 4vw, 2rem);
  }
  .box05 .box05_inner .box05_wrap .box05_content .content {
    padding: 30px 20px;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
} /*max-width:767px*/
/*6カラム*/
.box06 {
  padding: 80px 20px 0;
}
.box06 .box06_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.box06 .box06_inner .box06_tit {
  margin-bottom: 30px;
}
.box06 .box06_inner .box06_tit .tit {
  display: inline-block;
  padding: 5px 20px;
  background: #022f7d;
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: clamp(2.8rem, 3vw, 4rem);
}
.box06 .box06_inner .box06_tit .txt {
  display: inline-block;
  margin-left: 30px;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
  font-weight: 500;
}
.box06 .box06_content01 {
  margin-bottom: 80px;
}
.box06 .box06_content01 .list {
  background: #eff4fc;
  padding: 30px;
  display: grid;
  grid-template-columns: 26% 26% 40%;
  justify-content: space-between;
  align-items: center;
}
.box06 .box06_content01 .list li {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #022f7d;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  padding: 0 20px;
  line-height: 126px;
}
.box06 .box06_content01 .list li span {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  color: #222;
}
.box06 .box06_content01 .list li:last-child {
  line-height: 1;
  height: 126px;
  padding-top: 35px;
}
.box06 .box06_content02 {
  margin-bottom: 80px;
}
.box06 .box06_content02 .txt {
  padding-left: 40px;
}
.box06 .box06_content02 .txt span {
  color: #022f7d;
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  margin-right: 30px;
}
.box06 .box06_content03 {
  margin-bottom: 80px;
}
.box06 .box06_content03 .txt {
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
.box06 .box06_content04 .list {
  border: 1px solid #a3acc2;
  padding: 30px 50px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 0 4%;
}

@media screen and (max-width: 767px) {
  .box06 {
    padding: 60px 20px 0;
  }
  .box06 .box06_inner .box06_tit {
    margin-bottom: 20px;
  }
  .box06 .box06_inner .box06_tit .tit {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }
  .box06 .box06_inner .box06_tit .txt {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .box06 .box06_content01 {
    margin-bottom: 50px;
  }
  .box06 .box06_content01 .list {
    padding: 20px;
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .box06 .box06_content01 .list li {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #022f7d;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    padding: 0 20px;
    line-height: 126px;
  }
  .box06 .box06_content01 .list li span {
    font-size: clamp(1.4rem, 1.3vw, 1.6rem);
    color: #222;
  }
  .box06 .box06_content01 .list li:last-child {
    padding: 40px 20px;
    height: auto;
    padding-top: 40px;
  }
  .box06 .box06_content02 {
    margin-bottom: 50px;
  }
  .box06 .box06_content02 .txt {
    padding-left: 0;
  }
  .box06 .box06_content02 .txt span {
    font-size: 2rem;
    margin-right: 20px;
  }
  .box06 .box06_content03 {
    margin-bottom: 50px;
  }
  .box06 .box06_content03 .txt {
    font-size: 1.4rem;
  }
  .box06 .box06_content04 .list {
    padding: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5%;
  }
} /*max-width:767px*/
/*タイトル*/
.subhead01 {
  text-align: center;
  font-size: clamp(3rem, 3vw, 4rem);
  font-weight: bold;
  margin-bottom: 40px;
}
.subhead01 span {
  font-family: "Roboto", sans-serif;
  color: #fed800;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  letter-spacing: 0.1em;
}
.subhead01 span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #fed800;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: clamp(2.6rem, 6.4vw, 3.2rem);
    margin-bottom: 30px;
    line-height: 1.2;
  }
  .subhead01 span {
    padding-left: 0;
    margin-left: 0;
    font-size: clamp(1.6rem, 4vw, 2rem);
    display: block;
    line-height: 2;
  }
  .subhead01 span::after {
    content: none;
  }
} /*max-width:767px*/
.top_wave {
  position: relative;
  padding-top: 20px;
}
.top_wave::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: url(images/bg01.png) top center repeat-x;
  left: 0;
  top: -99px;
}

@media screen and (max-width: 767px) {
  .top_wave::after {
    background: url(images/bg01.png) top center repeat-x;
    background-size: cover;
    height: 50px;
    top: -49px;
  }
} /*max-width:767px*/
/****************************************

sp_footer

*****************************************/
.sp_bana {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_bana {
    position: fixed;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 4;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.85);
  }
  .sp_bana .bana01 {
    margin-bottom: 5px;
  }
  .sp_bana ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1%;
  }
}
/****************************************

pc_footer

*****************************************/
footer {
  padding: 0 20px 50px;
  background: url(images/footer_bg.jpg) top center no-repeat;
  background-size: cover;
  padding-top: clamp(300px, 23.625vw, 600px);
}
footer .footer_navi {
  max-width: 838px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_navi li {
  position: relative;
}
footer .footer_navi li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  right: -18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
footer .footer_navi li:last-child::after {
  content: none;
}
footer .footer_navi li a {
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
  footer .footer_navi {
    max-width: 700px;
  }
  footer .footer_navi li::after {
    right: -17px;
  }
  footer .footer_navi li a {
    font-size: 1.2rem;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  footer {
    background: url(images/sp_footer_bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 0 20px;
    padding-top: clamp(200px, 23.625vw, 600px);
    padding-bottom: clamp(100px, 30.625vw, 350px);
  }
  footer .footer_navi {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  footer .footer_navi li {
    width: 48%;
    text-align: center;
  }
  footer .footer_navi li::after {
    content: none;
  }
  footer .footer_navi li a {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.4rem;
}

.copy small {
  color: #fff;
  font-size: 1.3rem;
}

.copy {
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .to_top {
    display: none !important;
  }
  .copy small {
    font-size: 1.1rem;
  }
}
/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}
/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 26px;
}

/****************************************

追加用

*****************************************/
@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.sp_btn.contact_box_btn_area {
  margin-top: 40px;
  padding: 0 20px;
}
.sp_btn.contact_box_btn_area .tel_area {
  margin-bottom: 10px;
}
.sp_btn.contact_box_btn_area .tel_area a {
  display: block;
  border-radius: 2px;
  border: 1px solid #f15b16;
  text-align: center;
  background: #fff;
  height: 90px;
  padding-top: 2.3em;
  font-weight: 500;
}
.sp_btn.contact_box_btn_area .tel_area a .tel_wrap {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
.sp_btn.contact_box_btn_area .tel_area a .tel_wrap::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 30px;
  background: url(images/tel_icon.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.sp_btn.contact_box_btn_area .tel_area a .tel_wrap .txt {
  line-height: 1.2;
  font-size: 0.8rem;
}
.sp_btn.contact_box_btn_area .tel_area a .tel_wrap .txt .ro {
  font-size: 1rem;
}
.sp_btn.contact_box_btn_area .tel_area a .tel_wrap .num {
  color: #e56138;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-size: 3.1rem;
  letter-spacing: 0;
}
.sp_btn.contact_box_btn_area .line_area {
  margin-bottom: 10px;
}
.sp_btn.contact_box_btn_area .line_area a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 86px;
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(135deg, #00d258 0%, #05c756 100%);
  border: 1px solid #0bb453;
  border-radius: 2px;
}
.sp_btn.contact_box_btn_area .line_area a span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.sp_btn.contact_box_btn_area .line_area a span::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(images/line.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.sp_btn.contact_box_btn_area .mail_area a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 86px;
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(135deg, #f87a48 0%, #f15b16 100%);
  border: 1px solid #d94e0e;
  border-radius: 2px;
}
.sp_btn.contact_box_btn_area .mail_area a span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
.sp_btn.contact_box_btn_area .mail_area a span::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 18px;
  background: url(images/mail.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}/*# sourceMappingURL=style.css.map */