@charset "UTF-8";
/*=========================================

valiables

=========================================*/
/*=========================================

reset

=========================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  color: #444444;
  line-height: 1.8;
  font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
  letter-spacing: 1px;
  box-sizing: border-box;
  font-weight: normal;
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  opacity: 1;
  color: #0074FF;
  transition: all 0.2s ease-in-out; }

a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-in-out; }

img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%; }

input,
select {
  vertical-align: middle; }

button {
  line-height: 1.0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* font-size */
html {
  font-size: 62.5%; }

/* =10px */
body {
  font-size: 1.4px;
  font-size: 1.4rem; }

h1 {
  line-height: 1; }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold; }

h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal; }

p {
  font-size: 1.4px;
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  /* font-size */
  html {
    font-size: 62.5%; }
  /* =10px */
  body {
    font-size: 14px;
    font-size: 1.4rem; }
  h1 {
    line-height: 1; }
  h2 {
    font-size: 20px;
    font-size: 2.0rem; }
  h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  p {
    font-size: 14px;
    font-size: 1.4rem; } }

/*=========================================

common

=========================================*/
/*--------------
レイアウト
--------------*/
.container {
  width: 100%;
  overflow: hidden;
  display: flex; }

.content-area {
  width: 59%;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff; }

.form-area {
  width: 41%;
  background: #EBF3FF;
  box-sizing: border-box;
  overflow: hidden; }

.content-inner {
  padding: 0 3vw; }

.sec {
  margin-bottom: 30px; }

.sectitle {
  margin-bottom: 10px; }

.sectitle img {
  width: 25px;
  padding: 0 10px 2px 0; }

@media screen and (max-width: 767px) {
  .container {
    display: block; }
  .content-area {
    width: 100%; }
  .form-area {
    width: 100%; }
  .content-inner {
    padding: 0 4vw; }
  .sec {
    margin-bottom: 40px; }
  .sectitle {
    margin-bottom: 20px; }
  .sectitle img {
    width: 25px;
    padding: 0 10px 0px 0; } }

.show_sp {
  display: none; }

.show_pc {
  display: block; }

@media screen and (max-width: 767px) {
  .show_sp {
    display: block; }
  .show_pc {
    display: none; } }

/*=========================================

header

=========================================*/
header {
  border-bottom: 1px solid #F7F5F5;
  background: #ffffff; }

.header-inner {
  padding: 0 60px; }
  .header-inner img {
    width: 170px; }

@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 20px; } }

/*=========================================

footer

=========================================*/
footer {
  background: #0074FF;
  margin-top: auto; }

.footer-inner {
  text-align: center;
  padding: 60px 0 80px; }
  .footer-inner img {
    width: 170px; }

.footer-text {
  color: #ffffff; }

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 20px 0 40px; } }

/*=========================================

KV

=========================================*/
.page-title {
  text-align: center;
  padding: 10px 0 10px; }

.kv img {
  width: 100%;
  margin-bottom: 20px; }

.intro-text-wrapper {
  margin-bottom: 20px; }

.intro-text {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2; }
  .intro-text span {
    font-weight: bold; }
    
.intro-subtext {
  margin-bottom: 10px;
  font-size: 16px;}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 20px 0 20px; }
  .kv img {
    width: 100%;
    margin-bottom: 20px; }
  .intro-text {
    margin-bottom: 20px;
    font-size: 18px; } }

/*=========================================

sec01

=========================================*/
.recommend-list {
  background: #F5F6F7;
  padding: 20px;
  border-radius: 6px; }
  .recommend-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative; }
  .recommend-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: block;
    background: #0074FF;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%); }

@media screen and (max-width: 767px) {
  .recommend-list {
    padding: 20px; }
    .recommend-list li {
      padding-left: 20px; }
    .recommend-list li::before {
      left: 0px; } }

.about-list-item {
  background: #F5F6F7;
  border-radius: 6px;
  padding: 20px 20px;
  position: relative;
  margin-left: 18px; }
  .about-list-item + .about-list-item {
    margin-top: 10px; }

