@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(5, 41, 46, 0.9);
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
}

p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2em;
}

@media screen and (max-width: 1079px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
/* ==========================
アニメーション
===========================*/
/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ==========================
section共通クラス
===========================*/
section {
  padding: 160px 0;
}

.container {
  max-width: 1080px;
  margin: auto;
}

.primary {
  color: #53a5c0;
  font-weight: 700;
}

.secondary {
  color: #f57e66;
  font-weight: 700;
}

.white {
  color: #ffffff;
}

.en {
  font-family: "Zen Maru Gothic", sans-serif;
}

.section-title-primary,
.section-title-tertiary {
  font-size: 32px;
  text-align: center;
  margin-bottom: 96px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section-title-primary::after,
.section-title-tertiary::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  margin: 0 auto;
  margin-top: 24px;
}

.section-title-primary::after {
  background-color: #53a5c0;
}

.section-title-tertiary {
  color: #ffffff;
}
.section-title-tertiary::after {
  background-color: #fcee72;
}

.section-title-second {
  font-size: 32px;
  margin-bottom: 48px;
  font-weight: 700;
  text-align: start;
}
.section-title-second::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background-color: #53a5c0;
  margin-top: 32px;
}

.btn-box-blue,
.btn-box-white {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 48px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 48px 48px 12px;
  width: 360px;
  height: 72px;
  transition: 0.5s;
}
.btn-box-blue .btn,
.btn-box-white .btn {
  font-size: 16px;
  font-weight: 700;
}
.btn-box-blue:hover,
.btn-box-white:hover {
  opacity: 0.7;
  padding: 8px 24px 8px 48px;
}

.btn-box-blue {
  border: 4px solid #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #53a5c0;
}
.btn-box-blue .btn {
  color: #ffffff;
}

.btn-box-white {
  border: 4px solid #53a5c0;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.btn-box-white .btn {
  color: #53a5c0;
}

@media screen and (max-width: 1079px) {
  section {
    padding: 96px 0;
  }
  .container {
    margin: 0 32px;
  }
  .btn-box-blue,
.btn-box-white {
    width: 280px;
    height: 56px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .btn-box-blue .btn,
.btn-box-white .btn {
    font-size: 14px;
    font-weight: 700;
  }
  .btn-box-blue {
    border: 3px solid #ffffff;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .btn-box-white {
    border: 3px solid #53a5c0;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .section-title-primary,
.section-title-tertiary {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .section-title-primary::after,
.section-title-tertiary::after {
    width: 48px;
    margin-top: 16px;
  }
  .section-title-second {
    font-size: 20px;
    margin-bottom: 48px;
  }
  .section-title-second::after {
    width: 48px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  section {
    padding: 48px 0;
  }
  .container {
    margin: 0 16px;
  }
}
/* ==========================
ヘッダー
===========================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 32px 96px;
  background-color: #53a5c0;
  position: fixed;
  z-index: 3;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
header .logo {
  width: 320px;
}
header .nav-pc ul {
  display: flex;
  align-items: center;
}
header .nav-pc ul a {
  font-size: 14px;
  line-height: 2em;
  color: #fff;
}
header .nav-pc ul .bl {
  margin-right: 16px;
}
header .nav-pc ul .bl:hover {
  color: #fcee72;
}
header .nav-pc ul .btn-box-white {
  margin-left: 16px;
  padding: 8px 24px;
  width: 160px;
  height: 56px;
  padding: 0 auto;
}
header .nav-pc ul .btn-box-white .btn {
  font-size: 14px;
}

.nav-sp {
  display: none;
}

@media screen and (max-width: 1079px) {
  #header {
    padding: 32px 24px;
    height: 80px;
  }
  #header .logo {
    width: 240px;
  }
  #header .nav-pc {
    display: none;
  }
  #header .nav-sp {
    display: block;
    height: 50px;
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  #header .nav-sp #g-nav.panelactive {
    top: 0;
  }
  #header .nav-sp #g-nav {
    /*ナビ設定*/
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #53a5c0;
    transition: all 0.6s;
  }
  #header .nav-sp #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*リストのレイアウト設定*/
  }
  #header .nav-sp #g-nav ul li {
    list-style: none;
    text-align: center;
  }
  #header .nav-sp #g-nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
  }
  #header .nav-sp #g-nav ul li a:hover {
    color: #fcee72;
  }
  #header .nav-sp .openbtn {
    position: fixed;
    z-index: 9999; /*ボタンを最前面に*/
    align-items: center;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #header .nav-sp .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #header .nav-sp .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .nav-sp .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  #header .nav-sp .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  #header .nav-sp .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .nav-sp .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .nav-sp .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* ==========================
