@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Utility
------------------------------------------------------*/
:root {
  --font-sans:
    "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  --font-serif:
    "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho",
    serif;
  --font-en:
    "Oswald", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Meiryo", sans-serif;
  --text-color: #222222;
  --main-color: #00369c;
  --admin-bar: 0px;
}
body.admin-bar {
  --admin-bar: 32px;
}
@media (max-width: 782px) {
  body.admin-bar {
    --admin-bar: 46px;
  }
}
.shade {
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.radius {
  border-radius: 20px;
}
mark {
  padding: 0 12px;
  background: linear-gradient(transparent 40%, #fff9c2 80%);
  font-style: normal;
  color: var(--main-color);
}
/* --------------------------------
   Base Typography
-------------------------------- */
html {
  font-family: var(--font-sans);
  font-size: 62.5%;
  font-weight: 400;
}
body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  color: var(--text-color);
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
ul li {
  list-style-type: none;
}
ol li {
  list-style-type: decimal;
}
address {
  font-style: normal;
}
img {
  vertical-align: bottom;
}
iframe {
  width: 100%;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
  text-decoration: none;
  color: var(--text-color);
  transition: all 0.25s;
}
a > img {
  transition: all 0.25s;
}
a:hover > img,
a:hover {
  opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wrap,
.archive_wrap {
  width: 1100px;
  margin: 0 auto;
}
.archive_wrap {
  padding: 80px 0;
}
@media screen and (max-width: 1180px) {
  .wrap,
  .archive_wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .wrap,
  .archive_wrap {
    width: calc(100% - 40px);
  }
  .archive_wrap {
    padding: 60px 0;
  }
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.sp_left {
  text-align: center !important;
}
@media screen and (max-width: 750px) {
  .sp_left {
    text-align: left !important;
  }
}

/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: var(--admin-bar);
  left: 0;
  z-index: 20;
  width: 100%;
  height: 120px;
  background: #003eb2;
}
.header_inner {
  position: relative;
}
.header_logo {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  padding-left: 100px;
}
.header_logo a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.header_logo a span {
  display: block;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.023em;
}
.header_nav {
  flex-direction: column;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 1;
  width: calc(100% - 446px);
}
.header_nav > ul.flex {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-right: 73px;
  background: #00369c;
  background: linear-gradient(
    45deg,
    rgba(0, 54, 156, 1) 0%,
    rgba(16, 73, 182, 1) 100%
  );
}
.header_nav > ul.flex:last-of-type {
  margin-bottom: 0;
}
.header_nav > ul.flex li {
  position: relative;
}
.header_nav ul.flex li.tel a {
  display: block;
  position: relative;
  padding-right: 5px;
  padding-left: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.header_nav ul.flex li.tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/tel_icon.png") no-repeat center center;
  background-size: cover;
}
.header_nav ul.flex li.open {
  padding: 8px 0 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
.header_nav > ul.flex:last-of-type li {
  margin-left: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header_nav > ul.flex:last-of-type li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.header_nav > ul.flex li.contact a {
  padding: 8px 25px;
  background: #fe8301;
  border-radius: 100px;
}
.header_nav > ul.flex li.contact a:hover {
  background: #fe6001;
  opacity: 1;
}
.header_nav ul li.has-child ul {
  justify-content: space-between;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 526px;
  padding: 10px 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header_nav ul li.has-child ul::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  background: url("../img/common/mega_arrow.png") no-repeat center center;
  background-size: cover;
}
.header_nav ul li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.header_nav ul li.has-child ul li {
  position: relative;
  width: 47%;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #dadada;
  text-align: left;
}
.header_nav ul li.has-child ul li:last-of-type {
  border-bottom: none;
  width: 100%;
}
.header_nav ul li.has-child ul li a {
  display: block;
  margin-right: 0;
  padding: 15px 0;
  font-size: 16px !important;
  color: var(--main-color) !important;
  line-height: 2.5;
}
@media screen and (max-width: 1601px) {
  .header_logo {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header_nav {
    width: calc(100% - 324px);
  }
  .header_nav > ul.flex {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .header_logo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header_nav {
    width: calc(100% - 284px);
  }
  .header_nav > ul.flex {
    padding-right: 20px;
  }
  .header_nav > ul.flex:last-of-type li {
    margin-left: 15px;
  }
  .header_nav > ul.flex:last-of-type li a {
    font-size: 14px;
  }
  .header_nav > ul.flex li.contact a {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 901px) {
  .fat-nav,
  .fat-nav ul,
  .fat-nav__wrapper .header_logo,
  .fat-nav_inner > .nav_cv {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header {
    height: 89px;
  }
  .header_logo {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .header_logo a {
    font-size: 11px;
  }
  .header_logo a span {
    font-size: 31px;
  }
  .header_nav {
    display: none;
  }
  /* SPメニュー */
  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: 89px;
    height: 89px;
    padding: 0;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 9px;
  }
  .hamburger__icon,
  .hamburger__icon::before,
  .hamburger__icon::after {
    width: 49px;
    height: 1px;
    position: absolute;
    top: 33px;
    right: 20px;
    display: block;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before,
  .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
    width: 49px;
    top: -10px;
  }
  .hamburger__icon::after {
    width: 49px;
    top: 10px;
  }
  .hamburger.active .hamburger__icon {
    background-color: transparent;
    border-radius: 400px;
  }
  .hamburger.active .hamburger__icon:before,
  .hamburger.active .hamburger__icon:after {
    width: 49px;
    height: 1px;
    background-color: var(--main-color);
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(10px) rotate(30deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-10px) rotate(-30deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fat-nav__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
  }
  .fat-nav_inner {
    width: 100%;
    height: 100%;
    padding: 30px 30px 110px;
    background: #fffbf2;
  }
  .fat-nav_inner ul {
    margin-top: 20px;
  }
  .fat-nav_inner ul li:first-of-type a {
    border-top: 1px solid #cecece;
  }
  .fat-nav_inner ul li.child ul {
    justify-content: space-between;
    margin-left: 40px;
  }
  .fat-nav_inner ul li.child ul li {
    width: 48%;
    list-style-type: disc;
  }
  .fat-nav_inner ul li.child ul li:last-of-type {
    width: 100%;
  }
  .fat-nav_inner ul li.child ul li a {
    padding: 0 40px 20px 0;
    border-bottom: none;
  }
  .fat-nav_inner ul li.com a {
    border-top: 1px solid #cecece;
  }
  .fat-nav_inner ul li.child ul li:first-of-type a {
    border-top: none;
  }
  .fat-nav_inner ul li.child ul li:last-of-type a {
    background: none;
    color: var(--text-color);
  }
  .fat-nav_inner ul li a {
    display: block;
    position: relative;
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #cecece;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .fat-nav_inner ul li:last-of-type a {
    background: #fe8301;
    color: #fff;
  }
  ul.sp_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  ul.sp_nav li:first-of-type a {
    border-top: none;
  }
  ul.sp_nav li a {
    padding: 0;
    border-bottom: none;
  }
  ul.sp_nav li.tel {
    margin-bottom: 30px;
  }
  ul.sp_nav li.tel a span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-color);
  }
  ul.sp_nav li.tel a span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/common/tel_icon.svg") no-repeat center center;
    background-size: cover;
  }
  ul.sp_nav li.open {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--main-color);
  }
}
@media screen and (max-width: 520px) {
  .fat-nav_inner ul li.child ul li {
    width: 100%;
  }
}
/*-----------------------------------------------------
	fixed_area
------------------------------------------------------*/
.fixed_area {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.fixed_area.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 750px) {
  .fixed_area {
    right: 10px;
    bottom: 10px;
  }
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: var(--main-color);
}
.midasi_01 span {
  display: block;
  margin-top: 18px;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 400;
}
.midasi_01 span::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin: 0 auto 18px;
  background: var(--main-color);
}

@media screen and (max-width: 750px) {
  .midasi_01 {
    font-size: 24px;
    line-height: 1.4;
  }
  .midasi_01 span {
    margin-top: 10px;
    font-size: 16px;
  }
  .midasi_01 span::before {
    margin: 0 auto 10px;
  }
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more_01 {
  display: inline-block;
  position: relative;
  width: 354px;
  max-width: 100%;
  padding: 25px 71px 25px 28px;
  background: #47befb;
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100%
  );
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px rgba(144, 220, 255, 1);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.link_more_01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url("../img/common/contact_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
}
/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 200px;
  margin-top: 120px;
  border-bottom: 10px solid #f2fbff;
  background: url("../img/common/page_bg.jpg") no-repeat bottom center;
  background-size: cover;
}
#page_mv .page_title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}
#page_mv .page_title h1,
#page_mv .page_title div {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--main-color);
}
.breadcrumb {
  width: 1100px;
  margin: 0 auto;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin: 0;
  padding: 0;
}
.breadcrumb ol li {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
}
.breadcrumb a {
  color: var(--main-color) !important;
  text-decoration: none;
}
@media screen and (max-width: 1180px) {
  #page_mv .page_title {
    padding-right: 40px;
    padding-left: 40px;
  }
  .breadcrumb {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 900px) {
  #page_mv {
    margin-top: 89px;
  }
}
@media screen and (max-width: 750px) {
  #page_mv .page_title {
    left: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #page_mv .page_title h1,
  #page_mv .page_title div {
    font-size: 30px;
  }
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main > section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main .bg_01 {
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(246, 246, 246, 0.5) 0%,
    rgba(246, 246, 246, 1) 100%
  );
}
.main .bg_02 {
  background: rgba(220, 239, 255, 0);
  background: linear-gradient(
    180deg,
    rgba(220, 239, 255, 0) 0%,
    rgba(220, 239, 255, 0) 40%,
    rgba(220, 239, 255, 1) 100%
  );
}
.kadomaru {
  border-radius: 20px;
}
.b_illust {
  position: relative;
}
.b_illust::after {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  right: -20px;
  width: 150px;
  height: 142px;
  background: url("../img/common/character_02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .b_illust::after {
    top: -55px;
    width: 90px;
    height: 85px;
  }
}
@media screen and (max-width: 750px) {
  .b_illust::after {
    top: -95px;
    right: -10px;
  }
}
.b_illust2 {
  position: relative;
}
.b_illust2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -150px;
  right: -20px;
  width: 150px;
  height: 142px;
  background: url("../img/common/character_02.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .b_illust2::after {
    bottom: -113px;
    width: 90px;
    height: 85px;
  }
}
@media screen and (max-width: 750px) {
  .b_illust2::after {
    bottom: -63px;
    right: -10px;
    width: 80px;
    height: 76px;
  }
}
.col {
  justify-content: space-between;
}
.col_02 {
  width: 48%;
}
.col_02 img {
  width: 100%;
  height: auto;
}
.main h1 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.main .date {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.main mark {
  font-style: normal;
}
.main a {
  color: var(--main-color);
  text-decoration: none;
}
.main a:hover,
.main p.link_more_03 a:hover {
  color: var(--dark-color);
  opacity: 1;
}
.main a.link_more_03 {
  color: #fff;
}
.main p.link_more_03 a {
  position: relative;
  padding-left: 20px;
}
.main p.link_more_03 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/link_btn.svg") no-repeat center center;
  background-size: cover;
}
.main p.link_more_03 a:hover::after {
  background: url("../img/common/link_btn_hover.svg") no-repeat center center;
  background-size: cover;
}
.main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dadada;
  margin: 3em 0;
  padding: 0;
}
.main h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: var(--main-color);
  text-align: center;
}
.main h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 1px;
  background: var(--main-color);
}
.main h2 span {
  font-size: 18px;
  color: var(--text-color);
}
.main h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--main-color);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main h4 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 15px 13px;
  background: var(--main-color);
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.04em;
}
.main h5 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main h6 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 1.6; */
  letter-spacing: 0.1em;
}
.main p.name {
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: 700;
}
.main p.name span {
  font-size: 16px;
}
.main ul,
.main ol {
  margin-bottom: 40px;
}
.main ul li {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main ul li::marker {
  color: var(--main-color);
}
.main ol li {
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.main figure {
  margin-bottom: 40px;
}
.main .wp-element-caption {
  margin-top: 10px;
  font-size: 14px;
}
.main figure img {
  max-width: 100%;
  height: auto;
}
.main mark {
  padding: 0px 10px 1px;
}
.main .youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.main .youtube-wrap iframe {
  width: 100%;
  height: 100%;
}
.main .table_wrap {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 10px;
  overflow-x: auto;
  white-space: nowrap;
}
.main .table_wrap table {
  min-width: 414px;
}
.main table.table01 {
  width: 100%;
  margin: 0 auto 40px;
  border-collapse: separate;
  border-spacing: 0;
}
.main table.table01 tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
.main table.table01 tr:first-child td {
  border-top-right-radius: 20px;
}
.main table.table01 tr:last-child th {
  border-bottom-left-radius: 20px;
}
.main table.table01 tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.main table.table01 tr th {
  width: 30%;
  padding: 20px;
  background: var(--main-color);
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.main table.table01 tr td {
  padding: 20px;
  background: #fff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: left;
}
.main table.table01 tr:first-child td {
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 900px) {
  .col_02 {
    width: 100%;
    margin-bottom: 30px;
  }
  .col_02:last-of-type {
    margin-bottom: 0;
  }
  .company_area .col_02:last-of-type {
    margin-bottom: 30px;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
}
@media screen and (max-width: 750px) {
  .main > section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .main h1 {
    margin-bottom: 2%;
    padding-bottom: 2%;
    font-size: 22px;
  }
  .main h2 {
    margin-bottom: 3%;
    font-size: 24px;
  }
  .main h3 {
    margin-bottom: 3%;
    font-size: 20px !important;
  }
  .main h4 {
    padding: 3px 20px 3px;
    font-size: 18px;
    margin-bottom: 3%;
  }
  .main h5 {
    font-size: 16px;
  }
  .main h6 {
    font-size: 16px;
  }
  .main p {
    margin-bottom: 3%;
  }
  .main ul,
  .main ol {
    margin-bottom: 3%;
  }
  .main ul li {
    font-size: 16px;
  }
  .main ol li {
    font-size: 16px;
  }
  .main table.table01 {
    margin: 0 auto 3%;
  }
  .main table.table01 tr th {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
  .main table.table01 tr td {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #dadada;
  }
  .main table.table01 tr:first-child th:first-child {
    border-top-right-radius: 20px;
  }
  .main table.table01 tr:first-child td {
    border-top-right-radius: 0;
  }
  .main table.table01 tr:last-child th {
    border-bottom-left-radius: 0;
  }
  .main table.table01 tr:last-child td {
    border-bottom-left-radius: 20px;
  }
}

/*-----------------------------------------------------
	.cv_area
------------------------------------------------------*/
.cv_area {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.cv_title {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 700;
}
.cv_btn {
  text-align: center;
}
.cv_btn span {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fe8301;
}
.cv_btn a {
  color: #fff !important;
}
.cv_btn a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 750px) {
  .cv_title {
    font-size: 18px;
  }
  .cv_area {
    margin-top: 6%;
    margin-bottom: 3%;
  }
}
/*-----------------------------------------------------
	company
------------------------------------------------------*/
.esg {
  margin-bottom: 80px;
}
.esg_header {
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 30px;
}
.esg_header_title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.esg_header_title span {
  display: block;
  margin-top: 10px;
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 700;
}
.esg_header_img {
  gap: 10px;
  align-items: flex-end;
}
.esg_header_img img {
  height: auto;
}
.esg_social {
  justify-content: flex-end;
}
.met {
  position: relative;
  z-index: 1;
  padding-bottom: 200px !important;
}
.met_img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 736px;
  text-align: right;
}
.met_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .esg {
    margin-bottom: 0;
  }
  .esg_header_title {
    font-size: 16px;
  }
  .esg_header_title span {
    font-size: 25px;
  }
  .esg_social {
    justify-content: flex-start;
  }
  .met {
    padding-bottom: 33.333vw !important;
  }
}
/*-----------------------------------------------------
	first
------------------------------------------------------*/
.balloon {
  position: relative;
  padding: 22px 20px 50px;
  background: #f4f4f4;
  border: 3px solid #f4f4f4;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  overflow: visible;
  /* max-width: 880px; */
  margin: 0 auto 50px;
}
.balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(60px, 12vw, 115px);
  height: clamp(40px, 8vw, 77px);
  bottom: calc(clamp(-40px, -8vw, -77px) + 3px);
  background: #f4f4f4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}
.balloon h2 {
  margin-bottom: 15px;
}
.balloon h2::after {
  display: none;
}
.fuan {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.fuan_r ul {
  margin-bottom: 0;
}
.fuan_r ul li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 15px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.68;
  color: var(--main-color);
}
.fuan_r ul li::marker {
  content: "";
}
.fuan_r ul li img {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.onayami {
  justify-content: center;
}
.onayami_child {
  text-align: center;
}
.onayami:nth-of-type(2) .onayami_child {
  margin-right: 40px;
}
.onayami:nth-of-type(2) .onayami_child:last-of-type {
  margin-right: 0;
  margin-left: 30px;
}
.onayami:nth-of-type(3) .onayami_child {
  margin-top: -30px;
}
.onayami_child img {
  max-width: 100%;
}
.kaiketu {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border: 4px solid var(--main-color);
  border-radius: 30px;
  text-align: center;
}
.kaiketu::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 32px;
  background: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.kaiketu::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 26px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.kaiketu .kaiketu_ill {
  position: absolute;
  top: 80px;
  right: -80px;
}
.kaiketu .kaiketu_ill img {
  width: 237px;
  height: auto;
}
.kaiketu h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 26px;
}
.kaiketu p {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.kaiketu p em {
  font-size: 60px;
}
.yakusoku {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.yakusoku h3 {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.yakusoku ul {
  margin-bottom: 0;
}
.yakusoku ul li {
  position: relative;
  list-style-type: none;
  padding-left: 60px;
  font-size: 22px;
}
.yakusoku ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 31px;
  background: url("../img/common/check_orange.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .kaiketu .kaiketu_ill {
    top: 203px;
    right: -80px;
  }
  .kaiketu .kaiketu_ill img {
    width: 180px;
  }
}
@media screen and (max-width: 900px) {
  .onayami:nth-of-type(2) .onayami_child {
    margin-right: 0;
  }
  .onayami:nth-of-type(2) .onayami_child:last-of-type {
    margin-right: 0;
    margin-left: 0;
  }
  .kaiketu {
    width: 100%;
  }
  .kaiketu .kaiketu_ill {
    top: 220px;
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  .balloon {
    padding: 30px 15px;
  }
  .fuan_l {
    text-align: center;
  }
  .fuan_l img {
    max-width: 80%;
    margin: 0 auto;
  }
  .fuan_r ul li {
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 12px;
    list-style: none;
  }
  .onayami {
    flex-direction: column;
  }
  .onayami_child {
    margin-top: -40px;
    text-align: left;
  }
  .onayami:first-of-type .onayami_child:first-child {
    margin-top: 0;
  }
  .onayami:nth-of-type(3) .onayami_child {
    margin-top: -30px;
  }
  .onayami .onayami_child:nth-child(even) {
    text-align: right;
  }
  .kaiketu {
    padding: 30px 10px;
  }
  .kaiketu::after {
    bottom: -25px;
  }
  .kaiketu .kaiketu_ill {
    top: 200px;
    right: -10px;
  }
  .kaiketu .kaiketu_ill img {
    width: 110px;
  }
  .kaiketu h3 {
    font-size: 20px;
  }
  .kaiketu p {
    font-size: 18px;
  }
  .kaiketu p em {
    font-size: 28px;
  }
  .yakusoku {
    width: 100%;
  }
  .yakusoku h3 {
    width: 100%;
  }
  .yakusoku ul li {
    padding-left: 50px;
    font-size: 16px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .yakusoku h3 {
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .onayami_child img {
    max-width: 87%;
  }
}
.reason {
  gap: 25px;
  margin-bottom: 30px;
}
.reason_child {
  width: calc((100% - 50px) / 3);
}
.reason_child img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .reason_child {
    width: 100%;
  }
}
.first_sercive {
  justify-content: center;
  gap: 26px;
}
.first_sercive_child {
  position: relative;
  width: calc((100% - 52px) / 3);
  padding: 26px 26px 80px;
  background: #fff;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  text-align: center;
}
.first_sercive_child h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 61px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.first_sercive_child p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}
.first_sercive_child .service_link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #47befb;
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100%
  );
  border-radius: 0 0 30px 30px;
  text-align: center;
}
.first_sercive_child .service_link a {
  display: block;
  padding: 12px 10px;
}
.first_sercive_child .service_link a span {
  position: relative;
  padding-right: 31px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.first_sercive_child .service_link a span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/home/service_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .first_sercive_child {
    width: calc((100% - 26px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .first_sercive_child {
    width: 100%;
  }
}
.first_flow_child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.first_flow_l {
  position: relative;
  z-index: 1;
  width: 100px;
}
.first_flow_l::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: -1;
  width: 1px;
  height: calc(100% + 50px);
  background: var(--main-color);
}
.first_flow_l.not_line::after {
  display: none;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #47befb;
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100% 100%
  );
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.first_flow_r {
  width: calc(100% - 130px);
}
.first_flow_r a {
  color: #fff;
}
.first_flow_r a:hover {
  opacity: 0.65;
  color: #fff;
}
.first_flow_r p.small {
  margin-top: 10px;
  font-size: 13px;
}
.first_flow_r h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border: none;
  color: var(--main-color);
}
.first_flow_r_inner {
  padding: 40px 30px;
  border: 2px solid var(--main-color);
  background: #f2fbff;
  border-radius: 20px;
}
.first_flow_r_inner p {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .first_flow_l {
    width: 40px;
  }
  .first_flow_l::after {
    left: 20px;
  }
  .step {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .first_flow_r {
    width: calc(100% - 40px);
  }
  .first_flow_r h3 {
    padding-left: 20px;
  }
  .first_flow_r_inner {
    padding: 20px 15px;
  }
}
/*-----------------------------------------------------
	外壁塗装　屋根
------------------------------------------------------*/
.kizu:first-of-type {
  margin-top: 50px;
}
.kizu {
  margin-bottom: 50px;
}
.kizu_list {
  justify-content: center;
  gap: 25px;
}
.kizu_child {
  width: calc((100% - 50px) / 3);
  text-align: center;
}
.kizu_child2 {
  width: calc((100% - 50px) / 3);
  text-align: center;
}
.kizu_child3 {
  width: calc((100% - 25px) / 2);
  text-align: center;
}
.kizu_child4 {
  width: calc((100% - 100px) / 5);
  text-align: center;
}
.kizu_child2 p,
.kizu_child3 p {
  margin-bottom: 0;
}
.circle_img {
  width: 100%;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.circle_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.normal_img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}
.normal_img img {
  width: 100%;
  border-radius: 20px;
}
#case .swiper-wrapper {
  height: auto !important;
}
.case_list {
  margin-bottom: 50px;
}
.case_photo {
  gap: 30px 50px;
  margin-bottom: 20px;
}
.case_photo img {
  width: 100%;
  border-radius: 10px;
}
.photo_02 {
  width: calc((100% - 50px) / 2);
}
.photo_04 {
  width: calc((100% - 150px) / 4);
}
.case_arrow {
  position: relative;
}
.case_arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../img/common/case_arrow.svg") no-repeat center center;
  background-size: cover;
}
.case_arrow_down::after,
.case_arrow_left:after {
  display: none;
}
.case_arrow_none::after {
  display: block;
}
.case_list p.yosan {
  font-weight: 700;
}
table.price {
  width: 100%;
  margin: 0 auto 40px;
  border-collapse: separate;
  border-spacing: 0;
}
table.price th:first-child {
  border-top-left-radius: 20px;
}
table.price th:last-child {
  border-top-right-radius: 20px;
}
table.price tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
table.price tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
table.price tr th {
  padding: 20px;
  background: var(--main-color);
  border-right: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
table.price tr th:last-child {
  border-right: none;
}
table.price tr td {
  padding: 20px;
  background: #fff;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
}
table.price tr td:first-child {
  border-left: 1px solid #dadada;
}
ul.price_li li {
  margin-bottom: 5px;
  list-style-type: none;
}
@media screen and (max-width: 750px) {
  .kizu_child {
    width: calc((100% - 25px) / 2);
  }
  .kizu_child2,
  .kizu_child3 {
    width: 100%;
  }
  .kizu_child4 {
    width: calc((100% - 50px) / 3);
  }
  .case_photo {
    gap: 40px;
  }
  .photo_02 {
    width: 100%;
  }
  .photo_04 {
    width: calc((100% - 50px) / 2);
  }
  .case_arrow::after {
    right: -35px;
    width: 30px;
    height: 30px;
  }
  .case_arrow_none::after {
    display: none;
  }
  .case_arrow_down {
    position: relative;
  }
  .case_arrow_down::after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) translateY(0) rotate(90deg);
    width: 30px;
    height: 30px;
    background: url("../img/common/case_arrow.svg") no-repeat center center;
    background-size: cover;
  }
  .case_arrow_left {
    position: relative;
  }
  .case_arrow_left::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 30px;
    background: url("../img/common/case_arrow.svg") no-repeat center center;
    background-size: cover;
  }
  .case_order1 {
    order: 1;
  }
  .case_order2 {
    order: 2;
  }
  .case_order3 {
    order: 3;
  }
  .case_order4 {
    order: 4;
  }
  .case_order5 {
    order: 5;
  }
  .case_order6 {
    order: 6;
  }
  .case_order7 {
    order: 7;
  }
  .case_order8 {
    order: 8;
  }

  table.price {
    margin: 0 auto 30px;
  }
  table.price tr th {
    padding: 10px;
  }
  table.price tr td {
    padding: 10px;
  }

  .kizu_list {
    gap: 5px 15px;
  }
  .kizu_child {
    width: calc((100% - 15px) / 2);
  }
  .kizu {
    margin-bottom: 7%;
  }
  .kizu:first-of-type {
    margin-top: 5%;
  }

  .normal_img {
    margin-bottom: 2%;
  }
}
/*-----------------------------------------------------
	雨漏り調査・防水工事
------------------------------------------------------*/
.riskcheck {
  margin-bottom: 30px;
}
/*-----------------------------------------------------
	内装リフォーム
------------------------------------------------------*/
/*-----------------------------------------------------
	助成金
------------------------------------------------------*/
.flow img {
  max-width: 100%;
  margin-bottom: 30px;
}
.type {
  background: #fff;
  border-radius: 20px;
}
.type h4 {
  display: block;
  border-radius: 20px 20px 0 0;
}
.type p {
  margin-bottom: 0;
  padding: 0 20px 30px;
}
/*-----------------------------------------------------
	サービスリンク
------------------------------------------------------*/
.page_service_link .flex {
  gap: 25px;
  margin-bottom: 100px;
}
.page_service_link_child {
  width: calc((100% - 75px) / 4);
  background: #275dc1;
  background: linear-gradient(
    135deg,
    rgba(39, 93, 193, 1) 0%,
    rgba(50, 115, 235, 1) 40%
  );
  border-radius: 50px;
}
.page_service_link_child a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.page_service_link_child a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url("../img/common/contact_icon.svg") no-repeat center center;
  background-size: cover;
}
.page_service_link_child a:hover {
  opacity: 0.65;
  color: #fff;
}
@media (max-width: 1180px) {
  .page_service_link_child {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 750px) {
  .page_service_link_child a {
    font-size: 16px;
  }
  .page_service_link_child {
    min-height: 57px;
  }
}
@media (max-width: 600px) {
  .page_service_link_child {
    width: 100%;
  }
}
/*-----------------------------------------------------
	お問い合わせ
------------------------------------------------------*/
.contact_area h2 {
  margin-bottom: 20px;
}
.contact_area .cl50 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.contact_area .cl50 > * {
  width: 48%;
  box-sizing: border-box;
}
.contact_tel {
  text-align: center;
}
.contact_tel a {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  font-size: 40px;
  font-weight: 700;
  color: var(--main-color);
}
.contact_tel a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../img/common/tel_icon.png") no-repeat center center;
  background-size: cover;
}
.contact_open {
  margin-bottom: 0 !important;
  text-align: center;
}
.line_link {
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.line_link a {
  display: block;
}
.c_table_01 {
  margin-bottom: 50px;
  padding: 50px 50px 30px;
  background: #fff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
table.c_f {
  width: 100%;
}
span.hissu {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px 3px;
  background: #ff0000;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
table.c_f tr th {
  width: 30%;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
  text-align: left;
}
table.c_f tr:first-child th,
table.c_f tr:first-child td {
  border-top: none;
}
table.c_f tr td {
  width: 70%;
  padding: 15px;
  border-top: 1px solid #d9d9d9;
}
table.c_f input[type="text"],
table.c_f input[type="date"],
table.c_f input[type="email"] {
  width: 50%;
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  transition: all 0.3s;
  font-family: var(--font-sans);
  font-size: 16px;
  outline: none;
  appearance: none;
}
table.c_f textarea {
  width: 100%;
  min-height: 250px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all 0.3s;
  font-family: var(--font-sans);
  font-size: 16px;
  outline: none;
  appearance: none;
}
table.c_f input[type="text"]:focus,
table.c_f input[type="date"]:focus,
table.c_f input[type="email"]:focus,
table.c_f select:focus,
table.c_f textarea:focus {
  box-shadow: 0 0 7px rgba(71, 190, 251, 1);
  border: 1px solid rgba(71, 190, 251, 1);
}
.mfp_element_file {
  font-size: 16px !important;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: none !important;
  border-radius: 3px;
  box-shadow: none !important;
  background: none !important;
}
form#mailformpro label {
  display: block !important;
}
div.check_policy {
	width: fit-content;
  margin: 0 auto 30px;
	font-size: 18px;
  text-align: left;
}
input.submit {
  max-width: 100%;
  width: 250px;
  outline: none;
  appearance: none;
  border: none;
  background: var(--main-color);
  border-radius: 3em;
  padding: 12px 30px 16px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
input.submit:hover {
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100%
  );
  opacity: 1;
}
@media (max-width: 1000px) {
  .c_table_01 {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 750px) {
  .c_table_01 {
    max-width: 100%;
    overflow: hidden; /* box-shadowが気になるなら有効 */
  }
  table.c_f {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  table.c_f th,
  table.c_f td {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  table.c_f input,
  table.c_f select,
  table.c_f textarea {
    max-width: 100%;
    box-sizing: border-box;
  }
  .mfp_element_file {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 13px !important;
  }
  table.c_f tr th {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #d9d9d9;
    text-align: left;
  }
  table.c_f tr:first-child td {
    border-top: 1px solid #d9d9d9;
  }
  table.c_f tr td {
    display: block;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #d9d9d9;
  }
  table.c_f input[type="text"],
  table.c_f input[type="date"],
  table.c_f input[type="email"],
  table.c_f select {
    width: 100%;
  }
  div.check_policy {
		width: 100%;
    font-size: 13px;
    text-align: left;
  }
	div.check_policy label {
		white-space: normal !important;
  }
  .contact_area .cl50 {
    flex-wrap: wrap;
    margin-top: 6%;
  }
  .contact_area .cl50 > * {
    width: 100%;
    margin-bottom: 12%;
    box-sizing: border-box;
  }
  .contact_tel a {
    font-size: 30px;
    padding-left: 30px;
  }
  .contact_tel a::after {
    width: 25px;
    height: 25px;
  }
  .contact_area h2 {
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
}
/*-----------------------------------------------------
	投稿
------------------------------------------------------*/
.single_title {
  margin-bottom: 50px;
}
.single_title .date {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.single_title h1.title {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
.single_body {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.single_body .single_thumb {
  width: 40%;
}
.single_body .main {
  width: 55%;
}
.news_nav {
  display: flex;
  justify-content: center;
  gap: 200px;
  margin: 80px 0 60px;
}
.news_nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
.news_nav a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  opacity: 1;
  color: #fff;
}
.news_nav__prev a {
  padding-left: 40px;
}
.news_nav__prev a::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
}
.news_nav__next a {
  padding-right: 40px;
}
.news_nav__next a::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 1100px) {
  .single_body {
    flex-direction: row;
  }
  .single_body .single_thumb {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .single_body .main {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .single_body .single_thumb {
    width: 100%;
  }
  .news_nav {
    justify-content: space-between;
    gap: 0;
  }
  .news_nav a {
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	#news
------------------------------------------------------*/
.illust {
  position: relative;
}
.illust::after {
  content: "";
  display: block;
  position: absolute;
  top: -160px;
  right: 0;
  width: 200px;
  height: 248px;
  background: url("../img/common/character_01.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .illust::after {
    width: 140px;
    height: 188px;
  }
}
@media screen and (max-width: 750px) {
  .illust::after {
    top: -160px;
    width: 110px;
    height: 147px;
  }
}
.news_terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.news_terms__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.news_terms__link:hover {
  opacity: 1;
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.news_terms__link.is-active {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  pointer-events: none;
}

.news_archive_list li {
  margin-bottom: 50px;
}
.news_archive_list .news_item {
  justify-content: space-between;
}
.news_item_l {
  width: 30%;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.news_item_r {
  width: 65%;
}
.news_item_r .date {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
span.term a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
span.term a {
  background: #275dc1;
}
span.term.category_news a {
  background: #74c159;
}
span.term.category_column a {
  background: #efca68;
}
span.term.category_03 a {
  background: #a4aae4;
}

.news_item_r h3.title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.news_item_r p.excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.case_archive_list {
  gap: 25px;
}
.case_archive_list li {
  width: calc((100% - 50px) / 3);
}
.case_archive_list {
  gap: 40px 25px;
}
.case_archive_list li .thumb {
  margin-bottom: 10px;
}
.case_archive_list li .thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
}
.case_archive_list li .case_cate {
  justify-content: space-between;
  margin-bottom: 10px;
}
.case_archive_list li .case_cate .date {
  width: 90px;
}
.case_archive_list li .case_cate div {
  display: flex;
  justify-content: flex-end;
  width: 60%;
}
@media screen and (max-width: 1180px) {
  .case_archive_list li {
    width: calc((100% - 50px) / 3);
  }
  .case_archive_list li .thumb img {
    height: 19.492vw;
  }
}
@media screen and (max-width: 900px) {
  .case_archive_list li {
    width: calc((100% - 25px) / 2);
  }
  .case_archive_list li .thumb img {
    height: 28.667vw;
  }
}
@media screen and (max-width: 750px) {
  .news_terms {
    margin-bottom: 30px;
  }
  .news_item_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .thumb img {
    height: 61.733vw;
  }
  .news_item_r {
    width: 100%;
  }
  .news_item_r h3.title {
    margin-top: 20px;
    font-size: 16px;
  }
  .news_item_r p.excerpt {
    font-size: 15px;
  }
  .case_archive_list li {
    width: 100%;
  }
  .case_archive_list li .thumb img {
    height: 61.733vw;
  }
}

/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
}
a.page-numbers,
.pagination .current {
  display: block;
  margin: 0 3px;
  padding: 7px 9px;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: var(--main-color);
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current,
a.page-numbers:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  opacity: 1;
}
a.page-numbers.next,
a.page-numbers.prev {
  position: relative;
  width: 27.78px;
  height: 30px;
  margin: 0 10px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img,
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover,
a.page-numbers.prev:hover {
  background: var(--main-color);
  opacity: 1;
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  position: relative;
  padding-top: 10px;
  background: #f2fbff;
}
.footer_contact {
  padding: 67px 0 73px;
  background-image: url("../img/common/footer_contact_bg.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-color: #fff;
  text-align: center;
}
.footer_contact h2 {
  margin-bottom: 40px;
}
.contact_list {
  gap: 20px;
  position: relative;
  z-index: 0;
}
.contact_list::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -163px;
  left: 0;
  width: 174px;
  height: 232px;
  background: url("../img/common/footer_character.svg") no-repeat center center;
  background-size: cover;
}
.contact_list_child {
  width: calc((100% - 40px) / 3);
  padding: 5px 5px 35px 5px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.contact_list_child h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 96px;
  padding: 30px 10px;
  background: #275dc1;
  background: linear-gradient(
    135deg,
    rgba(39, 93, 193, 1) 0%,
    rgba(50, 115, 235, 1) 40%
  );
  border-radius: 30px 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
}
.contact_list_child p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.87;
}
.contact_list_child .contact_tel {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 40px;
  font-weight: 700;
  color: var(--main-color);
}
.contact_list_child .contact_tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/tel_icon.png") no-repeat center center;
  background-size: cover;
}
.contact_list_child .contact_form {
  display: inline-block;
  position: relative;
  width: 309px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 32px 71px 32px 28px;
  background: #47befb;
  background: linear-gradient(
    90deg,
    rgba(71, 190, 251, 1) 0%,
    rgba(35, 170, 240, 1) 100%
  );
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px rgba(144, 220, 255, 1);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.contact_list_child .contact_form:hover {
  opacity: 0.65;
  color: #fff;
}
.contact_list_child .contact_form::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: url("../img/common/contact_icon.svg") no-repeat center center;
  background-size: cover;
}
.contact_list_child .contact_line {
  display: block;
  margin-top: 15px;
}
.contact_list_child .contact_line .tuika {
  display: block;
  width: 170px;
  margin: 5px auto 0;
}
.footer_bottom {
  padding: 10px 0;
  background: #f2fbff;
}
.footer_bottom_l {
  width: 524px;
  padding: 64px 47px 64px 100px;
}
.footer_bottom_l h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 900;
  color: var(--main-color);
}
.footer_bottom_l address {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}
.footer_bottom_tel {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 32px;
  font-size: 28px;
  font-weight: 700;
  color: var(--main-color);
}
.footer_bottom_tel::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/tel_icon_03.svg") no-repeat center center;
  background-size: cover;
}
.footer_bottom_l p {
  font-size: 14px;
  font-weight: 400;
}
.footer_bottom_r {
  width: calc(100% - 524px);
  padding: 70px 0 70px 96px;
  background: #fff;
}
.footer_bottom_r_inner {
  gap: 45px;
  max-width: 1200px;
}
.footer_bottom_r ul {
  width: calc((100% - 90px) / 3);
}
.footer_bottom_r ul li {
  margin-bottom: 30px;
  list-style-type: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.footer_bottom_r ul li a {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_bottom_r ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 8px;
  background: url("../img/common/footer_li_icon.svg") no-repeat center center;
  background-size: cover;
}
.footer_bottom_r ul li:last-child {
  margin-bottom: 0;
}
footer small {
  display: block;
  padding: 15px 10px;
  background: #00369c;
  background: linear-gradient(
    45deg,
    rgba(0, 54, 156, 1) 0%,
    rgba(16, 73, 182, 1) 100%
  );
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.pagetop {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
.pagetop:hover {
  bottom: 20px;
}
.pagetop a:hover,
.pagetop img:hover {
  opacity: 1;
}
.footer_br {
  display: none;
}

@media screen and (max-width: 1550px) {
  .footer_bottom_l {
    width: 361px;
    padding: 64px 47px 64px 40px;
  }
  .footer_bottom_r {
    width: calc(100% - 361px);
    padding: 70px 47px 70px 40px;
  }
  .footer_bottom_r_inner {
    gap: 20px;
  }
  .footer_bottom_r ul {
    width: calc((100% - 40px) / 3);
  }
  .footer_br {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .contact_list::before {
    top: -124px;
    width: 150px;
    height: 200px;
  }
}
@media screen and (max-width: 1180px) {
  .contact_list_child h3 {
    gap: 0.847vw;
    padding: 2.542vw 0.847vw;
    font-size: 1.695vw;
  }
  .contact_list_child .contact_tel {
    margin-top: 2.542vw;
    margin-bottom: 0.847vw;
    padding-left: 2.712vw;
    font-size: 3.39vw;
  }
  .contact_list_child .contact_tel::after {
    width: 2.203vw;
    height: 2.203vw;
  }
  .contact_list_child .contact_form {
    width: 26.186vw;
    margin-top: 1.695vw;
    margin-bottom: 1.695vw;
    padding: 2.712vw 6.017vw 2.712vw 2.373vw;
    border-radius: 4.237vw;
    font-size: 1.695vw;
  }
  .contact_list_child .contact_form::after {
    right: 1.441vw;
    width: 3.729vw;
    height: 3.729vw;
  }
  .contact_list_child .contact_line {
    margin-top: 2.797vw;
  }
}
@media screen and (max-width: 1100px) {
  .footer_bottom_r_inner {
    gap: 30px 20px;
  }
  .footer_bottom_r ul {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .contact_list {
    gap: 20px;
    position: relative;
  }
  .contact_list_child {
    width: 100%;
  }
  .contact_list_child h3 {
    gap: 10px;
    min-height: 70px;
    padding: 15px 10px;
    border-radius: 30px 30px 0 0;
    font-size: 20px;
  }
  .contact_list_child p {
    font-size: 16px;
  }
  .contact_list_child .contact_tel {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 32px;
    font-size: 40px;
  }
  .contact_list_child .contact_tel::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url("../img/common/tel_icon.svg") no-repeat center center;
    background-size: cover;
  }
  .contact_list_child .contact_form {
    width: 309px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 32px 71px 32px 28px;
    border-radius: 50px;
    font-size: 20px;
  }
  .contact_list_child .contact_form::after {
    right: 17px;
    width: 44px;
    height: 44px;
  }
  .contact_list_child .contact_line {
    margin-top: 30px;
  }
  .footer_bottom_l {
    width: 100%;
    padding: 30px 40px 40px;
  }
  .footer_bottom_r {
    width: 100%;
    padding: 40px;
  }
  .pagetop {
    bottom: 40px;
    right: 10px;
  }
  .pagetop:hover {
    bottom: 30px;
  }
  .footer_br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .footer_contact {
    padding: 40px 0 60px;
  }
  .footer_contact h2 {
    margin-bottom: 20px;
  }
  .contact_list::before {
    top: -102px;
    width: 110px;
    height: 147px;
  }
  .footer_bottom_l {
    padding: 30px 20px 40px;
  }
  .footer_bottom_r {
    padding: 40px 20px;
  }
  .pagetop:hover {
    bottom: 40px;
  }
}
@media screen and (max-width: 515px) {
  .footer_bottom_r_inner {
    gap: 30px 0;
  }
  .footer_bottom_r ul {
    width: 100%;
  }
  .footer_bottom_r ul:last-of-type li:last-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .contact_list::before {
    top: -89px;
    width: 90px;
    height: 120px;
  }
}
/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.tb {
  display: none !important;
}
.sp {
  display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
  }
  /*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
  body {
    word-wrap: break-word;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  /*-----------------------------------------------------
		others
	------------------------------------------------------*/
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.f18 {
  font-size: 1.8rem !important;
}
.bold {
  font-weight: bold !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.exterior-painting_cont .table_wrap,
.roof-painting .table_wrap {
  margin-bottom: 0;
}
.exterior-painting_cont h4,
.roof-painting h4 {
  padding: 20px 40px 20px;
}
.reason_child h3 {
  font-size: 22px;
}
.privacy_area p {
  margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
  .f18 {
    font-size: 1.7rem !important;
  }
  .exterior-painting_cont h4,
  .roof-painting h4 {
    padding: 20px 25px 20px;
  }
}
