@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.form_flow_list_item:not(:first-child):before {
  display: block;
  content: "";
  position: absolute;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.robot {
  font-family: "Roboto", sans-serif;
}

:root {
  --color-white: #fff;
  --rgb-color-white: 255, 255, 255;
  --color-blue: #2487d0;
  --rgb-color-blue: 36, 135, 208;
  --color-dark-blue: #2a3b57;
  --color-light-gray: #f2f2f2;
  --rgb-color-light-gray: 242, 242, 242;
  --color-gray: #c4c4c4;
  --color-red: #ea515c;
  --margin-s: 24px;
  --margin-m: 35px;
  --margin-l: 60px;
}
@media print, screen and (min-width: 768px) {
  :root {
    --margin-s: 32px;
    --margin-m: 48px;
    --margin-l: 90px;
  }
}

html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: var(--color-dark-blue);
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page_head_title_l .en {
  font-size: 1.8rem;
}
.page_head_title_l .jp {
  font-size: 1.6rem;
}

.page_main_title {
  line-height: 1.4;
}
.page_main_title .en {
  display: block;
  font-size: 4rem;
  font-weight: bold;
}
.page_main_title .jp {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

.ta_l {
  text-align: l;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.mt_s {
  margin-top: var(--margin-s);
}

.mt_m {
  margin-top: var(--margin-m);
}

.mt_l {
  margin-top: var(--margin-l);
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-contact:before {
  content: "\e900";
  color: #fff;
}

.icon-blank:before {
  content: "\e908";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-excel:before {
  content: "\e902";
  color: #019a4f;
}

.icon-file:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
  color: #cb0909;
}

.icon-word:before {
  content: "\e906";
  color: #1256b2;
}

.icon-search:before {
  content: "\e901";
}

.icon-pinch:before {
  content: "\e903";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.sp_menu_toggle {
  position: relative;
  display: flex;
  align-items: center;
}
.sp_menu_toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #f66;
}

.sp_menu_toggle__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 920px) {
  .sp_menu_toggle__btn {
    display: none;
  }
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(2) {
  opacity: 0;
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.sp_menu_toggle__btn.active .sp_menu_toggle__btn_line span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}

.sp_menu_toggle__btn_line {
  position: relative;
  display: block;
  width: 50%;
  height: 18px;
}
.sp_menu_toggle__btn_line span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: 0.3s;
}
.sp_menu_toggle__btn_line span:nth-child(1) {
  top: calc(50% - 8px);
}
.sp_menu_toggle__btn_line span:nth-child(3) {
  top: calc(50% + 8px);
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: var(--color-dark-blue);
}

.header_inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  max-width: 280px;
}
@media print, screen and (min-width: 920px) {
  .header__logo {
    width: 30vw;
    max-width: 340px;
  }
}
@media print, screen and (min-width: 1180px) {
  .header__logo {
    width: 340px;
    max-width: 100%;
  }
}

.header__logo_link {
  display: block;
  background: var(--color-white);
  padding: 15px 15px;
}
@media print, screen and (min-width: 768px) {
  .header__logo_link {
    padding: 20px;
  }
}

.header__content {
  margin-left: auto;
}

.gl_nav_wrap {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
}

.gl_nav_sub {
  display: flex;
  gap: 15px;
}
.gl_nav_sub > li > a {
  display: flex;
  font-size: 1.3rem;
}
@media (hover: hover) {
  .gl_nav_sub > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.gl_nav_main {
  display: flex;
  gap: 0;
}
.gl_nav_main > li > a {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 5px 25px;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-white);
}
@media (hover: hover) {
  .gl_nav_main > li > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: color-mix(in srgb, var(--color-dark-blue) 60%, var(--color-blue));
  }
}
.gl_nav_main > li.nav_contact {
  margin-left: 10px;
}
.gl_nav_main > li.nav_contact > a {
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 5px 15px;
  justify-content: center;
  background-color: var(--color-blue);
  font-size: 1.4rem;
}
@media (hover: hover) {
  .gl_nav_main > li.nav_contact > a:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-color: color-mix(in srgb, var(--color-blue) 80%, white);
  }
}
.gl_nav_main > li.nav_contact > a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 2rem;
}

.sp_menu_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 110;
  background: var(--color-dark-blue);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.sp_menu_area.active {
  opacity: 1;
  visibility: visible;
}

