
@charset "UTF-8";
/* Box sizing rules */
/* Box sizingの定義 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ---------- ---------- ---------- ---------- ---------- */
.d_ib {
  display: inline-block !important;
}

.d_b {
  display: block !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* ---------- ---------- ---------- ---------- ---------- */
.ta_r {
  text-align: right !important;
}

.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fw_100 {
  font-weight: 100 !important;
}

.fw_200 {
  font-weight: 200 !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_800 {
  font-weight: 800 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

.fw_n {
  font-weight: normal !important;
}

.fw_b {
  font-weight: bold !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_13 {
  font-size: 13px;
}

.fz_14 {
  font-size: 14px;
}

.fz_15 {
  font-size: 15px;
}

.fz_16 {
  font-size: 16px;
}

.fz_17 {
  font-size: 17px;
}

.fz_18 {
  font-size: 18px;
}

.fz_19 {
  font-size: 19px;
}

.fz_20 {
  font-size: 20px;
}

.fz_22 {
  font-size: 22px;
}

.fz_24 {
  font-size: 24px;
}

.fz_26 {
  font-size: 26px;
}

.fz_28 {
  font-size: 28px;
}

.fz_30 {
  font-size: 30px;
}

.fz_32 {
  font-size: 32px;
}

.fz_34 {
  font-size: 34px;
}

.fz_36 {
  font-size: 36px;
}

.fz_38 {
  font-size: 38px;
}

.fz_40 {
  font-size: 40px;
}

.fz_42 {
  font-size: 42px;
}

.fz_44 {
  font-size: 44px;
}

.fz_46 {
  font-size: 46px;
}

.fz_48 {
  font-size: 48px;
}

.fz_50 {
  font-size: 50px;
}

/* ---------- ---------- ---------- ---------- ---------- */
.m_0 {
  margin: 0px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.m_55 {
  margin: 55px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.m_60 {
  margin: 60px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.m_65 {
  margin: 65px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.m_70 {
  margin: 70px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.m_75 {
  margin: 75px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.m_80 {
  margin: 80px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.m_85 {
  margin: 85px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.m_90 {
  margin: 90px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.m_95 {
  margin: 95px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.m_100 {
  margin: 100px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.p_0 {
  padding: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.p_55 {
  padding: 55px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.p_60 {
  padding: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.p_65 {
  padding: 65px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.p_70 {
  padding: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.p_75 {
  padding: 75px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.p_80 {
  padding: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.p_85 {
  padding: 85px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.p_90 {
  padding: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.p_95 {
  padding: 95px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.p_100 {
  padding: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

:root {
  background-color: #fff;
  font-family: "Meiryo UI", Meiryo, メイリオ, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 112.5%;
  font-weight: normal;
  line-height: 1.7;
  color: #000000;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 670px) {
  :root {
    font-size: 87.5%;
  }
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
}

a {
  color: #000000;
  text-decoration: none;
  transition: .3s, 
 opacity .3s;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #0A7ADC;
}

a:active {
  color: #0A7ADC;
}

figure,
figcaption {
  margin: 0;
  vertical-align: middle;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.content {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1080px;
}

.ul, ol, li {
  list-style: none;
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
}

header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 9999;
  font-size: 16px;
}

.globalnav-wrap {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.globalnav-logo {
  display: flex;
  align-items: center;
  margin: 10px;
}

.globalnav-logo p {
  margin-right: 20px;
}

.globalnav-logo-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 670px) {
  .globalnav-logo-wrap {
    display: block;
    width: 80%;
  }
  .globalnav-logo-wrap h1 {
    padding-left: 10px;
  }
}

.globalnav .dropdown {
  z-index: 1000;
  background: #3C3AA6;
  position: absolute;
  left: 0;
  top: 71px;
  width: 150px;
  display: none;
}

.globalnav .dropdown li {
  display: inline-block;
  width: 100%;
}

.globalnav .dropdown li a {
  color: #fff;
  display: block;
  white-space: nowrap;
  padding: 20px;
}

.globalnav .dropdown li a:hover {
  background: #0A7ADC;
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px 10px 10px 0;
  transition: .3s;
}

.globalnav .dropdown-btn.dd {
  cursor: pointer;
  width: 150px;
  padding: 22px 20px;
}

.globalnav .dropdown-btn.dd:hover {
  color: #FFF;
  background: #3C3AA6;
}

.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}

.globalnav .close {
  display: block;
}

@media screen and (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .globalnav {
    display: none;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav-name {
    color: #FFF;
    font-weight: bold;
  }
  .globalnav .dropdown {
    width: 100%;
    border-top: 1px solid #FFF;
  }
  .globalnav .dropdown-btn.dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .globalnav .dropdown li a {
    padding: 10px 10px 10px 20px;
  }
  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(60, 58, 166, 0.95);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .globalnav-wrap.open .globalnav li {
    display: block;
    text-align: center;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav li a {
    color: #FFF;
  }
  .globalnav-wrap.open .globalnav li a.btn {
    color: #0A7ADC;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
  }
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
  }
  .nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0A7ADC;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 8px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}

.navigation {
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.navigation__link {
  display: flex;
  width: 100%;
}

.navigation__link li {
  flex: 1;
  border-right: 1px solid #B5B5B5;
}

.navigation__link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navigation__link li:first-child {
  border-left: 1px solid #B5B5B5;
}

@media only screen and (max-width: 670px) {
  .navigation {
    padding: 0;
  }
  .navigation__link {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation__link li {
    flex: initial;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #B5B5B5;
  }
  .navigation__link li:nth-child(even) {
    border-right: none;
  }
}

.shadow-box, .dl-sec-01 dd, .sec-01__list-wrap, .sec-01__guidebook {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.sp {
  display: none;
}

@media only screen and (max-width: 670px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.b-inline {
  display: inline-block;
}

.ta-l {
  text-align: left;
}

.m-auto {
  margin: 0 auto;
}

.fwb {
  font-weight: bold;
}

.contentsArea {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 670px) {
  .contentsArea {
    width: 100%;
    padding: 0 10px 10px;
  }
}

.contentsArea.pd {
  padding: 100px 0;
}

@media only screen and (max-width: 670px) {
  .contentsArea.pd {
    padding: 20px 10px;
  }
}

.contentsArea.pd-b {
  padding: 0 0 100px;
}

@media only screen and (max-width: 670px) {
  .contentsArea.pd-b {
    padding: 0 10px 30px;
  }
}

.contentsArea.pd-t {
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 670px) {
  .navigation .contentsArea {
    padding: 0;
  }
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  transition: .3s;
  border-radius: 5px;
  transition: .3s;
}

a.btn:hover {
  opacity: .8;
}

a.btn-header {
  width: 180px;
  height: 50px;
  background: #0A7ADC;
  color: #FFF;
  position: relative;
}

a.btn-header:after {
  content: "";
  width: 7px;
  height: 12px;
  background: url(/media_library/consolidate/lp/renketsu01/images/ic_arrow_white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
}

@media only screen and (max-width: 670px) {
  a.btn-header {
    margin: 0 auto;
    background: #FFF;
  }
}

a.btn-type-01 {
  width: 420px;
  height: 85px;
  margin: 0 auto;
  background: #3C3AA6;
  color: #FFF;
  font-size: 34px;
  font-size: 1.88889rem;
  box-shadow: 10px 10px 0 rgba(60, 58, 166, 0.2);
}

@media only screen and (max-width: 670px) {
  a.btn-type-01 {
    width: 85%;
    font-size: 24px;
    font-size: 1.33333rem;
    height: 50px;
  }
}

a.btn-dl:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/media_library/consolidate/lp/ca/images/ic_download.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 670px) {
  a.btn-dl:after {
    width: 20px;
    height: 20px;
  }
}

a.btn-dl-type-02 {
  width: 370px;
  height: 65px;
  justify-content: flex-start;
  background: #FFF;
  padding: 15px;
  font-size: 20px;
  font-size: 1.11111rem;
  position: relative;
}

a.btn-dl-type-02:before {
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 20px;
}

a.btn-dl-type-02:after {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: url(/media_library/consolidate/lp/ca/images/ic_download_gray.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 25px;
}

a.btn-dl-type-02.type-01:before {
  background: url(/media_library/consolidate/lp/ca/images/ic_btn_book.svg) no-repeat;
}

a.btn-dl-type-02.type-02:before {
  background: url(/media_library/consolidate/lp/ca/images/ic_btn_bro.svg) no-repeat;
}

@media only screen and (max-width: 670px) {
  a.btn-dl-type-02 {
    width: 100%;
    margin-bottom: 10px;
  }
}

a.btn-dl-type-03 {
  width: 370px;
  height: 75px;
  margin-top: 20px;
  background: #F2D146;
  color: #0A7ADC;
  font-size: 28px;
  font-size: 1.55556rem;
  position: relative;
  box-shadow: 5px 5px 0 rgba(70, 70, 70, 0.3);
}

a.btn-dl-type-03:after {
  content: "";
  width: 14px;
  height: 24px;
  background: url(/media_library/consolidate/lp/ca/images/ic_arrow_white02.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 30px;
}

@media only screen and (max-width: 670px) {
  a.btn-dl-type-03 {
    width: 100%;
  }
}

a.btn-link:after {
  content: "";
  width: 13px;
  height: 24px;
  background: url(/media_library/consolidate/lp/ca/images/ic_arrow02.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 670px) {
  a.btn-link:after {
    width: 10px;
    height: 20px;
  }
}

.btn-area {
  margin: 100px auto 0;
}

@media only screen and (max-width: 670px) {
  .btn-area {
    margin: 30px auto;
  }
}

.btn-area-02 {
  margin: 65px auto 0;
}

@media only screen and (max-width: 670px) {
  .btn-area-02 {
    margin-top: 20px;
  }
}

.btn-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
}

.btn-top a {
  display: block;
  background: rgba(10, 122, 220, 0.5);
  color: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
  transition: .3s;
}

.btn-top a:hover {
  background: #0a7adc;
}

@media only screen and (max-width: 670px) {
  .btn-top {
    display: none !important;
  }
}

.bnr-area-01 {
  margin-top: 50px;
  text-align: center;
}

.bnr-area-01 img {
  margin: 0 auto;
}

.bnr-area-02 {
  margin-top: 100px;
}

.bnr-area-03 {
  margin: 100px auto;
  text-align: center;
}

.bnr-area-03 img {
  margin: 0 auto;
}

.bnr-area-03 img:hover {
  opacity: .8;
}

@media only screen and (max-width: 670px) {
  .bnr-area-02 {
    margin-top: 20px;
  }
  .bnr-area-03 {
    margin: 20px 10px;
  }
}

.bnr__fix {
  position: fixed;
  width: 220px;
  right: 0;
  bottom: 100px;
  border-radius: 10px 0 0 10px;
  background: rgba(60, 58, 166, 0.3);
  transition: .3s;
  z-index: 999;
  display: none;
}

.bnr__fix .upper {
  display: block;
  height: 60px;
  text-align: center;
  position: relative;
}

.bnr__fix .upper img {
  position: absolute;
  top: -40px;
  left: 35px;
}

.bnr__fix .txt {
  background: #3C3AA6;
  border-radius: 0 0 0 15px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  position: relative;
}

.bnr__fix .txt:after {
  content: "";
  display: block;
  background: url(/media_library/consolidate/lp/ca/images/ic_arrow_white02.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 20px;
  bottom: 7px;
}

.bnr__fix:hover {
  opacity: .7;
}

@media only screen and (max-width: 670px) {
  .bnr__fix {
    bottom: 30px;
    width: 150px;
  }
  .bnr__fix .upper {
    height: 50px;
    position: relative;
  }
  .bnr__fix .upper img {
    width: 100px;
    height: auto;
    top: -20px;
  }
  .bnr__fix .txt:after {
    display: none;
  }
}

a.bnr-type-01 {
  display: block;
  width: 930px;
  height: 125px;
  text-align: left;
  color: #FFF;
  background: url(/media_library/consolidate/lp/ca/images/bg_bnr.png) no-repeat;
  padding: 10px 40px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 38px;
  font-size: 2.11111rem;
  line-height: 1.13158;
  font-weight: 700;
  transition: .3s;
}

a.bnr-type-01 .icon {
  display: inline-block;
  color: #CAD1EB;
  border-radius: 3px;
  border: 1px solid #CAD1EB;
  padding: 5px 15px;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1;
}

a.bnr-type-01 p {
  margin-top: 5px;
}

a.bnr-type-01 .txt-02 {
  font-size: 31px;
  font-size: 1.72222rem;
}

a.bnr-type-01:hover {
  opacity: .8;
}

@media only screen and (max-width: 670px) {
  a.bnr-type-01 {
    width: 95%;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    background-color: #014E90;
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

a.txt-link {
  color: #0A7ADC;
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
  color: #3C3AA6;
}

body {
  text-align: center;
}

.ttl-h2 {
  color: #3C3AA6;
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.27778;
  font-weight: 700;
  margin-bottom: 50px;
}

.ttl-h2 span {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 400;
}

.ttl-h2 span:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 28px;
  background: url(/media_library/consolidate/lp/ca/images/ic_ttl_line.svg) no-repeat;
  background-size: cover;
  margin-right: 15px;
}

.ttl-h2 span:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 28px;
  background: url(/media_library/consolidate/lp/ca/images/ic_ttl_line.svg) no-repeat;
  background-size: cover;
  transform: rotate3d(1, 0, 0, 180deg);
  margin-left: 15px;
}

.ttl-h2.white {
  color: #FFF;
}

@media only screen and (max-width: 670px) {
  .ttl-h2 {
    margin-bottom: 30px;
  }
}

.ttl-h2-01 {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  background: #0A7ADC;
  border-radius: 50px;
  padding: 5px 100px;
  margin: 0 auto;
}

@media only screen and (max-width: 670px) {
  .ttl-h2-01 {
    padding: 5px 20px;
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.ttl-h3 {
  text-align: left;
  border-left: 5px solid #3C3AA6;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1;
  font-weight: 700;
  color: #3C3AA6;
  padding-left: 15px;
  margin-bottom: 20px;
}

.ttl-h3__sec-02 {
  border-left: 5px solid #3C3AA6;
  color: #3C3AA6;
  padding-left: 10px;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
  font-weight: 700;
}

@media only screen and (max-width: 670px) {
  .ttl-h3__sec-02 {
    margin-bottom: 20px;
  }
}

.ttl-h3__sec-03__item {
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 1.40625;
  font-weight: 700;
  margin-bottom: 25px;
}

@media only screen and (max-width: 670px) {
  .ttl-h3__sec-03__item {
    margin-bottom: 15px;
  }
}

.ttl-h3__sec-04 {
  color: #3C3AA6;
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.27778;
  font-weight: 700;
}

.ttl-h3__sec-04:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  background: #3C3AA6;
  border-radius: 10px;
  margin: 20px auto;
}

.ttl-h3__sec-06 {
  background: #0A7ADC;
  font-size: 28px;
  font-size: 1.55556rem;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
}

.text-type02 {
  font-size: 20px;
  font-size: 1.11111rem;
}

@media only screen and (max-width: 670px) {
  .text-type02 {
    text-align: left;
  }
}

.read {
  text-align: left;
  margin-bottom: 30px;
}

.m-h2-sec-01 {
  padding-top: 100px;
}

@media only screen and (max-width: 670px) {
  .m-h2-sec-01 {
    padding-top: 30px;
  }
}

.bg-white {
  background: #fff;
}

.bg-color-01 {
  background: rgba(200, 200, 254, 0.3);
}

.bg-carve {
  height: 800px;
  background: rgba(200, 200, 254, 0.3);
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  margin-left: -150px;
  margin-right: -150px;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 80px;
}

.bg-carve-wrap {
  overflow: hidden;
}

@media only screen and (max-width: 670px) {
  .bg-carve {
    height: auto;
    border-radius: 0;
    margin: 0;
    padding: 0 0 60px;
  }
}

.ic-01 {
  position: absolute;
  left: calc((100% - 92px) / 2);
  top: -140px;
}

.ic-02 img, .ic-03 img, .ic-04 img {
  margin: 0 auto 40px;
  width: 92px;
  height: auto;
}

@media only screen and (max-width: 670px) {
  .ic-02 img, .ic-03 img, .ic-04 img {
    width: 50px;
  }
}

@media only screen and (max-width: 670px) {
  .ic-01 {
    top: -100px;
  }
}

.dl-sec-01 {
  margin-bottom: 40px;
}

.dl-sec-01 dt {
  background: #3C3AA6;
  color: #FFF;
  display: inline-block;
  padding: 2px 30px;
  border-radius: 30px;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
}

.dl-sec-01 dd {
  margin-top: -20px;
  background: #FFF;
  border: 2px solid #3C3AA6;
  border-radius: 5px;
  padding: 45px 0 20px;
}

@media only screen and (max-width: 670px) {
  .dl-sec-01 dd {
    padding: 30px 10px 10px;
    text-align: left;
  }
}

.dl-sec-01-guidebook {
  margin-bottom: 30px;
}

.dl-sec-01-guidebook dt {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  color: #0A7ADC;
  margin-bottom: 10px;
}

.dl-sec-01-guidebook dt span {
  display: inline-block;
  background: #0A7ADC;
  color: #FFF;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  padding: 3px 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 670px) {
  .dl-sec-01-guidebook dt {
    padding-left: 40px;
    position: relative;
  }
  .dl-sec-01-guidebook dt span {
    position: absolute;
    left: 0;
  }
}

.dl-sec-01-guidebook dd p {
  font-weight: bold;
}

.dl-sec-01-guidebook:last-child {
  margin-bottom: 0;
}

.dl-sec-02 > dt {
  text-align: left;
  padding: 10px 65px;
  background: #D6D6EC url(/media_library/consolidate/lp/ca/images/ic_arrow01.svg) no-repeat;
  background-position: 40px center;
  color: #3C3AA6;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
}

.dl-sec-02 > dd {
  background: #E9E9F5;
  padding: 35px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dl-sec-02__inner {
  text-align: left;
  width: 560px;
}

.dl-sec-02__inner dt {
  background: url(/media_library/consolidate/lp/ca/images/ic_check.svg) no-repeat;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1;
  font-weight: 700;
  padding: 2px 0 5px 40px;
}

.dl-sec-02__inner dd {
  margin-top: 20px;
  background: #FFF;
  padding: 10px 20px;
}

.dl-sec-02__inner:first-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 670px) {
  .dl-sec-02 > dt {
    padding: 10px 10px 10px 30px;
    background-position: 10px center;
  }
  .dl-sec-02 > dd {
    display: block;
    padding: 15px;
    text-align: left;
  }
  .dl-sec-02__inner {
    width: 100%;
  }
  .dl-sec-02__inner dt {
    line-height: 1.3;
    padding: 0 0 5px 40px;
  }
}

.dl-sec-06 {
  margin-bottom: 50px;
}

.dl-sec-06 dt {
  border-left: 5px solid #0A7ADC;
  padding: 0 0 0 20px;
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 670px) {
  .dl-sec-06 {
    margin-bottom: 20px;
  }
  .dl-sec-06 dt {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

.dl-qa {
  border-top: 2px solid #707070;
  text-align: left;
}

.dl-qa:last-child {
  border-bottom: 2px solid #707070;
}

.dl-qa dt {
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.45833;
  font-weight: 700;
  color: #3C3AA6;
  position: relative;
  cursor: pointer;
}

.dl-qa dt .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.dl-qa dt .icon-wrap {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  transform: translatey(-50%);
}

.dl-qa dt .icon:before, .dl-qa dt .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #707070;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.dl-qa dt .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.dl-qa dt.active .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.dl-qa dd {
  width: 100%;
  display: none;
  padding-bottom: 30px;
  font-size: 18px;
  font-size: 1rem;
}

.dl-qa dd .inner {
  display: flex;
  align-items: center;
}

.dl-qa dd .inner p:nth-child(2) {
  width: 900px;
}

.dl-qa .ic-qa {
  margin-right: 30px;
}

@media only screen and (max-width: 670px) {
  .dl-qa dt {
    padding: 10px  30px 10px 0;
  }
  .dl-qa .ic-qa {
    width: 30px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .dl-qa dd {
    padding: 0;
  }
}

.ol-sec-01__guidebook li {
  text-align: left;
  margin-bottom: 30px;
}

.ol-sec-01__guidebook li:last-child {
  margin-bottom: 0;
}

ul.ul-check01 {
  margin: 20px 0 80px;
}

ul.ul-check01 li {
  background: url(/media_library/consolidate/lp/ca/images/ic_check02.svg) no-repeat 0 8px;
  font-size: 24px;
  font-size: 1.33333rem;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 670px) {
  ul.ul-check01 {
    margin-bottom: 20px;
  }
}

ul.ul-footer {
  margin-top: 10px;
}

ul.ul-footer li {
  background: url(/media_library/consolidate/lp/ca/images/ic_footer.svg) no-repeat 0 8px;
  padding-left: 20px;
}

ul.ul-footer li a {
  color: #FFF;
  font-size: 16px;
  font-size: 0.88889rem;
  letter-spacing: 0.1em;
}

ul.ul-footer li a:hover {
  color: #0A7ADC;
}

@media only screen and (max-width: 670px) {
  ul.ul-footer {
    margin: 0 0 10px 0;
  }
}

#mainvisual {
  width: 100vw;
  height: 30vw;
  padding-top: 70px;
  background: #E9E9F5 url(/media_library/consolidate/lp/ca/images/bg_mv_pc_01.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#mainvisual .mv-01 {
  width: 20vw;
  height: 17.1vw;
  position: absolute;
  top: 8vw;
  left: 14vw;
}

#mainvisual .mv-02 {
  width: 32vw;
  height: 17.3vw;
  position: absolute;
  top: 10vw;
  left: calc((100vw - 32vw) / 2);
  z-index: 10;
}

#mainvisual .mv-03 {
  width: 32.5vw;
  height: 20vw;
  position: absolute;
  top: 12vw;
  left: 65vw;
}

@media only screen and (max-width: 670px) {
  #mainvisual {
    background: #E9E9F5;
    height: auto;
    overflow: initial;
    text-align: center;
    padding: 20px 10px 0;
  }
  #mainvisual .mv-01, #mainvisual .mv-02, #mainvisual .mv-03 {
    position: relative;
    width: initial;
    height: initial;
    top: initial;
    left: initial;
    margin: 0 auto;
    text-align: center;
  }
  #mainvisual img {
    margin: 0 auto;
  }
}

.sec-01 {
  background: url(/media_library/consolidate/lp/ca/images/bg_grid.svg);
  background-size: 30px 30px;
}

.sec-01 .bg-white {
  padding-bottom: 100px;
}

@media only screen and (max-width: 670px) {
  .sec-01 .bg-white {
    padding-bottom: 50px;
  }
}

.sec-01 .bg-color-01 {
  position: relative;
}

.sec-01 .bg-color-01:before {
  content: "";
  background: url(/media_library/consolidate/lp/ca/images/bg_curve_white.svg) no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 100px;
  display: block;
}

@media only screen and (max-width: 670px) {
  .sec-01 .bg-color-01:before {
    height: 60px;
  }
}

.sec-01__table {
  border: 1px solid #707070;
  margin-bottom: 50px;
}

.sec-01__table th {
  border-right: 1px solid #FFF;
  background: #3C3AA6;
  color: #FFF;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
}

.sec-01__table th span {
  font-size: 16px;
  font-size: 0.88889rem;
}

.sec-01__table tbody {
  background: #FFF;
}

.sec-01__table td {
  border: 1px solid #707070;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.375;
  padding: 10px;
  text-align:left;
}

.sec-01__table td span {
  display: block;
}

.sec-01__list-wrap {
  background: #E1E1F0;
  padding: 30px 35px 30px 50px;
  border: 2px solid #FFF;
  border-radius: 5px;
}

.sec-01__list li {
  list-style: disc;
}

.sec-01__guidebook {
  background: #FFF;
  border: 2px solid #0A7ADC;
  border-radius: 5px;
  position: relative;
  margin-top: 50px;
  padding: 100px 30px 30px;
}

.sec-01__guidebook__h3 {
  position: absolute;
  display: block;
  width: 132px;
  height: 85px;
  top: -15px;
  padding: 10px 0 0 10px;
  background: url(/media_library/consolidate/lp/ca/images/bg_guidebook__h3.svg) no-repeat;
  background-size: cover;
  color: #FFF;
  font-size: 28px;
  font-size: 1.55556rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media only screen and (max-width: 670px) {
  .sec-01__guidebook {
    padding: 50px 10px 10px;
  }
  .sec-01__guidebook__h3 {
    width: 66px;
    height: 43px;
    top: -7px;
    font-size: 14px;
    padding: 7px 0 0 5px;
  }
}

.sec-01 .guidebookArea {
  margin-top: -350px;
}

@media only screen and (max-width: 670px) {
  .sec-01 .guidebookArea {
    margin-top: -100px;
  }
}

.sec-02 {
  border-top: 3px solid #B59C33;
}

.sec-02__table {
  margin: 50px 0 100px;
}

.sec-02__table th,
.sec-02__table td {
  border: 1px solid #707070;
  padding: 10px 15px;
}

.sec-02__table th.no-line,
.sec-02__table td.no-line {
  border: none;
}

.sec-02__table thead td {
  border: none;
}

.sec-02__table thead th {
  background: #F0F0F0;
  font-weight: normal;
}

.sec-02__table .num {
  background: #D6D6EC;
}

.sec-02__table .td-02 {
  background: #E9E9F5;
  padding: 10px 5px;
}

.sec-02__table .td-02 span {
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 670px) {
  .sec-02__table {
    margin: 20px 0;
  }
  .sec-02__table .td-02 span {
    writing-mode: initial;
  }
}

.sec-02__objection {
  margin-bottom: 70px;
}

@media only screen and (max-width: 670px) {
  .sec-02__objection {
    margin-bottom: 30px;
  }
}

.sec-03 {
  border-top: 3px solid #B59C33;
  background: #E9E9F5 url(/media_library/consolidate/lp/ca/images/bg_sec-03__02.svg);
  background-repeat: no-repeat;
  position: relative;
}

.sec-03:before {
  content: "";
  width: 95vw;
  height: 40.5vw;
  display: block;
  background: url(/media_library/consolidate/lp/ca/images/bg_sec03__top.svg) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 0;
}

.sec-03:after {
  content: "";
  width: 95vw;
  height: 40.5vw;
  display: block;
  background: url(/media_library/consolidate/lp/ca/images/bg_sec03__bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.sec-03 .contentsArea {
  z-index: 10;
}

.sec-03__item {
  background: #fff url(/media_library/consolidate/lp/ca/images/dec_01.svg) no-repeat top center;
  padding: 50px 70px;
  margin-top: 100px;
  border-radius: 5px;
  box-shadow: 50px 50px 0 rgba(220, 220, 232, 0.5);
}

@media only screen and (max-width: 670px) {
  .sec-03__item {
    padding: 20px;
    margin-top: 30px;
    box-shadow: none;
  }
}

.sec-03__item__ic {
  border-radius: 5px;
  border: 1px solid #3C3AA6;
  padding: 2px 20px;
  display: inline-block;
  margin: 0 auto;
  color: #3C3AA6;
  margin-bottom: 25px;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__ic {
    margin-bottom: 10px;
  }
}

.sec-03__item__point {
  width: 820px;
  margin: 30px auto !important;
}

.sec-03__item__point li {
  display: block;
  border-bottom: 2px dashed #707070;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.33333rem;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__point {
    width: 100%;
    margin: 20px auto;
  }
}

.sec-03__item__reason {
  text-align: left;
  margin: 40px auto;
}

.sec-03__item__reason dt {
  background: url(/media_library/consolidate/lp/ca/images/bg_sec-03__item__reason.svg) no-repeat;
  padding: 15px 0 0 20px;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 700;
}

.sec-03__item__reason dd {
  border-radius: 0 0 5px 5px;
  border: 1px solid #707070;
  border-top: none;
  padding: 15px 20px;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__reason {
    margin: 20px auto;
    border-radius: 5px;
    border: 1px solid #707070;
  }
  .sec-03__item__reason dt {
    background: none;
  }
  .sec-03__item__reason dd {
    border: none;
  }
}

.sec-03__item__comment {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sec-03__item__comment .side-txt {
  width: 765px;
  text-align: left;
}

.sec-03__item__comment .side-txt .txt-01 {
  color: #3C3AA6;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-03__item__comment .side-txt p span {
  font-weight: bold;
}

.sec-03__item__comment .side-txt p + p {
  margin-top: 20px;
}

.sec-03__item__comment .side-img.img-w {
  display: flex;
  justify-content: space-between;
}

.sec-03__item__comment .side-img .name {
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 700;
  text-align: left;
}

.sec-03__item__comment .side-img .name span {
  font-size: 16px;
  font-size: 0.88889rem;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__comment {
    display: block;
    margin-bottom: 20px;
  }
  .sec-03__item__comment .side-txt {
    width: 100%;
  }
  .sec-03__item__comment .side-img {
    text-align: center;
  }
  .sec-03__item__comment .side-img img {
    margin: 0 auto;
  }
  .sec-03__item__comment .side-img .name {
    text-align: center;
  }
}

.sec-03__item__type {
  text-align: left;
  margin-bottom: 50px !important;
}

.sec-03__item__type li {
  display: inline-block;
  background-color: #3C3AA6;
  color: #FFF;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 30px;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__type {
    margin-bottom: 20px !important;
  }
}

.sec-03__item__about {
  border: 1px solid #B4B4B4;
  padding: 18px;
  background: url(/media_library/consolidate/lp/ca/images/bg_sec-03-item.svg);
  background-size: 24px 24px;
  display: flex;
}

.sec-03__item__about .side-info {
  text-align: left;
  margin-left: 15px;
}

.sec-03__item__about .side-info .name {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-03__item__about .side-info .name span {
  font-size: 16px;
  font-size: 0.88889rem;
}

.sec-03__item__about .side-info .tag {
  margin-top: 10px;
  display: flex;
}

.sec-03__item__about .side-info .tag li {
  margin-right: 10px;
  border-radius: 5px;
  padding: 1px 20px;
  font-size: 16px;
  font-size: 0.88889rem;
}

.sec-03__item__about .side-info .tag.type-01 li {
  border: 1px solid #707070;
}

.sec-03__item__about .side-info .tag.type-02 li {
  background: #707070;
  color: #FFF;
}

@media only screen and (max-width: 670px) {
  .sec-03__item__about {
    display: block;
  }
  .sec-03__item__about img {
    width: 100%;
  }
  .sec-03__item__about .side-info {
    margin: 10px 0 0 0;
  }
  .sec-03__item__about .side-info .tag {
    flex-wrap: wrap;
  }
  .sec-03__item__about .side-info .tag li {
    padding: 1px 10px;
  }
}

.sec-04 {
  border-top: 3px solid #B59C33;
  background: url(/media_library/consolidate/lp/ca/images/bg_sec-04.png) no-repeat center bottom;
}

@media only screen and (max-width: 670px) {
  .sec-04 {
    background-size: auto 330px;
  }
}

.sec-04__form {
  padding: 110px 0 150px;
}

.sec-04__form .txt-01 {
  font-size: 28px;
  font-size: 1.55556rem;
}

.sec-04__form .txt-02 {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 670px) {
  .sec-04__form {
    padding: 30px 0 20px;
  }
}

.sec-05 {
  background: #0A7ADC url(/media_library/consolidate/lp/ca/images/bg_05.png);
  padding-bottom: 100px;
}

@media only screen and (max-width: 670px) {
  .sec-05 {
    padding-bottom: 20px;
  }
}

.sec-05-btn-area {
  width: 780px;
  margin: 0 auto;
}

.sec-05-btn-wrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 670px) {
  .sec-05-btn-area {
    width: 100%;
  }
  .sec-05-btn-wrap {
    display: block;
  }
}

.sec-06 {
  background: #E6F5FF url(/media_library/consolidate/lp/ca/images/bg_sec06.svg);
  background-size: 115px 115px;
}

.sec-06-wrap {
  background: #FFF;
  padding: 70px 70px 10px;
  margin-top: -30px;
  text-align: left;
}

.sec-06-news {
  display: flex;
  margin-bottom: 10px;
}

.sec-06-news .date {
  width: 120px;
}

@media only screen and (max-width: 670px) {
  .sec-06-wrap {
    padding: 30px 10px 10px;
    margin-top: -20px;
  }
}

.footer {
  color: #FFF;
  text-align: left;
}

.footer-upper {
  background: #3F5973;
  padding: 50px 0;
}

.footer-link-wrap {
  display: flex;
}

.footer-link-wrap > div {
  margin-right: 40px;
}

.footer-bottom {
  background: #8C8C8C;
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 5px 0;
}

@media only screen and (max-width: 670px) {
  .footer-upper {
    padding: 10px;
  }
  .footer-link-wrap {
    display: block;
  }
}




