@charset "UTF-8";
/******************************************
[reset]
******************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

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

[hidden],
template {
  display: none;
}

small {
  font-size: 80%;
}

ul, ol {
  list-style: none;
}

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

input,
button,
textarea,
select {
  outline: 0;
  border: 0px;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
button,
textarea,
select,
optgroup {
  font: inherit;
}

[disabled] {
  cursor: default;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

optgroup {
  font-weight: bold;
}

select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

textarea {
  overflow: auto;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

button {
  background: none;
  overflow: visible;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../img/fonts/icomoon.eot");
  src: url("../img/fonts/icomoon.eot") format("embedded-opentype"), url("../img/fonts/icomoon.woff") format("woff"), url("../img/fonts/icomoon.ttf") format("truetype"), url("../img/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-btn-arrow02:before {
  content: "\e918";
}

.icon-btn-arrow:before {
  content: "\e900";
}

.icon-number01:before {
  content: "\e901";
}

.icon-number02:before {
  content: "\e902";
}

.icon-number03:before {
  content: "\e903";
}

.icon-number04:before {
  content: "\e904";
}

.icon-number05:before {
  content: "\e905";
}

.icon-number06:before {
  content: "\e910";
}

.icon-number07:before {
  content: "\e911";
}

.icon-number08:before {
  content: "\e912";
}

.icon-number09:before {
  content: "\e913";
}

.icon-check:before {
  content: "\e906";
}

.icon-notice:before {
  content: "\e915";
}

.icon-warning:before {
  content: "\e916";
}

.icon-line:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e907";
}

.icon-arrow-down:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e90a";
}

.icon-arrow-up:before {
  content: "\e90b";
}

.icon-circle:before {
  content: "\e90c";
}

.icon-square:before {
  content: "\e90d";
}

.icon-dot:before {
  content: "\e90e";
}

.icon-point:before {
  content: "\e917";
}

/******************************************
[color]
******************************************/
/******************************************
[font]
******************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

/******************************************
[mixin]
******************************************/
/******************************************
[base]
******************************************/
/* 全項共通のパーツを想定 */
body {
  position: relative;
  color: #333333;
  background: #ffffff;
  font-family: "Poppins", "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Yu Gothic", "Helvetica", "Arial", sans-serif;
  overflow-x: hidden;
}
body a {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
th,
td,
div,
a,
span,
input {
  font-size: 101%;
  font-weight: normal;
  font-style: normal;
}

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

main {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner-base {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

.inner-bottom {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.btn-style, .form-btn input, .btn02 a, .btn01 a {
  line-height: 1;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
}

.btn01 {
  border-radius: 5px;
}
.btn01 a {
  width: 450px;
  color: #ffffff;
  background-color: #005bac;
  display: block;
  margin: 0 auto;
  padding: 20px 5px 18px;
  font-size: 2.2rem;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #004079;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}
.btn01 i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
}
.btn01 a:hover {
  background-color: #005bac;
  transform: scale(1.05);
}
.btn01 a:hover:hover, .btn01 a:hover:active, .btn01 a:hover:focus {
  background-color: #0068c6;
}
.btn01 a:hover i {
  transform: translate3d(5px, -5px, 0);
}

.btn02 a {
  padding: 15px 5px;
  color: #ffffff;
  background-color: #005bac;
  width: 240px;
  border-radius: 5px;
  position: relative;
}
.btn02 i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.3s;
}
.btn02 a:hover {
  background-color: #005bac;
}
.btn02 a:hover:hover, .btn02 a:hover:active, .btn02 a:hover:focus {
  background-color: #0068c6;
}
.btn02 a:hover i {
  transform: translate3d(5px, -5px, 0);
}

.half {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.half li {
  width: 48%;
}

.half-right {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.half-right li {
  width: 48%;
}
.half-right li:first-child {
  order: 2;
}
.half-right li:last-child {
  order: 1;
}

.pic-left {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pic-left li:first-child {
  width: 31%;
  margin: 0 3% 0 0;
}
.pic-left li:last-child {
  width: 66%;
}

.pic-right {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pic-right li:first-child {
  width: 31%;
  margin: 0 0 0 3%;
  order: 2;
}
.pic-right li:last-child {
  width: 66%;
  order: 1;
}

.triple {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.triple li {
  width: 31%;
}

.txt-st {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mg01 {
  margin: 0 0 20px;
}

.mg02 {
  margin: 0 0 40px;
}

.mg03 {
  margin: 0 0 60px;
}

.mg04 {
  margin: 0 0 80px;
}

.mg05 {
  margin: 0 0 100px;
}

#pageTop a {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
}

#sb-site {
  width: 100%;
  height: 100%;
}

.fb {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 105px !important;
  }
  .inner {
    width: 90%;
  }
  .inner-base {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
  }
  .inner-bottom {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .btn01 a {
    width: 50%;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .inner {
    width: 90%;
  }
  .inner-base {
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
  }
  .inner-bottom {
    width: 90%;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .btn01 a {
    width: 100%;
    font-size: 1.8rem;
  }
  .half li {
    display: block;
    width: 100%;
  }
  .half li:first-child {
    margin: 0 0 20px;
  }
  .half-right li {
    display: block;
    width: 100%;
  }
  .half-right li:first-child {
    order: 1;
    margin: 0 0 20px;
  }
  .half-right li:last-child {
    order: 2;
  }
  .pic-left li:first-child {
    width: 100%;
    margin: 0 0 20px;
  }
  .pic-left li:last-child {
    width: 100%;
  }
  .pic-right {
    width: 100%;
  }
  .pic-right li:first-child {
    width: 100%;
    margin: 0 0 20px;
    order: 1;
  }
  .pic-right li:last-child {
    width: 100%;
    order: 2;
  }
  .triple {
    display: block;
  }
  .triple li {
    width: 100%;
    margin: 0 0 15px;
  }
  .mg01 {
    margin: 0 0 15px;
  }
  .mg02 {
    margin: 0 0 30px;
  }
  .mg03 {
    margin: 0 0 40px;
  }
  .mg04 {
    margin: 0 0 60px;
  }
  .mg05 {
    margin: 0 0 80px;
  }
  #pageTop a {
    bottom: 120px;
  }
  .fb {
    display: block;
  }
}
/******************************************
[title]
******************************************/
.ttl01 {
  font-size: 3.8rem;
  text-align: center;
  font-weight: 600;
  margin: 0 0 40px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.ttl01 span {
  font-size: 2.5rem;
  padding: 12px 30px 10px;
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 50px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-weight: 600;
  position: relative;
}
.ttl01 span::after {
  content: "";
  display: block;
  border-left: 1px solid #333333;
  height: 15px;
  bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ttl02 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.ttl02::after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 2px solid #54b5e5;
  margin: 10px auto 0;
}

.ttl03 {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 20px;
}
.ttl03::before {
  content: "-";
  color: #54b5e5;
  margin: 0 8px 0 0;
  font-weight: normal;
}

.ttl04 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 3rem;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
  }
  .ttl01 span {
    font-size: 1.6rem;
  }
  .ttl02 {
    font-size: 2.5rem;
    margin: 0 0 30px;
    letter-spacing: normal;
  }
  .ttl02::after {
    width: 50px;
  }
  .ttl03 {
    font-size: 2rem;
    margin: 0 0 15px;
  }
  .ttl04 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
/******************************************
[header]
******************************************/
.header-logo {
  width: 442px;
}

.main-bg {
  background-size: 100% auto;
  width: 100%;
  height: 50vw;
  max-height: calc(100vh - 180px);
}

.header-mail {
  width: 140px;
}
.header-mail a {
  display: block;
  background-color: #e40606;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #606060;
  text-align: center;
  font-size: 1.3rem;
  transition: 0.5s;
}
.header-mail a i {
  margin: 0 5px 0 0;
}
.header-mail a:hover {
  background-color: #e40606;
}
.header-mail a:hover:hover, .header-mail a:hover:active, .header-mail a:hover:focus {
  background-color: #f90b0b;
}

header .contact-btn {
  background-color: #c6efff;
  padding: 0 0 70px;
}

.contact-btn ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.contact-btn li {
  width: 46%;
  position: relative;
}
.contact-btn li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #005bac;
  color: #ffffff;
  padding: 15px 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 0 0 #004079;
  transition: 0.5s;
}
.contact-btn i {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: 0.1s;
}
.contact-btn li a:hover {
  background-color: #005bac;
  transform: scale(1.05);
}
.contact-btn li a:hover:hover, .contact-btn li a:hover:active, .contact-btn li a:hover:focus {
  background-color: #0068c6;
}
.contact-btn li a:hover i {
  transform: translate3d(5px, -5px, 0);
}

@media screen and (max-width: 768px) {
  header {
    padding: 60px 0 0;
  }
  header .contact-btn {
    padding: 0 0 50px;
  }
  .contact-btn ul {
    width: 100%;
  }
  .contact-btn li a {
    font-size: 2rem;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  header .contact-btn {
    padding: 0 5% 30px;
  }
}
/******************************************
[index.html]
******************************************/
/* ブロック名＝ページ名、
ブロック内のコメント＝sectionやarticleを想定 */
.cont {
  border: 5px solid #e40606;
  width: -moz-fit-content;
  width: fit-content;
}

.read-txt {
  font-size: 2.2rem;
  text-align: center;
}

.base-txt01 {
  text-align: center;
}

#cont01 {
  background: linear-gradient(90deg, #eef8ff 0%, #edfffe 100%);
  padding: 100px 0 70px;
}
#cont01 .half,
#cont01 .half-right {
  align-items: center;
}

.cont01-bg {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 0 50px 0 rgba(184, 233, 252, 0.4);
  position: relative;
  z-index: 10;
  width: 1000px;
  margin: 0 auto 60px;
}

.cont01-num, .cont01-num04, .cont01-num03, .cont01-num02, .cont01-num01 {
  position: relative;
}
.cont01-num::before, .cont01-num04::before, .cont01-num03::before, .cont01-num02::before, .cont01-num01::before {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 50%;
  font-size: 25vh;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 600;
  color: rgba(184, 233, 252, 0.3);
  border-bottom: 3px solid rgba(184, 233, 252, 0.5);
}

.cont01-num01::before {
  content: "01";
  left: 0;
}

.cont01-num02::before {
  content: "02";
  right: 0;
  text-align: right;
}

.cont01-num03::before {
  content: "03";
  left: 0;
}

.cont01-num04::before {
  content: "04";
  right: 0;
  text-align: right;
}

.cont01-ttl {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
}
.cont01-ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

.cont01-txt {
  text-align: center;
  margin: 0 0 30px;
}

.cont01-btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}
.cont01-btn a {
  display: block;
  width: 140px;
  background-color: #005bac;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 5px;
  border-radius: 30px;
  transition: 0.3s;
}
.cont01-btn a:not(:last-child) {
  margin: 0 10px 0 0;
}
.cont01-btn a:hover {
  background-color: #005bac;
  box-shadow: 0 0 10px rgba(96, 96, 96, 0.3);
}
.cont01-btn a:hover:hover, .cont01-btn a:hover:active, .cont01-btn a:hover:focus {
  background-color: #0068c6;
}

.cont01-ball {
  width: 110px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 11;
}

#cont02 {
  background: url(../img/pat01.webp);
}

.cont02-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cont02-li li {
  width: 280px;
}
.cont02-li li a {
  display: block;
  border-radius: 280px;
  height: 280px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 15px 0 #87dafa;
}
.cont02-li li a img {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}
.cont02-li li a div {
  font-weight: bold;
}
.cont02-li li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  border-radius: 280px;
  background-color: rgba(84, 181, 229, 0.95);
  z-index: 600;
  transition: transform 0.4s ease;
  transform: scale(0);
}
.cont02-li li a:hover::before {
  content: "詳しくはこちら";
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 280px;
  font-weight: 600;
  transform: scale(1);
  letter-spacing: 0.1em;
  font-size: 2rem;
}

.cont02-li-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cont03 {
  background-color: #eef8ff;
}

.cont03-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin: 0 0 50px;
  position: relative;
}
.cont03-li li {
  width: 31%;
  background-color: #54b5e5;
  padding: 15px 5px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.cont03-li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 20px solid #ffffff;
}

.cont03-pic {
  position: relative;
}
.cont03-pic::before {
  content: "";
  display: block;
  background: url(../img/cont03-01.webp) no-repeat;
  background-size: 100% auto;
  width: 180px;
  height: 100px;
  position: absolute;
  left: 70px;
  bottom: 0;
}
.cont03-pic::after {
  content: "";
  display: block;
  background: url(../img/cont03-02.webp) no-repeat;
  background-size: 100% auto;
  width: 180px;
  height: 100px;
  position: absolute;
  right: 50px;
  bottom: 0;
}

.cont03-btn-txt {
  text-align: center;
  font-size: 2.5rem;
  position: relative;
  margin: 0 auto 10px;
  width: 14em;
}
.cont03-btn-txt::before {
  content: "";
  content: "";
  display: block;
  background: url(../img/cont03-btn-left.webp) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 30px;
  position: absolute;
  left: -10px;
  bottom: 5px;
}
.cont03-btn-txt::after {
  content: "";
  display: block;
  background: url(../img/cont03-btn-right.webp) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -10px;
  bottom: 5px;
}

.cont03-btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cont03-btn li:first-child,
.cont03-btn li:last-child {
  width: 180px;
}
.cont03-btn li:nth-child(2) {
  width: 450px;
  margin: 0 50px;
}

#cont04 {
  padding: 100px 0 70px;
}

#info-cont {
  border-top: 1px solid #f7f7f7;
  background: url(../img/pat02.webp);
}
#info-cont .contact-btn {
  padding: 0;
}