.sp_menu_header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sp_menu_header__logo {
  display: block;
  width: 50vw;
  max-width: 280px;
}
@media print, screen and (min-width: 920px) {
  .sp_menu_header__logo {
    width: 30vw;
    max-width: 340px;
  }
}
@media print, screen and (min-width: 1180px) {
  .sp_menu_header__logo {
    width: 340px;
    max-width: 100%;
  }
}

.sp_menu_header__logo_link {
  display: block;
  padding: 15px 15px;
  background-color: var(--color-white);
}
@media print, screen and (min-width: 768px) {
  .sp_menu_header__logo_link {
    padding: 20px;
  }
}

.sp_menu_header__content {
  margin-left: auto;
}

.sp_menu_content {
  padding: 0 20px 60px;
}

.sp_menu_main_list {
  margin-top: 30px;
}
.sp_menu_main_list > li:not(:first-child) {
  margin-top: 20px;
}

.sp_menu_main__first_title {
  display: flex;
  gap: 22px;
  align-items: baseline;
  line-height: 1.4;
  color: var(--color-white);
}
@media (hover: hover) {
  .sp_menu_main__first_title:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}
.sp_menu_main__first_title .en {
  font-size: 3rem;
  font-weight: bold;
}
.sp_menu_main__first_title .jp {
  font-size: 1.6rem;
  font-weight: 600;
}

.sp_menu_main_list_child li {
  margin-top: 5px;
}
.sp_menu_main_list_child li a {
  font-size: 1.5rem;
  color: var(--color-white);
}
@media (hover: hover) {
  .sp_menu_main_list_child li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.sp_menu_sub_list {
  display: flex;
  margin-top: 35px;
  gap: 32px;
}
.sp_menu_sub_list li {
  position: relative;
}
.sp_menu_sub_list li:not(:first-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: -16px;
  width: 1px;
  height: 60%;
  background: #000;
}
.sp_menu_sub_list li a {
  color: var(--color-white);
}
@media (hover: hover) {
  .sp_menu_sub_list li a:where(:any-link, :enabled, summary, span, dt, div):hover {
    color: #66f;
  }
}

.footer {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.footer_flex {
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer_flex {
    display: flex;
    align-items: center;
  }
}

.footer__logo {
  flex-shrink: 0;
}
.footer__logo .logo {
  font-size: 0;
  width: 226px;
  max-width: 100%;
}

.footer_copyright {
  margin-top: var(--margin-s);
  margin-left: auto;
}
@media print, screen and (min-width: 920px) {
  .footer_copyright {
    margin-top: 0;
  }
}

a.text_link {
  color: #66f;
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: var(--color-red);
}

.form_template_header {
  height: 120px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../img/common/bg_border.png) center center;
  background-size: 45px 45px;
}
.form_template_header .inner_medium {
  margin: 0;
}
.form_template_header .logo {
  display: inline-block;
  width: 120px;
  margin-bottom: 15px;
}
.form_template_header .title {
  font-size: 2.2rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .form_template_header {
    height: 240px;
    text-align: center;
    background: url(../img/common/bg_border.png) center center;
    background-size: 45px 45px;
  }
  .form_template_header .logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .form_template_header .title {
    font-size: 3.6rem;
  }
}

.form_template_catch {
  margin-top: 50px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .form_template_catch {
    margin-top: 70px;
    font-size: 2.1rem;
  }
}

.form_template_flow {
  margin-top: 70px;
}
.form_template_flow .notice {
  margin-top: 10px;
  font-size: 1.3rem;
}

.form_flow_area {
  position: relative;
  padding: 40px 20px 30px;
  border: 5px solid #f66;
}
.form_flow_area .title {
  position: absolute;
  display: inline-block;
  top: -3px;
  left: 50%;
  padding: 0 15px;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_flow_list_item {
  position: relative;
  text-align: center;
}
.form_flow_list_item:not(:first-child) {
  padding-top: 40px;
}
.form_flow_list_item:not(:first-child):before {
  width: 16px;
  height: 36px;
  top: 10px;
  left: calc(50% - 8px);
  transform: rotate(90deg);
  background: url(../img/preregister/arrow.png) center center no-repeat;
  background-size: contain;
}
.form_flow_list_item .img {
  display: inline-block;
}
.form_flow_list_item .img img {
  width: 100%;
}

.form_flow_point {
  max-width: 306px;
  text-align: center;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 768px) {
  .form_flow_point {
    width: 176px;
  }
}

@media print, screen and (min-width: 768px) {
  .form_template_flow {
    margin-top: 110px;
  }
  .form_template_flow .notice {
    font-size: 1.4rem;
    text-align: right;
  }
  .form_flow_area {
    padding: 80px 10px 50px;
  }
  .form_flow_area .title {
    top: -5px;
    font-size: 2.5rem;
    padding: 0 35px;
  }
  .form_flow_list {
    display: flex;
  }
  .form_flow_list_item {
    padding: 0 10px;
  }
  .form_flow_list_item:not(:first-child) {
    padding-top: 0;
  }
  .form_flow_list_item:not(:first-child):before {
    top: 24px;
    left: -4px;
    transform: rotate(0);
  }
  .column2 .form_flow_list_item {
    width: 50%;
  }
  .column3 .form_flow_list_item {
    width: 33.3333333333%;
  }
  .column4 .form_flow_list_item {
    width: 25%;
  }
  .form_flow_point {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.4814814815%;
    max-width: 176px;
    margin: 0;
    transform: translate(30%, -50%);
  }
}
.document_flow .form_flow_list_item .img {
  max-width: 307px;
}
@media print, screen and (min-width: 768px) {
  .document_flow .form_flow_list_item {
    padding: 0 20px;
  }
  .document_flow .form_flow_list_item:not(:first-child):before {
    top: calc(50% - 18px);
    left: -15px;
    width: 60px;
    height: 36px;
    background-image: url(../img/document/arrow.png);
  }
}

.preregister_flow .form_flow_list_item .img {
  max-width: 182px;
  margin-bottom: 5px;
}

.form_template_notice {
  padding: 50px 0 30px;
}
.form_template_notice p {
  font-size: 1.3rem;
}
.form_template_notice p a {
  color: #66f;
}
.form_template_notice p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_template_notice {
    padding: 90px 0;
  }
  .form_template_notice p {
    font-size: 1.4rem;
    text-align: center;
  }
  .form_template_notice p a:hover {
    text-decoration: none;
  }
}

.form_template_footer {
  text-align: center;
  padding: 45px 0;
}
.form_template_footer .logo {
  display: inline-block;
  width: 190px;
}
.form_template_footer .copyright {
  margin-top: 15px;
  font-size: 1.3rem;
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box,
.form_error_box {
  padding: 20px 30px;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #333;
}
@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
  }
}

