@charset "utf-8";
/*
Theme Name: RUSH DESIGN THEME
Author: RUSH DESIGN
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url("https://use.typekit.net/wbh8pyl.css");
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #1b1b1b;
	font-size: 100%;
  font-weight: 500;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
  background: #fff;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  counter-reset: 0;
}
@media screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    counter-reset: 0;
  }
}
main {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 500;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  font-size: 0;
  text-align: left;
}
li {
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  li {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes boxShadow {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  50% {
    opacity: 1;
    box-shadow: none;
  }
  100% {
    box-shadow: -3rem 3rem 0 0 rgba(238,238,238,1);
  }
}
.fadeInUpShadow {
  animation-name: boxShadow;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner {
    margin: 0 5rem;
    position: relative;
  }
  .tab {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 1025px){
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  .pc {
    display: block!important;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/* カラー */
.color_black {color: #1b1b1b;}
.color_white {color: #fff;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "Noto Serif JP", serif;
}
.text-xlarge {font-size: 3.6rem;}
.text-large {font-size: 2.7rem;}
.color-red {color: #000;}
/******************************************************
iPhoneリセット
******************************************************/
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;
  cursor: pointer;
}
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[type=text], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1.2em 0;
}
#breadcrumb br {
  display: none;
}
#breadcrumb li {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: #000;
}
#breadcrumb li a:hover {
  color: #000;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
}
#pagination li a:hover {
  background: #1b1b1b;
}
#pagination li span.current {
  background: #1b1b1b;
}
#pagination li span.dots {
  color: #1b1b1b;
  background: none;
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #h_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 10rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  #h_logo .name {
    margin-bottom: 1rem;
    color: #101e66;
    font-size: 1.2rem;
    line-height: 1;
  }
  #fix_btn_list {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 100;
  }
  #fix_btn_list .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 100px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background: #202020;
  }
  #fix_btn_list .list a span {
    font-size: 2rem;
  }
  #fix_btn_list .list a span.large {
    font-size: 2.4rem;
    font-family: "tt-commons-pro", sans-serif;    
  }
  #fix_btn_list .list a div {
    display: flex;
    flex-direction: column;
  }
  #fix_btn_list .list a.line {
    background: #00b900;
  }
  #fix_btn_list .list a.tel {
    background: #4a68b0;
  }
  #fix_btn_list .list a.entry {
    background: #101e66;
  }
  #fix_btn_list .list a.line:before {
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    background: url(/wp-content/uploads/images/icon_line.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list a.tel:before {
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list a.entry:before {
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  #h_cover {
    z-index: 1;
    width: 100%;
    background: #101e66;
  }
  #h_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    text-align: center;
  }
  #h_logo .image {
    order: 1;
    margin-bottom: .5rem;
  }
  #h_logo .image img {
    height: 2.4rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
  }
  #h_logo .name {
    order: 2;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
  }
  #fix_btn_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 100;
  }
  #fix_btn_list .list {
    width: calc(100% / 3);
  }
  #fix_btn_list .list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 6rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    background: #202020;
  }
  #fix_btn_list .list a span {
    font-size: 1.2rem;
  }
  #fix_btn_list .list a span.large {
    font-size: 1.2rem;
  }
  #fix_btn_list .list a div {
    display: flex;
    flex-direction: column;
  }
  #fix_btn_list .list a.line {
    background: #00b900;
  }
  #fix_btn_list .list a.tel {
    background: #4a68b0;
  }
  #fix_btn_list .list a.entry {
    background: #101e66;
  }
  #fix_btn_list .list a.line:before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-bottom: .5rem;
    background: url(/wp-content/uploads/images/icon_line.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list a.tel:before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-bottom: .5rem;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }
  #fix_btn_list .list a.entry:before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    margin-bottom: .5rem;
    background: url(/wp-content/uploads/images/icon_entry.webp) center center no-repeat;
    background-size: contain;
  }
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1025px) {
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 8rem;
    background: #101e66;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding-bottom: 6rem;
  }
  #copyright {
    color: #fff;
    text-align: center;
    line-height: 6rem;
    background: #101e66;
  }
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1025px) {
  .main_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 7rem;
  }
  .main_title .eng {
    margin-bottom: .15em;
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    color: #101e66;
  }  
  .main_title .jap {
    margin-left: .5em;
    padding-left: .5em;
    color: #1b1b1b;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    border-left: 1px solid #1b1b1b;
  }  
  #top_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(/wp-content/uploads/images/bg_main.webp) center center no-repeat;
    background-size: cover;
  }
  #top_visual #catch_cover {
    width: 100%;
    height: 100vh;
    padding: 0 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  #top_visual .information_banner {
    margin: 2vw 0;
  }
  #top_visual .catch_copy img {
    width: 50%;
  }
  #top_visual .form_btn {
    margin-top: 2vw;
  }
  #top_visual .form_btn img {
    width: 40%;
  }
  #top_message {
    position: relative;
    padding: 12rem 0;
  }
  #top_message .message_box {
    position: relative;
    margin-bottom: 12rem;
  }
  #top_message .message_comment {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #101e66;    
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 5rem;
  }
  #top_message .message_text {
    font-size: 2rem;
    text-align: center;
  }
  #top_message .data_table {
    position: relative;
    z-index: 1;
  }
  #top_message .data_table table {
    width: 100%;
    table-layout: fixed;
  }
  #top_message .data_table table tr:nth-child(n+2) {
    border-top: 5px solid #fff;
  }
  #top_message .data_table table th,
  #top_message .data_table table td {
    padding: 1.2em;
    line-height: 1.5;
    background: #f2f2f2;
  }
  #top_message .data_table table th {
    width: 25%;
    color: #fff;
    border-right: 5px solid #fff;
    background: #101e66;
  }
  #top_message .data_table span {
    color: #101e66;
    font-weight: 600;
  }  
  #top_staff .staff_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_staff .staff_list .list {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    color: #fff;
    box-sizing: border-box;
  }
  #top_staff .staff_list .list:nth-child(1),
  #top_staff .staff_list .list:nth-child(4) {
    background: #101e66;
  }
  #top_staff .staff_list .list:nth-child(2),
  #top_staff .staff_list .list:nth-child(3) {
    background: #4a68b0;
  }
  #top_staff .staff_list .list .image {
    width: 45%;
  }
  #top_staff .staff_list .list .data {
    width: calc(100% - 45%);
    padding: 5%;
    box-sizing: border-box;
  }
  #top_staff .staff_list .list .data h3 {
    margin-bottom: .8em;
    font-size: 1.2vw;
    font-weight: 600;
  }
  #top_staff .staff_list .list .data .scroll {
    overflow: auto;
  }
  #top_staff .staff_list .list .data h4 {
    margin: .8em 0;
    font-size: 1vw;
    font-weight: 600;
  }
  #top_staff .staff_list .list .data ul {
  }
  #top_staff .staff_list .list .data li {
    position: relative;
    padding-left: 1.5em;
    font-size: .9vw;
    line-height: 1.6;
  }
  #top_staff .staff_list .list .data li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  #top_about {
    padding: 12rem 0;
  }
  #top_about .about_table table {
    width: 100%;
    table-layout: fixed;
  }
  #top_about .about_table table tr:nth-child(n+2) {
    border-top: 5px solid #fff;
  }  
  #top_about .about_table table th,
  #top_about .about_table table td {
    padding: 1.2em;
    line-height: 1.5;
    background: #f2f2f2;
  }
  #top_about .about_table table th {
    width: 25%;
    color: #fff;
    border-right: 5px solid #fff;
    background: #101e66;
  }  
  #top_about .about_table a {
    color: #101e66;
    font-weight: 600;
    text-decoration: underline;
  }
  #top_about .about_table a:hover {
    text-decoration: none;
  }
  #top_faq {
    padding: 12rem 0;
    background: #f2f2f2;
  }
  #top_faq .faq_list dl:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_faq .faq_list dl dt {
    padding: .8em;
    color: #fff;
    font-size: 1.8rem;
    background: #101e66;
  }
  #top_faq .faq_list dl dt span {
    display: block;
    position: relative;
    padding: 0 1.5em;
  }
  #top_faq .faq_list dl dt span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    font-weight: 600;
  }
  #top_faq .faq_list dl dd {
    padding: 1.2em .8em;
  }
  #top_entry {
    position: relative;
    padding: 12rem 0;
    background: #fff;
  }
  #top_entry .entry_form {
    position: relative;
    width: 960px;
    margin: 0 auto 5rem;
    padding: 5rem;
    z-index: 1;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    padding: 1.2em;
    background: #fff;    
  }
  #top_entry .entry_form dl:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_entry .entry_form dl dt {
    position: relative;
    width: 300px;
  }
  #top_entry .entry_form dl dt .req {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.6rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #f90;
  } 
  #top_entry .entry_form dl dd {
    width: calc(100% - 320px);
  }
  #top_entry .entry_form input[type=text],
  #top_entry .entry_form input[type=email],
  #top_entry .entry_form input[type=tel],
  #top_entry .entry_form input[type=number],  
  #top_entry .entry_form textarea {
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form input[type=text],
  #top_entry .entry_form input[type=email],
  #top_entry .entry_form textarea {
    width: 100%;
  }  
  #top_entry .entry_form input[type=tel],
  #top_entry .entry_form input[type=number] {
    width: 120px;
  }  
  #top_entry .entry_form *:nth-child(n+2) {
    margin-top: .5em;
  }  
  #top_entry .entry_btn {
    position: relative;    
    text-align: center;
    z-index: 1;
  }
  #top_entry .entry_btn input {
    width: 300px;
    height: 80px;
    margin: 0 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #101e66;
  }
  #top_entry .form_note {
    margin-bottom: .5em;
    line-height: 1.5;
  }
  #top_entry .mw_wp_form_confirm .form_note {
    display: none!important;
  }  
  #top_entry .entry_comment p {
    text-align: center;
  }  
  #top_entry .entry_comment .back_btn {
    margin-top: 5rem;
    text-align: center;
  }
  #top_entry .entry_comment .back_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    background: #101e66;
  }
}
@media screen and (max-width: 1024px) {
  .main_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5rem;
  }
  .main_title .eng {
    margin-bottom: .5em;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    color: #101e66;
  }  
  .main_title .jap {
    color: #1b1b1b;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }  
  #top_visual {
    position: relative;
    width: 100%;
    height: 150vw;
    background: url(/wp-content/uploads/images/bg_main_sp.webp) center center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #top_visual #catch_cover {
    width: 100%;
    height: 150vw;
    padding: 24vw 8vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
  }
  #top_visual .form_btn {
    margin: 4vw 0 0;
  }
  #top_message {
    position: relative;
    padding: 5rem 0;
  }
  #top_message .message_box {
    position: relative;
    margin-bottom: 5rem;
  }
  #top_message .message_comment {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #101e66;    
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 3rem;
  }
  #top_message .message_text {
  }
  #top_message .data_table {
    position: relative;
    z-index: 1;
  }
  #top_message .data_table table {
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
  }
  #top_message .data_table table th,
  #top_message .data_table table td {
    display: block;
    width: 100%;
    padding: 1.2em;
    line-height: 1.5;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_message .data_table table th {
    color: #fff;
    background: #101e66;
  }
  #top_message .data_table span {
    color: #101e66;
    font-weight: 600;
  }  
  #top_staff .staff_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_staff .staff_list .list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    background: #101e66;
  }
  #top_staff .staff_list .list:nth-child(even) {
    background: #4a68b0;
  }
  #top_staff .staff_list .list .image {}
  #top_staff .staff_list .list .data {
    padding: 3rem 1.5rem;
    box-sizing: border-box;
  }
  #top_staff .staff_list .list .data h3 {
    margin-bottom: .8em;
    font-size: 2rem;
    font-weight: 600;
  }
  #top_staff .staff_list .list .data .scroll {
    overflow: auto;
  }
  #top_staff .staff_list .list .data h4 {
    margin: .8em 0;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #top_staff .staff_list .list .data ul {
  }
  #top_staff .staff_list .list .data li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.6;
  }
  #top_staff .staff_list .list .data li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
  #top_about {
    padding: 5rem 0;
  }
  #top_about .about_table table {
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
  }
  #top_about .about_table table th,
  #top_about .about_table table td {
    display: block;
    width: 100%;
    padding: 1.2em;
    line-height: 1.5;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_about .about_table table th {
    color: #fff;
    background: #101e66;
  }  
  #top_about .about_table a {
    color: #101e66;
    font-weight: 600;
    text-decoration: underline;
  }
  #top_about .about_table a:hover {
    text-decoration: none;
  }
  #top_faq {
    padding: 5rem 0;
    background: #f2f2f2;
  }
  #top_faq .faq_list dl:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_faq .faq_list dl dt {
    padding: .8em;
    color: #fff;
    line-height: 1.5;
    background: #101e66;
  }
  #top_faq .faq_list dl dt span {
    display: block;
    position: relative;
    padding: 0 1.5em;
  }
  #top_faq .faq_list dl dt span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "Q";
    font-weight: 600;
  }
  #top_faq .faq_list dl dd {
    padding: 1.2em .8em;
    line-height: 1.5;
  }
  #top_entry {
    position: relative;
    padding: 5rem 0;
    background: #fff;
  }
  #top_entry .entry_form {
    position: relative;
    margin: 0 auto 3rem;
    padding: 3rem 1.5rem;
    z-index: 1;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;    
    padding: 1.2em;
    background: #fff;    
  }
  #top_entry .entry_form dl:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_entry .entry_form dl dt {
    position: relative;
    width: 100%;
    margin-bottom: .5em;
  }
  #top_entry .entry_form dl dt .req {
    position: absolute;
    top: 50%;
    right: 0;
    content: "必須";
    padding: 0 1rem;
    color: #fff;
    margin-top: -1.6rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
    background: #f90;
  } 
  #top_entry .entry_form dl dd {}
  #top_entry .entry_form input[type=text],
  #top_entry .entry_form input[type=email],
  #top_entry .entry_form input[type=tel],
  #top_entry .entry_form input[type=number],  
  #top_entry .entry_form textarea {
    padding: 1em;
    border: none;
    background: #f2f2f2;
    box-sizing: border-box;
  }
  #top_entry .entry_form input[type=text],
  #top_entry .entry_form input[type=email],
  #top_entry .entry_form textarea {
    width: 100%;
  }  
  #top_entry .entry_form input[type=tel],
  #top_entry .entry_form input[type=number] {
    width: 120px;
  }  
  #top_entry .entry_form *:nth-child(n+2) {
    margin-top: .5em;
  }
  #top_entry .entry_btn {
    position: relative;    
    text-align: center;
    z-index: 1;
  }
  #top_entry .entry_btn input {
    width: 240px;
    height: 50px;
    margin: 0 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    background: #101e66;
  }
  #top_entry .entry_btn input:nth-child(n+2) {
    margin-top: 1rem;
  }
  #top_entry .form_note {
    margin-bottom: .5em;
    line-height: 1.5;
  }
  #top_entry .mw_wp_form_confirm .form_note {
    display: none!important;
  }  
  #top_entry .entry_comment p {
    text-align: left;
  }  
  #top_entry .entry_comment .back_btn {
    margin-top: 3rem;
    text-align: center;
  }
  #top_entry .entry_comment .back_btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background: #101e66;
  }
}
/******************************************************
トップに戻るボタン
******************************************************/
@media screen and (min-width:1025px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #091139;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }      
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    margin-top: -.7rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 2rem;
    height: 1px;
    margin-top: -.7rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }    
  #page_top a:hover {
    opacity: .7;
  }
}
@media screen and (max-width:1024px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 100;
  }
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    background: #091139;
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }      
}