@charset "UTF-8";
/* ========================================
    variables
======================================== */
.red {
  color: #ff5757;
}

.orange {
  color: #f98c2a;
}

.white {
  color: #fff;
}

.blue {
  color: #114e92;
}

.black {
  color: #1a1311;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.center {
  text-align: center;
}

/* ========================================
    mixin
======================================== */
/* ========================================
    base
======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%; /* -> 10px */
  letter-spacing: 0.7px;
  margin: 0;
  padding: 0;
  line-height: 3rem;
  color: #1a1311;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

html,
body,
#wrap {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
  color: inherit;
}
a .anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

ul {
  list-style: none;
}

h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 4.5rem;
}
@media (min-width: 769px) {
  h1 {
    letter-spacing: -0.01px;
  }
}

/* ========================================
    header&footer
======================================== */
.header {
  z-index: 900;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  height: 65px;
  width: 100%;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header ul {
  display: flex;
}
.header ul li {
  width: 65px;
}
.header ul li:nth-child(1) {
  width: 70px;
}
.header ul li:nth-child(1) .logoimg {
  width: 50px;
  margin: 5px 0 0 10px;
}
.header ul li:nth-child(2) {
  width: calc(100% - 70px - 65px - 65px);
  margin: 16px 0 0;
  font-weight: 900;
}
.header ul li:nth-child(3), .header ul li:nth-child(4) {
  width: 65px;
  height: 65px;
}
.header ul li:nth-child(3) {
  text-align: center;
  padding-top: 15px;
  background-color: #ff5757;
}
.header ul li:nth-child(3) img {
  width: 30px;
}
.header ul li:nth-child(3) div {
  font-size: 0.6rem;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: -13px;
}
.header ul li:nth-child(4) div {
  margin: 33px 0 0 12px;
  font-size: 0.6rem;
}

@media (max-width: 480x) {
  .footer {
    padding: 3px 0 8px;
    font-size: 1.2rem;
  }
}
.footer-menu {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer-menu {
    width: 350px;
  }
}
@media (max-width: 480x) {
  .footer-menu {
    width: 100%;
  }
}
.footer-menu li {
  width: fit-content;
  margin: auto;
  width: 50%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.footer-menu li:first-child {
  border-right: 1px solid #ccc;
}
.footer-copy {
  text-align: center;
  padding-bottom: 21rem;
  font-size: 10px;
}

.sticky-footer {
  padding: 60px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid #ccc;
  background-color: #fff;
  font-weight: 400;
}
.sticky-footer p {
  font-weight: 500;
  margin: 5px 0;
  font-size: 14px;
}
.sticky-footer a div {
  max-width: 300px;
  margin: 0 auto;
  font-size: 14px;
  padding: 5px;
}

/* ========================================
    content
======================================== */
.content {
  margin: 65px auto 0;
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .content {
    width: 350px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .content {
    width: 400px;
  }
}
@media (min-width: 769px) {
  .content .topimg {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480x) {
  .content .topimg {
    width: 100%;
  }
}
.content .topimg img {
  width: 100%;
}
.content p {
  margin-top: 20px;
}
.content small {
  color: #fff;
  display: block;
  text-align: center;
}
.content-waku {
  background-color: rgba(172, 28, 28, 0.03);
  padding: 20px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.content-img {
  margin: 20px 0 20px;
}
.content-img img {
  width: calc(100% + 20px);
  margin-left: -10px;
}

section {
  margin: 0 0 50px 0;
}

.gray {
  margin: 3px 0 50px;
  padding: 10px 5px;
  background-color: rgba(112, 112, 112, 0.03);
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.anchor2 {
  display: block;
  padding-top: 250px;
  margin-top: -250px;
}
@media (max-width: 480x) {
  .anchor2 {
    padding-top: 150px;
    margin-top: -150px;
  }
}

.info {
  background-color: #fff;
  margin: 10px 20px;
  z-index: 50;
  padding: 50px 0;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.info-btn1, .info-btn2 {
  background-color: #ff5757;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  margin: 10px 20px;
  padding: 8px;
  font-size: 1.3rem;
}
.info-btn2 {
  background-color: #00bf63;
}
.info-txt2 {
  padding-top: 10px;
}

.area1,
.area2,
.area3,
.area4,
.area5,
.area6,
.area7 {
  padding: 10px 14px;
}
.area1-txt,
.area2-txt,
.area3-txt,
.area4-txt,
.area5-txt,
.area6-txt,
.area7-txt {
  font-weight: 900;
  font-size: 2rem;
}

.area1 {
  background-color: #114e92;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
  position: relative;
}
.area1 h2 {
  font-size: 1.7rem;
  font-weight: 500;
}
.area1 h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .area1 h3 {
    letter-spacing: -0.01px;
  }
}
.area1-img1 {
  position: absolute;
  top: 3.5rem;
  right: 0;
  display: flex;
  flex-direction: column;
}
.area1-img1 img {
  width: 100px;
}
.area1-img2 {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 16rem;
}
@media (min-width: 769px) {
  .area1-img2 {
    width: 14rem;
  }
}
.area1-img2 img {
  width: 100%;
}
.area1-text {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
  color: #f98c2a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  rotate: 25deg;
  text-align: center;
}
@media (min-width: 769px) {
  .area1-text {
    font-size: 12px;
    right: 2rem;
  }
}

.area2 {
  margin: 0;
  padding: 0;
  position: relative;
}
.area2-img img {
  width: 100%;
  display: table;
}
.area2-ul1 {
  position: absolute;
  top: 140px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
}
.area2-ul1 li:first-child {
  padding: 0 10px;
}
.area2-ul1 li:first-child div {
  background-color: #fff;
  color: #ff5757;
  font-weight: 500;
  font-size: 1.7rem;
  padding: 1px 10px;
  margin: 10px 5px 10px 0;
  border: 2px solid #ff5757;
  border-radius: 5px;
}
.area2-ul1 li:nth-child(2) {
  color: #114e92;
  font-weight: 900;
  font-size: 2rem;
  padding: 11px 0 0 0;
  line-height: 4rem;
}
.area2-price {
  text-align: center;
  font-size: 4rem;
  color: #114e92;
  font-weight: 900;
  padding: 10px 0 10px 10px;
  border-bottom: double 8px #114e92;
  margin: 15px 30px;
}
.area2-price div {
  display: block;
  _display: block;
  margin-left: -15px;
  font-size: 3rem;
  margin-top: 14px;
}
.area2-ul2 {
  display: flex;
  z-index: 50;
}
.area2-ul2 li {
  width: 33%;
}
.area2-ul2 li div {
  margin: 0 auto;
  border-radius: 50%;
  background-color: #114e92;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-weight: 700;
  border: 1px solid #fff;
}
.area2-bluebg {
  width: 100%;
  height: 350px;
  background-color: #114e92;
  margin-top: -60px;
}
@media (min-width: 769px) {
  .area2-bluebg {
    height: 350px;
  }
}
.area2-imgbg {
  width: 100%;
}
.area2-imgbg img {
  width: 100%;
}
.area2 .info {
  position: absolute;
  margin-top: 130px;
}
.area2-txt {
  margin-top: 40px;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
}
.area2-txt div {
  display: inline-block;
  _display: inline;
}
.area2-logo {
  margin: 25px auto;
  text-align: center;
}
.area2-logo img {
  width: 150px;
}
.area2-bg2 {
  position: absolute;
  rotate: 90deg;
  width: 100px;
  top: 10px;
  right: 42%;
}
.area2-bg2 img {
  width: 100%;
}

.area3 h2 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 4.5rem;
  color: #114e92;
}
.area3 h3 {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px 5px 40px;
  line-height: 2.5rem;
}
.area3-img {
  text-align: center;
}
.area3-img img {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  border: 13px solid #f2f2f2;
}
.area3-graybg {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 150px 0 10px;
  margin-top: -130px;
}
.area3-graybg div {
  width: 150px;
  background-color: #114e92;
  border-radius: 5px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.area3-graybg p {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 5px 10px;
  line-height: 2.5rem;
  margin: 5px 20px 30px 20px;
}
.area3-bg {
  width: calc(100% + 30px);
  margin-left: -15px;
  background-image: url("./img/area3_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 0px;
  margin-top: -200px;
}
.area3-bg-blue {
  margin-top: 350px;
  background-color: #114e92;
  position: relative;
  height: 700px;
}
.area3-bg-blue-circle {
  position: absolute;
  top: -20px;
  margin-top: -30px;
  width: 100%;
}
.area3-bg-bluebg {
  margin-top: -15px;
}
.area3-bg-bluebg img {
  width: 100%;
}
.area3-circle {
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 10px auto 15px;
  border-radius: 50%;
  text-align: center;
  border: 1px #f2f2f2 solid;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.area3-circle img {
  margin: 18px 0 0 0;
  height: 30px;
}
.area3-circle-price, .area3-circle-price2, .area3-circle-price3 {
  color: #114e92;
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 0px;
}
.area3-circle-price2 {
  font-size: 2.5rem;
}
.area3-circle-price3 {
  font-size: 2.3rem;
}
.area3-circle p {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 20px;
}
.area3-circle-txt {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: -7px;
  letter-spacing: -0.05rem;
}

.area4,
.area5,
.area6 {
  text-align: center;
}
.area4 h2,
.area5 h2,
.area6 h2 {
  color: #5a80ab;
  margin: 0 0 30px;
  font-size: 1.3rem;
  font-weight: 400;
}
.area4 h2 .border,
.area5 h2 .border,
.area6 h2 .border {
  border-bottom: 3px solid #5a80ab;
  width: 30px;
  margin: 2px auto;
}
.area4 h2 div,
.area5 h2 div,
.area6 h2 div {
  color: #1a1311;
  font-size: 2.3rem;
  font-weight: 900;
  margin-top: 20px;
}
.area4-waku,
.area5-waku,
.area6-waku {
  background-color: #e7edf4;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  margin: 0 10px 30px;
}
.area4-waku ul,
.area5-waku ul,
.area6-waku ul {
  display: flex;
  height: 80px;
}
.area4-waku ul li:first-child,
.area5-waku ul li:first-child,
.area6-waku ul li:first-child {
  color: #114e92;
  font-weight: 700;
  width: 80px;
  margin-top: -10px;
}
.area4-waku ul li:first-child p,
.area5-waku ul li:first-child p,
.area6-waku ul li:first-child p {
  font-size: 1.4rem;
}
.area4-waku ul li:first-child div,
.area5-waku ul li:first-child div,
.area6-waku ul li:first-child div {
  margin-top: -2px;
  font-size: 3.5rem;
}
.area4-waku ul li:nth-child(2),
.area5-waku ul li:nth-child(2),
.area6-waku ul li:nth-child(2) {
  margin-top: -7px;
  text-align: left;
  padding: 20px 0 0 0;
}
.area4-waku-txt,
.area5-waku-txt,
.area6-waku-txt {
  text-align: left;
  font-size: 1.4rem;
  padding: 15px;
  font-weight: 500;
  line-height: 2.5rem;
}
.area4-content,
.area5-content,
.area6-content {
  position: relative;
  margin-bottom: 80px;
}
.area4-arrow,
.area5-arrow,
.area6-arrow {
  width: 20px;
  background-color: #114e92;
  height: 700px;
  position: absolute;
  left: calc(50% - 10px);
}
@media (min-width: 769px) {
  .area4-arrow,
  .area5-arrow,
  .area6-arrow {
    height: 720px;
  }
}
.area4-img,
.area5-img,
.area6-img {
  position: absolute;
  bottom: -80px;
  left: calc(50% - 41px);
}
@media (min-width: 769px) {
  .area4-img,
  .area5-img,
  .area6-img {
    bottom: -75px;
  }
}

.area5 {
  background-color: #f3f3f3;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.area5 .nav1,
.area5 .nav2 {
  display: none;
  background-color: #fff;
  margin: -5px 0 10px 0;
}
.area5 .nav-open1,
.area5 .nav-open2 {
  padding: 5px 15px;
  color: #fff;
  font-size: 20px;
  background: #114e92;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 5px;
}
.area5 .nav-open1::before,
.area5 .nav-open2::before {
  /* 閉じている時 */
  content: "\f056";
  position: absolute;
  right: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
}
.area5 .nav-open1.active::before,
.area5 .nav-open2.active::before {
  /* 開いている時 */
  content: "\f055";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
}
.area5 ul {
  list-style: disc;
  padding: 10px 10px 10px 30px;
}
.area5 ul li {
  font-size: 1.5rem;
  text-align: left;
  line-height: 2.3rem;
  padding-bottom: 10px;
  font-weight: 400;
}

.area6 {
  margin: 30px auto 30px;
}
.area6-txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500;
  margin: 8px 50px 15px;
}
.area6-circle {
  background-color: rgba(90, 128, 171, 0.2);
  width: 155px;
  height: 155px;
  border-radius: 50%;
  margin: 0 auto;
  border: solid 5px rgba(17, 78, 148, 0.1);
}
.area6-circle p {
  color: #114e92;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 0px;
}
.area6-circle div {
  font-size: 3rem;
  color: #114e92;
  font-weight: 700;
  margin: -7px 0 20px;
}
.area6-circle h3 {
  font-size: 2rem;
}
.area6-arrow {
  height: 30px;
  background-color: transparent;
  padding-bottom: 50px;
  position: relative;
}
.area6-arrow::after {
  content: "\f063";
  position: absolute;
  right: -2px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  color: #5a80ab;
}
.area6-dogimg {
  width: 100%;
  margin: 20px 0 0 0;
}
.area6-dogimg img {
  width: 100%;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background-color: #114e92;
  /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.7rem;
}
#g-nav li a .jp {
  font-size: 1.2rem;
  margin-top: -5px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 8px;
  right: -3px;
  cursor: pointer;
  width: 65px;
  height: 65px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #114e92;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 10px;
}

.openbtn1 span:nth-of-type(2) {
  top: 18px;
  width: 20px;
}

.openbtn1 span:nth-of-type(3) {
  top: 26px;
}

.openbtn1.active span {
  background-color: #fff;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*
	front page css
	@author ガレ
*/
.areawant {
  background-color: #114e92;
}
.areawant ul {
  padding: 20px 6px;
}
.areawant ul li {
  display: inline-block;
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.areawant ul li p {
  line-height: 1;
  background-color: #fff;
  color: #ff5757;
  margin: 0;
  padding: 10px 0 11px 2px;
  border: 2px solid #ff5757;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.areawant ul li:nth-child(odd) {
  margin-right: 6px;
}
.areawant ul::after {
  display: table;
  content: "";
  clear: both;
}
.areawant h3 {
  color: #fff;
  text-align: center;
}

.info-title {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.areadekiru {
  background-color: #f98c2a;
}
.areadekiru ul {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: 0 auto;
  padding-top: 3rem;
}
.areadekiru ul li img {
  height: 60px;
}

.areacando {
  padding: 2rem 2rem;
}
.areacando-title {
  border: 2px solid #ff5757;
  border-radius: 5px;
  padding: 1.4rem 0;
  margin-top: 1rem;
}
.areacando ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 1rem;
}
.areacando ul li img {
  width: 100px;
}
.areacando ul li:nth-child(even) img {
  width: 40px;
}
.areacando p {
  font-weight: 600;
  margin: 1rem 0 3rem;
  line-height: 1.5;
}

.area-title {
  padding: 4rem 0;
  background-color: #114e92;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.areakatsuyou ul {
  padding: 2rem 3rem;
}
.areakatsuyou ul li {
  margin-bottom: 2rem;
}
.areakatsuyou ul li fieldset {
  border: 2px solid #38B6FF;
  border-radius: 10px;
}
.areakatsuyou ul li legend {
  text-align: center;
  background-color: #114e92;
  color: #fff;
  width: 80%;
  border-radius: 20px;
  font-weight: 400;
  padding: 4px 0;
}
.areakatsuyou-info {
  padding: 10px 5px;
}
.areakatsuyou-info_img {
  display: inline-block;
  margin-right: 10px;
  float: left;
  height: 7rem;
}
.areakatsuyou-info_txt {
  display: inline-block;
  float: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #114e92;
  line-height: 1.5;
}
.areakatsuyou-info::after {
  display: table;
  content: "";
  clear: both;
}

.areashiyouto {
  padding: 0 2rem;
}
.areashiyouto p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.areashiyouto img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.areashiyouto fieldset {
  border: 2px solid #38B6FF;
  border-radius: 10px;
  font-weight: 500;
}
.areashiyouto legend {
  font-size: 1.7rem;
  background-color: #f98c2a;
  color: #fff;
  width: 80%;
  border-radius: 20px;
  padding: 5px 0;
  text-align: center;
}
.areashiyouto-info {
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2rem 1rem 1rem 1rem;
}

.areastrongpoint-title {
  padding: 4rem 1rem;
  background-color: #114e92;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.areastrongpoint-title_img {
  width: 25%;
}
.areastrongpoint-title_img img {
  width: 100%;
}
.areastrongpoint-title_text h3 {
  font-weight: 400;
}
.areastrongpoint-title_text h2 {
  font-size: 2rem;
}
.areastrongpoint .big-title {
  font-size: 1.9rem;
  font-weight: 500;
}
.areastrongpoint .small-title {
  font-size: 1.5rem;
  font-weight: 400;
}
.areastrongpoint ul li {
  margin: 3rem 1rem;
}
@media (min-width: 769px) {
  .areastrongpoint ul li {
    margin: 3rem 0;
  }
}
.areastrongpoint ul li fieldset {
  border: 2px solid #38B6FF;
  border-radius: 10px;
  padding: 1rem;
}
.areastrongpoint ul li legend {
  line-height: 1.5;
  background-color: #38B6FF;
  color: #fff;
  width: 90%;
  border-radius: 10px;
  padding: 5px 0;
  text-align: center;
}
.areastrongpoint-detail {
  display: flex;
  color: #38B6FF;
  line-height: 1.5;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
}
.areastrongpoint-detail_img1 {
  width: 100px;
}
.areastrongpoint-detail_img2 {
  width: 60%;
}
.areastrongpoint-detail_img3 {
  width: 60px;
}
.areastrongpoint-detail img {
  width: 100%;
}

.bgblue-download {
  margin-top: -290px;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .bgblue-download {
    margin-top: -280px;
  }
}

.companyprofile-title {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  font-weight: 500;
}

.areaprofile-title {
  background-color: #114e92;
  color: #fff;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 500;
}
.areaprofile-info {
  margin: 1rem 0 2rem 4.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}
.areaprofile-info a {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