.form_error_box {
  color: var(--color-red);
  border-color: var(--color-red);
}

.form_error {
  margin-top: 5px;
  color: var(--color-red);
  font-weight: bold;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 920px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #dcdddd;
}
.form_contents_item:first-child {
  border-top: none;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    flex-direction: row;
    gap: 0;
    padding: 30px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 260px;
    padding-top: 10px;
    padding-right: 50px;
    font-size: 1.6rem;
  }
}
.form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 6px;
  background: #b7b7b7;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 8px;
}
@media print, screen and (min-width: 920px) {
  .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 1.2rem;
  }
}
.form_title .require {
  background: var(--color-red);
}

.form_box {
  margin-top: 3px;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    margin-top: 0;
  }
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.form_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1180px) {
  .form_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .form_list.colm2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 10px;
  }
}

.dokode_other {
  display: none;
  margin-top: 15px;
}
.dokode_other .dokode_other_text {
  margin-bottom: 5px;
}

.form_contents_privacy {
  margin-top: var(--margin-m);
}

.privacy_text_box {
  padding: 20px 20px;
  overflow: hidden;
  overflow-y: auto;
  height: 200px;
  border: 1px solid #d1d5dd;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .privacy_text_box {
    padding: 20px 30px;
  }
}
.privacy_text_box p + p:not(.mt_s),
.privacy_text_box p + ol {
  margin-top: 0.5em;
}
.privacy_text_box ol {
  counter-reset: li;
}
.privacy_text_box ol li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}
.privacy_text_box ol li:not(:first-child) {
  margin-top: 3px;
}
.privacy_text_box ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  display: block;
  position: absolute;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  top: 0;
  left: 0;
}
.privacy_text_box ol li:nth-child(n+10) {
  padding-left: 32px;
}
.privacy_text_box ol li > ol {
  margin-top: 5px;
  margin-bottom: 15px;
}