キャンペーン　ポップアップ
===========================*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1;
}
.overlay .btn_area {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 480px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.overlay .btn_area img {
  width: 480px;
}
.overlay .btn_area button {
  margin: 0 auto;
  background: #53a5c0;
  width: 160px;
  height: 48px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 48px 48px 12px;
}
.overlay .btn_area button:hover {
  background: #85c7d0;
}

@media screen and (max-width: 640px) {
  .overlay .btn_area {
    width: 320px;
  }
  .overlay .btn_area img {
    width: 320px;
  }
}
/* ==========================
トップ
===========================*/
.top {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 280px 96px 160px 96px;
}
.top .top-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top .top-l .top-l-main-text {
  font-size: 4.8vw;
  line-height: 1.5em;
  font-weight: 700;
}
.top .top-l .top-l-sub-text {
  font-size: 1.2vw;
}
.top .top-l .top-l-point-wrapper .top-l-point-item {
  display: flex;
}
.top .top-l .top-l-point-wrapper img {
  margin-right: 8px;
}
.top .top-r {
  width: 50%;
}
.top .top-r img {
  width: 100%;
}

@media screen and (max-width: 1079px) {
  .top {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 176px 32px 96px 32px;
    gap: 24px;
  }
  .top .top-l {
    gap: 16px;
    width: 100%;
    text-align: center;
  }
  .top .top-l .top-l-sub-text {
    font-size: 14px;
  }
  .top .top-l .top-l-point-wrapper {
    margin: 0 auto;
    display: flex;
    gap: 24px;
  }
  .top .top-l .btn-box-blue {
    margin: 0 auto;
  }
  .top .top-r {
    width: 70%;
  }
  .pc,
.pc2 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .top {
    padding: 128px 16px 48px 16px;
  }
  .top .top-l {
    text-align: left;
  }
  .top .top-l .top-l-main-text {
    font-size: 8vw;
  }
  .top .top-l .top-l-point-wrapper {
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
  }
  .top .top-l .top-l-point-wrapper .top-l-point-item {
    display: flex;
  }
  .top .top-l .btn-box-blue {
    margin-left: 0;
  }
  .top .top-r {
    width: 90%;
  }
  .top .top-r img {
    width: 100%;
  }
  .pc {
    display: block;
  }
}
/* ==========================
イントロ
===========================*/
.intro {
  background-color: #f4f4f4;
}
.intro .intro-01 .intro-01-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.intro .intro-01 .intro-01-wrapper .intro-01-group {
  display: flex;
  justify-content: space-between;
}
.intro .intro-01 .intro-01-wrapper .intro-01-group .intro-01-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 16px;
  gap: 8px;
  width: calc(50% - 24px);
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
}
.intro .intro-01 .intro-01-wrapper .intro-01-group .intro-01-item img {
  width: 24px;
}
.intro .intro-01 .intro-01-wrapper .intro-01-group .intro-01-item p {
  font-weight: 700;
  line-height: 24px;
}
.intro .intro-02 {
  margin-top: 160px;
}
.intro .intro-02 .intro-02-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.intro .intro-02 .intro-02-wrapper .intro-02-group {
  display: flex;
  justify-content: space-between;
}
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary,
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary {
  width: calc(50% - 24px);
  padding: 32px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 12px 12px 0px;
  background: #ffffff;
}
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary .main-text,
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary .main-text {
  font-size: 20px;
  margin-bottom: 8px;
}
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary {
  border-left: 8px solid #53a5c0;
}
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary {
  border-left: 8px solid #f57e66;
}