.info-fixed {
  position: fixed;
  bottom: 0;
  z-index: 90000;
  background-color: #b8e9fc;
  width: 100%;
}
.info-fixed ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0 18px;
}
.info-fixed li:first-child {
  font-size: 2.2rem;
  font-weight: bold;
  color: #005bac;
  line-height: 1;
}
.info-fixed .icon-notice {
  font-size: 2.5rem;
  margin: 0 3px 0 0;
  vertical-align: bottom;
}
.info-fixed li:not(:first-child) {
  width: 300px;
  margin: 0 0 0 20px;
}
.info-fixed li:not(:first-child) a {
  display: block;
  background-color: #e40606;
  color: #ffffff;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  padding: 12px 10px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 0 0 #b20505;
  position: relative;
}
.info-fixed li:not(:first-child) a:hover {
  background-color: #e40606;
}
.info-fixed li:not(:first-child) a:hover:hover, .info-fixed li:not(:first-child) a:hover:active, .info-fixed li:not(:first-child) a:hover:focus {
  background-color: #f90b0b;
}
.info-fixed li:not(:first-child) i {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  font-size: 1rem;
}

@media screen and (max-width: 1100px) {
  .info-fixed {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  #cont01 {
    width: 100%;
    padding: 80px 0 30px;
    overflow: hidden;
  }
  .cont01-bg {
    padding: 30px 20px;
    width: 94%;
    margin: 0 auto 30px;
  }
  .cont01-num::before, .cont01-num01::before, .cont01-num02::before, .cont01-num03::before, .cont01-num04::before {
    border: none;
  }
  .cont01-num01::before,
  .cont01-num02::before,
  .cont01-num03::before,
  .cont01-num04::before {
    content: "";
  }
  .cont01-ttl {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  .cont01-ttl span {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 5px;
  }
  .cont01-ball {
    width: 80px;
  }
  .cont02-li {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .cont02-li li {
    width: 220px;
  }
  .cont02-li li a {
    border-radius: 220px;
    height: 220px;
  }
  .cont02-li li a::before {
    content: none;
  }
  .cont02-li li a:hover::before {
    content: none;
  }
  .cont03-pic {
    position: relative;
  }
  .cont03-pic::before {
    width: 150px;
    left: 20px;
  }
  .cont03-pic::after {
    width: 150px;
    right: 0;
  }
  .cont03-btn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .cont03-btn li:first-child,
  .cont03-btn li:last-child {
    width: 20%;
  }
  .cont03-btn li:nth-child(2) {
    width: 50%;
    margin: 0 5%;
  }
  .cont03-btn li:nth-child(2) .btn01 a {
    width: 100%;
  }
  .cont03-btn-txt {
    font-size: 1.8rem;
  }
  .cont03-btn-txt::before {
    width: 12px;
    height: 20px;
  }
  .cont03-btn-txt::after {
    width: 12px;
    height: 20px;
  }
  footer {
    padding: 30px 0;
  }
  .footer-nav dl {
    display: none;
  }
  .footer-nav dl:nth-last-child(-n+2) {
    display: inherit;
  }
  .footer-nav dl dd.bnr {
    margin: 10px;
  }
  .info-fixed {
    width: 100%;
  }
  .info-fixed ul {
    padding: 18px 0;
  }
  .info-fixed li:first-child {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 10px;
  }
  .info-fixed .icon-notice {
    font-size: 2.5rem;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
  .info-fixed li:not(:first-child) {
    width: 45%;
    margin: 0 10px;
  }
  .info-fixed li:not(:first-child) a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .contact-btn {
    display: block;
  }
  .contact-btn li {
    width: 100%;
  }
  .contact-btn li:first-child {
    margin: 0 0 20px;
  }
  #cont01 .half li:first-child {
    order: 2;
  }
  #cont01 .half li:last-child {
    order: 1;
    margin: 0 0 30px;
  }
  #cont01 .half-right li:first-child {
    order: 2;
  }
  #cont01 .half-right li:last-child {
    order: 1;
    margin: 0 0 30px;
  }
  .cont01-bg {
    padding: 40px 10px 20px;
    width: 90%;
  }
  .cont01-ball {
    left: -10px;
  }
  .cont01-ttl {
    font-size: 2.8rem;
  }
  .cont02-li {
    display: block;
  }
  .cont02-li li {
    width: 260px;
    margin: 0 auto 30px;
  }
  .cont02-li li a {
    border-radius: 260px;
    height: 260px;
  }
  .cont03-li {
    display: block;
    padding: 15px;
  }
  .cont03-li li {
    width: 100%;
  }
  .cont03-li li:not(:last-child) {
    margin: 0 0 10px;
  }
  .cont03-pic {
    position: relative;
  }
  .cont03-pic::before {
    width: 80px;
    vertical-align: top;
    top: -10px;
    left: 0;
  }
  .cont03-pic::after {
    width: 80px;
    top: -10px;
    right: -10px;
  }
  .cont03-btn-txt {
    font-size: 1.8rem;
    width: 9em;
    line-height: 1.3;
    margin: 0 auto 20px;
  }
  .cont03-btn-txt::before {
    width: 15px;
    height: 22px;
  }
  .cont03-btn-txt::after {
    width: 15px;
    height: 22px;
  }
  footer {
    padding: 30px 0;
  }
  .footer-logo {
    display: block;
  }
  .footer-logo li:first-child {
    width: 80%;
    margin: 0 auto 50px;
  }
  .footer-logo li:last-child {
    text-align: center;
  }
  .info-fixed {
    width: 100%;
  }
  .info-fixed li:first-child {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 10px;
  }
  .info-fixed .icon-notice {
    font-size: 2rem;
  }
  .info-fixed li:not(:first-child) {
    margin: 0 5px;
  }
  .info-fixed li:not(:first-child) a {
    font-size: 1.5rem;
    padding: 10px 0 8px;
  }
  .info-fixed li:not(:first-child) i {
    display: none;
  }
}
/******************************************
[works]
******************************************/
.works-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.works-li li {
  width: 22%;
  margin: 0 0 30px;
}
.works-li li a {
  display: block;
  box-shadow: 0 0 8px 0 rgba(162, 162, 162, 0.5);
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
.works-li li a img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-li li:not(:nth-child(4n)) {
  margin: 0 3% 30px 0;
}

.works-inner {
  padding: 10px;
}

.works-ttl {
  line-height: 1.5;
  margin: 0 0 30px;
}

.more-btn {
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.more-btn:hover {
  color: #54b5e5;
}
.more-btn i {
  font-size: 1rem;
  margin: 0 0 0 3px;
  vertical-align: middle;
}

.wp-pagenavi {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-pagenavi a {
  display: block;
  width: 8em;
  background-color: #005bac;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  margin: 0 10px;
}
.wp-pagenavi a:hover {
  background-color: #0068c6;
}

@media screen and (max-width: 768px) {
  .works-li li a img {
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .works-li {
    justify-content: flex-start;
  }
  .works-li li {
    width: 47%;
    margin: 0 0 25px;
  }
  .works-li li:not(:nth-child(4n)) {
    margin: 0 6% 25px 0;
  }
  .works-li li:nth-child(even) {
    margin: 0 0 25px;
  }
}
/******************************************
[works-detail]
******************************************/
.detail-ttl {
  font-size: 2.5rem;
  padding: 0 0 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #a2a2a2;
}

.detail-thumb {
  margin: 0 auto 50px;
  max-width: 70%;
}

.detail-cont {
  line-height: 2;
}

.detail-txt {
  margin: 0 0 50px;
}

.detail-point {
  background-color: #e40606;
  color: #ffffff;
  padding: 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 20px 0 10px;
  border-radius: 30px;
}
.detail-point::before {
  content: "\e917";
  font-family: "icomoon";
  margin: 0 5px 0 0;
}

.back-btn {
  border-top: 1px dotted #a2a2a2;
  padding: 30px 0 0;
  margin: 50px 0 0;
}
.back-btn a {
  display: block;
}
.back-btn a:hover {
  color: #005bac;
  text-decoration: underline;
}
.back-btn i {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.3rem;
}

#works-detail table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
  border-bottom: 1px solid #f7f7f7;
  margin: 30px 0;
}
#works-detail table tr:nth-child(odd) {
  background: #f7f7f7;
}
#works-detail table th {
  padding: 15px;
  font-weight: bold;
}
#works-detail table td {
  padding: 15px 10px;
}