.privacy_text_title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
}

.privacy_checkbox {
  margin: var(--margin-s) auto 0;
  max-width: 290px;
  width: 100%;
}
.privacy_checkbox span {
  background-color: #fff2f2;
  border: 1px solid #e04749;
}
.privacy_checkbox span:before {
  border-color: #e04749;
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}
.privacy_text a {
  color: #66f;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.5rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    display: flex;
    justify-content: center;
    max-width: 680px;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .submit_btn,
  .back_btn {
    width: 100%;
    padding: 0 20px;
  }
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgb(100, 185, 249);
  background: linear-gradient(180deg, rgb(100, 185, 249) 0%, rgb(72, 124, 204) 51%, rgb(72, 124, 204) 100%);
  background-size: auto 200%;
  border-radius: 6px;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .submit_btn .btn,
  .back_btn .btn {
    font-size: 2.1rem;
  }
}
@media (hover: hover) {
  .submit_btn .btn:where(:any-link, :enabled, summary, span, dt, div):hover,
  .back_btn .btn:where(:any-link, :enabled, summary, span, dt, div):hover {
    background-position: 50% 99%;
  }
}

.submit_btn {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn {
    margin-top: 0;
  }
}
.submit_btn .btn {
  width: 600px;
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn {
    width: 100%;
    max-width: 600px;
  }
}

.back_btn .btn {
  background: #aab1bf;
}
@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    width: 100%;
    max-width: 600px;
  }
}

.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    font-size: 1.3rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: #fff2f2;
  border-color: #fd504f;
  color: #fd504f;
}
.form_radio input:checked + span:before {
  border-color: #fd504f;
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: block;
  width: 100%;
  background-color: #f9fafc;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 10px 20px 10px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #fff2f2;
  border-color: #e04749;
}
.form_checkbox input:checked + span:before {
  border-color: #e04749;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: inline-block;
  width: 100%;
  background-color: #f9fafc;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding: 11px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.5rem;
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #e04749;
  border-left: 2px solid #e04749;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f9fafc;
  padding: 10px;
  border-radius: 5px;
  min-height: 180px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #f9fafc;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 12px 20px 11px;
    font-size: 1.5rem;
  }
}
.form_input[type=tel] {
  max-width: 260px;
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 46px;
  padding: 0 56px 0 20px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    font-size: 1.5rem;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select:before {
  display: block;
  content: "";
  position: absolute;
  width: 46px;
  height: 100%;
  top: 0;
  right: 0;
  border-left: 1px solid #dbdbdb;
  border-radius: 0 4px 4px 0;
  background-color: #f9fafc;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 9px solid #333;
  top: 19px;
  right: 16px;
  pointer-events: none;
}

@media print, screen and (min-width: 920px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_thanks strong {
  display: block;
  font-size: 2rem;
  line-height: 1.6;
  color: var(--color-blue);
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.form_thanks p a {
  color: #66f;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}

.confirm .form_box {
  margin-top: 8px;
  font-size: 1.6rem;
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}

.mv_area {
  position: relative;
  height: 140vw;
}
.mv_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .mv_area {
    height: auto;
  }
}

.mv_area_catch {
  position: absolute;
  bottom: 5%;
  left: 5%;
  line-height: 1.4;
  color: var(--font-color);
}
@media print, screen and (min-width: 768px) {
  .mv_area_catch {
    bottom: 10%;
  }
}
.mv_area_catch strong {
  display: block;
  font-size: 5.8vw;
  font-weight: bold;
}
@media print, screen and (min-width: 1180px) {
  .mv_area_catch strong {
    font-size: 6.5rem;
  }
}
.mv_area_catch span {
  display: block;
  font-size: 2vw;
  font-weight: 500;
  margin-top: 5px;
}
@media print, screen and (min-width: 1180px) {
  .mv_area_catch span {
    margin-top: 3px;
    font-size: 2.1rem;
  }
}

.page_title_l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: var(--margin-m);
}
.page_title_l .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15vw;
  line-height: 1;
  color: var(--color-white);
}
@media print, screen and (min-width: 768px) {
  .page_title_l .en {
    font-size: 8.9rem;
  }
}
.page_title_l .jp {
  margin-top: -0.8em;
  font-size: 7vw;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-dark-blue);
}
@media print, screen and (min-width: 768px) {
  .page_title_l .jp {
    margin-top: -1em;
    font-size: 4rem;
  }
}
.page_title_l.color_white .en {
  color: color-mix(in srgb, var(--color-white) 20%, var(--color-dark-blue));
}
.page_title_l.color_white .jp {
  color: var(--color-white);
}

