@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;500;700&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #FBFBFB;
  color: #101010;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 200%;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding-top: 80px;
}

@media (max-width: 768px) {
  body {
    padding-top: 93px;
  }
}

.en {
  font-family: 'Oswald', sans-serif;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}

figure,
figcaption,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}

img,
a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul,
ol,
li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #000;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #000;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #000;
}

/* table */
table {
  width: 100%;
}

*,
*:before,
*:after {
  outline: none !important;
  box-sizing: border-box;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: ' ';
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-weight: 400;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

main {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: unset;
}

ul {
  list-style-type: none;
}

/* 共通 */
.st-head {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: 0em;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .st-head {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}

.sp-only_bl {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only_bl {
    display: none;
  }
  .sp-only_bl {
    display: block;
  }
}

.text_orange {
  color: #f97b06;
}

/* =========================================================
common
========================================================= */
/* =========================================================
  header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 11px 40px;
  z-index: 100;
  width: 100%;
  background-color: white;
}

@media (max-width: 768px) {
  header {
    padding: 10px 13px;
  }
}

.header-logo {
  width: 313px;
}

@media (max-width: 1080px) {
  .header-logo {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 140px;
  }
}

.header-tel {
  width: 580px;
  text-align: right;
}

@media (max-width: 768px) {
  .header-tel {
    max-width: calc(100% - 145px);
    width: 150px;
    margin-left: auto;
    text-align: center;
  }
}

.header-tel img {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

@media (max-width: 1080px) {
  .header-tel img {
    width: 25px;
  }
}

@media (max-width: 768px) {
  .header-tel img {
    width: 12px;
    margin-right: 5px;
  }
}

.header-tel .num {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1080px) {
  .header-tel .num {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 768px) {
  .header-tel .num {
    display: block;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 5px;
  }
}

.header-tel a {
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
  background: #101010;
  text-align: center;
  border-radius: 8px;
  padding: 18px 5px;
  min-width: 228px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  margin-left: 24px;
}

@media (max-width: 1080px) {
  .header-tel a {
    min-width: 200px;
    margin-left: 14px;
  }
}

@media (max-width: 768px) {
  .header-tel a {
    font-size: 10px;
    line-height: 17px;
    padding: 8px 5px;
    min-width: inherit;
    width: 150px;
    display: block;
    margin: 0 auto;
  }
}

.header-tel a:hover {
  opacity: 1;
  box-shadow: 0px 0px 30px 0 rgba(255, 255, 255, 0.55) inset;
}

.header-tel a b {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 768px) {
  .header-tel a b {
    font-size: 10px;
  }
}

header {
  transition: 0.2s;
}

/* =========================================================
  footer
========================================================= */
footer {
  padding: 40px;
  background-color: #232323;
}

footer p {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px;
  color: #fff;
}

footer a {
  display: inline-block;
  margin-right: 16px;
  color: #00baef;
  text-decoration: underline;
}

footer a:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  footer {
    padding: 16px 24px 10px;
  }
  footer p {
    font-size: 10px;
  }
  footer a {
    display: block;
    margin: 0 0 16px;
  }
}

/* .pagetop */
.pagetop {
  position: fixed;
  bottom: 120px;
  right: 16px;
  width: 98px;
  height: 85px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  transition: 0.2s;
  z-index: 1000;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 0px;
    font-size: 10px;
    line-height: 14px;
    padding-top: 20px;
  }
}

.pagetop::after {
  z-index: -1;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 77.9px 45px;
  border-color: transparent transparent #eaeaea transparent;
}

@media (max-width: 768px) {
  .pagetop::after {
    transform: translateY(-50%) translateX(-50%) scale(0.8, 0.8);
  }
}

.pagetop.show {
  opacity: 1;
}

.pagetop.absolute {
  position: absolute;
}

@media (max-width: 1080px) {
  .pagetop.absolute {
    bottom: -88px;
  }
}

@media (max-width: 768px) {
  .pagetop.absolute {
    bottom: -28px;
  }
}

.pagetop.show:hover {
  opacity: 0.6;
}

/* =========================================================
  contswrap
========================================================= */
.sttl {
  text-align: center;
}