@media screen and (max-width: 576px) {
  .detail-thumb {
    max-width: 100%;
  }
  .detail-ttl {
    font-size: 2rem;
  }
  .detail-point {
    font-size: 1.5rem;
  }
  #works-detail table {
    font-size: 1.3rem;
  }
  #works-detail table th {
    padding: 15px 10px;
  }
}
/******************************************
[under common]
******************************************/
#under {
  background-color: #b8e9fc;
}

#under-wrapper {
  position: relative;
}

#pagettl {
  background-color: #b8e9fc;
  color: #005bac;
  text-align: center;
  font-size: 3.5rem;
  padding: 50px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom-width: 0;
}

#pan {
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 90000;
}
#pan a:hover {
  color: #005bac;
}

.bold {
  font-weight: bold;
}

.gray-bg {
  background-color: #f7f7f7;
  padding: 40px 30px;
  position: relative;
}

.blue-bg {
  background-color: #eef8ff;
  padding: 40px 30px;
}

.shadow-bg {
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.4);
  padding: 50px 40px;
  border-radius: 10px;
}

.read-txt02 {
  text-align: center;
  line-height: 1.8;
}

#cont-info {
  background-color: #c6efff;
}

.cont-info-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}
.cont-info-li li {
  width: 30%;
  box-shadow: 0 0 50px 0 rgba(0, 91, 172, 0.2);
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  margin: 0 5% 0 0;
}
.cont-info-li li:last-child {
  margin: 0;
}
.cont-info-li a {
  display: block;
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 10px;
}
.cont-info-li div:first-of-type {
  width: 60%;
  margin: 0 auto 20px;
}

