@charset "UTF-8";
/* Scss Document */
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; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ul { list-style: none; }

blockquote, q { quotes: none; }

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

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
@keyframes animation_screenSlide { 0% { left: -100%; }
  40% { left: 0; }
  60% { left: 0; }
  100% { left: 100%; } }
@keyframes animation_text { 0% { opacity: 0; transform: translateY(10px) scale(1, 0.5); }
  100% { opacity: 1; transform: translateY(0) scale(1, 1); } }
/* Scss Document */
body { box-sizing: border-box; line-height: 2.5333333333; text-align: justify; font-size: 1.3rem; color: #151515; font-family: "Noto Sans JP", sans-serif; word-wrap: break-word; font-weight: normal; letter-spacing: 0.07em; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
@media (min-width: 769px) { body { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { body { font-size: 1.5rem; } }

.t_center { text-align: center; }

.t_left { text-align: left; }

.t_right { text-align: right; }

.sp { display: inherit; }
@media screen and (min-width: 769px) { .sp { display: none; } }
@media screen and (min-width: 961px) { .sp { display: none; } }

.tab { display: none; }
@media screen and (min-width: 769px) { .tab { display: inherit; } }
@media screen and (min-width: 961px) { .tab { display: none; } }

.sp_tab { display: inherit; }
@media screen and (min-width: 769px) { .sp_tab { display: inherit; } }
@media screen and (min-width: 961px) { .sp_tab { display: none; } }

.pc_tab { display: none; }
@media screen and (min-width: 769px) { .pc_tab { display: inherit; } }
@media screen and (min-width: 961px) { .pc_tab { display: inherit; } }

.pc { display: none; }
@media screen and (min-width: 769px) { .pc { display: none; } }
@media screen and (min-width: 961px) { .pc { display: inherit; } }

a, button { text-decoration: none; color: inherit; transition: .4s; }

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

img { width: 100%; vertical-align: bottom; }

.s-inner { box-sizing: border-box; width: 100%; max-width: 800px; margin: auto; padding: 0% 5.33% 0% 5.33%; }
@media screen and (min-width: 769px) { .s-inner { padding: 0% 1.69% 0% 1.69%; } }
@media screen and (min-width: 1221px) { .s-inner { padding: 0; } }

.m-inner { box-sizing: border-box; width: 100%; max-width: 1280px; margin: auto; padding: 0% 5.33% 0% 5.33%; padding: 0 8%; }
@media screen and (min-width: 769px) { .m-inner { padding: 0% 1.69% 0% 1.69%; } }
@media screen and (min-width: 1221px) { .m-inner { padding: 0; } }

@media screen and (min-width: 1181px) { .s-inner { padding: 0; }
  .m-inner { padding: 0; } }
.ms-txt { font-size: 80%; }

.s-txt { font-size: 50%; }

h2 { font-size: 2.8rem; letter-spacing: 0.02em; text-align: center; }
@media (min-width: 768px) { h2 { font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 2.34375 ); } }
@media (min-width: 1280px) { h2 { font-size: 4rem; } }

h3 { font-size: 2.4rem; letter-spacing: 0.02em; text-align: center; }
@media (min-width: 768px) { h3 { font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.171875 ); } }
@media (min-width: 1280px) { h3 { font-size: 3rem; } }

p { font-size: 100%; }

::selection { background: #004ea7; color: #fff; }

.en { font-family: "Montserrat", sans-serif; font-weight: normal; }

a:hover { opacity: 0.8; }

.icon { margin-right: 5px; }

.flex_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.flex_wrap > * { flex: 0 1 48%; width: 48%; max-width: 48%; }

.box { margin: 0% 0% 16% 0%; }

.cap { position: absolute; left: 5px; bottom: 5px; z-index: 1; font-size: 1rem; letter-spacing: normal; line-height: 1; }

#contents { display: block; }

.attent { color: #ccc; font-size: 1rem; letter-spacing: normal; }

.previewMode { margin-bottom: 30px; padding: 10px; color: #fff; line-height: 1; background: #5bb75b; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .box { margin: 0% 0% 10% 0%; } }
/*------------------------------
		1181px以上
------------------------------*/
/* Scss Document */
.header { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; }
.header__wrap { position: relative; height: 70px; }
.header__wrap .logo-wp { position: absolute; top: 50%; left: 1%; width: 50%; max-width: 330px; transform: translate(0, -50%); }
.header__wrap .logo-wp:hover { opacity: 0.8; }
.header__wrap .logo-wp svg { vertical-align: bottom; }
.header__menu-btn { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); right: 20px; width: 40px; height: 25px; z-index: 999; }
.header__menu-btn p { color: #004ea7; font-size: 1.1rem; text-align: center; }
.header__menu-btn span { display: block; position: absolute; width: 100%; height: 2px; border-radius: 4px; background: #004ea7; transition: .3s; }
.header__menu-btn span:first-child { top: 0; }
.header__menu-btn span.center { top: 50%; transform: translate(0, -50%); }
.header__menu-btn span:last-child { bottom: 0; }
.header__menu-nav { display: none; position: relative; width: 100%; height: calc(100vh - 0px); background: rgba(255, 255, 255, 0.9); z-index: -1; }
.header__menu-nav-wrap { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); box-sizing: border-box; padding: 0 10%; top: 40%; width: 100%; }
.header__menu-nav ul li { margin-bottom: 30px; }
.header__menu-nav a { position: relative; font-size: 1.4rem; display: block; line-height: 1.5; letter-spacing: 1.5px; font-family: "Montserrat", sans-serif; transition: none; }
@media (min-width: 769px) { .header__menu-nav a { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.8658008658 ); } }
@media (min-width: 1000px) { .header__menu-nav a { font-size: 1.6rem; } }
.header__menu-nav a .jp { opacity: 0; position: absolute; left: 0; right: 0; top: 0; font-weight: bold; transition: .3s; }
.header__menu-nav a .en { display: block; transition: .3s; }
.header__menu-nav a:hover .jp { opacity: 1; color: #004ea7; }
.header__menu-nav a:hover .en { opacity: 0; }
.header__menu-nav a.active .jp { opacity: 1; color: #004ea7; font-weight: bold; }
.header__menu-nav a.active .en { opacity: 0; }

.on .header__wrap { background: #fff; }

.open .header__menu-btn { transition: .3s; height: 50px; width: 50px; }
.open .header__menu-btn p { display: none; }
.open .header__menu-btn span { width: 80%; left: 20%; background: #004ea7; }
.open .header__menu-btn span:first-child { top: 25px; transform: rotate(-145deg); }
.open .header__menu-btn span:nth-child(2) { opacity: 0; }
.open .header__menu-btn span:last-child { bottom: 23px; transform: rotate(145deg); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .tab-css { position: absolute; display: block; top: 50%; right: 15%; width: 165px; transform: translateY(-50%); } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { .header__wrap { height: 100px; }
  .header__wrap .logo-wp { width: 22%; }
  .header__menu-btn { display: none; }
  .header__menu-nav { display: block !important; position: static; height: auto; padding: 0; background: none; }
  .header__menu-nav-wrap { position: static; transform: none; }
  .header__menu-nav ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); right: 0; margin: 0; width: 88%; max-width: 660px; -webkit-align-items: baseline; -webkit-align-items: baseline; -ms-align-items: baseline; align-items: baseline; }
  .header__menu-nav ul li { flex: 0 1 auto; width: auto; max-width: auto; margin-bottom: 0px; }
  .header__menu-nav ul li a { padding: 0 25px; color: #fff; transition: .3s; }
  .header__menu-nav ul li a span { text-align: center; transition: .3s; }
  .header__menu-nav ul li a:hover { opacity: 1; color: #004ea7; transition: .3s; }
  .header__menu-nav ul li a.active { color: #004ea7; transition: .3s; }
  .header__menu-nav ul li.img-logo { display: flex; }
  .header__menu-nav ul li.img-logo a { width: 115px; max-width: 115px; }
  .header__menu-nav ul li:last-child { border-right: none; }
  .tab-css { display: none; }
  .on .header__menu-nav ul li a { color: #000; }
  .on .header__menu-nav ul li a.active { color: #004ea7; } }
/* Scss Document */
/* Scss Document */
.footer { padding: 20px 0 0; background: #f3f6fa; box-sizing: border-box; }
.footer #gotop { opacity: 0; }
.footer__wrap { margin-bottom: 40px; }
.footer__menu { box-sizing: border-box; }
.footer__main-wp { padding: 30px 0 10px; background: #004ea7; }
.footer__txt-wp .footer__name { margin: 0% 0% 2.6% 0%; text-align: left; font-size: 1.6rem; color: #004ea7; }
.footer__txt-wp .footer__adrs { font-size: 1.3rem; margin: 0% 0% 1.95% 0%; }
@media (min-width: 769px) { .footer__txt-wp .footer__adrs { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.8658008658 ); } }
@media (min-width: 1000px) { .footer__txt-wp .footer__adrs { font-size: 1.5rem; } }
.footer__txt-wp .footer__con { font-size: 1.3rem; }
@media (min-width: 769px) { .footer__txt-wp .footer__con { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.4329004329 ); } }
@media (min-width: 1000px) { .footer__txt-wp .footer__con { font-size: 1.4rem; } }
.footer__logo figure { margin: 0 auto; margin-bottom: 10px; width: 100%; max-width: 300px; fill: #fff; }
.footer__works-wp { margin: 0% 0% 2% 0%; }
.footer__works-wp .footer__works { position: relative; margin: 0% 0% 2.6% 0%; padding-bottom: 5px; border-bottom: solid 1px #004ea7; }
.footer__works-wp .footer__works-link { display: block; font-size: 1.5rem; color: #004ea7; font-family: "Montserrat", sans-serif; letter-spacing: 0.2em; }
@media (min-width: 769px) { .footer__works-wp .footer__works-link { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 1.2345679012 ); } }
@media (min-width: 850px) { .footer__works-wp .footer__works-link { font-size: 1.6rem; } }
.footer__open { display: none; }
.footer__works-con-wp { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 2.08% 0% 0% 0%; }
.footer__works-con-wp .footer__works-con { flex: 0 1 48%; width: 48%; max-width: 48%; margin: 0% 0% 3.5% 0%; font-size: 1.3rem; line-height: 1.2; }
.footer__works-con-wp .footer__works-con:nth-child(n+5) { margin-bottom: 0; }
.footer__box .footer__txt { font-size: 1.2rem; text-align: center; }
@media (min-width: 769px) { .footer__box .footer__txt { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 1.0471204188 ); } }
@media (min-width: 960px) { .footer__box .footer__txt { font-size: 1.4rem; } }
.footer__co { box-sizing: border-box; margin-bottom: 40px; }
.footer__co li { margin-bottom: 15px; line-height: 1.65; }
.footer__co li:last-child { margin-bottom: 0; }
.footer__co .footer__co-name { font-size: 1.5rem; font-weight: bold; }
.footer__co .footer__co-add, .footer__co .footer__co-tel { font-size: 1.3rem; }
.footer .privacy a, .footer .guidance a { text-decoration: underline; }
.footer .guidance { margin-bottom: 5px; }
.footer .privacy, .footer .guidance, .footer .copyright { color: #fff; font-size: 1.1rem; text-align: center; font-weight: normal; line-height: 1.8181818182; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .footer { padding: 0; }
  .footer__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .footer #gotop { position: fixed; bottom: 2%; right: 2%; width: 50px; height: 50px; background: #004ea7; border: solid 1px #004ea7; opacity: 1; }
  .footer #gotop::after { position: absolute; content: ""; top: 65%; left: 34%; width: 15px; height: 15px; border-top: solid 2px #fff; border-left: solid 2px #fff; transform: rotate(45deg) translate(-50%, -50%); }
  .footer #gotop:hover { opacity: 1; background: #fff; }
  .footer #gotop:hover::after { border-color: #004ea7; }
  .footer__logo { flex: 0 1 100%; width: 100%; max-width: 100%; }
  .footer__wrap { margin-bottom: 0; }
  .footer__wrap nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 5%; }
  .footer__wrap .footer__works-three { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; flex: 0 1 100%; width: 100%; max-width: 100%; margin-bottom: 10px; }
  .footer__wrap .footer__works-three .footer__works-wp { flex: 0 1 32%; width: 32%; max-width: 32%; }
  .footer__wrap .footer__works-wp { flex: 0 1 48%; width: 48%; max-width: 48%; }
  .footer__menu { padding: 4%; flex: 0 1 60%; width: 60%; max-width: 60%; }
  .footer__co { margin-bottom: 0; padding: 4% 2%; flex: 0 1 40%; width: 40%; max-width: 40%; }
  .footer__txt-wp { flex: 0 1 50%; width: 50%; max-width: 50%; }
  .footer__works-wp .footer__works { margin: 0 0 4% 0; border-bottom: none; line-height: 1.4; }
  .footer__works-wp .footer__works span { display: none; }
  .footer__open { display: block !important; }
  .footer__works-con-wp { padding: 0 0 0 3%; }
  .footer__works-con-wp .footer__works-con { flex: 0 1 100%; width: 100%; max-width: 100%; margin: 0 0 20px 0; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { .footer { background: linear-gradient(90deg, #004ea7 0%, #004ea7 50%, #f3f6fa 50%, #f3f6fa 100%); }
  .footer .m-inner { padding: 0; }
  .footer__logo { flex: 0 1 23%; width: 23%; max-width: 23%; background: #004ea7; }
  .footer__logo .footer__logo-img { margin-bottom: 20px; }
  .footer__logo .footer__main-wp { margin-right: auto; width: 90%; }
  .footer__main-wp { margin: 40px 0 0 10px; padding: 0; }
  .footer__box { background: #f3f6fa; }
  .footer__menu { padding: 40px 0 0; flex: 0 1 40%; width: 40%; max-width: 40%; }
  .footer__co { margin: 40px 0 30px; padding: 0 0 0 2%; flex: 0 1 32%; width: 32%; max-width: 32%; border-left: 1px solid #616161; }
  .footer__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .footer__txt-wp { flex: 0 1 70%; width: 70%; max-width: 70%; margin: 0 0 0 3%; }
  .footer__nav { flex: 0 1 32%; width: 32%; max-width: 32%; }
  .footer__nav li { flex: 0 1 100%; width: 100%; max-width: 100%; }
  .footer__works-wp { flex: 0 1 64%; width: 64%; max-width: 64%; margin: 0; }
  .footer__works-con-wp { padding: 0 0 0 5%; }
  .footer .guidance { margin-bottom: 10px; }
  .footer .privacy, .footer .guidance, .footer .copyright { max-width: 180px; width: 75%; text-align: left; } }
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { .footer__wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .footer__wrap .footer__works-three { display: block; flex: 0 1 30%; width: 30%; max-width: 30%; }
  .footer__wrap .footer__works-three .footer__works-wp { flex: 0 1 100%; width: 100%; max-width: 100%; margin-bottom: 30px; }
  .footer__wrap .footer__works-three .footer__works-wp:last-child { flex: 0 1 100%; width: 100%; max-width: 100%; }
  .footer__wrap .footer__works-wp { flex: 0 1 45%; width: 45%; max-width: 45%; }
  .footer__wrap .footer__works-wp:last-child { flex: 0 1 20%; width: 20%; max-width: 20%; }
  .footer__co { flex: 0 1 32%; width: 32%; max-width: 32%; padding: 0 0 0 2%; }
  .footer .copyright { width: 60%; } }
.btn a { box-sizing: border-box; display: block; position: relative; margin: auto; padding: 10px 0; max-width: 300px; width: 100%; background: #004ea7; border: 1px solid #004ea7; font-size: 1.5rem; color: #fff; font-weight: bold; text-align: center; transition: .3s; }
.btn a .btn__more { font-family: "Montserrat", sans-serif; }
.btn a i { position: absolute; top: 50%; right: 8%; transform: translateY(-50%); }
.btn a:hover { background: #fff; border: 1px solid #004ea7; color: #004ea7; }

.common__ttl { margin-bottom: 40px; text-align: center; }
.common__ttl .common__ttl-en { font-size: 3rem; color: #004ea7; font-family: "Montserrat", sans-serif; line-height: 1.3191489362; letter-spacing: 0.2em; }
@media (min-width: 769px) { .common__ttl .common__ttl-en { font-size: calc( 3rem + ( 1vw - 7.69px ) * 2.849002849 ); } }
@media (min-width: 1120px) { .common__ttl .common__ttl-en { font-size: 4rem; } }
.common__ttl .common__ttl-jp { margin-bottom: 10px; font-size: 1.5rem; font-weight: bold; }
@media (min-width: 769px) { .common__ttl .common__ttl-jp { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.8547008547 ); } }
@media (min-width: 1120px) { .common__ttl .common__ttl-jp { font-size: 1.8rem; } }
.common__ttl .common__ttl-copy { font-size: 1.4rem; line-height: 2.1111111111; letter-spacing: 0.1em; }
@media (min-width: 769px) { .common__ttl .common__ttl-copy { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.1396011396 ); } }
@media (min-width: 1120px) { .common__ttl .common__ttl-copy { font-size: 1.8rem; } }
.common__ttl .common__ttl-cap { font-size: 1.2rem; }
@media (min-width: 769px) { .common__ttl .common__ttl-cap { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.2849002849 ); } }
@media (min-width: 1120px) { .common__ttl .common__ttl-cap { font-size: 1.3rem; } }

/*------------------------------
		画像のスクリーン設定
------------------------------*/
.image__screen { position: relative; z-index: 1; overflow: hidden; }
.image__screen > * { opacity: 0; transition: 0; }
.image__screen.on > * { opacity: 1; transition-delay: .6s; }
.image__screen.on .slide__screen { animation-name: animation_screenSlide; animation-duration: 0.8s; animation-timing-function: cubic-bezier(0.9, 0, 0.08, 0.99); animation-delay: 0.1s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: running; }
.image__screen.on .fade-text span { display: inline-block; opacity: 0; animation-name: animation_text; animation-duration: 0.5s; animation-timing-function: ease-out; animation-delay: 3s; animation-iteration-count: 1; animation-direction: normal; animation-fill-mode: forwards; animation-play-state: running; }
.image__screen .slide__screen { position: absolute; z-index: 999; top: 0; left: -100%; width: 200%; height: 100%; opacity: 1; }
.image__screen .slide__screen:before { content: ''; display: block; vertical-align: middle; width: 50%; height: 100%; background: #004ea7; }

.titleimg__wrap { position: relative; height: 70vw; max-height: 350px; }
.titleimg__txt-wp { position: absolute; top: 50%; left: 50%; width: 100%; text-align: center; transform: translate(-50%, -50%); z-index: 1; }
.titleimg__txt-wp .titleimg__ttl-en { margin-bottom: 20px; font-size: 4rem; color: #004ea7; line-height: 0.859375; letter-spacing: 0.2em; }
@media (min-width: 769px) { .titleimg__txt-wp .titleimg__ttl-en { font-size: calc( 4rem + ( 1vw - 7.69px ) * 10.3896103896 ); } }
@media (min-width: 1000px) { .titleimg__txt-wp .titleimg__ttl-en { font-size: 6.4rem; } }
.titleimg__txt-wp .titleimg__ttl-jp { margin-bottom: 20px; font-size: 1.8rem; line-height: 1.25; color: #004ea7; font-weight: bold; }
@media (min-width: 769px) { .titleimg__txt-wp .titleimg__ttl-jp { font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 2.5974025974 ); } }
@media (min-width: 1000px) { .titleimg__txt-wp .titleimg__ttl-jp { font-size: 2.4rem; } }
.titleimg__txt-wp .titleimg__rd { font-size: 1.4rem; line-height: 2.1111111111; }
@media (min-width: 769px) { .titleimg__txt-wp .titleimg__rd { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.7316017316 ); } }
@media (min-width: 1000px) { .titleimg__txt-wp .titleimg__rd { font-size: 1.8rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .btn a:hover { opacity: 1; filter: brightness(110%); }
  .common__ttl { margin-bottom: 8%; }
  .common__ttl .common__ttl-jp { margin-bottom: 30px; }
  .titleimg__wrap { height: 40vw; } }
@media all and (-ms-high-contrast: none) { .btn a:hover { background: #2ECBDD; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { .common__ttl .common__ttl-jp { margin-bottom: 35px; } }
/*------------------------------
		1181px以上
------------------------------*/
/* Scss Document */
.form-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; }
.form-group.error { background: #ffe7df; }
.form-group .form-title { flex: 0 1 20%; width: 20%; max-width: 20%; font-size: 1.4rem; font-weight: bold; }
@media (min-width: 768px) { .form-group .form-title { font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
@media (min-width: 1200px) { .form-group .form-title { font-size: 1.6rem; } }
.form-group .txt { flex: 0 1 70%; width: 70%; max-width: 70%; }
.form-group .txt .form-control { box-sizing: border-box; padding: 10px; width: 100%; }
.form-group .txt .form-control.datepicker { max-width: 160px; }
.form-group .txt span { display: block; }
.form-group .txt .datepicer_box { position: relative; }

select { padding: 6px 12px 6px 6px; font-size: 1.3rem; border: 1px solid #aaa; border-radius: 2px; background: transparent; }

textarea { resize: vertical; min-height: 80px; }

.form_label { vertical-align: middle; margin: 5px 12px 5px 0; cursor: pointer; }
.form_label input[type=radio] { display: none; }
.form_label input[type=radio] + .radio-parts { position: relative; padding-left: 26px; }
.form_label input[type=radio] + .radio-parts:before { content: ''; display: block; box-sizing: border-box; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border: 1px solid #aaa; border-radius: 50%; }
.form_label input[type=radio] + .radio-parts:after { content: ''; display: none; box-sizing: border-box; position: absolute; top: 6px; left: 6px; width: 8px; height: 8px; background: #004ea7; border-radius: 50%; }
.form_label input[type=radio]:checked + .radio-parts { color: #004ea7; }
.form_label input[type=radio]:checked + .radio-parts:before { border-color: #004ea7; }
.form_label input[type=radio]:checked + .radio-parts:after { display: block; }
.form_label input[type=checkbox] { display: none; }
.form_label input[type=checkbox] + .checkbox-parts { position: relative; padding-left: 26px; }
.form_label input[type=checkbox] + .checkbox-parts:before { content: ''; display: block; box-sizing: border-box; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border: 1px solid #aaa; border-radius: 3px; }
.form_label input[type=checkbox] + .checkbox-parts:after { content: ''; display: none; box-sizing: border-box; position: absolute; top: 0; left: 1px; width: 18px; height: 10px; border-left: 2px solid #004ea7; border-bottom: 2px solid #004ea7; transform: rotate(-50deg); }
.form_label input[type=checkbox]:checked + .checkbox-parts { color: #004ea7; }
.form_label input[type=checkbox]:checked + .checkbox-parts:after { display: block; }

.required { display: inline-block; vertical-align: middle; margin: 0 6px; padding: 3px; line-height: 1; font-weight: normal; font-size: 1.0rem; color: #fff; background: #004ea7; border-radius: 2px; }

.attention { margin: 3px 0; font-size: 1.2rem; letter-spacing: normal; color: #666; }
.attention:before { content: '※'; }
.attention.option-color_red { color: #FF5722; }

.ui-datepicker-trigger { display: none; }

#ui-datepicker-div { z-index: 991 !important; width: auto; font-family: inherit; border-radius: 0; top: 100% !important; left: 0 !important; }
#ui-datepicker-div .ui-datepicker-header { height: 40px; border: none; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title { height: 40px; line-height: 40px; margin: 0 40px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev { width: 40px; height: 40px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover { border: none; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span { position: absolute; top: 50%; display: block; width: 10px; height: 10px; margin: 0; border-top: 1px solid #333; border-left: 1px solid #333; background: transparent; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span { right: 50%; transform: rotate(135deg) translateY(50%); }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span { left: 50%; transform: rotate(-45deg) translateY(-50%); }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover { top: 2px; right: 2px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover { top: 2px; left: 2px; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year { width: auto; margin-right: 3px; font-family: inherit; font-size: 1.3rem; }
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month { width: auto; margin-left: 6px; font-family: inherit; font-size: 1.3rem; }
#ui-datepicker-div .ui-datepicker-calendar { font-size: 1.1rem; }
#ui-datepicker-div .ui-datepicker-calendar th { width: 40px; height: 40px; padding: 0; font-size: 1.1rem; line-height: 40px; font-weight: 200; }
#ui-datepicker-div .ui-datepicker-calendar td { width: 40px; height: 40px; padding: 0; line-height: 40px; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled { background: #ddd; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month { background: transparent; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover { background: #004ea7; }
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a { color: #fff; }
#ui-datepicker-div .ui-datepicker-calendar td a { color: #004ea7; }
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span { padding: 0; text-align: center; border: none; background: transparent; }

.state_message { margin-bottom: 60px; text-align: center; }
.state_message p { height: 40px; line-height: 40px; text-align: center; font-size: 1.6rem; color: #fff; background: #5bb75b; }
.state_message p.class-ng { background: #004ea7; }

/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/

/*# sourceMappingURL=common.css.map */