.sttl .ja {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  display: block;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .sttl .ja {
    font-size: 24px;
    line-height: 35px;
    margin-top: 8px;
  }
}

.sttl .en {
  display: block;
  color: #3c86d3;
  font-size: 75px;
  line-height: 75px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sttl .en {
    font-size: 45px;
    line-height: 45px;
  }
}

.eBtn {
  max-width: 1024px;
  margin: 0 auto;
}

.eBtn a {
  display: block;
  background: #2072d9;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  position: relative;
  height: 122px;
  transition: 0.2s;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .eBtn a {
    font-size: 24px;
    line-height: 50px;
    height: 72px;
  }
}

.eBtn a:hover {
  opacity: 1;
  background: #004fa2;
}

.eBtn a span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
contents
========================================================= */
.inner1024 {
  max-width: 1024px;
  margin: 0 auto;
}

/* kv */
.kv {
  position: relative;
  overflow: hidden;
}

.kv .kv-inner {
  position: absolute;
  top: 23%;
  left: 11%;
  width: 594px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 1080px) {
  .kv .kv-inner {
    top: 15%;
    left: 5%;
    width: 388px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner {
    top: 100px;
    left: 20px;
    width: 160px;
  }
}

.kv .kv-inner h1 {
  width: 200px;
}

@media (max-width: 1080px) {
  .kv .kv-inner h1 {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner h1 {
    width: 54px;
  }
}

.kv .kv-inner ul {
  width: calc(100% - 200px);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 1080px) {
  .kv .kv-inner ul {
    width: calc(100% - 150px);
  }
}

@media (max-width: 768px) {
  .kv .kv-inner ul {
    width: calc(100% - 54px);
  }
}

.kv .kv-inner ul li {
  position: relative;
}

.kv .kv-inner ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  display: inline-block;
}

.kv .kv-inner ul li:nth-child(1) {
  background: #000;
  height: 40%;
  font-size: 40px;
  line-height: 40px;
  width: 80%;
}

@media (max-width: 1080px) {
  .kv .kv-inner ul li:nth-child(1) {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner ul li:nth-child(1) {
    font-size: 10px;
    line-height: 10px;
  }
}

.kv .kv-inner ul li:nth-child(2) {
  background: #004fa2;
  height: 60%;
  font-size: 56px;
  line-height: 56px;
}

@media (max-width: 1080px) {
  .kv .kv-inner ul li:nth-child(2) {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner ul li:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
  }
}

.kv .kv-inner .bt-read {
  width: 100%;
  padding-left: 104px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  margin-top: 16px;
}

@media (max-width: 1080px) {
  .kv .kv-inner .bt-read {
    font-size: 16px;
    line-height: 16px;
    padding-left: 94px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner .bt-read {
    font-size: 10px;
    line-height: 10px;
    padding-left: 42px;
    margin-top: 0;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 260px;
  }
}

.kv .kv-inner .bt-read span {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100px;
  text-align: center;
  display: block;
  line-height: 32px;
  background: #004fa2;
}

@media (max-width: 1080px) {
  .kv .kv-inner .bt-read span {
    line-height: 24px;
    top: -4px;
    width: 72px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner .bt-read span {
    line-height: 18px;
    width: 38px;
  }
}

.kv .kv-inner .bt-read b {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .kv .kv-inner .bt-read b {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 768px) {
  .kv .kv-inner .bt-read b {
    font-size: 6px;
    line-height: 6px;
  }
}

/* conts01 */
.conts01 {
  padding: 0 16px;
  margin-top: -30px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .conts01 {
    margin-bottom: 40px;
    margin-top: -5px;
  }
}

.conts01 .list {
  max-width: 824px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.conts01 .list li {
  width: calc(100% / 3 - 5px);
  background: #004fa2;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  position: relative;
  padding: 60px 24px 24px;
}

@media (max-width: 768px) {
  .conts01 .list li {
    width: calc(50% - 2px);
    padding: 28px 2px 11px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .conts01 .list li:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
}

.conts01 .list li .num {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  color: #3c86d3;
  font-size: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .conts01 .list li .num {
    top: -10px;
    font-size: 30px;
  }
}

.conts01 .list li .txt.txt03 {
  margin-top: -10px;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .conts01 .list li .txt.txt03 {
    margin-top: -3px;
    font-size: 10px;
    font-weight: 500;
  }
  .conts01 .list li .txt.txt03 span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    line-height: 28px;
  }
}

.conts01 .list li .txt.txt03 b {
  display: inline-block;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .conts01 .list li .txt.txt03 b {
    padding-bottom: 10px;
  }
}

.conts01 .list li .txt b {
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .conts01 .list li .txt b {
    font-size: 20px;
    line-height: 20px;
  }
}

.conts01 .list li .notetxt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .conts01 .list li .notetxt {
    margin-top: 8px;
    font-size: 8px;
    line-height: 14px;
  }
}

.conts01 .list li .notetxt.notetxt03 {
  margin-top: 0;
}

.conts01 .list li .notetxt.fz19 {
  font-size: 19px;
}

@media (max-width: 768px) {
  .conts01 .list li .notetxt.fz19 {
    font-size: 10px;
  }
}

/* conts02 */
.conts02 {
  padding: 0 16px;
  overflow: hidden;
  margin-bottom: 159px;
}

@media (max-width: 768px) {
  .conts02 {
    margin-bottom: 77px;
  }
}

.conts02 .sttl {
  margin-bottom: -35px;
}

@media (max-width: 768px) {
  .conts02 .sttl {
    margin-bottom: -20px;
  }
}

.conts02 .inner1024 {
  border: 8px solid #dadbdc;
  padding: 112px 56px 88px;
  text-align: left;
  margin-bottom: 79px;
}

@media (max-width: 768px) {
  .conts02 .inner1024 {
    padding: 52px 24px 40px;
    margin-bottom: 52px;
  }
}

.conts02 .wClmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 56px;
}

@media (max-width: 768px) {
  .conts02 .wClmn {
    display: block;
    margin-bottom: 40px;
  }
}

.conts02 .wClmn:last-of-type {
  margin-bottom: 0 !important;
}

.conts02 .wClmn.reserve {
  flex-direction: row-reverse;
}

.conts02 .wClmn .txt {
  width: calc(50% - 16px);
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt {
    width: 100%;
  }
}

.conts02 .wClmn .txt.w100 {
  width: 100%;
}

.conts02 .wClmn .txt .rttl {
  position: relative;
  padding-left: 84px;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .rttl {
    font-size: 22px;
    line-height: 31px;
    padding-left: 44px;
    margin-bottom: 24px;
  }
}

.conts02 .wClmn .txt .rttl span {
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  transform: translateY(-50%);
  color: #3c86d3;
  font-size: 65px;
  line-height: 65px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .rttl span {
    top: calc(50% - 5px);
    font-size: 35px;
    line-height: 35px;
  }
}

.conts02 .wClmn .txt .rttl-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  color: #2072D9;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .rttl-sub {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

.conts02 .wClmn .txt .read.mb16 {
  margin-bottom: 16px !important;
}

.conts02 .wClmn .txt .read {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .read {
    font-size: 12px;
    line-height: 24px;
  }
}

.conts02 .wClmn .txt .tlist {
  padding-left: 16px;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .tlist {
    padding-left: 16px;
  }
}

.conts02 .wClmn .txt .tlist li {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  position: relative;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .tlist li {
    font-size: 10px;
    line-height: 24px;
  }
}

.conts02 .wClmn .txt .tlist li::after {
  content: '・';
  position: absolute;
  top: 2px;
  left: -20px;
  color: #3c86d3;
  font-size: 18px;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .tlist li::after {
    left: -16px;
    font-size: 16px;
    top: 0;
  }
}

.conts02 .wClmn .txt .tlist li b {
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .tlist li b {
    font-size: 12px;
    line-height: 24px;
  }
}

.conts02 .wClmn .txt .tlist li span {
  font-size: 12px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .conts02 .wClmn .txt .tlist li span {
    font-size: 10px;
    line-height: 20px;
  }
}

.conts02 .wClmn .img {
  width: calc(50% - 16px);
}

@media (max-width: 768px) {
  .conts02 .wClmn .img {
    width: 100%;
    margin-top: 16px;
  }
}

/* conts03 */
.conts03 {
  margin-bottom: 64px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .conts03 {
    margin-bottom: 80px;
  }
}

.conts03 .sttl {
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .conts03 .sttl {
    margin-bottom: 40px;
  }
}

.conts03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .conts03 .list {
    display: block;
  }
}

.conts03 .list li {
  width: calc(100% / 4);
  border-left: 8px solid #fff;
  padding: 24px 16px 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts03 .list li {
    width: 100%;
    border-left: none;
    border-bottom: 8px solid #fff;
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 0;
  }
  .conts03 .list li:nth-child(1) {
    padding-top: 0;
  }
}

.conts03 .list li:nth-child(4) span {
  margin-top: -14px;
  margin-bottom: 16px;
}

.conts03 .list li:nth-child(1), .conts03 .list li:nth-child(5) {
  border-left: none;
}

.conts03 .list li span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #004fa2;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts03 .list li span {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px !important;
  }
}

/* conts04 */
.conts04 {
  margin-bottom: 120px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .conts04 {
    margin-bottom: 80px;
  }
}

.conts04 .sttl {
  margin-bottom: 66px;
}

@media (max-width: 768px) {
  .conts04 .sttl {
    margin-bottom: 58px;
  }
}

.conts04 .list {
  max-width: 963px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .conts04 .list {
    display: block;
  }
}

.conts04 .list li {
  width: calc(100% / 5 - 16px);
  background: #004fa2;
  color: #fff;
  position: relative;
  height: 175px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .conts04 .list li {
    width: 100%;
    height: 140px;
    padding: 15px 0;
    margin-bottom: 38px;
  }
  .conts04 .list li:last-child {
    margin-bottom: 0;
  }
}

.conts04 .list li .num {
  color: #3c86d3;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  font-weight: 500;
}

@media (max-width: 768px) {
  .conts04 .list li .num {
    font-size: 35px;
    line-height: 35px;
  }
}

.conts04 .list li .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.conts04 .list li .icon img {
  width: 72px;
  margin: 0 auto 10px;
}

@media (max-width: 768px) {
  .conts04 .list li .icon img {
    width: 64px;
    margin-bottom: 10px;
  }
}

/* conts05 */
.conts05 {
  margin-bottom: 120px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  .conts05 {
    margin-bottom: 80px;
  }
}

.conts05 .sttl {
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .conts05 .sttl {
    margin-bottom: 40px;
  }
}

.conts05 .list {
  text-align: left;
}

.conts05 .list li {
  border: 8px solid #dadbdc;
  padding: 32px;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .conts05 .list li {
    margin-bottom: 8px;
    padding: 32px 16px 32px 32px;
  }
}

.conts05 .list li:last-child {
  margin-bottom: 0 !important;
}

.conts05 .list li .question {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  color: #2072d9;
  margin-bottom: 32px;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .conts05 .list li .question {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 27px;
    padding-left: 20px;
  }
}

.conts05 .list li .question::after {
  font-size: 25px;
  content: 'Q.';
  position: absolute;
  top: -3px;
  left: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .conts05 .list li .question::after {
    font-size: 20px;
    position: absolute;
    top: calc(50% - 3px);
    left: -5px;
    transform: translateY(-50%);
  }
}

.conts05 .list li .answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .conts05 .list li .answer {
    font-size: 12px;
    line-height: 19px;
    padding-left: 20px;
  }
}