.cont-info-ttl {
  text-align: center;
  margin: 0 0 10px;
}
.cont-info-ttl span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  color: #005bac;
  margin: 0 0 5px;
}

.cont-info-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 3rem;
}

.check-li li {
  font-size: 1.8rem;
  text-indent: -1.2em;
  padding: 0 0 0 1.2em;
}
.check-li li:not(:last-child) {
  margin: 0 0 10px;
}
.check-li li::before {
  content: "\e906";
  font-family: "icomoon";
  color: #005bac;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .gray-ttl-bg {
    background-color: #f7f7f7;
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  #pagettl {
    font-size: 2.5rem;
    padding: 35px 0;
  }
  .blue-bg,
  .gray-bg {
    padding: 25px 15px 15px;
  }
  .shadow-bg {
    padding: 25px 15px;
  }
  .bg-ttl {
    font-size: 2rem;
  }
  .bg-ttl::before {
    font-size: 1.5rem;
  }
  .read-txt02 {
    text-align: left;
    line-height: 1.6;
  }
  .cont-info-li li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .cont-info-li li:last-child {
    margin: 0;
  }
  .cont-info-li li a {
    padding: 40px 20px;
  }
  .cont-info-li div:first-of-type {
    width: 50%;
  }
  .check-li li {
    font-size: 1.5rem;
  }
}
/******************************************
[under info]
******************************************/
#under-wrapper #info-cont .inner-base {
  padding: 70px 0;
}
#under-wrapper #info-cont h3 {
  font-size: 2.8rem;
}

