@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

p {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

dd, dt {
  display: inline-block;
}

.only_sp {
  display: none;
}

.only_pc {
  display: block;
}

@media (max-width: 768px) {
  .only_sp {
    display: block !important;
  }
  .only_pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

/*-- globalフォルダの直下の_index.scss --*/
body {
  color: #000;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0px;
  position: relative;
  font-family: "Hiragino Kaku Gothic ProN", serif;
  font-size: 1.6rem;
}

section {
  width: 100%;
  position: relative;
}

p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
  .sp_block {
    display: inline-block;
  }
}
img {
  max-width: 100%;
  overflow: hidden;
}

a {
  color: #000;
}

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

.header {
  height: 85px;
  background: #fff;
}
.header__wrapper {
  max-width: 1062px;
  margin: 0 auto;
  display: flex;
  width: 90%;
}
.header__logo {
  z-index: 100;
  margin-right: 2%;
}
.header__conversion {
  display: flex;
  align-items: center;
}
.header__tel {
  margin-right: 5%;
}
.header__list {
  text-align: center;
  display: flex;
  justify-content: center;
}
.header__list__item.--line {
  margin-right: 2%;
}
.header__list__item.--line a {
  background-color: #06C755;
}
.header__list__item.--mail a {
  background-color: #FEB36E;
}
.header__list__item a {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  width: 170px;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
}
.header__list__item a span {
  font-size: 1.2rem;
}
.header__list__item a img {
  vertical-align: middle;
  display: inline-block;
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.header__list__item a {
  position: relative;
  overflow: hidden;
}
.header__list__item a::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 768px) {
  .header {
    height: 125px;
    background: #fff;
  }
  .header__wrapper {
    margin: 0 auto;
    display: block;
    width: 95%;
  }
  .header__logo {
    z-index: 100;
    margin: 0 auto;
  }
  .header__conversion {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .header__tel {
    margin-right: 0%;
  }
  .header__list {
    text-align: center;
    display: flex;
    justify-content: center;
    z-index: 10;
  }
  .header__list__item {
    width: 50%;
  }
  .header__list__item.--line {
    margin-right: 5%;
  }
  .header__list__item.--line a {
    background-color: #06C755;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    vertical-align: middle;
  }
  .header__list__item.--line a span {
    font-size: 1.2rem;
  }
}
.footer {
  background-color: #0D3386;
  padding: 15px 0;
}
.footer__wrapper {
  width: 99%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__logo {
  width: 17%;
}
.footer__mdl {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.footer__mdl__list {
  color: #fff;
  text-align: center;
  width: 25%;
  display: inline-block;
}
.footer__mdl__list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 1.4rem;
}
.footer__conversion {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: inherit;
}
.footer__conversion a {
  display: block;
  margin-right: 5px;
}
.footer__txt {
  text-align: right;
  font-size: 1.2rem;
  width: 12%;
}
.footer__txt a {
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .footer {
    background-color: #0D3386;
    padding: 15px 0;
    position: relative;
  }
  .footer__wrapper {
    width: 99%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__logo {
    width: 17%;
  }
  .footer__mdl {
    display: block;
    align-items: flex-end;
    position: inherit;
  }
  .footer__mdl__list {
    color: #fff;
    text-align: center;
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .footer__mdl__list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer__conversion {
    text-align: center;
    display: flex;
    justify-content: center;
    display: block;
    width: 100%;
    justify-content: inherit;
    position: fixed;
    bottom: 0%;
    left: 0%;
    padding: 2% 3%;
    text-align: left;
    background-color: #0D3386;
  }
  .footer__conversion a {
    display: inline-block;
    margin-right: 0px;
    width: 47%;
  }
  .footer__conversion a.tel {
    display: block;
    width: 50%;
  }
  .footer__conversion a.mail img {
    width: 100%;
  }
  .footer__conversion a.line img {
    width: 100%;
  }
  .footer__conversion a.line .footer__img__sp {
    position: absolute;
    right: 9%;
    bottom: 47%;
    width: auto;
  }
  .footer__txt {
    text-align: center;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    margin: 30px 0 50px;
    justify-content: space-around;
  }
  .footer__logo.sp {
    margin-bottom: 190px;
    width: 100%;
  }
  .footer__logo.sp .only_sp {
    width: 50%;
    margin: 0 auto;
  }
}
.mv {
  position: relative;
}
.mv__wrapper {
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
  background-image: url("../images/mv_bg.jpg");
}
.mv__ttl {
  text-align: center;
  padding-top: 30px;
  max-width: 1062px;
  width: 90%;
  margin: 0 auto;
}
.mv__bottom {
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
  background-image: url("../images/mv2.jpg");
  height: 150px;
}
.mv__bottom__wrapper {
  display: flex;
  max-width: 1062px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
}
.mv__bottom__txt {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 45%;
}
.mv__bottom__txt span {
  font-size: 1.4rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
  .mv__wrapper {
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    position: relative;
    background-image: url("../images/mv_bg.jpg");
  }
  .mv__ttl {
    text-align: center;
    padding-top: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .mv__ttl img {
    width: 100%;
  }
  .mv__bottom {
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    position: relative;
    background-image: url("../images/mv2.jpg");
    height: 200px;
  }
  .mv__bottom__wrapper {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
    flex-direction: column;
  }
  .mv__bottom__txt {
    border-radius: 7px;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.problem {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  position: relative;
  background-image: url("../images/bg2.png");
}
.problem__wrapper {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
.problem__logo {
  padding-top: 10px;
  margin: 0 auto -20px;
}
.problem__logo img {
  display: inline;
}
.problem__list {
  margin: -10px auto 0;
}
.problem__list img {
  display: inline-block;
  margin-bottom: 5px;
}
.problem__item {
  width: 32%;
}
.problem__item img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .problem {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    position: relative;
    background-image: url("../images/bg2_sp.png");
  }
  .problem__wrapper {
    max-width: 860px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  .problem__logo {
    padding-top: 15px;
    margin: 0 auto;
  }
  .problem__logo img {
    display: inline;
    width: 10%;
  }
  .problem__list {
    margin: -10px auto 0;
  }
  .problem__list img {
    display: inline-block;
    margin-bottom: 5px;
  }
  .problem__item {
    width: 32%;
  }
  .problem__item img {
    margin: 0 auto;
  }
}
.content {
  position: relative;
}
.content__wrapper {
  max-width: 840px;
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.content__wrapper img {
  display: inline;
}
.content__box {
  background-color: #0D3386;
  padding: 15px;
  margin-top: -5px;
}
.content__ttl {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  width: 100%;
  border-bottom: 1px dotted #fff;
  margin-bottom: 25px;
}
.content__ttl::before {
  content: "＼";
  position: absolute;
  top: 0;
  left: 13%;
}
.content__ttl::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 13%;
}
.content__imgs img {
  display: inline-block;
  margin-right: 1%;
}
.content__imgs img.only_sp {
  display: none !important;
}

.feature {
  position: relative;
}
.feature__wrapper {
  max-width: 960px;
  width: 90%;
  margin: 0px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.feature__wrapper img {
  display: inline-block;
}
.feature__ttl {
  font-family: "Hiragino Mincho Pro", sans-serif;
  font-size: 3.6rem;
  color: #0D3386;
  font-style: italic;
  margin-bottom: 20px;
}
.feature__ttl span {
  color: #FF9A02;
  font-family: "Hiragino Kaku Gothic ProN", serif;
  font-size: 6.4rem;
}
.feature__list {
  display: flex;
  justify-content: space-between;
}
.feature__item {
  position: relative;
  width: 31%;
  border: 2px solid #0D3386;
}
.feature__item__ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 33px 0 13px;
  background: linear-gradient(rgb(13, 51, 134), rgba(13, 51, 134, 0.4));
  margin-bottom: 40px;
}
.feature__item__txt {
  margin-top: 10px;
  font-size: 1.4rem;
  padding: 0 15px 15px;
  text-align: left;
}
.feature__item__txt span {
  color: #FF6565;
}
.feature__num {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate(-50%, 0);
}

.check {
  position: relative;
}
.check__wrapper {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 90px;
}
.check__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check__ttl p {
  font-size: 2.4rem;
  color: #2076B5;
  font-style: italic;
}
.check__ttl p span {
  display: block;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
}
.check__list {
  padding: 30px 0 15px;
  background-color: #DEF6F8;
  width: 100%;
  text-align: center;
}
.check__list img {
  display: inline-block;
  margin-bottom: 20px;
  width: 90%;
}

.content__box.--2 {
  background-color: #0D3386;
  padding: 40px 40px 30px;
  position: relative;
  margin-bottom: 45px;
}
.content__box.--2::before {
  content: "";
  border: 20px solid transparent;
  border-top: 30px solid #0D3386;
  margin-left: -20px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.content__box.--2 .content__ttl {
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  width: 100%;
  border-bottom: 1px dotted #fff;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.content__box.--2 .content__ttl::before {
  display: none;
}
.content__box.--2 .content__ttl::after {
  display: none;
}
.content__box.--2 .content__ttl.--2 {
  position: relative;
  border-bottom: none;
  margin: 20px auto 0;
  font-size: 4rem;
}
.content__box.--2 .content__ttl.--2::before {
  display: block;
  content: "＼";
  position: absolute;
  top: 0;
  left: 15%;
}
.content__box.--2 .content__ttl.--2::after {
  display: block;
  content: "／";
  position: absolute;
  top: 0;
  right: 15%;
}

@media screen and (max-width: 768px) {
  .content {
    position: relative;
    padding-top: 20px;
  }
  .content__wrapper {
    width: 95%;
    margin: 0px auto 0;
    text-align: center;
    padding-bottom: 50px;
  }
  .content__wrapper img {
    display: inline;
  }
  .content__box {
    background-color: #0D3386;
    padding: 15px;
    margin-top: -6px;
  }
  .content__ttl {
    position: relative;
    font-size: 1.7rem;
    width: 90%;
    margin: 0 auto 15px;
  }
  .content__ttl::before {
    content: "＼";
    position: absolute;
    top: 0;
    left: 5%;
  }
  .content__ttl::after {
    content: "／";
    position: absolute;
    top: 0;
    right: 5%;
  }
  .content__imgs img.only_sp {
    display: inline-block;
    margin-bottom: 15px;
    margin: 0 auto 15px;
  }
  .content__imgs a img.only_sp {
    margin: 0 auto 0;
  }
  .feature {
    position: relative;
  }
  .feature__wrapper {
    width: 90%;
    margin: 0px auto 0;
    text-align: center;
    padding-bottom: 30px;
  }
  .feature__wrapper img {
    display: inline-block;
  }
  .feature__ttl {
    font-family: "Hiragino Mincho Pro", sans-serif;
    font-size: 2.7rem;
    color: #0D3386;
    font-style: italic;
    margin-bottom: 40px;
    line-height: 1.2;
  }
  .feature__ttl span {
    display: block;
  }
  .feature__list {
    display: flex;
    flex-direction: column;
  }
  .feature__item {
    position: relative;
    width: 85%;
    margin: 0 auto 35px;
  }
  .feature__item__ttl {
    padding: 30px 0 13px;
    background: linear-gradient(rgb(13, 51, 134), rgba(13, 51, 134, 0.4));
    margin-bottom: 30px;
    font-weight: bold;
  }
  .feature__item__txt {
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 0 20px 15px;
    text-align: left;
    font-weight: bold;
  }
  .feature__num {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .check {
    position: relative;
  }
  .check__wrapper {
    max-width: 1080px;
    width: 100%;
    padding-bottom: 20px;
  }
  .check__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .check__ttl img {
    width: 22%;
  }
  .check__ttl p {
    font-size: 1.8rem;
    color: #2076B5;
    font-style: italic;
    line-height: 1.2;
  }
  .check__ttl p span {
    font-size: 3rem;
    line-height: 1.2;
  }
  .check__list {
    padding: 30px 0 0px;
    background-color: #DEF6F8;
    width: 100%;
    text-align: center;
  }
  .check__list img {
    display: inline-block;
    margin-bottom: 20px;
  }
  .check__list img:last-child {
    margin-bottom: 0;
  }
  .content__box.--2 {
    background-color: #0D3386;
    padding: 10px;
    position: relative;
    margin-bottom: 60px;
  }
  .content__box.--2::before {
    content: "";
    border: 20px solid transparent;
    border-top: 30px solid #0D3386;
    margin-left: -20px;
    top: 100%;
    left: 50%;
    position: absolute;
  }
  .content__box.--2 .content__ttl {
    font-size: 1.4rem;
    border-bottom: 1px dotted #fff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: normal;
  }
  .content__box.--2 .content__ttl::before {
    display: none;
  }
  .content__box.--2 .content__ttl::after {
    display: none;
  }
  .content__box.--2 .content__imgs {
    width: 85%;
    margin: 0 auto;
  }
  .content__box.--2 .content__ttl.--2 {
    position: relative;
    border-bottom: none;
    margin: 15px auto 0;
    font-size: 2.8rem;
  }
  .content__box.--2 .content__ttl.--2::before {
    display: block;
    content: "＼";
    position: absolute;
    top: 0;
    left: 5%;
  }
  .content__box.--2 .content__ttl.--2::after {
    display: block;
    content: "／";
    position: absolute;
    top: 0;
    right: 5%;
  }
  .logo {
    width: 10%;
  }
}
.area {
  position: relative;
}
.area__wrapper {
  max-width: 1080px;
  width: 90%;
  margin: 0px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.area__wrapper img {
  display: inline-block;
}
.area__ttl {
  margin-bottom: 20px;
}
.area__list {
  display: flex;
  justify-content: center;
}
.area__item {
  position: relative;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .area {
    position: relative;
  }
  .area__wrapper {
    width: 100%;
    margin: 0px auto 0;
    padding-bottom: 40px;
  }
  .area__wrapper img {
    display: inline-block;
  }
  .area__ttl {
    margin-bottom: 10px;
    width: 90%;
    margin: 0 auto;
  }
  .area__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .area__item {
    position: relative;
    width: 90%;
  }
}
.price {
  position: relative;
}
.price__wrapper {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.price__wrapper img {
  display: block;
  margin: 0 auto;
}
.price__ttl {
  margin-bottom: 30px;
  font-size: 3.6rem;
  color: #2076B5;
  font-style: italic;
  font-weight: bold;
}
.price__table {
  width: 100%;
  border-spacing: inherit;
}
.price__table__left {
  width: 55%;
  text-align: left;
  padding: 25px 0 17px 70px;
  background-color: #AFC8FF;
  font-size: 1.8rem;
}
.price__table__right {
  text-align: right;
  padding-right: 15px;
  font-size: 1.8rem;
}
.price__table td {
  border: 1px solid #000;
}
.price__attention {
  color: #C0372A;
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .price {
    position: relative;
  }
  .price__wrapper {
    width: 90%;
    margin: 0px auto 0;
    text-align: center;
    padding-bottom: 40px;
  }
  .price__wrapper img {
    display: block;
    margin: 0 auto 40px;
    width: 10%;
  }
  .price__ttl {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .price__table {
    width: 100%;
    border-spacing: inherit;
  }
  .price__table__left {
    width: 55%;
    text-align: left;
    padding: 18px 10px;
    background-color: #AFC8FF;
    font-size: 1.4rem;
  }
  .price__table__right {
    text-align: right;
    padding-right: 15px;
    font-size: 1.8rem;
    border-right: none;
  }
  .price__table td {
    border: 1px solid #000;
  }
  .price__attention {
    width: 60%;
    margin: 5px auto;
    text-align: center;
  }
}
.question {
  position: relative;
}
.question__wrapper {
  max-width: 1080px;
  width: 90%;
  margin: 0px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.question__img {
  margin-top: -25px;
}
.question__ttl {
  font-size: 3.6rem;
  color: #2076B5;
  font-style: italic;
  font-weight: bold;
}
.question__ttl img {
  display: block;
  margin: 0 auto;
}
.question__list {
  padding: 30px 0 0px;
  background: url("../images/question_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}
.question__list img {
  display: inline-block;
  margin-bottom: 40px;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .question {
    position: relative;
  }
  .question__wrapper {
    width: 100%;
    margin: 0px auto 0;
    padding-bottom: 40px;
  }
  .question__img {
    margin-top: -15px;
    width: 30%;
  }
  .question__ttl {
    font-size: 2.8rem;
    color: #2076B5;
    font-style: italic;
    font-weight: bold;
  }
  .question__ttl img {
    display: block;
    margin: 0 auto 40px;
    width: 10%;
  }
  .question__ttl img.question__img {
    width: 25%;
    margin-bottom: 0;
    margin-top: -15px;
  }
  .question__list {
    padding: 30px 0 15px;
    background: url("../images/question_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
  }
  .question__list img {
    display: inline-block;
    margin-bottom: 20px;
    width: 90%;
  }
}
.company {
  position: relative;
}
.company__wrapper {
  max-width: 850px;
  width: 90%;
  margin: 0px auto 0;
  text-align: center;
  padding-bottom: 80px;
}
.company__ttl {
  font-size: 3.6rem;
  color: #2076B5;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px;
}
.company__ttl img {
  display: block;
  margin: 0 auto;
}
.company__list {
  padding: 22px 30px 60px;
  background: linear-gradient(rgb(13, 51, 134), rgba(13, 51, 134, 0.4));
  text-align: center;
  color: #fff;
  margin-bottom: 120px;
}
.company__list h3 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
.company__catch {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.company__txt {
  font-size: 1.4rem;
}
.company__name {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.company__table {
  border-top: 1px dotted #0D3386;
  border-bottom: 1px dotted #0D3386;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  border-spacing: inherit;
}
.company__table__left {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 25px 0 25px 25px;
  font-size: 2rem;
  border-bottom: 1px dotted #0D3386;
}
.company__table__left span {
  display: inline-block;
  width: 13px;
  height: 25px;
  background-color: #0D3386;
}
.company__table__right {
  text-align: left;
  padding-left: 35px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .company {
    position: relative;
  }
  .company__wrapper {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    padding-bottom: 40px;
  }
  .company__ttl {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .company__ttl img {
    display: block;
    margin: 0 auto 40px;
    width: 10%;
  }
  .company__list {
    padding: 22px 30px 60px;
    background: linear-gradient(rgb(13, 51, 134), rgba(13, 51, 134, 0.4));
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
  }
  .company__list h3 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  .company__catch {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .company__txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .company__name {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .company__table {
    border-top: 1px dotted #0D3386;
    border-bottom: 1px dotted #0D3386;
    width: 100%;
    margin: 0 auto;
    border-spacing: inherit;
  }
  .company__table__left {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 0 15px 15px;
    font-size: 1.4rem;
    border-bottom: 1px dotted #0D3386;
    margin-left: 5px;
    margin-right: -10px;
  }
  .company__table__left span {
    display: inline-block;
    width: 13px;
    height: 25px;
    background-color: #0D3386;
  }
  .company__table__right {
    text-align: right;
    padding-left: 0px;
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
#formWrap {
  margin: 0 auto;
  max-width: 1080px;
  background-color: #F4F1E3;
  padding: 40px 90px 100px;
  width: 100%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable th {
  font-weight: normal;
  padding: 0;
  text-align: left;
  border: none;
  font-size: 2rem;
  padding-bottom: 60px;
  width: 29%;
}

table.formTable th.vertical {
  vertical-align: top;
}

table.formTable td {
  padding: 0 0 60px;
}

table.formTable th span {
  display: inline-block;
  float: right;
  margin-right: 10px;
  color: #fff;
  padding: 0 10px;
  background-color: #FF6565;
}

table.formTable td.vertical {
  padding-bottom: 40px;
}

table.formTable th.vertical span {
  vertical-align: top;
}

table.formTable td input {
  height: 60px;
  border: 1px solid #2076B5;
}

table.formTable td textarea {
  border: 1px solid #2076B5;
}

.form {
  position: relative;
}
.form img {
  display: block;
  margin: 0 auto 30px;
}
.form__ttl {
  margin-bottom: 40px;
  font-size: 3.6rem;
  color: #2076B5;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
.form__btn input {
  max-width: 410px;
  width: 50%;
  margin: 0 auto;
  background-color: #FF0000;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #formWrap {
    padding: 30px 25px 80px;
  }
  table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
  }
  table.formTable th {
    font-weight: normal;
    padding: 0;
    text-align: left;
    border: none;
    font-size: 1.5rem;
    padding-bottom: 20px;
    width: 100%;
    display: block;
  }
  table.formTable th.vertical {
    vertical-align: top;
  }
  table.formTable td {
    padding: 0 0 35px;
    display: block;
  }
  table.formTable th span {
    display: inline-block;
    margin-right: 0px;
    float: inherit;
    margin-left: 5px;
  }
  table.formTable td.vertical {
    padding-bottom: 40px;
  }
  table.formTable th.vertical span {
    vertical-align: top;
  }
  table.formTable td input {
    height: 60px;
    border: 1px solid #2076B5;
    width: 100%;
  }
  table.formTable td textarea {
    border: 1px solid #2076B5;
    width: 100%;
  }
  .form {
    position: relative;
  }
  .form img {
    display: block;
    margin: 0 auto 30px;
  }
  .form__ttl {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .form__btn input {
    max-width: 410px;
    width: 80%;
    margin: 0 auto;
    background-color: #FF0000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 2rem;
  }
}
/*
 * setting & mixin
 */
/*
 * foundation
 */
/*
 * layout
 */
/*
 * Component
 */
/*
* Project
*/
/*# sourceMappingURL=style.css.map */