.conts05 .list li .answer::after {
  font-size: 25px;
  content: 'A.';
  position: absolute;
  top: -3px;
  left: 0px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 768px) {
  .conts05 .list li .answer::after {
    left: -4px;
    font-size: 20px;
    position: absolute;
  }
}

/* conts06 */
.conts06 {
  padding: 0 16px;
  margin-bottom: 159px;
}

@media (max-width: 768px) {
  .conts06 {
    margin-bottom: 109px;
    padding: 0;
  }
}

.conts06 .sttl {
  margin-bottom: 57px;
}

@media (max-width: 768px) {
  .conts06 .sttl {
    margin-bottom: 40px;
  }
}

.conts06 .wClmn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 76px;
  background: #004fa2;
}

@media (max-width: 768px) {
  .conts06 .wClmn {
    margin-bottom: 52px;
  }
}

.conts06 .wClmn li {
  width: 50%;
  padding: 48px 32px;
  color: #fff;
}

@media (max-width: 768px) {
  .conts06 .wClmn li {
    width: 100%;
    padding: 40px 24px 0;
  }
  .conts06 .wClmn li:last-child {
    padding-bottom: 40px;
  }
}

.conts06 .wClmn li .read {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .conts06 .wClmn li .read {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }
}

.conts06 .wClmn li .read span {
  display: block;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

@media (max-width: 768px) {
  .conts06 .wClmn li .read span {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px;
  }
}

.conts06 .wClmn li iframe {
  width: 100%;
  height: 276px;
  border: none;
}

@media (max-width: 768px) {
  .conts06 .wClmn li iframe {
    height: 201px;
  }
}

@media (max-width: 768px) {
  .conts06 .eBtn {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }
}

/* conts07 */
.conts07 {
  padding: 0 16px;
  margin-bottom: 85px;
}

@media (max-width: 768px) {
  .conts07 {
    margin-bottom: 80px;
  }
}

.conts07 .inner {
  max-width: 848px;
  padding: 24px 40px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
  .conts07 .inner {
    padding: 24px 8px;
  }
}

.conts07 .inner h2 {
  max-width: 350px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .conts07 .inner h2 {
    max-width: 282px;
  }
}

.conts07 .inner .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 768px) {
  .conts07 .inner .txt {
    align-items: flex-start;
    margin-top: 24px;
  }
}