.page_card_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .page_card_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1180px) {
  .page_card_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page_card_list__item {
  background: var(--color-white);
}
.page_card_list__item .item_title {
  display: block;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-blue);
}
@media print, screen and (min-width: 768px) {
  .page_card_list__item .item_title {
    font-size: 2rem;
  }
}
.page_card_list__item .item_content {
  padding: 15px;
}
@media print, screen and (min-width: 920px) {
  .page_card_list__item .item_content {
    padding: 25px 30px;
  }
}

.page_list_colm2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.page_list {
  color: var(--color-dark-blue);
}
.page_list li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 0.9em;
}
@media print, screen and (min-width: 768px) {
  .page_list li {
    font-size: 1.5rem;
  }
}
.page_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: var(--color-gray);
}

.page_price_list__item {
  display: flex;
  border-bottom: 1px solid var(--color-gray);
  padding: 8px 0;
}
@media print, screen and (min-width: 768px) {
  .page_price_list__item {
    padding: 12px 0;
  }
}
.page_price_list__item:last-child {
  border-bottom: 0;
}
.page_price_list__item dt {
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--color-dark-blue);
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page_price_list__item dt {
    font-size: 1.6rem;
  }
}
.page_price_list__item dd {
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--color-blue);
  margin-left: auto;
  text-align: right;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .page_price_list__item dd {
    font-size: 1.3rem;
  }
}
.page_price_list__item dd span {
  display: block;
}
.page_price_list__item dd span + span {
  margin-top: 12px;
}
.page_price_list__item dd strong {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .page_price_list__item dd strong {
    font-size: 1.6rem;
  }
}

.page_notes {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .page_notes {
    font-size: 1.3rem;
  }
}

.page_section {
  padding: 60px 0 70px;
}
@media print, screen and (min-width: 768px) {
  .page_section {
    padding: 80px 0 90px;
  }
}

.section_service {
  background-color: var(--color-light-gray);
}

.section_price {
  background-color: var(--color-dark-blue);
}

.section_company {
  padding-top: 0;
  background-color: var(--color-light-gray);
}

.section_contact {
  padding-top: 70px;
  background: var(--color-light-gray) url(../img/common/contact_bg.jpg) no-repeat top left;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .section_contact {
    padding-top: 90px;
  }
}

.img_separate {
  aspect-ratio: 3/1.8;
}
@media print, screen and (min-width: 768px) {
  .img_separate {
    aspect-ratio: 0;
  }
}
.img_separate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_name_block {
  position: relative;
  margin-top: -60px;
  background: var(--color-white);
  padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .company_name_block {
    margin-top: -90px;
    padding: 40px 40px 50px 40px;
  }
}

.company_name_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.4;
}
.company_name_title .origin {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .company_name_title .origin {
    font-size: 3rem;
  }
}
.company_name_title .title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .company_name_title .title {
    margin-top: 18px;
    font-size: 3.6rem;
  }
}

.company_name_text {
  margin-top: var(--margin-s);
  text-align: center;
}

@media print, screen and (min-width: 1180px) {
  .company_flex {
    display: flex;
    gap: 75px;
  }
}

.company_flex_title {
  flex-shrink: 0;
}
@media print, screen and (min-width: 1180px) {
  .company_flex_title .page_title_l {
    text-align: left;
    align-items: flex-start;
  }
}

.company_flex_content {
  flex-grow: 1;
}

.company_list__item {
  display: flex;
  border-bottom: 1px solid var(--color-gray);
  padding: 18px 0;
  gap: 20px;
}
.company_list__item dt {
  flex-shrink: 0;
  width: 30%;
  font-weight: bold;
}
.company_list__item dd {
  flex-grow: 1;
}

.contact_block {
  padding: 30px 15px 40px;
  background: rgba(var(--rgb-color-white), 0.93);
}
@media print, screen and (min-width: 768px) {
  .contact_block {
    padding: 60px 10vw 80px;
  }
}
@media print, screen and (min-width: 1180px) {
  .contact_block {
    padding: 60px 150px 80px;
  }
}

.map {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2.3;
  margin-top: 10px;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}