@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 */
/* アニメーション記述用 */
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
/* Scss Document */
body { box-sizing: border-box; line-height: 1.7333333333; text-align: justify; font-size: 1.3rem; color: #000; font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; word-wrap: break-word; -webkit-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: 1181px) { .sp { display: none; } }

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

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

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

.pc { display: none; }
@media screen and (min-width: 769px) { .pc { display: none; } }
@media screen and (min-width: 1181px) { .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; }

.w1180 { box-sizing: border-box; width: 100%; max-width: 1180px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 961px) { .w1180 { padding: 0 2%; } }
@media screen and (min-width: 1181px) { .w1180 { padding: 0; } }

.w960 { box-sizing: border-box; width: 100%; max-width: 960px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 961px) { .w960 { padding: 0 2%; } }
@media screen and (min-width: 1181px) { .w960 { padding: 0; } }

.w600 { box-sizing: border-box; width: 100%; max-width: 600px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 961px) { .w600 { padding: 0 2%; } }
@media screen and (min-width: 1181px) { .w600 { padding: 0; } }

.w1600 { box-sizing: border-box; width: 100%; max-width: 1600px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 961px) { .w1600 { padding: 0 2%; } }
@media screen and (min-width: 1181px) { .w1600 { padding: 0; } }

@media screen and (min-width: 1181px) { .w1600 { padding: 0 2%; } }
@media screen and (min-width: 1600px) { .w1600 { padding: 0; } }
.w1820 { box-sizing: border-box; width: 100%; max-width: 1820px; margin: auto; padding: 0 4%; }
@media screen and (min-width: 961px) { .w1820 { padding: 0 2%; } }
@media screen and (min-width: 1181px) { .w1820 { padding: 0; } }

@media screen and (min-width: 1181px) { .w1820 { padding: 0 2%; } }
@media screen and (min-width: 1820px) { .w1820 { padding: 0; } }
h2 { font-size: 2rem; letter-spacing: 0.02em; text-align: center; }
@media (min-width: 769px) { h2 { font-size: calc( 2rem + ( 1vw - 7.69px ) * 5.3527980535 ); } }
@media (min-width: 1180px) { h2 { font-size: 4.2rem; } }

h3 { font-size: 2rem; letter-spacing: 0.02em; text-align: center; }
@media (min-width: 769px) { h3 { font-size: calc( 2rem + ( 1vw - 7.69px ) * 2.4330900243 ); } }
@media (min-width: 1180px) { h3 { font-size: 3rem; } }

p { font-size: 100%; }

::selection { background: #b0d0ec; color: #fff; }

.en { font-family: "Josefin Sans", Arial, Helvetica, "sans-serif"; letter-spacing: 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-bottom: 11.6666666667%; }
@media screen and (max-width: 769px) { .box { margin-bottom: 70px; } }
@media screen and (min-width: 1200px) { .box { margin-bottom: 140px; } }

#contents { margin-top: 90px; }

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

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

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { #contents { margin-top: 140px; } }
/* Scss Document */
.header { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; background: #fff; }
.header h1 { display: none; }
.header .header__wrap { position: relative; height: 90px; }
.header .header__logo { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); left: 4%; width: 50%; max-width: 200px; }
.header .header__menu-btn { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); right: 4%; width: 30px; height: 20px; }
.header .header__menu-btn span { display: block; position: absolute; width: 100%; height: 2px; border-radius: 4px; background: #002C83; transition: .3s; }
.header .header__menu-btn span:first-child { top: 0; }
.header .header__menu-btn span:nth-child(2) { top: 9px; }
.header .header__menu-btn span:last-child { bottom: 0; }
.header .header__menu-nav { display: none; position: relative; top: 90px; width: 100%; height: calc(100vh - 90px); background: #fff; }
.header .header__menu-nav .header_temp__menu-nav-wrap { box-sizing: border-box; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); padding: 0 8%; }
.header .header__menu-nav ul { margin-bottom: 15px; }
.header .header__menu-nav ul li { border-bottom: 1px solid #EBEBEB; }
.header .header__menu-nav a { display: block; padding: 15px 0; }
.header .header__menu-nav a span { display: block; text-align: center; line-height: 1.5; }
.header .header__menu-nav a .jp { font-size: 1.8rem; font-weight: bold; }
@media (min-width: 769px) { .header .header__menu-nav a .jp { font-size: calc( 1.8rem + ( 1vw - 7.69px ) * -2.6178010471 ); } }
@media (min-width: 960px) { .header .header__menu-nav a .jp { font-size: 1.3rem; } }
.header .header__menu-nav a .en { font-size: 1.3rem; }
@media (min-width: 769px) { .header .header__menu-nav a .en { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * -1.0471204188 ); } }
@media (min-width: 960px) { .header .header__menu-nav a .en { font-size: 1.1rem; } }
.header .header__contact-btn a { box-sizing: border-box; background: #002C83; color: #fff; width: 100%; }

.open .header__menu-btn span:first-child { top: 9px; transform: rotate(-135deg); }
.open .header__menu-btn span:nth-child(2) { opacity: 0; }
.open .header__menu-btn span:last-child { bottom: 9px; transform: rotate(135deg); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .header h1 { display: block; height: 50px; border-bottom: 1px solid #EBEBEB; color: #002C83; font-size: 12px; font-weight: normal; text-align: center; line-height: 50px; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { .header .header__menu-btn { display: block; }
  .header .header__menu-nav ul { position: relative; top: inherit; left: inherit; margin: 0 0 20px; width: 100%; max-width: none; transform: none; 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; }
  .header .header__menu-nav ul li { flex: 0 1 50%; width: 50%; max-width: 50%; box-sizing: border-box; padding: 15px 0; border-bottom: 1px solid #EBEBEB; }
  .header .header__menu-nav ul li a { padding: 0; }
  .header .header__menu-nav ul li a:hover { color: #2AA5DB; }
  .header .header__menu-nav ul li:first-child { flex: 0 1 100%; width: 100%; max-width: 100%; }
  .header .header__menu-nav ul li:nth-child(even) { border-right: 1px solid #EBEBEB; }
  .header .header__contact-btn { position: relative; top: inherit; left: inherit; margin: auto; width: 100%; max-width: 500px; transform: none; } }
@media screen and (min-width: 1590px) { .header .header__logo { left: 2%; width: 13%; }
  .header .header__menu-btn { display: none; }
  .header .header__menu-nav { display: block !important; position: static; height: auto; padding: 0; background: none; }
  .header .header__menu-nav-wrap { position: static; transform: none; }
  .header .header__menu-nav ul { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); left: 50.5%; width: 75%; max-width: 1200px; 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: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; margin: 0; }
  .header .header__menu-nav ul li { flex: 0 1 auto; width: auto; max-width: auto; padding: 0 1.7%; border-bottom: none; border-right: solid 1px #ddd; }
  .header .header__menu-nav ul li a { padding: 0; }
  .header .header__menu-nav ul li a:hover { color: #2AA5DB; }
  .header .header__menu-nav ul li:first-child { flex: 0 1 auto; width: auto; max-width: auto; }
  .header .header__menu-nav ul li:last-child { border-right: none; }
  .header .header__contact-btn { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); right: 2%; width: 13%; max-width: 170px; } }
/*------------------------------
		1181px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.footer { padding: 40px 0; background: #F4F4F4; color: #3B3B3B; }
.footer #gotop { position: fixed; z-index: 1000; right: 0; bottom: 0; width: 50px; height: 50px; background: #002C83; color: #fff; }
.footer #gotop:after { display: block; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 10px; height: 10px; border-top: 2px solid; border-left: 2px solid; margin: auto; color: #fff; transform: rotate(45deg); }
.footer__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; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 40px; }
.footer__nav li { flex: 0 1 auto; width: auto; max-width: auto; margin-right: 20px; }
.footer__sub-nav { margin-bottom: 30px; }
.footer__sub-nav li a { display: block; padding: 15px; border-bottom: 1px solid; font-size: 1.3rem; text-align: center; position: relative; }
.footer__sub-nav li a:after { content: ''; position: absolute; width: 4px; height: 4px; border-top: 1px solid; border-right: 1px solid; top: 50%; transform: rotate(45deg) translate(0%, -50%); margin-left: 10px; }
.footer__logo { margin-bottom: 20px; font-size: 1.1rem; }
.footer__logo img { display: block; width: 90%; margin-bottom: 10px; }
.footer .copyright { font-size: 1.3rem; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .footer__nav { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .footer__nav li { margin: 0 20px; }
  .footer__sub-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; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .footer__sub-nav li { margin: 0 20px !important; }
  .footer__sub-nav li a { padding: 0 20px 0 0; border-bottom: none; }
  .footer__logo { text-align: center; }
  .footer__logo img { width: 50%; margin: 0 auto 10px; }
  .footer .copyright { text-align: center; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { .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; -webkit-box-direction: reverse; -webkit-flex-flow: row-reverse wrap; -ms-flex-flow: row-reverse wrap; flex-flow: row-reverse wrap; }
  .footer__wrap nav { flex: 0 1 50%; width: 50%; max-width: 50%; }
  .footer__nav, .footer__sub-nav { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .footer__nav li, .footer__sub-nav li { margin: 0 0 0 3% !important; }
  .footer__sub-nav { margin-bottom: 0; }
  .footer__name { flex: 0 1 30%; width: 30%; max-width: 30%; text-align: left; }
  .footer__name p { text-align: left; }
  .footer__name img { margin: 0 0 10px 0; }
  .footer .copyright { text-align: left; } }
/*------------------------------
		1181px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.btn button, .btn a { display: block; box-sizing: border-box; position: relative; width: 100%; margin: auto; padding: 20px; background: transparent; border: 1px solid #002C83; font-size: 1.4rem; line-height: 1; color: #002C83; font-family: "Josefin Sans", Arial, Helvetica, "sans-serif"; text-align: center; }
@media (min-width: 769px) { .btn button, .btn a { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { .btn button, .btn a { font-size: 1.6rem; } }
.btn button:after, .btn a:after { position: absolute; width: 6px; height: 6px; border-top: 1px solid; border-right: 1px solid; top: 50%; transform: rotate(45deg) translate(0%, -50%); top: calc(50% - 2px); right: 30px; content: ''; position: absolute; color: #002C83; }
.btn.back button, .btn.back a { background: #F4F4F4; font-family: 黎ミン R, Reimin Regular, YuMincho, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }
.btn.back button:after, .btn.back a:after { left: 20px; right: auto; transform: rotate(45deg) translate(0%, -50%) scale(-1, 1); }

.home__title { margin-bottom: 50px; }
.home__title .en { margin-bottom: 10px; font-size: 2.5rem; color: #002C83; text-align: center; line-height: 1; }
.home__title .en.info { color: #2c5f36; }
.home__title .en.seminer { color: #732827; }
.home__title .color { color: #732827; }
.home__title h2 { font-size: 1.5rem; color: #707070; line-height: 1; }

.box:first-child .home__title .color { color: #2c5f36; }

.contact-de { font-weight: bold; }
.contact-de .contact-de__ttl { font-size: 1.5rem; padding: 5px 10px; text-align: center; color: #fff; line-height: 1.5; background: #002C83; }
@media (min-width: 769px) { .contact-de .contact-de__ttl { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.7299270073 ); } }
@media (min-width: 1180px) { .contact-de .contact-de__ttl { font-size: 1.8rem; } }
.contact-de .contact-de__wp { padding: 15px 20px 10px; color: #002C83; background: #F4F4F4; }
.contact-de .contact-de__wp .contact-de__box { text-align: center; }
.contact-de .contact-de__wp .contact-de__box .contact-de__con-free { font-size: 1.1rem; }
@media (min-width: 769px) { .contact-de .contact-de__wp .contact-de__box .contact-de__con-free { font-size: calc( 1.1rem + ( 1vw - 7.69px ) * 0.4866180049 ); } }
@media (min-width: 1180px) { .contact-de .contact-de__wp .contact-de__box .contact-de__con-free { font-size: 1.3rem; } }
.contact-de .contact-de__wp .contact-de__box a { display: block; margin: -10px 0 -7px; font-size: 3.5rem; }
.contact-de .contact-de__wp .contact-de__box a.en { margin: 0; font-weight: normal; }
.contact-de .contact-de__wp .contact-de__box .btn a { position: relative; margin-bottom: 10px; color: #fff; font-size: 1.3rem; z-index: 1; }
.contact-de .contact-de__wp .contact-de__box .btn a::before { position: absolute; content: ''; display: block; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #002C83; transform: none; z-index: -1; }
.contact-de .contact-de__wp .contact-de__box .btn a::after { color: #fff; }
.contact-de .contact-de__wp .contact-de__box:first-child { margin-bottom: 20px; padding-bottom: 7px; border-bottom: solid 1px #B1B1B1; }
.contact-de .contact-de__wp .contact-de__con-time { font-size: 1rem; }

.pagenation { margin-bottom: 80px; }
.pagenation 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; justify-content: center; }
.pagenation ul li { flex: 0 1 30px; width: 30px; max-width: 30px; height: 30px; margin: 0 2px; line-height: 30px; text-align: center; }
.pagenation ul li.prev, .pagenation ul li.next { flex: 0 1 80px; width: 80px; max-width: 80px; }
.pagenation ul li.prev a { border-radius: 6px 0 0 6px; }
.pagenation ul li.prev i { margin-right: 10px; }
.pagenation ul li.next a { border-radius: 0 6px 6px 0; }
.pagenation ul li.next i { margin-left: 10px; }
.pagenation ul li a { display: block; box-sizing: border-box; height: 100%; color: #002C83; border: 1px solid #002C83; }
.pagenation ul li a.active { color: #fff; background: #002C83; }

.contact { box-sizing: border-box; padding-top: 6.7796610169%; padding-bottom: 6.7796610169%; background-image: url("/img/common/bg_contact.jpg?20210721"); background-repeat: no-repeat; background-position: center; background-size: cover; color: #fff; text-align: center; }
@media screen and (max-width: 769px) { .contact { padding-top: 40px; padding-bottom: 40px; } }
@media screen and (min-width: 1180px) { .contact { padding-top: 80px; padding-bottom: 80px; } }
.contact__title { margin-bottom: 6.7796610169%; }
@media screen and (max-width: 769px) { .contact__title { margin-bottom: 40px; } }
@media screen and (min-width: 1180px) { .contact__title { margin-bottom: 80px; } }
.contact__title .en { font-size: 4rem; line-height: 1.3; }
@media (min-width: 769px) { .contact__title .en { font-size: calc( 4rem + ( 1vw - 7.69px ) * 3.1311154599 ); } }
@media (min-width: 1280px) { .contact__title .en { font-size: 5.6rem; } }
.contact__title h2 { font-size: 1.3rem; }
@media (min-width: 769px) { .contact__title h2 { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { .contact__title h2 { font-size: 1.5rem; } }
.contact__wrap > div h3 { margin-bottom: 10px; font-size: 1.3rem; }
@media (min-width: 769px) { .contact__wrap > div h3 { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
@media (min-width: 1280px) { .contact__wrap > div h3 { font-size: 1.6rem; } }
.contact__tel { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid; }
.contact__telnum a { font-size: 4rem; font-weight: bold; line-height: 1.3; }
@media (min-width: 769px) { .contact__telnum a { font-size: calc( 4rem + ( 1vw - 7.69px ) * 3.1311154599 ); } }
@media (min-width: 1280px) { .contact__telnum a { font-size: 5.6rem; } }
.contact__btn a { border: 2px solid; color: #fff; }
.contact__btn a:after { color: #fff; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .btn button, .btn a { z-index: 1; max-width: 320px; overflow: hidden; }
  .btn button:before, .btn a:before { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: #002C83; transform: translateX(-100%); }
  .btn button:before, .btn button:after, .btn a:before, .btn a:after { transition: .3s; }
  .btn button:hover, .btn a:hover { opacity: 1; color: #fff; }
  .btn button:hover:before, .btn a:hover:before { transform: translateX(0); }
  .btn button:hover:after, .btn a:hover:after { color: #fff; }
  .contact__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; }
  .contact__wrap > div { box-sizing: border-box; flex: 0 1 50%; width: 50%; max-width: 50%; }
  .contact__tel { padding-bottom: 0; margin-bottom: 0; box-sizing: border-box; border-bottom: none; border-right: 1px solid; }
  .contact__form { position: relative; }
  .contact__btn { position: absolute; bottom: 26px; width: 100%; }
  .contact__btn a { border-color: #fff; }
  .contact__btn a:before { background: #fff; }
  .contact__btn a:hover { color: #002C83; }
  .contact__btn a:hover:after { border-color: #002C83; }
  .contact-de .contact-de__ttl { padding: 10px 40px; }
  .contact-de .contact-de__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; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; padding: 15px; }
  .contact-de .contact-de__wp .contact-de__box { flex: 0 1 48%; width: 48%; max-width: 48%; }
  .contact-de .contact-de__wp .contact-de__box .contact-de__con-ttl { margin-bottom: 5px; }
  .contact-de .contact-de__wp .contact-de__box a { margin: -10px 0 -7px; }
  .contact-de .contact-de__wp .contact-de__box a.en { margin: 0; font-weight: normal; }
  .contact-de .contact-de__wp .contact-de__box a:hover { color: #002C83; }
  .contact-de .contact-de__wp .contact-de__box a:hover::before { transform: translateX(100%); }
  .contact-de .contact-de__wp .contact-de__box a:hover::after { color: #002C83; }
  .contact-de .contact-de__wp .contact-de__box .btn a { margin: auto; padding: 20px 0 18px; width: 90%; }
  .contact-de .contact-de__wp .contact-de__box .btn a::after { right: 15px; }
  .contact-de .contact-de__wp .contact-de__box:first-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
  .contact-de .contact-de__wp .contact-de__box:nth-child(2) .contact-de__con-ttl { margin-bottom: 15px; }
  .contact-de .contact-de__wp .contact-de__pc-wp { display: block; width: 100%; }
  .contact-de .contact-de__wp .contact-de__con-time { flex: 0 1 48%; width: 48%; max-width: 48%; text-align: center; }
  .contact-de .contact-de__wp::before { position: absolute; content: ""; display: block; position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 1px; height: 80%; background: #B1B1B1; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { .pagenation { margin-bottom: 120px; }
  .pagenation ul li { flex: 0 1 50px; width: 50px; max-width: 50px; height: 50px; line-height: 50px; }
  .pagenation ul li.prev, .pagenation ul li.next { flex: 0 1 100px; width: 100px; max-width: 100px; }
  .pagenation ul li.prev a { border-radius: 6px 0 0 6px; }
  .pagenation ul li.next a { border-radius: 0 6px 6px 0; } }
/*------------------------------
		1181px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* 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: #002C83; border-radius: 50%; }
.form_label input[type=radio]:checked + .radio-parts { color: #002C83; }
.form_label input[type=radio]:checked + .radio-parts:before { border-color: #002C83; }
.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 #002C83; border-bottom: 2px solid #002C83; transform: rotate(-50deg); }
.form_label input[type=checkbox]:checked + .checkbox-parts { color: #002C83; }
.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: #002C83; 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: #002C83; }
#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: #002C83; }
#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: #002C83; }

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

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