.conts07 .inner .txt .chara {
  width: 79px;
}

@media (max-width: 768px) {
  .conts07 .inner .txt .chara {
    width: 63px;
  }
}

.conts07 .inner .txt p {
  width: calc(100% - 135px);
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-top: 32px;
}

@media (max-width: 768px) {
  .conts07 .inner .txt p {
    padding-top: 0;
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 19px;
  }
}

.conts07 .inner .img-mark {
  max-width: 496px;
  margin: 24px 0 0 0;
}

.conts07 .inner .img-mark.sp {
  display: none;
}

@media (max-width: 768px) {
  .conts07 .inner .img-mark {
    max-width: 320px;
    margin-top: 15px;
  }
  .conts07 .inner .img-mark.sp {
    display: block;
  }
  .conts07 .inner .img-mark.pc {
    display: none;
  }
}

/* .formArea */
.formArea {
  padding: 0 16px 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .formArea {
    padding-bottom: 32px;
  }
}

.formArea #form-head {
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .formArea #form-head {
    margin-top: -85px;
    padding-top: 85px;
  }
}

.formArea .eBtn {
  margin-top: 79px;
}

@media (max-width: 768px) {
  .formArea .eBtn {
    margin-top: 52px;
  }
}

/* .recruit */
.recruit {
  padding: 0 16px 80px;
  overflow: hidden;
}