@media screen and (max-width: 1079px) {
  .intro .intro-02 .intro-02-wrapper {
    gap: 24px;
  }
  .intro .intro-02 .intro-02-wrapper .intro-02-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary,
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary .main-text,
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary .main-text {
    font-size: 16px;
  }
  .intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-primary p,
.intro .intro-02 .intro-02-wrapper .intro-02-group .intro-02-item-secondary p {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .intro .intro-01 .intro-01-wrapper .intro-01-group {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .intro .intro-01 .intro-01-wrapper .intro-01-group .intro-01-item {
    width: 100%;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
/* ==========================
ポイント
===========================*/
.point {
  background-color: #53a5c0;
}
.point .section-title-point {
  font-size: 48px;
  text-align: center;
  margin-bottom: 136px;
  color: #ffffff;
  font-weight: 700;
}
.point .section-title-point img {
  width: 560px;
}
.point .point-item-01 {
  position: relative;
  margin-bottom: 88px;
}
.point .point-item-01 .point-item-01-num {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f57e66;
}
.point .point-item-01 .point-item-01-num p {
  font-size: 48px;
}
.point .point-item-01 .point-item-01-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 48px 96px;
  gap: 48px;
  background-color: #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.point .point-item-01 .point-item-01-box .point-item-01-box-text {
  width: calc(50% - 24px);
}
.point .point-item-01 .point-item-01-box .point-item-01-box-text .point-item-01-box-text-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.point .point-item-01 .point-item-01-box .point-item-01-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 24px);
  height: 280px;
  border-radius: 12px;
  background-color: #fdf39a;
}
.point .point-item-01 .point-item-01-box .point-item-01-box-img img {
  width: 280px;
}
.point .point-item-02-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.point .point-item-02-wrapper .point-item-02 {
  width: calc(33.3333333333% - 32px);
  position: relative;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-num {
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #f57e66;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-num p {
  font-size: 32px;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 450px;
  gap: 24px;
  padding: 48px 32px;
  background-color: #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text .point-item-02-box-text-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text .point-item-02-box-text-sub {
  font-size: 14px;
}
.point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  border-radius: 12px;
  background-color: #fdf39a;
}
.point .point-new {
  margin-top: 96px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 48px 96px;
  background-color: #4a90a6;
  width: 100%;
  gap: 48px;
  border-radius: 12px;
}
.point .point-new .point-new-text .point-new-text-main {
  font-size: 24px;
  color: #fcee72;
  font-weight: 700;
}
.point .point-new .point-new-text .point-new-text-sub {
  color: #ffffff;
}

@media screen and (max-width: 1079px) {
  .point .section-title-point {
    font-size: 32px;
    margin-bottom: 96px;
  }
  .point .section-title-point img {
    width: 400px;
  }
  .point .point-item-01 .point-item-01-box {
    padding: 32px 32px;
    gap: 48px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-text .point-item-01-box-text-main {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-img {
    height: 240px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-img img {
    width: 216px;
  }
  .point .point-item-02-wrapper {
    flex-direction: column;
    gap: 96px;
  }
  .point .point-item-02-wrapper .point-item-02 {
    width: 100%;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box {
    flex-direction: row-reverse;
    justify-content: space-between;
    height: auto;
    padding: 32px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text {
    width: calc(50% - 24px);
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-img {
    width: calc(50% - 24px);
    height: 200px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-img img {
    width: 160px;
  }
  .point .point-new {
    padding: 32px 32px;
    width: 100%;
    gap: 48px;
  }
  .point .point-new .point-new-text .point-new-text-main {
    font-size: 20px;
  }
  .point .point-new img {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .point .section-title-point {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .point .section-title-point img {
    width: 240px;
  }
  .point .point-item-01 {
    margin-bottom: 48px;
  }
  .point .point-item-01 .point-item-01-num {
    top: -32px;
    width: 64px;
    height: 64px;
  }
  .point .point-item-01 .point-item-01-num p {
    font-size: 32px;
  }
  .point .point-item-01 .point-item-01-box {
    flex-direction: column-reverse;
    padding: 32px 32px;
    gap: 0px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-text {
    width: 100%;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-text .point-item-01-box-text-main {
    font-size: 20px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-text .point-item-01-box-text-sub {
    font-size: 12px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-img {
    width: 100%;
    height: 160px;
    margin-bottom: 24px;
  }
  .point .point-item-01 .point-item-01-box .point-item-01-box-img img {
    width: 160px;
  }
  .point .point-item-02-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .point .point-item-02-wrapper .point-item-02 {
    width: 100%;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-num {
    top: -24px;
    width: 48px;
    height: 48px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-num p {
    font-size: 24px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box {
    flex-direction: column;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text {
    width: 100%;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text .point-item-02-box-text-main {
    font-size: 16px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-text .point-item-02-box-text-sub {
    font-size: 12px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-img {
    width: 100%;
    height: 120px;
  }
  .point .point-item-02-wrapper .point-item-02 .point-item-02-box .point-item-02-box-img img {
    width: 120px;
  }
  .point .point-new {
    flex-direction: column;
    gap: 0px;
    margin-top: 48px;
  }
  .point .point-new .point-new-text .point-new-text-main {
    font-size: 16px;
  }
  .point .point-new .point-new-text .point-new-text-sub {
    font-size: 12px;
  }
}
/* ==========================
デモサイト
===========================*/
.demo .demo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.demo .demo-wrapper .demo-group {
  display: flex;
  justify-content: space-between;
}
.demo .demo-wrapper .demo-group .demo-img {
  width: 50%;
}
.demo .demo-wrapper .demo-group .demo-img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .demo .demo-wrapper {
    gap: 0px;
  }
  .demo .demo-wrapper .demo-group {
    flex-direction: column;
    align-items: center;
  }
  .demo .demo-wrapper .demo-group .demo-img {
    width: 80%;
  }
  .demo .demo-wrapper .demo-group .demo-img img {
    width: 100%;
  }
}
/* ==========================
サービス内容
===========================*/
.service {
  background-color: #53a5c0;
}
.service .service-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 160px;
}
.service .service-wrapper .service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px;
  background-color: #ffffff;
  width: 320px;
  height: 364px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.service .service-wrapper .service-item .service-item-img {
  width: 120px;
  height: 120px;
  background-color: #fdf39a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.service .service-wrapper .service-item .service-item-text .service-item-text-main {
  font-weight: 700;
  color: #53a5c0;
  text-align: center;
  margin-bottom: 8px;
}
.service .service-wrapper .service-item .service-item-text .service-item-text-sub {
  font-size: 14px;
}
.service .service-option .service-option-title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 48px;
}
.service .service-option .service-option-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}
.service .service-option .service-option-wrapper .service-option-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 8px;
  width: 228px;
  height: 80px;
  background: #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.service .service-option .service-option-wrapper .service-option-item .service-option-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .service-option .service-option-wrapper .service-option-item p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}
.service .service-option .service-option-note {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 1079px) {
  .service .service-wrapper {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 96px;
  }
  .service .service-wrapper .service-item {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 24px;
    width: 100%;
    height: auto;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .service .service-wrapper .service-item .service-item-img {
    width: 64px;
    height: 64px;
    margin-bottom: 0px;
  }
  .service .service-wrapper .service-item .service-item-img img {
    width: 40px;
  }
  .service .service-wrapper .service-item .service-item-text {
    width: calc(100% - 96px);
  }
  .service .service-wrapper .service-item .service-item-text .service-item-text-main {
    text-align: left;
    margin-bottom: 0px;
    font-size: 16px;
  }
  .service .service-option .service-option-wrapper .service-option-item {
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .service .service-option .service-option-wrapper .service-option-item .service-option-item-img {
    width: 40px;
  }
  .service .service-option .service-option-wrapper .service-option-item .service-option-item-img img {
    width: 40px;
  }
  .service .service-option-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .service .service-wrapper .service-item .service-item-text .service-item-text-main {
    font-size: 16px;
  }
  .service .service-wrapper .service-item .service-item-text .service-item-text-sub {
    font-size: 12px;
  }
  .service .service-option .service-option-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .service .service-option .service-option-wrapper {
    gap: 16px;
    margin-bottom: 24px;
  }
  .service .service-option .service-option-wrapper .service-option-item {
    padding: 16px;
    gap: 8px;
    width: 100%;
    height: 64px;
  }
}
/* ==========================
お問い合せ案内
===========================*/
.contact-invitation {
  background-color: #f57e66;
  padding: 96px 0;
}
.contact-invitation .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.contact-invitation p {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 1079px) {
  .contact-invitation {
    padding: 48px 0px;
  }
  .contact-invitation .container {
    gap: 24px;
  }
  .contact-invitation .container p {
    font-size: 16px;
  }
}
/* ==========================
ページ構成
===========================*/
.page .page-img-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page .page-img-pc img {
  width: 100%;
}
.page .page-img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .page .page-img-pc {
    display: none;
  }
  .page .page-img-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page .page-img-sp img {
    width: 80%;
  }
}
/* ==========================
ご利用の流れ
===========================*/
.flow {
  background-color: #f4f4f4;
}
.flow .flow-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.flow .flow-wrapper .flow-item {
  display: flex;
  background-color: #ffffff;
  width: 100%;
  padding: 24px 48px;
  gap: 16px;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.flow .flow-wrapper .flow-item .flow-item-num {
  width: 96px;
}
.flow .flow-wrapper .flow-item .flow-item-num p {
  font-size: 20px;
}
.flow .flow-wrapper .flow-item .flow-item-text .flow-item-text-main {
  font-size: 20px;
  font-weight: 700;
}
.flow .flow-wrapper img {
  width: 48px;
}

@media screen and (max-width: 1079px) {
  .flow .flow-wrapper {
    gap: 16px;
  }
  .flow .flow-wrapper .flow-item {
    padding: 16px 24px;
    gap: 16px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .flow .flow-wrapper .flow-item .flow-item-num {
    width: 56px;
  }
  .flow .flow-wrapper .flow-item .flow-item-num p {
    font-size: 16px;
  }
  .flow .flow-wrapper .flow-item .flow-item-text .flow-item-text-main {
    font-size: 16px;
  }
  .flow .flow-wrapper img {
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .flow .flow-wrapper .flow-item-text .flow-item-text-sub {
    font-size: 12px;
  }
}
/* ==========================
よくある質問
===========================*/
.question {
  background-color: #53a5c0;
}
.question .question-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 96px;
  gap: 32px;
  background-color: #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.question .question-wrapper .question-border {
  width: 100%;
  border: 1px solid rgba(5, 41, 46, 0.9);
}
.question .question-wrapper .question-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.question .question-wrapper .question-item .question-item-q {
  margin-left: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.question .question-wrapper .question-item .question-item-q .question-item-q-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  margin-right: 8px;
  font-weight: 700;
  line-height: 28px;
}
.question .question-wrapper .question-item .question-item-a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
}
.question .question-wrapper .question-item .question-item-a .question-item-a-text {
  width: calc(100% - 64px);
  font-weight: 700;
}
.question .question-wrapper .question-item .question-item-a .question-item-a-text-primary,
.question .question-wrapper .question-item .question-item-a .question-item-a-text-secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}
.question .question-wrapper .question-item .question-item-a .question-item-a-text-primary {
  background-color: #53a5c0;
}
.question .question-wrapper .question-item .question-item-a .question-item-a-text-secondary {
  background-color: #f57e66;
}
.question .question-wrapper .question-item p {
  font-weight: 700;
}

@media screen and (max-width: 1079px) {
  .question .question-wrapper {
    padding: 48px 48px;
    gap: 24px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .question .question-wrapper .question-border {
    width: 100%;
    border: 0.5px solid rgba(5, 41, 46, 0.9);
  }
  .question .question-wrapper .question-item {
    gap: 8px;
  }
  .question .question-wrapper .question-item .question-item-a {
    gap: 8px;
    border-radius: 12px;
  }
  .question .question-wrapper .question-item .question-item-a .question-item-a-text {
    width: calc(100% - 56px);
  }
  .question .question-wrapper .question-item .question-item-a .question-item-a-text-primary,
.question .question-wrapper .question-item .question-item-a .question-item-a-text-secondary {
    width: 40px;
    height: 40px;
    border-radius: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .question .question-wrapper {
    padding: 48px 24px;
  }
  .question .question-wrapper .question-item .question-item-a {
    align-items: flex-start;
  }
}
/* ==========================
お問い合わせ
===========================*/
.contact {
  background-color: #f4f4f4;
}
.contact .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 48px;
}
.contact .contact-form-wrapper .contact-form-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-form-wrapper .contact-form-item .required,
.contact .contact-form-wrapper .contact-form-item .optional {
  color: #ffffff;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  margin-right: 24px;
}
.contact .contact-form-wrapper .contact-form-item .required {
  background-color: #e74242;
}
.contact .contact-form-wrapper .contact-form-item .optional {
  background-color: gray;
}
.contact .contact-form-wrapper .contact-form-item label {
  display: block;
  width: 360px;
  font-weight: 700;
}
.contact .contact-form-wrapper .contact-form-item input,
.contact .contact-form-wrapper .contact-form-item textarea {
  width: calc(100% - 400px);
  background: #ffffff;
  border-radius: 4px;
  border: none;
  height: 56px;
  padding: 0 16px;
}
.contact .contact-form-wrapper .contact-form-item input::-moz-placeholder, .contact .contact-form-wrapper .contact-form-item textarea::-moz-placeholder {
  color: #b4bfc0;
}
.contact .contact-form-wrapper .contact-form-item input:-ms-input-placeholder, .contact .contact-form-wrapper .contact-form-item textarea:-ms-input-placeholder {
  color: #b4bfc0;
}
.contact .contact-form-wrapper .contact-form-item input::placeholder,
.contact .contact-form-wrapper .contact-form-item textarea::placeholder {
  color: #b4bfc0;
}
.contact .contact-form-wrapper .contact-form-item textarea {
  height: 320px;
}
.contact .contact-policy {
  text-align: center;
}
.contact .contact-policy .contact-policy-site-policy {
  margin-bottom: 16px;
}
.contact .contact-policy .contact-policy-site-policy a {
  border-bottom: 1px solid;
}
.contact .submit_btnarea {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .form_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  width: 360px;
  height: 72px;
  padding: 8px 48px;
  transition: 0.5s;
  background-color: #53a5c0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 12px 48px 48px 12px;
  border: none;
  color: #ffffff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1);
  border: 4px solid #ffffff;
}
.contact .form_btn:hover {
  opacity: 0.7;
  padding: 8px 24px 8px 48px;
}
.contact button[type=submit][disabled] {
  background-color: #b4bfc0;
  color: #ffffff;
  cursor: default;
  padding: 8px 48px;
}
.contact button[type=submit][disabled]:hover {
  opacity: 1;
}

@media screen and (max-width: 1079px) {
  .contact .contact-form-wrapper {
    flex-direction: column;
    gap: 48px;
    margin-bottom: 48px;
  }
  .contact .contact-form-wrapper .contact-form-item {
    flex-direction: column;
  }
  .contact .contact-form-wrapper .contact-form-item .required,
.contact .contact-form-wrapper .contact-form-item .optional {
    font-size: 12px;
    margin-right: 16px;
  }
  .contact .contact-form-wrapper .contact-form-item label {
    width: 100%;
    margin-bottom: 16px;
  }
  .contact .contact-form-wrapper .contact-form-item input,
.contact .contact-form-wrapper .contact-form-item textarea {
    width: 100%;
  }
  .contact .form_btn {
    width: 280px;
    height: 56px;
    font-size: 14px;
    border: 3px solid #ffffff;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
}
/* ==========================
フッター
===========================*/
footer {
  background-color: #53a5c0;
  width: 100%;
  display: flex;
  padding: 48px 0;
}
footer img {
  width: 140px;
}/*# sourceMappingURL=style.css.map */