@media screen and (max-width: 576px) {
  #under-wrapper #info-cont h3 {
    font-size: 2.5rem;
  }
}
/******************************************
[webcreate]
******************************************/
#web01 {
  background: url(../img/web01-bg.webp) bottom left no-repeat;
  background-size: 100% auto;
}

.web01-bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 40px 40px;
}

.web01-txt {
  line-height: 2;
}
.web01-txt span {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff9b6 50%);
}

@media screen and (max-width: 576px) {
  #web01 {
    background-size: 150% auto;
    padding: 0 0 100px;
  }
  #web01 .mg02 {
    margin: 0 0 20px;
  }
  .web01-bg {
    padding: 0 15px 15px;
  }
  .web01-txt {
    line-height: 1.8;
  }
}
/******************************************
[website]
******************************************/
.site-fb {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  height: auto;
}

.site-left-img {
  width: 50%;
  position: absolute;
  z-index: 2;
  box-shadow: 0 0 20px 0 rgba(0, 91, 172, 0.2);
  left: 0;
}

.site-right-img {
  width: 50%;
  position: absolute;
  z-index: 2;
  right: 0;
  box-shadow: 0 0 20px 0 rgba(0, 91, 172, 0.2);
}

.site-left-txt, .site-right-txt {
  padding: 60px 40px 60px 240px;
  background-color: #ffffff;
  width: 70%;
  margin: 40px 0 0 auto;
  z-index: 1;
  min-height: 320px;
}

.site-right-txt {
  padding: 60px 240px 60px 40px;
  margin: 40px auto 0 0;
}

.site01-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site01-li li {
  width: 30%;
  background-color: #54b5e5;
  padding: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.site01-li li .site01-li-txt {
  font-size: 14px;
  text-align: justify;
}
.site01-li li span {
  display: block;
  font-size: 1.3rem;
}
.site01-li li:first-child,
.site01-li li:nth-child(2) {
  position: relative;
}

#site02 {
  background-color: #eef8ff;
}
#site02 .btn02 a {
  margin: 20px 0 0;
}

.site02-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.site02-ttl span {
  display: block;
  background-color: #005bac;
  color: #ffffff;
  padding: 8px 10px;
  font-size: 1.5rem;
  width: 7em;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1;
  border-radius: 30px;
}

.site02-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.site02-li li {
  width: 100%;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px dotted #54b5e5;
}
.site02-li li p {
  font-weight: bold;
  color: #005bac;
  font-size: 1.8rem;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .site-fb {
    display: block;
  }
  .site-left-img {
    width: 100%;
    position: static;
    z-index: 2;
  }
  .site-right-img {
    width: 100%;
    position: static;
    z-index: 2;
    right: 0;
  }
  .site-left-txt, .site-right-txt {
    padding: 30px;
    width: 100%;
    min-height: auto;
    margin: 0;
  }
  .site02-ttl {
    font-size: 1.8rem;
  }
  .site02-ttl span {
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .site-left-txt, .site-right-txt {
    padding: 20px;
  }
  .site01-li {
    display: block;
  }
  .site01-li li {
    width: 100%;
  }
  .site01-li li:first-child {
    margin: 0 0 40px;
  }
  .site01-li li:first-child::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: calc(-7.5px - 50%);
  }
  .site01-li li:nth-child(2) {
    margin: 0 0 40px;
  }
  .site01-li li:nth-child(2)::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: calc(-0.5em - 50%);
  }
  #site02 .btn02 a {
    width: 90%;
    margin: 20px auto 0;
  }
}
/******************************************
[marketing]
******************************************/
#marketing01 .fb {
  align-items: center;
}

.marketing01-frame {
  margin: 0 0 60px;
}

.marketing01-txt {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 30px;
}
.marketing01-txt span {
  color: #005bac;
  font-weight: bold;
}

.marketing01-left {
  width: 300px;
}

.marketing01-right {
  width: 600px;
}

#marketing02 {
  background-color: #f7f7f7;
}
#marketing02 h4 span {
  font-weight: 500;
  font-size: 5rem;
}

#marketing06 {
  background-color: #f7f7f7;
}

#marketing05 h3 {
  font-size: 2rem;
  font-weight: bold;
  border-left: 5px solid #fecb79;
  margin: 0 0 15px;
  padding: 0 0 0 8px;
}
#marketing05 h3:before {
  display: none;
}
#marketing05 .seo-pic {
  width: 50%;
  margin: 30px auto 50px;
}
#marketing05 .mb-40 {
  margin-bottom: 40px;
}
#marketing05 .faq-dl {
  margin: 0 0 20px;
  background-color: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 576px) {
  #marketing05 .faq-dl {
    padding: 15px;
  }
}
#marketing05 .faq-dl dt {
  font-weight: bold;
  margin: 0 0 10px;
  color: #005daa;
}
#marketing05 .faq-dl dt span {
  display: inline-block;
  background-color: #005daa;
  color: #ffffff;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 30px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 0.8rem;
}
#marketing05 .faq-dl dd {
  line-height: 1.5;
  margin: 0;
}

.marketing02-dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 30px;
  align-items: center;
}
.marketing02-dl.bg {
  background-color: #f7f7f7;
}
.marketing02-dl dt {
  width: 20%;
}
.marketing02-dl dd {
  width: 75%;
}
.marketing02-dl dd i {
  font-size: 2.8rem;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}

.marketing02-subttl {
  font-size: 2rem;
  color: #54b5e5;
  font-weight: 500;
  margin: 0 0 15px;
}
.marketing02-subttl span {
  background-color: #54b5e5;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 30px;
  margin: 0 10px 0 0;
  font-size: 1.5rem;
}

.marketing-btn-txt {
  text-align: center;
  font-size: 2rem;
  position: relative;
  margin: 0 auto 10px;
  width: 23em;
}
.marketing-btn-txt::before {
  content: "";
  display: block;
  background: url(../img/cont03-btn-left.webp) no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 20px;
  position: absolute;
  left: -10px;
  bottom: 5px;
}
.marketing-btn-txt::after {
  content: "";
  display: block;
  background: url(../img/cont03-btn-right.webp) no-repeat;
  background-size: 100% auto;
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  bottom: 5px;
}