.recruit table {
  max-width: 1024px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 79px;
}

@media (max-width: 768px) {
  .recruit table {
    margin-bottom: 52px;
  }
}

.recruit tr {
  border-bottom: 8px solid #fff;
}

@media screen and (min-width: 768px) {
  .recruit tr:last-child {
    border-bottom: none;
  }
}

.recruit th {
  width: 320px;
  padding: 16px;
  text-align: left;
  vertical-align: baseline;
  font-weight: 700;
  color: #fff;
  background: #004fa2;
}

@media (max-width: 768px) {
  .recruit th {
    width: 100%;
    display: block;
  }
}

.recruit td {
  width: calc(100% - 320px);
  padding: 16px;
  background: #f5f5f5;
}

.recruit td b {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .recruit td b {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .recruit td {
    width: 100%;
    display: block;
  }
}

.recruit td p > span {
  position: relative;
  display: block;
  padding-left: 14px;
  font-size: 14px;
}

.recruit td p > span::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}

.recruit td p > strong {
  color: #000;
}

.recruit td p + p {
  margin-top: 24px;
}

.recruit td ul {
  margin-top: 10px;
}

.recruit td ul + * {
  margin-top: 24px;
}

.recruit td li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
}

.recruit td li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding: 0 16px 64px;
  }
}

.wid {
  max-width: 923px;
  margin: 0 auto;
}

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