@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
  background: url(../img/bg.jpg) repeat center ;
}

body {
  position: relative;
  min-width: 1200px;
  width: 100%;
  /*background: #fff;*/
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 2.0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*:focus-visible {
  outline: 1px #fbb03b auto;
  outline-offset: 4px;
}

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

em {
  font-style: normal;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.font_min{
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}
.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
.mainvis{
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .mainvis{
    padding: 120px 0;
  }
}
.mainvis .inner{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .mainvis .inner{
    height: auto;
  }
}
.mainvis_logo{
  height: 210px;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .mainvis_logo{
    height: auto;
    order: 1;
  }
}
.mainvis .inner .font_min{
height: 120px;
text-align: center;
max-width: 540px;
font-size: 1.6rem;
margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .mainvis .inner .font_min{
    height: auto;
    margin: 40px auto 0;
    order: 3;
    }
}
.mainvis_img{
  height: 365px;
}
@media screen and (max-width: 767px) {
  .mainvis_img{
    height: auto;
    margin: 60px auto 0;
    order: 2;
  }
}
.mainvis_img img{
  max-width: 326px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvis_img img{
    max-width: 220px;
  }
}
h2{
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 40px;
}
h2 span{  
  display: inline-block;
  padding: 1px 20px;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  min-width: 200px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.question{
  margin: 0px auto 0;
}
.question_list{
  max-width:700px ;
  margin: 0 auto;
}

.question_list li{
  background: #FFF;
  box-shadow: 5px 5px 0 rgba(0,175,204,0.2);
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  margin: 30px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .question_list li{
    margin: 15px auto 0;
  }
}

.btn {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 30px auto 0;
  }
}
.btn a {
  position: relative;
  display: inline-block;
  background: #f1e581;
  border-radius: 15px;
  padding: 32px 50px;
  max-width: 330px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00afcc;
}
@media screen and (max-width: 767px) {
  .btn a {
    padding: 20px 40px;
    font-size: 1.6rem;
  }
}
.btn a::before {
  content: "";
  background: url(../img/arrow_gray.svg) no-repeat right center/contain;
  width: 15px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn a::after {
  content: "";
  background: url(../img/chara_kom01.svg) no-repeat left center/contain;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -40px;
}
.btn_link {
  display: inline-block;
  min-width: 250px;
  background: url(../img/arrow_white.svg) no-repeat 90% 40%/30px;
  background-color: #00afcc;
  border-radius: 50px;
  padding: 10px 80px 10px 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_link {
    padding: 10px 60px 10px 30px;
  }
}

.form {
  position: relative;
}
@media screen and (max-width: 767px) {
  .form {
   padding: 0 20px;
  }
}
.form::after {
  content: "";
  background: url(../img/chara_kom03.svg) no-repeat right bottom/contain;
  width: 130px;
  height: 196px;
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(350%);
  z-index: 2;
}
.form .inner{
  background: #FFF;
  box-shadow: 5px 5px 0 rgba(0,175,204,0.2);
margin: 110px auto 0;
padding: 40px 60px 10px;
}
@media screen and (max-width: 767px) {
  .form .inner{
  padding: 40px 20px 10px;
  }
}
.form_icon{
  max-width: 100px;
  margin: 0 auto 30px;
}
.form  .title_lead{
text-align: center;
margin: -20px auto 0;
}
.form_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_colunm01 {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
.form_colunm02 {
  flex-basis: 50%;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .form_colunm02 {
    flex-basis: 100%;
		margin-bottom: 15px;
  }
}
.form fieldset {
  display: flex;
  flex-wrap: wrap;
}
.form fieldset .field_wrap {
  width: 33.3333333333%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form fieldset .field_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form label {
  font-size: 1.6rem;
}
.form .select_wrap {
  position: relative;
}
.form .select_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #595757 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 10px;
}
.form .example {
  display: block;
  margin: 5px 0 0 10px;
  color: #8b8989;
}
.form_policy {
  /*margin-top: 30px;*/
  text-align: center;
}
.form_policy a {
  display: inline-block;
  padding: 0 5px;
  text-decoration: underline;
  color: #00afcc;
}
.form_notes {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_notes {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.e_color{
  color: #00afcc;
}
.thanks_sec{
  padding: 160px 0 ;
}
.thanks_h_img{
max-width: 405px;
margin: 0 auto 30px;
}
.thanks_message{
  text-align: center;
  font-size: 1.6rem;
}
.thanks_message_img{
  max-width: 223px;
  text-align: center;
  margin: 60px auto 0;
}
.form_link{
  text-align: center;
  margin: 40px auto 0;
}
footer{
  color: #FFF;
  background: #595757;
  margin: 60px auto 0;
  text-align: center;
  padding: 15px 20px;
  width: 100%;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
#js_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  z-index: 6;
  background: rgba(89, 87, 87, 0.95);
  transition: opacity 1s;
}
@media screen and (max-width: sp) {
  #js_modal {
    min-width: 320px;
  }
}
#js_modal.is_open {
  display: block;
  opacity: 1;
}

.modal_target {
  display: none;
}

body.is_fixed {
  overflow: hidden;
  height: 100%;
  left: 0;
}

.modal_content {
  display: block;
}

.modal_inner {
  max-width: 980px;
  width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .modal_inner {
    width: 100%;
    padding: 5rem 20px;
  }
}
.modal_inner .policy_wrap {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .modal_inner .policy_wrap {
    padding: 30px 20px;
    margin: 0 auto;
  }
}
.modal_inner h3 {
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal_inner h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.modal_inner .policy_lead {
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.modal_inner .policy_list dt {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal_inner .policy_list dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.modal_inner .policy_list dd {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}

.js_modal_close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 70px;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .js_modal_close {
    width: 40px;
    height: 40px;
    top: 25px;
    left: auto;
    right: 10px;
  }
}
.js_modal_close:hover {
  transform: scale(1.05);
}
.js_modal_close::before, .js_modal_close::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .js_modal_close::before, .js_modal_close::after {
    height: 6px;
  }
}
.js_modal_close::before {
  transform: rotate(45deg);
}
.js_modal_close::after {
  transform: rotate(-45deg);
}