@media screen and (max-width: 768px) {
  #marketing01 .fb {
    display: block;
  }
  .marketing01-left {
    width: 50%;
    margin: 10px auto 30px;
  }
  .marketing01-right {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #marketing01 .check-li li {
    font-size: 1.6rem;
    text-indent: -1.3em;
    padding: 0 0 0 1.3em;
    line-height: 1.3;
  }
  .marketing01-txt {
    font-size: 2rem;
  }
  .marketing01-left {
    width: 100%;
    margin: 10px auto 30px;
  }
  .marketing01-frame {
    padding: 15px;
  }
  .marketing-btn-txt {
    font-size: 1.8rem;
    width: 15em;
    line-height: 1.3;
  }
  .marketing-btn-txt::before {
    width: 18px;
    height: 25px;
  }
  .marketing-btn-txt::after {
    width: 18px;
    height: 25px;
  }
  #marketing02 h4 span {
    font-size: 4rem;
    line-height: 1;
  }
  .marketing02-dl {
    display: block;
    padding: 15px;
  }
  .marketing02-dl dt {
    width: 70%;
    margin: 10px auto 15px;
  }
  .marketing02-dl dd {
    width: 100%;
  }
  .marketing02-dl dd i {
    display: block;
    text-align: center;
    font-size: 4rem;
    margin: 0 0 5px;
  }
  .marketing02-subttl {
    text-align: center;
  }
  .marketing02-subttl span {
    display: block;
    width: 7em;
    margin: 0 auto 10px;
    padding: 5px 3px;
  }
}
/******************************************
[system]
******************************************/
.system01-li li {
  padding: 40px 20px 20px;
  background-color: #eef8ff;
}
.system01-li li p {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 15px;
  color: #005bac;
}
.system01-li li i {
  display: block;
  font-size: 3rem;
  text-align: center;
}

#system02 {
  background-color: #f7f7f7;
}

.system02-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px;
  align-items: center;
  background-color: #ffffff;
}
.system02-li li:first-child {
  width: 20%;
}
.system02-li li:last-child {
  width: 75%;
}
.system02-li li:last-child h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 15px;
}

@media screen and (max-width: 576px) {
  .system01-li li {
    padding: 25px 15px 15px;
  }
  .system02-li {
    display: block;
  }
  .system02-li li:first-child {
    width: 50%;
    margin: 0 auto 15px;
  }
  .system02-li li:last-child {
    width: 100%;
  }
  .system02-li li:last-child h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
/******************************************
[update]
******************************************/
.update01-pic {
  width: 50%;
  margin: 0 auto 15px;
}

.update01-txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .update01-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .update01-pic {
    width: 100%;
  }
}
/******************************************
[flow]
******************************************/
.flow-dl {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  background-color: #ffffff;
}
.flow-dl dt {
  width: 28%;
}
.flow-dl dd {
  width: 68%;
}

.flow-subttl {
  font-size: 2rem;
  color: #54b5e5;
  font-weight: 500;
  margin: 0 0 15px;
}
.flow-subttl span {
  background-color: #54b5e5;
  color: #ffffff;
  padding: 5px 15px;
  border-radius: 30px;
  margin: 0 10px 0 0;
  font-size: 1.5rem;
}

.flow-arrow {
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .flow-dl {
    display: block;
    padding: 15px;
  }
  .flow-dl dt {
    width: 80%;
    margin: 10px auto 20px;
  }
  .flow-dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flow-subttl {
    text-align: center;
  }
  .flow-subttl span {
    display: block;
    width: 6em;
    margin: 0 auto 10px;
    padding: 3px;
  }
}
/******************************************
[ec]
******************************************/
#ec01 .triple li {
  width: 28%;
}
#ec01 h4 span {
  display: block;
  font-size: 2rem;
}
#ec01 h4 span::after {
  content: "";
  background: url(../img/h4-balloon.webp) no-repeat;
  background-size: 100% auto;
  display: block;
  width: 11em;
  height: 18px;
  margin: 5px auto 0;
}

.ec-logo {
  border: 1px solid #e2e2e2;
  margin: 0 0 30px;
  padding: 20px;
}

.ec01-txt {
  text-align: center;
  font-size: 1.8rem;
}

.ec01-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
}
.ec01-flex::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  border-left: 4px dotted #a2a2a2;
  z-index: 15;
}

.ec01-shopping {
  width: 20%;
  margin: 0 5% 0 0;
}

.ec01-merit {
  width: 65%;
  font-size: 1.8rem;
  line-height: 2.2;
}

.ec01-left {
  width: 30%;
}

.ec01-right {
  width: 65%;
}

.ec01-check {
  padding: 30px;
  background-color: #eef8ff;
}
.ec01-check li {
  font-size: 1.8rem;
  padding: 10px;
  margin: 0 0 5px;
  background-color: #ffffff;
}
.ec01-check li::before {
  content: "\e906";
  font-family: "icomoon";
  margin: 0 5px 0 0;
  color: #54b5e5;
}
.ec01-check li:last-child {
  margin: 0;
}

.ec01-check-pic {
  width: 50%;
  margin: 0 auto 30px;
}