.about-list-item::after {
  content: '1';
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #0074FF;
  display: block;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  color: #0074FF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translate(0, -50%); }

.about-list-item:nth-child(2):after {
  content: '2'; }

.about-list-item:nth-child(3):after {
  content: '3'; }

.about-list-item:nth-child(4):after {
  content: '4'; }

.about-list-item:nth-child(5):after {
  content: '5'; }

.about-list-item:nth-child(6):after {
  content: '6'; }

.about-list-bold {
  font-weight: bold; }

.about-list-color {
  color: #0074FF; }

@media screen and (max-width: 767px) {
  .about-list-item {
    padding: 20px 20px;
    margin-left: 20px; }
  .about-list-item::after {
    width: 30px;
    height: 30px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translate(0, -50%); }
  .about-list-item p + p {
    margin-top: 10px; } }

.other-list {
  display: flex; }

.button-wrapper {
  margin-bottom: 10px; }

.button {
  font-weight: bold;
  background: #0074FF;
  color: #ffffff;
  display: block;
  width: 90%;
  text-align: center;
  padding: 16px 0;
  border-radius: 30px;
  margin: 0 auto; }

.other-list {
  background: #F5F6F7;
  border-radius: 6px; }

.other-list-item {
  width: 33%;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  flex-direction: column; }
  .other-list-item .button-wrapper {
    margin-top: auto; }
  .other-list-item + .other-list-item {
    border-left: 2px solid #ffffff; }

.other-img {
  text-align: center;
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px; }

.other-img img {
  width: 100%; }

.other-title {
  text-align: center;
  margin-bottom: 10px; }

.other-text {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .other-list {
    display: block; }
  .other-list-item {
    width: 100%;
    padding: 20px 20px; }
    .other-list-item + .other-list-item {
      border-left: none;
      border-top: 2px solid #ffffff; }
  .other-title {
    margin-bottom: 10px; }
  .other-text {
    margin-bottom: 10px; } }
    
.about-list-item-text {
  margin-left: 10px;}

/*=========================================

thanks

=========================================*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #EBF3FF; }

.message {
  background: #EBF3FF;
  padding: 60px 3vw 180px;
  box-sizing: border-box; }

.message-inner {
  background: #ffffff;
  text-align: center;
  padding: 20px;
  width: 900px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 40px;
  border-radius: 6px; }

.message-title {
  margin-bottom: 20px; }

.message-text a {
  text-decoration: underline; }

/*=========================================

form

=========================================*/
.c-form {
  background-color: #ffffff;
  padding: 20px;
  width: 90%;
  margin: 20px auto;
  box-sizing: border-box;
  border-radius: 6px; }

@media screen and (max-width: 767px) {
  .c-form {
    padding: 30px 10px; } }

.c-form__lead {
  font-size: 14px;
  font-weight: bold;}

@media screen and (max-width: 767px) {
  .c-form__lead {
    margin-bottom: 30px; } }

.c-form form.mktoForm {
  width: auto !important; }

.c-form form.mktoForm label {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  line-height: 1.2;
  font-size: 12px;
  width: 100% !important;
  margin-bottom: 10px;
  color: #222; }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm label {
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm label {
    font-size: 14px; } }

.c-form form.mktoForm label .mktoAsterix {
  font-size: 0;
  visibility: hidden;
  padding-left: 5px !important; }

.c-form form.mktoForm label .mktoAsterix::after {
  background-color: #707070;
  border-radius: 4px;
  color: #fff;
  content: '必須';
  line-height: 1;
  visibility: visible;
  padding: 4px 0 6px;
  font-size: 10px;
  margin-right: 0px;
  width: 40px;
  text-align: center;
  display: block; }

.c-form form.mktoForm label > span {
  font-size: inherit !important; }

.c-form form.mktoForm input:not([type='checkbox']):not([type='radio']),
.c-form form.mktoForm select {
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  font-size: 14px;
  width: 100% !important;
  border-radius: 4px;
  min-height: 36px;
  box-sizing: border-box; }

.c-form form.mktoForm input:not([type='checkbox']):not([type='radio']) {
  background-color: #F5F6F7; }

.c-form form.mktoForm select {
  background: #fff; }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm input:not([type='checkbox']):not([type='radio']),
  .c-form form.mktoForm select {
    padding: 10px; } }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm input:not([type='checkbox']):not([type='radio']),
  .c-form form.mktoForm select {
    font-size: 16px; } }

.c-form form.mktoForm input[type='radio'] + label {
  margin-right: 1em;
  width: 80% !important; }

.c-form form.mktoForm .mktoFormRow + .mktoFormRow {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm .mktoFormRow + .mktoFormRow {
    margin-top: 15px; } }

.c-form form.mktoForm .mktoSelectWrapper {
  border: none;
  position: relative;
  width: 100%;
  position: relative; }

.c-form form.mktoForm .mktoSelectWrapper:before {
  border-right: solid 2px #2864f0;
  border-top: solid 2px #2864f0;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 6px; }

.c-form form.mktoForm .mktoSelectWrapper:before {
  right: 20px; }

.c-form form.mktoForm .mktoSelectWrapper:before {
  transform: translate(0, -50%) rotate(135deg); }

.c-form form.mktoForm .mktoSelectWrapper::before {
  pointer-events: none; }

.c-form form.mktoForm .mktoFieldWrap.mktoRequiredField {
  position: relative;
  width: 100%; }

.c-form form.mktoForm .mktoFieldWrap.mktoRequiredField .mktoError {
  background-color: #2864f0;
  border-radius: 5px;
  color: #fff;
  left: 0;
  line-height: 1;
  position: absolute;
  right: auto !important;
  z-index: 1;
  padding: 10px; }

.c-form
form.mktoForm
.mktoFieldWrap.mktoRequiredField
.mktoError
.mktoErrorArrowWrap {
  height: 8px;
  left: 5px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  width: 16px;
  z-index: 100; }

.c-form
form.mktoForm
.mktoFieldWrap.mktoRequiredField
.mktoError
.mktoErrorArrowWrap
.mktoErrorArrow {
  background-color: #2864f0;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  height: 16px;
  margin-top: 5px;
  transform: rotate(45deg);
  width: 16px;
  border: none; }

.c-form form.mktoForm .mktoButtonWrap.mktoNative,
.c-form form.mktoForm .mktoButtonWrap.mktoSimple,
.c-form form.mktoForm .mktoButtonWrap.mktoMinimal {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-left: 0 !important;
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm .mktoButtonWrap.mktoNative,
  .c-form form.mktoForm .mktoButtonWrap.mktoSimple,
  .c-form form.mktoForm .mktoButtonWrap.mktoMinimal {
    margin-top: 20px; } }

.c-form form.mktoForm .mktoButtonWrap.mktoNative .mktoButton,
.c-form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.c-form form.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EB9017;
  background-image: none;
  border: 0;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  outline: 0;
  text-align: center;
  text-shadow: none;
  transition: all 0.2s ease;
  padding: 20px;
  width: 80%;
  font-size: 16px; }

@media screen and (max-width: 767px) {
  .c-form form.mktoForm .mktoButtonWrap.mktoNative .mktoButton,
  .c-form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
  .c-form form.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
    font-size: 14px; } }

.c-form form.mktoForm .mktoButtonWrap.mktoNative .mktoButton:hover,
.c-form form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.c-form form.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
  opacity: 0.8; }

.mktoForm .mktoFormCol {
  width: 100% !important; }

.mktoForm .mktoRadioList {
  width: 100% !important; }

.mktoForm .mktoRadioList > input, .mktoForm .mktoCheckboxList > input {
  margin-top: 4px; }

.mktoButtonRow {
  width: 100% !important; }

.mktoForm .mktoError .mktoErrorMsg {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  font-weight: bold; }

.mktoForm a {
  text-decoration: underline;
  padding: 0 !important; }

.mktoForm .mktoOffset {
  height: 10px !important; }
