@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

/* General
------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  overflow: auto;
}

body {
  font-family:
    "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  background-color: #fff;
}

h1 {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
}

/* Layout
------------------------------------------------------------ */
.container-fluid {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 769px) {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

div.wrap {
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (max-width: 769px) and (min-width: 481px) {
  div.wrap {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  div.wrap {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.no-gutters {
  margin: 0;
  padding: 0;
}

.no-gutters　 > .col,
.no-gutters　 > [class*="col-"] {
  margin: 0;
  padding: 0;
}

/* utility 
------------------------------------------------------------ */
.lh-2 {
  line-height: 2em;
}
.line-blue {
  background: linear-gradient(transparent 84%, #78cadb 80%);
  padding-bottom: 5px;
}
.center {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
br.sp {
  display: none;
}
br.pc {
  display: block;
}
@media (max-width: 769px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}

/* Header
------------------------------------------------------------ */
.site-header {
  background: #fff;
  padding: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  margin: 0 auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.site-header img {
  max-width: 100%;
}

/* Fadein
------------------------------------------------------------ */

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

@media (max-width: 769px) {
  .fadein {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s;
  }
}

/* Section
------------------------------------------------------------ */
.section img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 0;
}

.section.section-default {
  background-color: #fff;
}

.section.house {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.section.step {
  position: relative;
  background-color: #fff;
  text-align: center;
}

.section.sokujitsu {
  position: relative;

  background-color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.section.mailform {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 30px 0 0 0;
}

@media (max-width: 769px) {
  .section.sokujitsu {
    position: relative;

    background-color: #fff;
    text-align: center;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
}

/* Separete
------------------------------------------------------------ */

/* Big Triangle */

svg#bigTriangleColor1 {
  pointer-events: none;
  background-color: #acdef6;
}

#bigTriangleColor1 path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
}

svg#bigTriangleColor2 {
  pointer-events: none;
  background-color: #fff;
}

#bigTriangleColor2 path {
  fill: #b1dff7;
  stroke: #b1dff7;
  stroke-width: 2;
}

svg#bigTriangleColor3 {
  pointer-events: none;
  background-color: #b1dff7;
}

#bigTriangleColor3 path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
}

/* Slide
------------------------------------------------------------ */

.hero {
  margin: 0 auto;
  width: 100%;
}

.hero img {
  height: auto;
  width: 100%;
}

/* Onayami
------------------------------------------------------------ */
.onayami-text {
  background-color: #00157d;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 60px;
}
.onayami-text::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -70px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 130px solid transparent;
  border-left: 130px solid transparent;
  border-top: 70px solid #00157d;
  border-bottom: 0;
  z-index: 5;
}
.section.onayami {
  background-color: #78cadb;
  text-align: center;
  overflow: hidden;
}

div.onayami-title {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .onayami-text {
    background-color: #00157d;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 30px 60px;
  }
  .onayami-text::after {
    bottom: -40px;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 40px solid #00157d;
  }

  .onayami-text img {
    width: 100%;
    padding: 20px 0 20px;
    max-width: 500px;
  }
  .onayami-title img {
    width: 100%;
    padding: 50px 0 20px;
  }
}
@media (max-width: 480px) {
  .onayami-text {
    padding: 10px 50px;
  }
  .onayami-text::after {
    bottom: -30px;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    border-top: 30px solid #00157d;
  }
  .onayami-title img {
    width: 100%;
    padding: 40px 0 20px;
  }
}

/* Kaisyu
------------------------------------------------------------ */
.section.kaisyu {
  background-color: #fffdcc;
  position: relative;
  padding-top: 30px;

  box-shadow: 0px 4px 8.9px rgba(0, 0, 0, 0.1);
  margin-bottom: 150px;
}

.section.kaisyu:before {
  content: "";
  position: absolute;
  width: 263px;
  height: 77px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;

  width: 0;
  height: 0;
  border-style: solid;
  border-right: 131px solid transparent;
  border-left: 131px solid transparent;
  border-top: 77px solid #ffae00;
  border-bottom: 0;
}
@media (max-width: 769px) {
  .section.kaisyu:before {
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    border-top: 50px solid #ffae00;
    border-bottom: 0;
  }
}
@media (max-width: 480px) {
  .section.kaisyu {
    margin-bottom: 120px;
  }
}

/* Kaiketsu
------------------------------------------------------------ */
.section.kaiketsu {
  position: relative;
  background-repeat: repeat;
  background-color: #fff;
  background-image: none;
  padding-bottom: 50px;
}
.ttl-kaiketsu {
  margin-top: 60px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  line-height: 2.5em;
  color: #00157d;
}
.kaiketsu-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 2em;
  align-items: center;
  text-align: center;
  color: #000000;
  padding: 40px 0 0;
}
.ttl-kaiketsu .line-yellow.font-big {
  background: linear-gradient(transparent 80%, #fff600 80%);
  font-size: 48px;
  font-weight: 900;
}

/* 多大な手間とコストがかかります。 */
.section.kaiketsu .color-red.font-big {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #f40000;
}

@media (max-width: 769px) {
  .ttl-kaiketsu {
    font-size: 26px;
    line-height: 2em;
  }
  .ttl-kaiketsu .line-yellow.font-big {
    font-size: 30px;
  }
  .kaiketsu-text {
    font-size: 16px;
  }
  .section.kaiketsu .color-red.font-big {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .ttl-kaiketsu {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.8em;
  }
  .ttl-kaiketsu .line-yellow.font-big {
    font-size: 28px;
  }
  .kaiketsu-text {
    font-size: 16px;
    text-align: left;
  }
  .section.kaiketsu .color-red.font-big {
    font-size: 20px;
    text-align: left;
  }
}

/* Packplan
------------------------------------------------------------ */

div.packplan-title {
  text-align: center;
  margin: 0 auto;
}

div.pack-title {
  text-align: center;
  margin: 0 auto;
}
/* 
div.trackp1 {
  background-image: url("../image/track1.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  max-width: 840px;
  height: 285px;
}

div.trackp2 {
  background-image: url("../image/track2.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  max-width: 840px;
  height: 285px;
}

div.trackp3 {
  background-image: url("../image/track3.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  max-width: 840px;
  height: 250px;
}

div.track1 {
  position: relative;
  text-align: center;
  height: 279px;
}

div.track-inner {
  width: 90%;
  position: absolute;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
} */

div.illust {
  text-align: left;
}

div.decoration1 {
  position: absolute;
  top: -15px;
  right: 100px;
}

div.decoration2 {
  position: absolute;
  top: -265px;
  right: 80px;
}

@media (min-width: 1000px) {
  div.decoration1 {
    position: absolute;
    top: -15px;
    right: 270px;
  }

  div.decoration2 {
    position: absolute;
    top: -260px;
    right: 240px;
  }
}

@media (max-width: 769px) {
  div.track1s {
    width: 90%;
    height: 130px;
    padding: 0;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
  }

  div.track1m {
    width: 90%;
    height: 160px;
    padding: 0;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
  }

  div.track1l {
    width: 95%;
    height: 180px;
    padding: 0;
    position: relative;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
  }

  div.track-inner {
    width: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
  }

  div.decoration1 {
    position: absolute;
    top: -35px;
    right: 5px;
    z-index: 50;
  }

  div.decoration2 {
    position: absolute;
    top: -195px;
    right: 5px;
    z-index: 50;
  }
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

ul.track-list {
  padding: 0;
  margin: 0;
  line-height: 1.7rem;
}

@media (max-width: 769px) {
  ul.track-list {
    padding: 0;
    margin: 0;
    line-height: 1.2rem;
  }
}

ul.track-list li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 3px 0px !important;
}

.list1 li {
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.list1 li:before {
  content: "";
  display: block;
  position: absolute;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.2) inset;
  top: 0px;
  left: 2px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #aaa;
}

p.tracklead {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 769px) {
  p.tracklead {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
  }
}

/* Packplan-description
------------------------------------------------------------ */

h2 {
  color: #05496b;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h2.last {
  color: #05496b;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h3 {
  color: #05496b;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

div.description {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

p.lead {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-align: center;
}

@media (max-width: 769px) {
  h2 {
    color: #05496b;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  h2.last {
    color: #05496b;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }

  h3 {
    color: #05496b;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  p.lead {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.3rem;
    text-align: center;
  }
}

/* section.plan
------------------------------------------------------------ */
.section.plan {
  position: relative;
  /* background-color: #b1dff7; */
  background-image: url(../image/service-bg.jpg);
  background-size: cover;
  text-align: center;
  margin-bottom: 80px;
}
.section.plan .plan-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 80px;
  gap: 60px;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  padding: 150px 0;
}
.ttl-service {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: translateY(-80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 60px 12px;

  position: absolute;
  width: 696px;
  height: 152px;
  background: #00157d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
}

.ttl-service:before,
.ttl-service:after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  border-top: 2px dashed rgba(255, 255, 255, 0.4);
}

.ttl-service:before {
  top: 6px;
}

.ttl-service:after {
  bottom: 6px;
}

.ttl-service .ttl-top {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-align: center;
  color: #fff700;
}
.ttl-service .ttl-bottom {
  font-weight: 700;
  font-size: 40px;
  line-height: 66px;
  text-align: center;

  color: #ffffff;
}
.section.plan .plan-items .item {
  position: relative;
}
.section.plan .plan-items .item .service-ttl-s {
  position: absolute;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  align-items: center;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  width: 296px;
  height: auto;
  min-height: 72px;

  background:
    linear-gradient(
      0deg,
      rgba(2, 18, 102, 0.25) 0%,
      rgba(0, 180, 237, 0.25) 100%
    ),
    #00157d;
  border-radius: 20px;
  transform: translateY(20px);
}
@media (max-width: 769px) {
  .ttl-service {
    padding: 10px 20px 10px;
    width: 80%;
    height: 120px;
  }

  .ttl-service .ttl-top {
    font-size: 19px;
  }
  .ttl-service .ttl-bottom {
    font-size: 24px;
    line-height: 1.4em;
  }
  .section.plan .plan-items .item {
    width: 46%;
    margin-bottom: 40px;
  }
  .section.plan .plan-items .item .service-ttl-s {
    font-size: 18px;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 90%;
  }
  .section.plan .plan-items {
    row-gap: 80px;
    gap: 2%;
    padding: 100px 0 60px;
  }
}
@media (max-width: 480px) {
  .section.plan {
    margin-bottom: 60px;
  }
  .ttl-service .ttl-top {
    font-size: 16px;
    line-height: 2em;
  }
  .ttl-service {
    padding: 8px 10px 10px;
    width: 96%;
    height: 100px;
  }
  .ttl-service .ttl-bottom {
    font-size: 22px;
    line-height: 1.3em;
  }
  .section.plan .plan-items {
    padding: 80px 0 40px;
  }
  .section.plan .plan-items .item {
    width: 80%;
  }
  .section.plan .plan-items .item .service-ttl-s {
    font-size: 18px;
    border-radius: 16px;
    min-height: 60px;
  }
}

/* section.hikaku
------------------------------------------------------------ */

.ttl-hikaku {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background: #b1dff7;
  font-weight: 700;
  font-size: 40px;
  color: #00157d;
  border-bottom: 3px dashed #00157d;
  border-top: 3px dashed #00157d;
  -webkit-text-stroke: 7px #fff; /* 線の太さと色 */
  paint-order: stroke fill; /* 線を引いてから文字を塗る設定 */
}
table.hikaku-table {
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  border: 0;
}
table.hikaku-table tr th {
  height: 64px;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
table.hikaku-table tr {
  display: flex;
}
table.hikaku-table tr:first-child th:first-child {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 20px 0 0 0;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  /*
  border-right: 2px solid #666; */
  background-color: #fff;
  /* min-width: 288px; */
  width: 24%;
}
table.hikaku-table tr th:nth-child(2) {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ff7d20;
  border-top: 2px solid #666;
  border-right: 0;
  border-left: 0;
  /* min-width: 456px; */
  width: calc((100% - 24%) / 2);
}
table.hikaku-table tr th:nth-child(3) {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #e2e2e2;
  /* border-top: 2px solid #666;
  border-right: 2px solid #666; */
  border-radius: 0 20px 0 0;
  /* min-width: 456px; */
  width: calc((100% - 24%) / 2);
}
table.hikaku-table tr th {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #29abe2;
  color: #fff;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #666;

  width: 24%;
}
table.hikaku-table tr td {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-top: 2px solid #666;
  /* border-left: 2px solid #666;
  border-right: 2px solid #666; */

  width: calc((100% - 24%) / 2);
}
table.hikaku-table tr td:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffed9;
  color: #000;
  border-top: 2px solid #666;
  /* border-left: 2px solid #666;
  border-right: 2px solid #666; */

  width: calc((100% - 24%) / 2);
}
table.hikaku-table tr td:nth-child(3) {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #666;

  width: calc((100% - 24%) / 2);
}
table.hikaku-table tr:last-child td {
  border-bottom: 2px solid #666;
}
table.hikaku-table tr:last-child td:nth-child(3) {
  border-radius: 0 0 20px 0;
}
table.hikaku-table tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
  border-bottom: 2px solid #666;
}
table.hikaku-table .line-orange {
  background: linear-gradient(transparent 80%, orange 80%);
  display: inline;
}

.hikaku-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.hikaku-bottom .text {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  text-align: center;
}
.hikaku-bottom .text .color-red {
  color: red;
}
.hikaku-bottom .text .line-yellow {
  background: linear-gradient(transparent 80%, #fff600 80%);
}

@media (max-width: 769px) {
  .ttl-hikaku {
    padding: 20px;
    font-size: 30px;
  }
  table.hikaku-table tr th:nth-child(2),
  table.hikaku-table tr th:nth-child(3) {
    font-size: 16px;
    line-height: 32px;
  }
  table.hikaku-table tr th {
    font-weight: 500;
    font-size: 16px;
  }
  table.hikaku-table tr td:nth-child(2),
  table.hikaku-table tr td:nth-child(3) {
    font-size: 16px;
    line-height: 1.4em;
  }
  .hikaku-bottom .text {
    font-size: 20px;
  }
  .hikaku-bottom {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .section.hikaku {
    padding-bottom: 40px;
  }
  .ttl-hikaku {
    font-size: 26px;
  }
  div.table {
    width: 96%;
    margin: 0 auto;
  }
  .hikaku-bottom .text {
    font-size: 16px;
    padding: 0 10px;
  }
}

/* Tel1
------------------------------------------------------------ */
.section.tel1 {
  margin-bottom: 100px;
}

.cta-head {
  transform: translatey(90px);
  z-index: 5;
  position: relative;
}
.cta-body {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #00b4ed;
  height: 247px;
  align-items: flex-end;
}
.cta-tel {
  padding: 0 30px 15px;
}
.cta-button {
  background: linear-gradient(180deg, #ff6a00 61.54%, #ffcc00 100%);
  border-radius: 30px;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  position: relative;
  width: 338px;
  height: auto;
  padding: 20px;
  filter: drop-shadow(0px 4px 0px rgba(0, 21, 125, 0.2));
  margin-bottom: 40px;
  text-decoration: none;
}
.cta-button:hover {
  opacity: 0.9;
  transition: 0.5s all;
}
.cta-button::after {
  width: 21.26px;
  height: 24.63px;
  content: "";
  background-image: url(../image/cta-arrow.png);
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  position: absolute;
}

.cta-button a {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-decoration: none;
}
.cta-button .color-yellow {
  color: #fff700;
  text-decoration: none;
}
.cta-men {
  transform: translatex(-50px);
}
.cta1.cta-pc {
  display: block;
}
.cta1.cta-sp {
  display: none;
}
@media (max-width: 1190px) {
  .cta-body {
    height: 220px;
  }
}
@media (max-width: 1100px) {
  .cta1.cta-pc {
    display: none;
  }
  .cta1.cta-sp {
    display: block;
  }
  .cta-body {
    height: 247px;
  }
}
@media (max-width: 769px) {
  .cta-head {
    transform: translatey(50px);
  }
  .cta-body {
    height: 150px;
    padding: 0 16px 0 0;
  }
  .cta-men {
    transform: translatex(10px);
  }
  .cta-tel {
    padding: 0 5px 15px;
  }
  .cta-button {
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.3em;
    width: 340px;
    height: auto;
    padding: 10px 16px 10px 10px;
    margin-bottom: 20px;
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  .section.tel1 {
    margin-bottom: 60px;
  }

  .cta-head {
    transform: translatey(0);
  }
  .cta-body {
    height: auto;
    padding: 10px 0 20px;
  }
  .cta-button {
    margin-bottom: 0;
    width: 280px;
  }
}
/* Tel2
------------------------------------------------------------ */
div.tel {
  text-align: center;
  margin: 0 auto;
}

/* description
------------------------------------------------------------ */

h2 {
  color: #05496b;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

h3 {
  color: #05496b;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

p.text {
  color: #05496b;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 10px;
  text-align: center;
}

p.text2 {
  color: #05496b;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 35px;
}

p.text2m {
  color: #05496b;
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.3rem;
}

.text3 {
  color: #ea5504;
  font-size: 1rem;
  font-weight: 600;
}

.text4 {
  color: #ea5504;
  font-size: 1rem;
  font-weight: 400;
}

p.text5 {
  color: #05496b;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0 0 0;
  text-align: center;
}

p.text6 {
  color: #05496b;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0;
  text-align: center;
}

@media (max-width: 769px) {
  h2 {
    color: #05496b;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  h3 {
    color: #05496b;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  p.text {
    color: #05496b;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
  }

  p.text5 {
    color: #05496b;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px 0 0 0;
    text-align: center;
  }

  p.text6 {
    color: #05496b;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 0 10px 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  h2 {
    color: #05496b;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  h3 {
    color: #05496b;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 5px 0;
  }

  p.text {
    color: #05496b;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px;
    text-align: center;
  }
  p.text6 {
    color: #05496b;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 0 10px 0;
    text-align: center;
  }
}

/* Plice
------------------------------------------------------------ */
div.plice-no1 {
  text-align: center;
  margin: 0 auto;
}

/* Taiou
------------------------------------------------------------ */
div.taiou {
  text-align: center;
}

/* Taiou-eria
------------------------------------------------------------ */
div.map {
  position: relative;
  max-width: 100%;
  height: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}

div.map2 {
}

div.map-inner {
  padding: 0 40px 0 40px;
}

p.leadmap {
  font-size: 10rem;
  font-weight: 600;
}
.area-ttl-s {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;

  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;

  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.1em;

  color: #00157d;
  margin-bottom: 40px;
  margin-top: 40px;
}
.area-desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #00157d;
  text-align: left;
}

@media (max-width: 769px) {
  div.map {
    text-align: left;
    background-color: #d5edd4;
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  div.map2 {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
  }

  div.map-inner {
    padding: 0;
    margin: 0px 10px;
  }
}

p.place {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  padding: 7px;
  text-align: left;
}

div.osaka-map {
  max-width: 300px;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* Riyu
------------------------------------------------------------ */
.section.riyu {
  position: relative;
  background-image: url(../image/bg-riyu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0 0;
}
.riyu-items {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.riyu-items .item {
  width: 280px;
}
.riyu-items .item .reason-image {
  margin-bottom: 40px;
}
.riyu-items .item .reason-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  height: 56px;
  width: 145px;
  background: #fffca3;
  border-radius: 10px;
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  color: #00157d;
  margin: 0 auto;
  margin-bottom: 20px;
}
.riyu-items .item .reason-number .number {
  font-size: 40px;

  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #00157d;
}
.riyu-items .item .reason-content {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #00157d;
  -webkit-text-stroke: 5px #fff; /* 線の太さと色 */
  paint-order: stroke fill; /* 線を引いてから文字を塗る設定 */
}

@media (max-width: 769px) {
  .section.riyu {
    padding: 40px 0 0;
  }
  .riyu-items {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 40px;
    gap: 4%;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .riyu-items .item {
    width: 42%;
  }
  .riyu-items .item .reason-content {
    font-size: 22px;
    line-height: 1.4em;
  }
  .riyu-items .item .reason-number {
    padding: 8px;
    height: 50px;
    width: 100;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .riyu-items .item .reason-number .number {
    font-size: 32px;
  }
  .riyu-items .item .reason-image {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .section.riyu {
    padding: 40px 0 0;
  }
  .riyu-items {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
  }
  .riyu-items .item .reason-image {
    margin-bottom: 10px;
  }
  .riyu-items .item {
    width: 240px;
  }
  .riyu-items .item .reason-number {
    margin-bottom: 10px;
  }
}

/* Step
------------------------------------------------------------ */
.section.step {
  padding-bottom: 60px;
}
.ttl-step {
  margin-top: 20px;
}
.ttl-head {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #00157d;
}
.ttl-step-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px 40px 40px 40px;
}
.ttl-step-box .left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  height: 70px;
  background: #ff7722;
  border-radius: 10px;
  font-weight: 700;
  font-size: 46px;
  line-height: 90px;
  color: #fff700;
}
.ttl-step-box .right {
  font-weight: 700;
  font-size: 48px;
  line-height: 90px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.14em;
  color: #00157d;
  border-bottom: solid 10px #fff600;
  padding-bottom: 2px;
}
.ttl-step-box .right .font-big {
  font-size: 72px;
  font-weight: 900;
  padding-right: 10px;
}
.step-desc {
  font-weight: 700;
  font-size: 28px;
  line-height: 90px;
  color: #000000;
}
.step-items {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 30px;
  gap: 52px;
}

.step-items .item {
  width: 344px;
  min-height: 524px;

  box-sizing: border-box;
  padding: 20px;

  background: #fffee4;
  border: 5px solid #29abe2;
  border-radius: 10px;
  position: relative;
}
.step-items .item::after {
  content: "";

  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: -48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 33px solid #29abe2;
  border-right: 0;
}
.step-items .item:last-child::after {
  display: none;
}
.step-items .item .flow-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 0px;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border-radius: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 30px;

  color: #00157d;
  margin-bottom: 12px;
}
.step-items .item .flow-number .number {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  color: #00157d;
}
.step-items .item .flow-ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3em;

  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000000;
  border-bottom: dashed #51b5e0 3px;
  padding-bottom: 5px;
  margin-bottom: 12px;
  text-align: center;
  height: 73px;
  padding-bottom: 12px;
}

.flow-list li {
  padding-left: 24px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 12px;
  text-align: left;
}
.flow-list li::before {
  content: "";
  width: 21px;
  height: 14px;
  background-image: url(../image/step-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.step-items .item .flow-image {
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.flow-free {
  background-color: #ff7722;
  width: 114px;
  height: 114px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  position: absolute;
  left: -25px;
  top: -35px;
}
.flow-free .color-yellow {
  color: #fff600;
}

.note-list li {
  padding-left: 24px;
  position: relative;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  position: relative;
}
.note-list li::before {
  content: "";
  background-color: #51b5e0;
  border-radius: 999px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 769px) {
  .ttl-head {
    font-size: 24px;
  }
  .ttl-step-box {
    padding: 20px;
  }
  .ttl-step-box .left {
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
  .ttl-step-box .right {
    font-size: 32px;
    line-height: 60px;
    padding-bottom: 0;
  }
  .ttl-step-box .right .font-big {
    font-size: 50px;
  }
  .step-desc {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  .ttl-head {
    font-size: 18px;
  }
  .ttl-step-box .right {
    line-height: 50px;
  }
  .ttl-step-box .right .font-big {
    font-size: 40px;
  }
}

/* Q&A
------------------------------------------------------------ */

.section.qanda {
  position: relative;
  background-color: #b1dff7;
  text-align: center;
  padding: 80px 0 60px 0;
}
.ttl-qa {
  margin-bottom: 40px;
}
.ttl-qa .jp {
  font-weight: 700;
  font-size: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  color: #00157d;
}

.ttl-qa .en {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;

  color: #ffffff;
}

div.qa {
  width: 85%;
  border-radius: 20px;
  background-color: #fff;
  text-align: left;
  margin: 0 auto;
  padding: 30px;
}

.qalead {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3rem;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  border-bottom: #275ec5 dashed 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 20px 0;
}
.question {
  padding: 30px 30px 30px 30px;

  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.ttl-q {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #00157d;
  white-space: nowrap;
}
.ttl-a {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #ff6a00;
  white-space: nowrap;
}
.answer {
  padding: 20px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
}
@media (max-width: 769px) {
  .section.qanda {
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
  }
  div.qa {
    width: 90%;
    padding: 20px;
  }
  .qalead-text,
  p.answer-text {
    font-size: 16px;
    line-height: 1.4em;
  }
  .ttl-q {
    font-size: 24px;
  }
  .ttl-a {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  p.qalead {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3rem;
    padding: 7px 15px 5px 5px;
  }
  div.qa {
    padding: 10px 20px 20px;
  }
  .answer {
    padding: 5px 0 0 0;
  }
}

/* Voice
------------------------------------------------------------ */
.section.customer {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 90px 0 60px;
}
h2.ttl-voice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.ttl-voice .ttl01 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  height: 60px;
  background: #ff6a00;
  border-radius: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}
.ttl-voice .ttl02 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  text-align: center;

  color: #00157d;
}
.ttl-voice .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  text-align: center;

  color: #29abe2;
}
.voice-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 90px;
  color: #000000;
  margin-bottom: 30px;
}

.voice-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  row-gap: 60px;
}

.voice-items .item {
  box-sizing: border-box;
  padding: 40px 20px 20px;
  width: calc((100% - 60px) / 2);

  background: #fefded;
  border: 4px solid #29abe2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  max-width: 540px;
  margin-bottom: 60px;
}
.ttl-block {
  width: 100%;
}
.voice-items .item .ttl-voice {
  display: flex;
  width: 100%;
  border-bottom: 3px solid #ffae00;
  padding-bottom: 3px;
  margin-bottom: 30px;
}
.voice-items .item .ttl-voice img {
  margin-right: 10px;
}
.voice-items .item .ttl-voice .ttl-voice-s {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  /* または145% */
  letter-spacing: 0.0008em;
  font-weight: 900;
  color: #00157d;
  text-align: left;
}
.voice-items .item .ttl-voice .ttl-name {
  font-weight: 600;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.0008em;

  color: #333333;
}
.voice-items .item .content-voice {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  /* または200% */
  letter-spacing: 0.0008em;

  color: #333333;
  text-align: left;
}

@media (max-width: 769px) {
  .voice-items {
    row-gap: 0;
  }
  .voice-items .item .ttl-voice img {
    width: 65px;
    height: auto;
    object-fit: contain;
  }
  .voice-items .item .ttl-voice .ttl-voice-s {
    font-size: 20px;
  }
  .voice-items .item .ttl-voice .ttl-name {
    font-size: 16px;
  }
  .ttl-voice .ttl01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ttl-voice .ttl02 {
    font-size: 36px;
    line-height: 50px;
  }
  .voice-desc {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4em;
  }
  .section.customer {
    padding: 60px 0;
  }
  .voice-items .item .ttl-voice {
    margin-bottom: 20px;
  }
  .voice-items .item {
    padding: 20px 20px 20px;
    width: 100%;
    max-width: 85%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .section.customer {
    padding: 30px 0;
  }
  .ttl-voice .ttl01 {
    font-size: 20px;
    height: 50px;
  }
  .ttl-voice .ttl02 {
    font-size: 26px;
    line-height: 40px;
  }
  .ttl-voice .en {
    font-size: 30px;
  }
  .voice-desc {
    font-size: 16px;
  }
  .voice-items .item .ttl-voice .ttl-voice-s {
    font-size: 18px;
    line-height: 1.5em;
  }
  .voice-items .item {
    max-width: 100%;
  }
}

/* Area
------------------------------------------------------------ */
.section.area {
  position: relative;
  background-image: url(../image/bg-area.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  padding: 60px 0 80px 0;
  margin-bottom: 40px;
}
.ttl-area {
  padding: 30px 60px 30px;
  background: #ffffff;
  box-shadow: 8px 8px 0px #29abe2;
  font-weight: 700;
  font-size: 50px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #00157d;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 60px;
}
.area-block {
  display: flex;
  gap: 74px;
  margin-bottom: 80px;
  margin: 0 auto;
}
.area-map {
  width: 50%;
  background-color: #fff;
  padding: 30px;
}
.area-image {
  width: 50%;
  max-width: 540px;
}
.policy-text {
  text-align: center;
  padding: 20px 40px;
  width: 1000px;
  height: 160px;
  background: #ffffff;
  border: 2px solid #29abe2;
  box-shadow: 2px 4px 0px rgba(131, 131, 131, 0.25);
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #000000;

  margin: 0 auto;
  margin-bottom: 50px;
}
.policy-text .color-orange {
  color: #ff5900;
  display: inline;
}

@media (max-width: 769px) {
  .ttl-area {
    padding: 20px 40px 20px;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .section.area {
    padding: 40px 0 40px 0;
  }
  .area-block {
    gap: 10px;
    flex-direction: column;
  }
  .area-map,
  .area-image {
    width: 100%;
  }
  .area-map {
    padding: 0px;
  }
  .area-ttl-s {
    padding: 20px 5px;
    border-radius: 12px;
    font-size: 28px;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .area-desc {
    font-size: 18px;
    line-height: 1.4em;
  }
  .policy-text {
    padding: 20px 20px;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
}

/* Form table
------------------------------------------------------------ */
.ttl-form {
  font-weight: 700;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #00157d;
  margin-bottom: 40px;
}
div.formbox {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 769px) {
  .ttl-form {
    font-size: 36px;
  }
}

@media (max-width: 769px) and (min-width: 481px) {
  div.formbox {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  div.formbox {
    width: 95%;
    margin: 0 auto;
  }
  .ttl-form {
    font-size: 26px;
  }
}

dd.fx {
  text-align: center;
}

div.table {
  width: 100%;
  margin: 0 auto;
}

.table dl,
.table dt,
.table dd {
  margin: 0 auto;
  font-size: 1rem;
}

.table dl {
  display: table;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-style: none solid none solid;
  width: 100%;
}

.table dl:last-child {
  border-style: none solid solid solid;
}

.table dt {
  font-weight: 500;
  vertical-align: middle;
  display: table-cell;
  padding: 3px 0 3px 15px;
  min-height: 1.5em;
  text-align: left;
  border-top: 1px solid #ccc;
  width: 40%;
}

.table dd {
  display: table-cell;
  min-height: 1.5em;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 15px 0 10px 20px;
}

dd.inner-c {
  width: 100%;
  padding: 0;
}

dl.inner-a {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

dt.inner-b {
  vertical-align: middle;
  display: table-cell;
  background: #ccffff;
  width: 50%;
}

span.red {
  color: crimson;
  font-size: 1rem;
}

@media screen and (max-width: 970px) {
  div.table {
    width: 98%;
    margin: 0 auto;
  }

  .table dd {
    border-left: none;
    margin-left: auto;
    text-align: left;
  }

  .table dt {
    padding-left: 5px;
    text-align: left;
    width: auto;
    font-weight: 600;
  }

  .table dl {
    width: auto;
    max-width: 100%;
  }

  .table dt,
  .table dd,
  .table dl {
    display: block;
    font-size: 1rem;
  }

  dd.inner-c {
    width: 100%;
    text-align: left;
  }

  dl.inner-a {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  dt.inner-b {
    background: #ccffff;
    width: 100%;
    text-align: left;
  }

  span.red {
    color: crimson;
    font-size: 1rem;
  }
}

/* Message
------------------------------------------------------------ */
.section.message {
  padding: 80px 0;
}
.ttl-message {
  font-weight: 700;
  font-size: 40px;
  color: #00157d;
  padding-top: 80px;
  margin-bottom: 80px;
  border-top: #29abe2 3px solid;
}
.message-text {
  max-width: 1000px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  color: #000000;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 769px) {
  .ttl-message {
    font-size: 30px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .message-text {
    font-size: 16px;
    line-height: 2em;
  }
  @media (max-width: 480px) {
    .ttl-message {
      font-size: 26px;
    }
    .section.message {
      padding: 40px 0;
    }
  }
}

/* Footer
------------------------------------------------------------ */

.icon-jp::before {
  font-weight: 700;
  content: "あ";
}

footer {
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 0;
}

footer img {
  max-width: 100%;
}

footer.logo {
  text-align: right;
  vertical-align: middle;
}

footer h2 {
  color: #0c446d;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

footer h1 {
  color: #0c446d;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

/* Footer table
------------------------------------------------------------ */
.ttl-company {
  font-weight: 700;
  font-size: 40px;
  color: #00157d;
  padding-top: 80px;
  margin-bottom: 80px;
}
.kaisha {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 170px;
}

.kaisha th,
.kaisha td {
  border: 1px solid #0c6bb0;
  padding: 5px;
  font-weight: 400;
  text-align: left;
}

.kaisha th {
  color: #fff;
  padding: 0 15px 0 15px;
}

.kaisha td {
  color: #000;
  background-color: #fff;
}

.kaisha th {
  font-weight: 600;
  background-color: #09142f;
}
@media (max-width: 769px) {
  .ttl-company {
    font-size: 36px;
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .ttl-company {
    font-size: 26px;
  }
}

/* PR
------------------------------------------------------------ */
div.pr {
  max-width: 100%;
  position: relative;
  background-color: #fff;
  border: 2px solid #cbe9fa;
  border-radius: 0px;
  padding: 30px 10px 0 15px;
  vertical-align: middle;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 170px;
}

p.prtext {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 10px 10px 10px 15px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  div.pr {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #cbe9fa;
    border-radius: 0px;
    padding: 20px 8px 10px 10px;
    vertical-align: middle;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 100px;
  }

  p.prtext {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3rem;
    padding: 8px 8px 8px 15px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  div.pr {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #cbe9fa;
    border-radius: 0px;
    padding: 20px 10px 10px 15px;
    vertical-align: middle;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 120px;
  }

  p.prtext {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3rem;
    padding: 8px 10px 8px 15px;
    margin: 0;
  }
}

/* totop
------------------------------------------------------------ */

.page_top {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  position: fixed;
  bottom: 5.5rem;
  right: 1rem;
  display: none;
  font-size: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
  z-index: 200;
}

.page_top:hover {
  color: #fff !important;
  background-color: #ed702b;
  text-decoration: none;
}

/* Footer-bar
------------------------------------------------------------ */

#heada {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0px;
  right: 0;
  height: 78px;
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  z-index: 100;
}

#bottoma {
  display: none;
}

.bottom {
  background-image: url("../image/barback.png");
  background-repeat: repeat-x;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  position: fixed;
  bottom: -200px;
  right: 0;
  width: 100%;
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  z-index: 100;
}

.footerbar {
  width: 100%;
  padding-top: 0;
}

.footerbar img {
  max-width: 100%;
}

@media (max-width: 769px) and (min-width: 481px) {
  #bottomb {
    display: none;
    opacity: 0;
  }

  .footerbarm {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 100;
    text-align: center;
  }

  .footerbarm img {
    max-width: 100%;
  }

  span.m2 {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #bottomb {
    display: none;
    opacity: 0;
  }

  .footerbarm {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    z-index: 100;
    text-align: center;
  }

  .footerbarm img {
    max-width: 100%;
  }

  span.m1 {
    display: none !important;
  }
  span.m2 {
    display: block !important;
  }
}

/* Copyright
------------------------------------------------------------ */

div.copyright {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #223e80;
  color: #fff;
  font-size: 0.8rem;
}

@media (max-width: 769px) {
  footer {
    width: 100%;
    padding: 0;
    color: #000;
    background-color: #f5f5f5;
    box-sizing: border-box;
  }

  footer img {
    max-width: 100%;
  }

  footer.logo {
    text-align: center;
    vertical-align: middle;
  }

  footer h2 {
    color: #036eb8;
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px 0;
  }

  div.copyright {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 770px) {
  .mo {
    display: none !important;
  }

  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 769px) and (min-width: 481px) {
  .mo {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .mo {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