.ec01-check-txt {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
.ec01-check-txt span {
  font-size: 3rem;
  color: #e40606;
  font-weight: bold;
}
.ec01-check-txt::before {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  margin: 0 auto 10px;
  border-left: 4px dotted #a2a2a2;
}

@media screen and (max-width: 768px) {
  .ec01-txt {
    text-align: left;
    font-size: 1.5rem;
  }
  .ec01-flex {
    display: block;
  }
  .ec01-shopping {
    width: 30%;
    margin: 0 auto 15px;
  }
  .ec01-merit {
    width: 100%;
  }
  .ec01-check-txt {
    font-size: 2.2rem;
  }
  .ec01-check-txt span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  #ec01 h4 span {
    font-size: 1.6rem;
  }
  #ec01 h4 span::after {
    content: "";
    background: url(../img/h4-balloon.webp) no-repeat;
    background-size: 100% auto;
    display: block;
    width: 11em;
    height: 18px;
    margin: 5px auto 0;
  }
  #ec01 .triple li {
    width: 80%;
    margin: 0 auto 20px;
  }
  #ec01 .triple li:last-child {
    margin: 0 auto;
  }
  .ec-logo {
    padding: 10px 0;
  }
  .ec01-flex {
    padding: 20px 15px 15px;
  }
  .ec01-shopping {
    width: 50%;
  }
  .ec01-merit {
    width: 100%;
  }
  .ec01-merit li {
    font-size: 1.5rem;
    line-height: 1.5;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 10px;
  }
  .ec01-left {
    width: 80%;
    margin: 0 auto 20px;
  }
  .ec01-right {
    width: 100%;
  }
  .ec01-check-pic {
    width: 100%;
  }
  .ec01-check-txt {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .ec01-check-txt span {
    font-size: 2.5rem;
    color: #e40606;
    font-weight: bold;
  }
}
/******************************************
[rescue]
******************************************/
.rescue01-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.rescue01-li li {
  width: 48%;
  background-color: #eef8ff;
  padding: 50px 30px;
  position: relative;
}
.rescue01-li li:nth-child(-n+2) {
  margin: 0 0 50px;
}

.rescue01-pic {
  width: 50%;
  margin: 0 auto 15px;
}

.rescue01-subttl {
  font-weight: bold;
  font-size: 2rem;
  margin: 0 0 15px;
  text-align: center;
}

.point {
  position: absolute;
  top: -15px;
  left: 10px;
  width: 70px;
}

@media screen and (max-width: 768px) {
  .rescue01-li li {
    padding: 50px 20px 30px;
  }
}
@media screen and (max-width: 576px) {
  .rescue01-li {
    display: block;
  }
  .rescue01-li li {
    width: 100% !important;
    padding: 50px 20px 30px !important;
  }
  .rescue01-li li:nth-child(-n+3) {
    margin: 0 0 50px !important;
  }
  .rescue01-pic {
    width: 60%;
  }
}
/******************************************
[company]
******************************************/
.company-li li:not(:last-child) {
  margin: 0 0 15px;
}
.company-li p {
  font-weight: bold;
}
.company-li p::before {
  content: "-";
  font-weight: normal;
  margin: 0 3px 0 0;
  color: #005bac;
}
.company-li i {
  color: #a2a2a2;
}

/******************************************
[estimate]
******************************************/
#estimate02 {
  background-color: #eef8ff;
}

.policy-dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.policy-dl dd {
  margin: 0 0 30px;
}

@media screen and (max-width: 576px) {
  .policy-dl dt {
    font-size: 1.6rem;
  }
}
/******************************************
[estimate consult]
******************************************/
.contact-info {
  background-color: #eef8ff;
  padding: 20px;
  text-align: center;
  width: 30em;
  margin: 0 auto 40px;
}

.contact-info-txt {
  font-size: 2rem;
  margin: 0 0 5px;
}

.contact-info-tel {
  font-size: 2.5rem;
  font-weight: 600;
  color: #005bac;
  border-bottom: 1px dotted #54b5e5;
  margin: 0 0 10px;
}
.contact-info-tel span {
  font-weight: 600;
  font-size: 3.5rem;
}
.contact-info-tel a {
  color: #005bac;
}

input,
button,
textarea,
select {
  color: #333333;
  box-sizing: border-box;
}

#form textarea {
  width: 100%;
  min-height: 180px;
}

#form input[type=text],
#form input[type=email],
#form input[type=url],
#form input[type=tel],
textarea,
select {
  padding: 10px;
  border: 1px solid #a2a2a2;
  width: 100%;
  margin: 0 3px 0 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #898989;
}

input::placeholder,
textarea::placeholder {
  color: #898989;
}

#form input[type=radio],
#form input[type=checkbox] {
  margin: 0 3px 0 0;
}

.num {
  width: 3em !important;
}

.short {
  width: 5em !important;
}

.form-li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form-li li {
  margin: 0 20px 0 0;
}

.form-li input,
.checkbox input {
  -moz-appearance: checkbox !important;
       appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}

.req {
  font-size: 1rem;
  color: #ffffff;
  background-color: #e40606;
  padding: 0 5px;
  margin: 0 0 0 5px;
  border-radius: 2px;
  line-height: 1;
}

.privacy-txt {
  text-align: center;
  margin: 0 0 30px;
}
.privacy-txt a {
  color: #005bac;
  text-decoration: underline;
}

.form-btn {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}
.form-btn input {
  width: 450px;
  color: #ffffff;
  background-color: #005bac;
  display: block;
  margin: 0 10px;
  padding: 20px 5px 18px;
  font-size: 2.2rem;
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #004079;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}
.form-btn input:hover {
  background-color: #005bac;
}
.form-btn input:hover:hover, .form-btn input:hover:active, .form-btn input:hover:focus {
  background-color: #0068c6;
}

.contact-error {
  margin: 5px 0;
  color: #e40606;
}

@media screen and (max-width: 768px) {
  .submit {
    width: 50%;
    font-size: 1.8rem;
  }
  .form-btn input {
    width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .contact-info {
    padding: 20px 15px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .contact-info-txt {
    font-size: 1.8rem;
  }
  .contact-info-tel {
    font-size: 2.2rem;
  }
  .contact-info-tel span {
    font-size: 3rem;
  }
  .form-li {
    display: block;
  }
  .form-li li {
    margin: 0;
  }
  .form-btn input[type=button] {
    margin: 0 0 15px;
  }
  .form-btn input {
    width: 100%;
    font-size: 1.8rem;
  }
}
/******************************************
[thanks]
******************************************/
.thanks-txt {
  font-size: 2rem;
  text-align: center;
}

.thanks-txt02 {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .thanks-txt02 {
    text-align: left;
  }
}
/******************************************
[table]
******************************************/
.table01 {
  border: 0;
  width: 100%;
  margin: 0 0 5px;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.table01 th {
  text-align: left;
  padding: 10px;
  background-color: #a2a2a2;
  border: 1px solid #a2a2a2;
  border-right: 1px solid #ffffff;
  text-align: center;
  line-height: 1.2;
}
.table01 td {
  padding: 10px;
  border: 1px solid #a2a2a2;
}

.table02 {
  width: 100%;
}
.table02 tr {
  border-bottom: 5px solid #ffffff;
}
.table02 th {
  padding: 20px 10px 20px 20px;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: left;
}
.table02 td {
  padding: 20px 10px;
  background-color: #f7f7f7;
}

.table03 {
  width: 100%;
}
.table03 tr {
  border-bottom: 5px solid #ffffff;
}
.table03 th {
  padding: 20px 0 20px 15px;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: left;
  width: 12em;
}
.table03 td {
  padding: 20px 15px;
  background-color: #f7f7f7;
}
.table03 span {
  font-size: 1rem;
}

.table04 {
  width: 100%;
  border-top: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
}
.table04 th {
  padding: 20px 10px;
  border-bottom: 1px solid #a2a2a2;
  font-weight: bold;
  text-align: left;
}
.table04 td {
  padding: 20px 10px;
  border-bottom: 1px solid #a2a2a2;
}

.tbl-note {
  margin: 5px 0 0;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 576px) {
  .table01 th {
    padding: 10px 5px;
  }
  .table01 td {
    padding: 10px 5px;
  }
  .table02 th {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .table02 td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
  }
  .table03 th {
    display: block;
    width: 100%;
    padding: 15px 15px 0;
  }
  .table03 td {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
  }
  .table04 th {
    padding: 10px 5px;
  }
  .table04 td {
    padding: 10px 5px;
  }
}
/******************************************
[改行切り替え]
******************************************/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 576px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/******************************************
20220407追加
******************************************/
.campaign-note li {
  list-style-position: inside;
  list-style-type: disc;
  font-size: 1.5rem;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.faq {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.faq li {
  margin-bottom: 30px;
  flex: 0 0 100%;
  max-width: 100%;
}
.faq li .faqBtn {
  display: block;
  width: 100%;
  text-align: left;
  background: #f1ede4;
}
.faq li .align-items-center {
  display: flex !important;
  align-items: center !important;
}
.faq li .align-items-center span:first-child {
  font-size: 2rem;
  padding: 26px;
}
.faq li .align-items-center span:nth-child(1) {
  color: #005daa;
}
.faq li .align-items-center span:nth-child(2) {
  line-height: 1.47059em;
  padding: 1rem 0;
}
.faq li .align-items-center span:last-child {
  padding-right: 26px;
}
.faq li .align-items-center span.ml-auto, .faq li .align-items-center span.mx-auto {
  margin-left: auto !important;
}
.faq li .collapse:not(.show) {
  display: none;
}
.faq li .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.faq li .faqBtn--abody {
  border: none !important;
}
.faq li .card-body {
  padding: 30px;
}

.swiper-container {
  height: 100%;
}

.swiper-slide {
  display: flex;
}
.swiper-slide .swiper-slide-box {
  width: 680px;
  flex-shrink: 0;
  margin: auto;
  padding: 0 40px;
  text-align: center;
  z-index: 1;
}
.swiper-slide .swiper-slide-box p {
  color: #333333;
  text-align: center;
}
.swiper-slide .swiper-slide-box a {
  background-color: #ec7414;
  width: 225px;
  margin: 0 auto;
  padding: 15px 5px 13px;
  font-size: 1.8rem;
  margin: 20px auto 0;
  border-radius: 100px;
  box-shadow: none;
}
.swiper-slide .swiper-slide-bg {
  width: 100%;
  flex-shrink: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide .swiper-slide-bg.slide1 {
  background-image: url(../img/slider1.webp);
}
.swiper-slide .swiper-slide-bg.slide2 {
  background-image: url(../img/slider2.webp);
}
.swiper-slide .swiper-slide-bg.slide3 {
  background-image: url(../img/slider3.webp);
}

.slider-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 30px;
  color: #005bac !important;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}
.slider-ttl span {
  font-size: 4.5rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.slider-ttl span:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 6px;
  display: block;
  width: 100%;
  height: 15px;
  background-color: #ffd700;
  z-index: -2;
}

.slider-txt {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}

.slider-manzoku {
  margin: 0 auto 20px;
  text-align: center;
  text-shadow: #ffffff 2px 0px, #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px, #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px, #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px, #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px;
}
.slider-manzoku p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  width: 160px;
  height: 152px;
  background: url(../img/slider-manzoku.webp) no-repeat;
  background-size: contain;
  padding: 26px 0;
  margin: auto;
}
.slider-manzoku p big {
  font-size: 6rem;
  display: block;
  margin-top: 3px;
  color: #e40606;
}
.slider-manzoku p big small {
  font-size: 3rem;
}
.slider-manzoku span {
  font-size: 1rem;
  text-align: center;
}

.rescue01-li.strength li {
  width: 31.333%;
  margin: 0 3% 0 0;
  padding: 30px 20px;
}
.rescue01-li.strength li:last-child {
  margin-right: 0;
}
.rescue01-li.strength li .rescue01-pic {
  width: 90%;
}

.priceTable li {
  width: 100%;
  margin-top: 40px;
}
.priceTable .price {
  background: #ffffff;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 5px;
}
.priceTable .price th, .priceTable .price td {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 15px 20px;
}
.priceTable .price tr:first-child th:nth-child(n+2) {
  text-align: center;
}
.priceTable .price th {
  width: 300px;
  background: #eef8ff;
}
.priceTable .price td {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
}
.priceTable .price td small {
  font-weight: normal;
}

.inner-base.notice {
  padding: 50px 0;
}

.gmoGroupFooter {
  padding-bottom: 100px;
}

@media print, screen and (min-width: 737px) {
  .form-recap {
    text-align: center;
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-bg {
    height: 130vw;
  }
  .swiper-slide {
    display: flex;
  }
  .swiper-slide .swiper-slide-box {
    width: 100%;
    padding: 20px 15px;
    position: absolute;
  }
  .slider-ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .slider-ttl span {
    font-size: 2.5rem;
  }
  .slider-ttl span:after {
    bottom: 0;
  }
  .slider-txt {
    font-size: 1.8rem;
  }
  .slider-manzoku p {
    font-size: 1.5rem;
    width: 110px;
    height: 105px;
    padding: 20px 0;
  }
  .slider-manzoku p big {
    font-size: 4rem;
    color: #e40606;
  }
  .slider-manzoku p big small {
    font-size: 2.5rem;
  }
  .slider-manzoku span {
    font-size: 1rem;
    text-align: center;
  }
}/*# sourceMappingURL=bpd-style.css.map */