@charset "UTF-8";
/*
 * project name
*/
/* ======================================= */
/* カラー設定
/* ======================================= */
/* ======================================= */
/* フォント設定
/* ======================================= */
/* ======================================= */
/* リンクの設定
/* ======================================= */
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://use.fontawesome.com/releases/v5.7.1/css/all.css");
a {
  color: #231815;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* ======================================= */
/* マテリアルアイコンの設定
/* ======================================= */
span.material-icons {
  font-size: 116%;
  line-height: 0.8;
  vertical-align: text-bottom;
}

/* ======================================= */
/* 書体の設定
/* ======================================= */
/*
// 明朝体
$mincho: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","Roboto Slab" ,Garamond,"Times New Roman","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
$Roboto : 'Roboto Condensed',Arial,Sans-Serif;

@import url('https://fonts.googleapis.com/css?family=Archivo');
$Archivo : 'Archivo', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
$Raleway : 'Raleway', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
$Oswald : 'Oswald', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
$teko : 'Teko', sans-serif;
*/
/* ======================================= */
/* メディアクエリ
/* ======================================= */
/*
フォントサイズ表 (base: 16px)
54% = 10px
62% = 11px
70% = 12px
77% = 13px
85% = 14px   162% = 24px  239% = 34px
93% = 15px   170% = 25px  247% = 35px
100% = 16px  177% = 26px  254% = 36px
108% = 17px  185% = 27px  262% = 37px
116% = 18px  193% = 28px  270% = 38px
124% = 19px  200% = 29px  277% = 39px
131% = 20px  208% = 30px  285% = 40px
139% = 21px  216% = 31px  293% = 41px
147% = 22px  224% = 32px  300% = 42px
154% = 23px  231% = 33px  308% = 43px


メディアクエリ・基本設定項目
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhone5以下  }

メディアクエリ・内訳
Nexus10横 = max-width: 1280px
iPad、iPad mini、Nexus9横 = max-width: 1024px
Nexus7横 = max-width: 960px
Nexus10縦 = max-width: 800px
iPad、iPad mini、Nexus9縦 = max-width: 768px
Nexus7縦 = max-width: 600px
iPhone6 Plus縦 = max-width: 414px
Nexus6縦 = max-width: 412px
iPhone6縦 = max-width: 375px
Nexus5横 = max-width: 360px
iPhone5以下横 = max-width: 320px
*/
/*! normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section,
picture {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 * Fix IE6/7 heading font-size not being relative to the root font-size
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.pc480 {
	display: inline;
}
.mo480 {
	display: none;
}



/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
  *overflow: visible; /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*====================================================================
  html, body
====================================================================*/
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #231815;
  font-family: "Klee One", cursive, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  *font-size: 116%;
  line-height: 1.6;
  word-spacing: 0;
  letter-spacing: 0.02em;
  background: #FFF;
}

::-moz-selection {
  background: #004098;
  color: #FFF;
}

::selection {
  background: #004098;
  color: #FFF;
}

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

/* ======================================= */
/* common
/* ======================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

ul, ol, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
/*
フォントサイズ表 (base: 15px)
62% =  10px
70% =  11px
77% = 12px   154% = 22px  231% = 32px
85% = 13px   162% = 23px  239% = 33px
93% = 14px   170% = 24px  247% = 34px
100% = 15px  177% = 25px  254% = 35px
108% = 16px  185% = 26px  262% = 36px
116% = 17px  193% = 27px  270% = 37px
124% = 18px  200% = 28px  277% = 38px
131% = 19px  208% = 29px  285% = 39px
139% = 20px  216% = 30px  293% = 40px
147% = 21px  224% = 31px  300% = 41px


メディアクエリ・基本設定項目
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhone5以下  }

メディアクエリ・内訳
Nexus10横 = max-width: 1280px
iPad、iPad mini、Nexus9横 = max-width: 1024px
Nexus7横 = max-width: 960px
Nexus10縦 = max-width: 800px
iPad、iPad mini、Nexus9縦 = max-width: 768px
Nexus7縦 = max-width: 600px
iPhone6 Plus縦 = max-width: 414px
Nexus6縦 = max-width: 412px
iPhone6縦 = max-width: 375px
Nexus5横 = max-width: 360px
iPhone5以下横 = max-width: 320px
*/
/*==　ハンバーガーメニュー　==*/
/* ======================================= */
/* メディアクエリ
/* ======================================= */
.btn-underbar {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
  transition: 0.3s;
}

.btn-underbar:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.button {
  margin-top: 50px;
  display: block;
  width: 240px;
  line-height: 50px;
  letter-spacing: 2px;
  position: relative;
  color: black;
  border: 1px solid black;
  padding-left: 20px;
  transition: 0.3s;
}

.button:hover {
  color: white;
  border: 1px solid black;
  padding-left: 20px;
  background-color: black;
}

a.button::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
}

.button-w {
  margin-top: 50px;
  display: block;
  width: 240px;
  line-height: 50px;
  letter-spacing: 2px;
  position: relative;
  color: white;
  border: 1px solid white;
  padding-left: 20px;
  transition: 0.3s;
}

.button-w:hover {
  color: black;
  border: 1px solid white;
  padding-left: 20px;
  background-color: white;
}

a.button-w::after {
  content: "→";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
}

.contact-btn {
  margin-top: 50px;
  display: block;
  line-height: 50px;
  letter-spacing: 2px;
  text-decoration: none;
  position: relative;
  color: black;
  background-color: white;
  padding-left: 50px;
  transition: 0.3s;
  width: 260px;
}

.contact-btn:hover {
  color: white;
  padding-left: 50px;
  background-color: black;
}

a.contact-btn::before {
  content: url(../img/mail.jpg);
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
@media screen and (max-width: 480px) {
  .button-w {
    margin: 30px auto 20px;
  }
  .button-w:hover {
    padding-left: 0;
  }
.pc480 {
	display: none;
}
.mo480 {
	display: inline;
}



}
.editer p {
  margin: 15px 0;
}
.editer p:first-of-type {
  margin: 0 0 15px;
}
.editer p a {
  text-decoration: underline;
}
.editer p a:hover {
  text-decoration: none;
}
.editer h1, .editer h2, .editer h3, .editer h4, .editer h5, .editer h6 {
  margin: 15px 0;
  padding: 0;
  text-align: left;
}
.editer ul, .editer ol {
  padding: 0 0 0 1.8em;
  margin: 0 0 25px 0;
}
.editer ul li, .editer ol li {
  font-size: 108%;
  margin: 0 0 5px 0;
}
.editer ul li {
  list-style: disc;
}
.editer ol li {
  list-style: decimal;
}
.editer img {
  width: auto;
  height: auto;
  max-width: 100%;
  text-align: center;
}
.editer .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.editer .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.editer figcaption {
  font-size: 85%;
  text-align: center;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
/* ======================================= */
/* カラー設定
/* ======================================= */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0px;
  display: block;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email] {
  padding: 8px;
  font-size: 116%;
  color: #333;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}
.mw_wp_form input[type=text]:-moz-placeholder-shown, .mw_wp_form input[type=tel]:-moz-placeholder-shown, .mw_wp_form input[type=email]:-moz-placeholder-shown {
  color: #CCC;
}
.mw_wp_form input[type=text]:placeholder-shown,
.mw_wp_form input[type=tel]:placeholder-shown,
.mw_wp_form input[type=email]:placeholder-shown {
  color: #CCC;
}
.mw_wp_form input[type=text]::-webkit-input-placeholder,
.mw_wp_form input[type=tel]::-webkit-input-placeholder,
.mw_wp_form input[type=email]::-webkit-input-placeholder {
  color: #CCC;
}
.mw_wp_form input[type=text]:-moz-placeholder,
.mw_wp_form input[type=tel]:-moz-placeholder,
.mw_wp_form input[type=email]:-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.mw_wp_form input[type=text]::-moz-placeholder,
.mw_wp_form input[type=tel]::-moz-placeholder,
.mw_wp_form input[type=email]::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.mw_wp_form input[type=text]:-ms-input-placeholder,
.mw_wp_form input[type=tel]:-ms-input-placeholder,
.mw_wp_form input[type=email]:-ms-input-placeholder {
  color: #CCC;
}
.mw_wp_form input.sizeXxs {
  width: 15%;
}
.mw_wp_form input.sizeXs {
  width: 25%;
}
.mw_wp_form input.sizeS {
  width: 50%;
}
.mw_wp_form input.sizeM {
  width: 65%;
}
.mw_wp_form input.sizeL {
  width: 80%;
}
.mw_wp_form input.sizeXl {
  width: 100%;
}
.mw_wp_form textarea {
  width: 100%;
  height: 200px;
  padding: 8px;
  font-size: 116%;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  color: #333;
}
.mw_wp_form input::-moz-selection, .mw_wp_form textarea::-moz-selection {
  background: #666;
  color: #FFF;
}
.mw_wp_form input::selection,
.mw_wp_form textarea::selection {
  background: #666;
  color: #FFF;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 0;
  border: 1px solid #CCC;
}
.mw_wp_form input:focus::-moz-placeholder, .mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::placeholder,
.mw_wp_form textarea:focus::placeholder {
  color: transparent;
}
.mw_wp_form span.mwform-checkbox-field {
  display: block;
}
.mw_wp_form label {
  display: block;
  margin: 0;
}
.mw_wp_form label input[type=checkbox],
.mw_wp_form label input[type=radio] {
  margin: 0;
  outline: none;
}
.mw_wp_form .select-wrap {
  width: auto;
  position: relative;
  border: 1px solid #CCC;
}
.mw_wp_form .select-wrap::before {
  position: absolute;
  font-size: 70%;
  top: 10px;
  right: 10px;
  color: #999;
  z-index: 1;
}
.mw_wp_form select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  height: 40px;
  padding: 8px 12px;
  width: 100%;
  border-radius: 3px;
  font-size: 116%;
  position: relative;
}
.mw_wp_form select option {
  background-color: #fff;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
.mw_wp_form span.error {
  color: #e60012;
  font-weight: bold;
  font-size: 77%;
  display: block;
  padding: 5px 0 0;
}

.mw_wp_form table {
  width: 100%;
}
.mw_wp_form table tbody tr {
  border-top: 1px solid #DDD;
}
.mw_wp_form table tbody tr th, .mw_wp_form table tbody tr td {
  padding: 16px 1em;
}
.mw_wp_form table tbody tr th {
  width: 30%;
  font-size: 100%;
  text-align: left;
}
.mw_wp_form table tbody tr td {
  width: 70%;
}
.mw_wp_form dl {
  width: 100%;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 16px 1em;
}

.mw_wp_form_input table tbody tr th span.hissu {
  display: inline-block;
  color: #FFF;
  font-size: 10px;
  padding: 1px 6px;
  margin-left: 10px;
  background: #a42d2d;
  border-radius: 5px;
}
.mw_wp_form_input table tbody tr td span.age {
  margin: 0 8px;
}
.mw_wp_form_input span.captionTxt {
  display: block;
  font-size: 85%;
  color: #c40e0e;
  margin: 5px 0 0;
}
.mw_wp_form_input p.underTxt {
  text-align: center;
  font-size: 85%;
  color: #666;
}

.mw_wp_form_confirm table tbody tr th span.hissu {
  display: none;
}
.mw_wp_form_confirm table tbody tr th span.cap {
  display: none;
}
.mw_wp_form_confirm table tbody tr td span.age {
  margin: 0 8px;
}
.mw_wp_form_confirm table tbody tr td span.captionTxt {
  display: none;
}
.mw_wp_form_confirm table tbody tr td .select-wrap {
  border: none;
}
.mw_wp_form_confirm table tbody tr td .select-wrap::before {
  display: none;
}
.mw_wp_form_confirm p.underTxt {
  display: none;
}

.inputBtnArea {
  text-align: center;
  margin: 20px 0 0;
}
.inputBtnArea input {
  padding: 16px 0;
  text-align: center;
  font-size: 100%;
  cursor: pointer;
  width: 33%;
  font-weight: normal;
  border: none;
}
.inputBtnArea input::-moz-selection {
  border: none;
}
.inputBtnArea input::selection {
  border: none;
}
.inputBtnArea input:focus {
  border: none;
}
.inputBtnArea input.confBtn {
  color: #FFF;
  margin: 0;
}
.inputBtnArea input.submitBtn {
  background: #e63c3c;
  color: #FFF;
  margin: 0;
}
.inputBtnArea input.submitBtn:hover {
  opacity: 0.75;
}
.inputBtnArea input.back {
  background: #999;
  color: #FFF;
  margin: 0 0 10px;
}
.inputBtnArea input.back:hover {
  opacity: 0.75;
}
.inputBtnArea input.disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
.inputBtnArea input.disabled:hover {
  background: #000;
  box-shadow: none;
}

.mw_wp_form_input input.submitBtn {
  display: none;
}

.mw_wp_form_confirm #doui {
  display: none;
}
.mw_wp_form_confirm input.confBtn {
  display: none;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
/* ======================================= */
/* カラー設定
/* ======================================= */
.wp-pagenavi {
  text-align: center;
  font-size: 93%;
  margin: 60px auto 0;
}
.wp-pagenavi span.current {
  background: #E50012;
  color: #FFF;
  padding: 10px 13px;
  border-radius: 0;
  margin: 0 5px;
}
.wp-pagenavi a.page {
  background: #F0F0F0;
  color: #000;
  padding: 10px 13px;
  border-radius: 0;
  margin: 0 5px;
}
.wp-pagenavi a.page:hover {
  color: #FFF;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  font-size: 85%;
  color: #E50012;
  margin: 0 5px;
  padding: 8px;
  position: relative;
  border: none;
  opacity: 0.5;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  opacity: 1;
}

.entryBtnWrap {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
}
.entryBtnWrap p {
  position: absolute;
  top: 0;
}
.entryBtnWrap p a {
  color: #333;
  font-size: 100%;
  background: none;
  display: block;
  text-align: center;
  padding: 12px 0;
  position: relative;
}
.entryBtnWrap p a:after {
  position: absolute;
}
.entryBtnWrap p.prevBtn, .entryBtnWrap p.nextBtn {
  width: 25%;
}
.entryBtnWrap p.prevBtn a:hover, .entryBtnWrap p.nextBtn a:hover {
  color: #E50012;
}
.entryBtnWrap p.prevBtn a::after, .entryBtnWrap p.nextBtn a::after {
  top: 50%;
  font-size: 70%;
  margin: -9px 0 0;
}
.entryBtnWrap p.prevBtn {
  left: 0;
}
.entryBtnWrap p.prevBtn a {
  padding: 12px 0 12px 12px;
}
.entryBtnWrap p.prevBtn a::after {
  left: 0;
}
.entryBtnWrap p.nextBtn {
  right: 0;
}
.entryBtnWrap p.nextBtn a {
  padding: 12px 12px 12px 0;
}
.entryBtnWrap p.nextBtn a::after {
  right: 0;
}
.entryBtnWrap p.backIndexBtn {
  left: 50%;
  width: 30%;
  margin: 0 0 0 -15%;
}
.entryBtnWrap p.backIndexBtn a {
  border-radius: 33px;
  text-align: center;
  background: #E50012;
  color: #FFF;
}
/* ======================================= */
/* メディアクエリ
/* ======================================= */
/* ======================================= */
/* ハンバーガーメニュー
/* ======================================= */
.menuBtn {
  display: block;
  background: #000;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
.menuBtn span {
  width: 26px;
  height: 1px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -1px;
  position: relative;
  background: none;
  transition: all 0.2s;
}
.menuBtn span:before, .menuBtn span:after {
  transition: all 0.2s;
  content: "";
  width: 13px;
  height: 1px;
  display: block;
  background: #FFF;
  position: absolute;
}
.menuBtn span:before {
  transform: translateX(0px);
  opacity: 1;
}
.menuBtn span:after {
  transform: translateX(13px);
  opacity: 1;
}
.menuBtn span.top {
  transform: translateY(-8px);
}
.menuBtn span.middle {
  transform: translateY(0px);
}
.menuBtn span.bottom {
  transform: translateY(8px);
}
.menuBtn.is-open span.middle:before {
  transform: translateX(-13px);
  opacity: 0;
}
.menuBtn.is-open span.middle:after {
  transform: translateX(39px);
  opacity: 0;
}
.menuBtn.is-open span.top {
  transform: translateY(-4px);
}
.menuBtn.is-open span.top:before {
  transform: translateX(2px) rotate(45deg);
}
.menuBtn.is-open span.top:after {
  transform: translateX(11px) rotate(-45deg);
}
.menuBtn.is-open span.bottom {
  transform: translateY(5px);
}
.menuBtn.is-open span.bottom:before {
  transform: translateX(2px) rotate(-45deg);
}
.menuBtn.is-open span.bottom:after {
  transform: translateX(11px) rotate(45deg);
}

/* ======================================= */
/* パンくず
/* ======================================= */
#breadCrumb {
  margin: 0;
}
#breadCrumb ul {
  display: flex;
}
#breadCrumb ul li {
  margin: 0 0 0 3em;
  position: relative;
  font-size: 70%;
}
#breadCrumb ul li::before {
  color: #999;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -1.8em;
}
#breadCrumb ul li:first-child {
  margin: 0;
}
#breadCrumb ul li:first-child::before {
  display: none;
}
#breadCrumb ul li a {
  color: #231815;
  display: inline-block;
  padding: 0;
}
#breadCrumb ul li a:hover {
  text-decoration: underline;
}

/* ======================================= */
/* ページスクロール
/* ======================================= */
#pageScroll {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  transition: 0.25s ease-in-out;
}
#pageScroll a {
  text-align: center;
  display: block;
  padding: 0;
}
#pageScroll a:hover {
  opacity: 0.75;
}
#pageScroll.fixed {
  bottom: 50px;
}

/* ======================================= */
/* メディアクエリ
/* ======================================= */
@media screen and (max-width: 768px) {
  /* ======================================= */
  /* ページスクロール
  /* ======================================= */
  #pageScroll {
    right: 10px;
  }
  #pageScroll.fixed {
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #pageScroll {
    bottom: 80px;
    right: 20px;
  }
}
/*
フォントサイズ表 (base: 16px)
54% = 10px
62% = 11px
70% = 12px
77% = 13px
85% = 14px   162% = 24px  239% = 34px
93% = 15px   170% = 25px  247% = 35px
100% = 16px  177% = 26px  254% = 36px
108% = 17px  185% = 27px  262% = 37px
116% = 18px  193% = 28px  270% = 38px
124% = 19px  200% = 29px  277% = 39px
131% = 20px  208% = 30px  285% = 40px
139% = 21px  216% = 31px  293% = 41px
147% = 22px  224% = 32px  300% = 42px
154% = 23px  231% = 33px  308% = 43px


メディアクエリ・基本設定項目
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhone5以下  }

メディアクエリ・内訳
Nexus10横 = max-width: 1280px
iPad、iPad mini、Nexus9横 = max-width: 1024px
Nexus7横 = max-width: 960px
Nexus10縦 = max-width: 800px
iPad、iPad mini、Nexus9縦 = max-width: 768px
Nexus7縦 = max-width: 600px
iPhone6 Plus縦 = max-width: 414px
Nexus6縦 = max-width: 412px
iPhone6縦 = max-width: 375px
Nexus5横 = max-width: 360px
iPhone5以下横 = max-width: 320px
*/
h1 {
  font-size: 35px;
  color: #004098;
}

h2,
h3 {
  font-size: 25px;
  font-weight: bold;
  font-family: serif;
}

.h3text {
  font-weight: bold;
  font-size: 14px;
}

.pc-header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: #f8f1e2;
  align-items: center;
}
.pc-header img {
  width: 200px;
  margin-left: 50px;
}
.pc-header .header__nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
}
.pc-header .contact-wrapper {
  background-color: #004098;
  color: white;
  padding: 15px 0 15px 20px;
}
.pc-header .contact-wrapper a {
  color: white;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: -5px 0 -5px 0;
}
.pc-header a:hover,
.pc-header li:hover {
  opacity: 0.6;
}

#insta {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  left: 50px;
}
#insta img {
  width: 50px;
}

#plan {
  position: fixed;
  z-index: 100;
  top: 15%;
  right: 20px;
  width: 200px;
}
#plan img {
  width: 100%;
}

#mv {
  position: relative;
  width: 100%;
}
#mv .mv-absolute {
  position: absolute;
  bottom: -2px;
  width: 100%;
}
#mv .sp-only {
  display: none;
}

#about {
  text-align: center;
  margin-top: 50px;
}
#about img {
  width: 128px;
  margin-bottom: 30px;
}
#about .h2-title img {
  width: 86px;
  margin-bottom: 50px;
}
#about p {
  margin-top: 20px;
}

#slider {
  background-color: #f8f1e2;
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
}
#slider .slide {
  margin: 0 5px;
}
#slider .autoplay {
  width: 850px;
  margin: 0 auto;
}
#slider .btn:hover {
  opacity: 0.6;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-prev::before {
  content: "" !important;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

/* next */
.slick-prev::after {
  left: -16px !important;
}

.slick-prev,
.slick-next {
  top: 20% !important;
}

.slick-next {
  right: 26px;
}

.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: 26px;
}

.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}
#feature {
  margin-top: 50px;
}
#feature .fullorder-wrapper {
  display: flex;
  align-items: center;
}
#feature .animation-target {
  flex-basis: 65%;
}
#feature .fullorder-inner {
  border: 1px solid black;
  background-color: white;
  flex-basis: 400px;
  margin-left: -80px;
  padding: 40px 50px;
  position: relative;
  z-index: 10;
}
#feature .fullorder-inner img {
  width: 118px;
}
#feature .curtain-wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}
#feature .curtain-inner {
  border: 1px solid black;
  background-color: white;
  flex-basis: 400px;
  margin-right: -80px;
  padding: 40px 50px;
  z-index: 10;
  position: relative;
  z-index: 10;
}
#feature .curtain-inner img {
  width: 124px;
}
#feature .fullorder-text {
  margin-top: 30px;
  line-height: 30px;
}

#company {
  margin-top: 150px;
  color: white;
}
#company .company-wrapper {
  padding: 60px 0;
  background-image: url(../img/company.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#company img {
  margin-top: -150px;
  width: 30%;
}
#company .company-text {
  margin-top: 30px;
  line-height: 30px;
}

#recruit {
  margin-top: 50px;
}
#recruit .recruit-wrapper {
  display: flex;
  align-items: flex-end;
}
#recruit .recruit-inner {
  background-color: white;
  margin-left: -80px;
  padding: 40px 50px;
}
#recruit .recruit-text {
  margin-top: 30px;
  line-height: 30px;
}
#recruit img {
  flex-basis: 65%;
}

footer .wrapper {
  margin-top: 50px;
  display: grid;
  background-color: #004098;
  color: white;
  padding: 50px;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  align-items: center;
}
footer .inner001 img {
  width: 202px;
}
footer .inner001 .address {
  margin-top: 20px;
}
footer .inner001 .map {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
footer .inner001 .map:hover {
  opacity: 0.5;
}
footer .inner001 .map:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
footer .inner002 a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: white;
  text-decoration: none;
  margin-bottom: 20px;
}
footer .inner002 a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
footer .inner002 li:hover {
  opacity: 0.5;
}
footer .inner003 .tel {
  color: white;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: 5px 0 5px;
  letter-spacing: 2px;
}
footer .inner003 .tel:hover {
  opacity: 0.6;
}
footer .inner003 p {
  font-weight: bold;
}

.hamburger,
.globalMenuSp,
.sp-footer-fixed {
  display: none;
}

.animation-target {
  position: relative;
  overflow: hidden;
}
.animation-target img {
  opacity: 0;
}

@keyframes showElements {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-target.show img {
  animation: showElements 0.01s 0.5s forwards;
}

.animation-target::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #004098;
  transform: translateX(-100%);
}

@keyframes showMask {
  0% {
    transform: translateX(-100%);
  }
  45%, 55% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.animation-target.show::before {
  animation: showMask 1s forwards;
}

.br-sp {
  display: none;
}

@media all and (max-width: 480px) {
  #insta {
    display: none;
  }
  #plan {
    top: auto;
    bottom: 80px;
    left: 20px;
    width: 130px;
  }
  .pc-header {
    display: none;
  }
  #mv .sp-only {
    display: block;
  }
  #mv .pc-only {
    display: none;
  }
  #mv .mv-absolute {
    bottom: -1px;
  }
  #slider .autoplay {
    width: 75%;
  }
  #slider .slick-next {
    right: -30px;
  }
  #slider .slick-prev {
    left: -15px;
  }
  #about {
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #about h1 {
    font-size: 25px;
  }
  #about img {
    margin-bottom: 20px;
  }
  #about .h2-title img {
    margin-bottom: 30px;
  }
  #about p {
    text-align: left;
  }
  #feature {
    padding: 0 20px;
  }
  #feature .fullorder-wrapper {
    display: block;
  }
  #feature .fullorder-wrapper .fullorder-img {
    width: 100%;
  }
  #feature .fullorder-inner {
    margin-left: 0;
    padding: 20px;
  }
  #feature .fullorder-inner .button {
    margin-top: 30px;
  }
  #feature .curtain-wrapper {
    flex-direction: column-reverse;
    margin-top: 50px;
    align-items: normal;
  }
  #feature .curtain-wrapper .curtain-img {
    width: 100%;
  }
  #feature .curtain-inner {
    margin-right: 0;
    padding: 20px;
    flex-basis: 0;
  }
  #feature .curtain-inner .button {
    margin-top: 30px;
  }
  #feature .fullorder-text {
    margin-top: 20px;
  }
  #company {
    background-image: url(../img/company-sp.jpg);
    margin-top: 50px;
    padding: 20px;
  }
  #company .company-wrapper {
    background-image: none;
    text-align: center;
    padding: 20px 0;
    flex-direction: column-reverse;
  }
  #company .company-wrapper .company-inner {
    margin-top: 30px;
  }
  #company img {
    width: 90%;
    margin-top: 20px;
    height: auto;
  }
  #recruit .recruit-wrapper {
    display: block;
  }
  #recruit .recruit-wrapper .recruit-img {
    width: 100%;
  }
  #recruit .recruit-inner {
    margin-left: 0;
    padding: 20px;
  }
  #recruit .recruit-inner .button {
    margin-top: 30px;
  }
  #recruit .recruit-text {
    margin-top: 20px;
  }
  footer .wrapper {
    grid-template-columns: 1fr;
    padding: 30px 30px 100px 30px;
    justify-items: start;
  }
  footer .inner001 .map {
    margin: 20px 0 50px;
  }
  footer .inner003 .tel {
    margin: 40px 0 5px;
  }
  footer .inner003 .button {
    margin: 50px auto;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    z-index: 105;
    background-color: #f8f1e2;
    border-radius: 50px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 1.5px;
    left: 13px;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 15px;
    background-color: #004098;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
    background-color: #004098;
  }
  .hamburger span:nth-child(3) {
    top: 31px;
    background-color: #004098;
  }
  .hamburger.active {
    background-color: transparent;
  }
  .hamburger.active span:nth-child(1) {
    top: 24px;
    left: 13px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    display: none;
  }
  .hamburger.active span:nth-child(3) {
    top: 24px;
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    display: inline;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #f8f1e2;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #444;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #f8f1e2;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .sp-footer-fixed {
    display: inline;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #004098;
    z-index: 100;
  }
  .sp-footer-fixed__list {
    display: flex;
  }
  .sp-footer-fixed__list a {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .sp-footer-fixed__list a:last-child {
    border-right: none;
  }
  .sp-footer-fixed__list img {
    width: 30%;
  }
  .sp-footer-fixed__item {
    padding: 15px;
    width: calc((100% - 4px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) and (max-width: 540px) {
  .sp-footer-fixed__item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .br-sp {
    display: inline;
  }
}
#about-mv {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#about-mv h1 {
  font-size: 65px;
  font-weight: bold;
  font-family: serif;
}
#about-mv p {
  color: #004098;
}
#about-mv .mv-title {
  position: absolute;
  top: 20%;
  left: 0;
}

#about-philosophy {
  width: 1000px;
  margin: 50px auto 0;
}
#about-philosophy .flex {
  display: flex;
  align-items: center;
}
#about-philosophy .flex-left {
  flex-basis: 45%;
}
#about-philosophy .flex-left h2 {
  font-size: 50px;
  color: #004098;
}
#about-philosophy .flex-left p {
  color: #004098;
}
#about-philosophy .flex-right {
  flex-basis: 55%;
}
#about-philosophy .flex-right h2 {
  font-family: "Klee One", cursive, serif;
}

#about-message {
  background-color: #F8F1E2;
  width: 1000px;
  margin: 50px auto 0;
  text-align: center;
  padding: 50px 0;
  outline: 2px solid #004098;
  outline-offset: -20px;
}
#about-message h2 {
  font-size: 50px;
  color: #004098;
}
#about-message .h2-small {
  color: #004098;
}
#about-message .message-text {
  margin-top: 30px;
}
#about-message .daihyou-text {
  margin-top: 50px;
}

#about-company {
  width: 1000px;
  margin: 50px auto 0;
}
#about-company .flex {
  display: flex;
}
#about-company .flex h2 {
  color: #004098;
  font-size: 50px;
  text-align: center;
}
#about-company .flex p {
  color: #004098;
  text-align: center;
}
#about-company .flex-left {
  flex: 1;
  margin-right: 20px;
}
#about-company .flex-left-text {
  margin-bottom: 30px;
}
#about-company .flex-left dl {
  border-bottom: 1px solid black;
  padding: 20px;
  display: flex;
}
#about-company .flex-left dl dt {
  font-weight: bold;
  color: #004098;
  flex-basis: 30%;
}
#about-company .flex-left dl dd {
  flex-basis: 70%;
}
#about-company .flex-left dl:nth-of-type(1) {
  border-top: 1px solid black;
}
#about-company .flex-right {
  flex: 1;
  margin-left: 20px;
}
#about-company .flex-right-text {
  margin-bottom: 30px;
}
#about-company .flex-right dl {
  border-bottom: 1px solid black;
  padding: 20px;
  display: flex;
}
#about-company .flex-right dl dt {
  font-weight: bold;
  color: #004098;
  flex-basis: 30%;
}
#about-company .flex-right dl dd {
  flex-basis: 70%;
}
#about-company .flex-right dl:nth-of-type(1) {
  border-top: 1px solid black;
}

.iframe-wrap {
  margin-top: 50px;
  margin-bottom: -50px;
  position: relative;
  width: 100%;
  padding-top: 25%;
  /* = height ÷ width × 100 */
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 480px) {
  #about-mv {
    width: 100%;
  }
  #about-mv .mv-title {
    padding: 0 20px;
  }
  #about-mv h1 {
    font-size: 40px;
    text-shadow: 1px 1px 2px white;
  }
  #about-mv p {
    text-shadow: 1px 1px 2px white;
  }
  #about-philosophy {
    width: 100%;
  }
  #about-philosophy .flex {
    padding: 0 20px;
    display: block;
  }
  #about-philosophy .flex-left {
    text-align: center;
  }
  #about-philosophy .flex-left h2 {
    font-size: 30px;
  }
  #about-philosophy .flex-right {
    margin-top: 20px;
  }
  #about-philosophy .flex-right h2 {
    font-size: 16px;
    text-align: center;
  }
  #about-message {
    width: 100%;
    padding: 40px;
  }
  #about-message h2 {
    font-size: 30px;
  }
  #about-message .message-text {
    margin-top: 20px;
    text-align: left;
  }
  #about-message .daihyou-text {
    margin-top: 30px;
  }
  #about-company {
    width: 100%;
    padding: 0 20px;
  }
  #about-company .flex {
    display: block;
  }
  #about-company .flex-left {
    margin-right: 0;
  }
  #about-company .flex-left h2 {
    font-size: 30px;
  }
  #about-company .flex-left-text {
    margin-bottom: 15px;
  }
  #about-company .flex-left dl dt {
    flex-basis: 40%;
  }
  #about-company .flex-left dl dd {
    flex-basis: 60%;
  }
  #about-company .flex-right {
    margin-left: 0;
    margin-top: 50px;
  }
  #about-company .flex-right h2 {
    font-size: 30px;
  }
  #about-company .flex-right-text {
    margin-bottom: 15px;
  }
  #about-company .flex-right dl dt {
    flex-basis: 40%;
  }
  #about-company .flex-right dl dd {
    flex-basis: 60%;
  }
  .iframe-wrap {
    padding-top: 70%;
    /* = height ÷ width × 100 */
  }
}
#business-content {
  margin: 80px 0;
}
#business-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1000px;
  margin: 0 auto;
  gap: 40px;
}
#business-content .title {
  width: 30%;
}
#business-content h3 {
  color: #004098;
}

@media all and (max-width: 480px) {
  #business-content {
    margin: 60px 0;
  }
  #business-content ul {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  #business-content ul li {
    margin-bottom: 20px;
  }
  #business-content ul li:last-child {
    margin-bottom: 0px;
  }
}
#about-message .cta {
  margin-top: 50px;
}
#about-message .cta a {
  color: #004098;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
#about-message .cta a:hover {
  opacity: 0.5;
}
#about-message .cta-left, #about-message .cta-right {
  border: 1px solid #004098;
  padding: 10px 30px 10px 60px;
  position: relative;
}
#about-message .cta-left {
  margin-right: 40px;
}
#about-message .cta-left::before {
  position: absolute;
  content: url(../img/recruit/cta-tel.png);
  display: block;
  left: 30px;
  top: 55%;
  transform: translateY(-50%);
}
#about-message .cta-right::before {
  position: absolute;
  content: url(../img/recruit/cta-contact.png);
  display: block;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper {
  background-color: #F8F1E2;
  padding: 100px 0;
}

#qa {
  width: 1000px;
  margin: 0 auto;
  /* 質問 */
  /* 答え */
  /* 質問を開いた時の仕様 */
  /* --アイコン */
  /* --答えの高さ */
  /* 質問をクリックした時のアイコンの動き */
}
#qa .h2 {
  text-align: center;
}
#qa .h2 h2, #qa .h2 p {
  color: #004098;
}
#qa .h2 h2 {
  font-size: 50px;
}
#qa .cp_qa *, #qa .cp_qa *:after, #qa .cp_qa *:before {
  box-sizing: border-box;
}
#qa .cp_qa {
  border-top: 1px solid #1b2538;
  margin-top: 50px;
}
#qa .cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}
#qa .cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
#qa .cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #1b2538;
}
#qa .cp_qa .cp_actab label:hover {
  color: #004098;
}
#qa .cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  color: #ffffff;
  background: #004098;
}
#qa .cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
#qa .cp_qa .cp_actab input:checked ~ label {
  color: #004098;
}
#qa .cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
#qa .cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  transition: all 0.5s ease;
  text-align: center;
}
#qa .cp_qa .cp_actab input[type=checkbox] + label::after {
  content: "▼";
}
#qa .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
}

#recruit-qa {
  width: 1000px;
  margin: 80px auto;
  /* 質問 */
  /* 答え */
  /* 質問を開いた時の仕様 */
  /* --アイコン */
  /* --答えの高さ */
  /* 質問をクリックした時のアイコンの動き */
}
#recruit-qa .h2 {
  text-align: center;
}
#recruit-qa .h2 h2, #recruit-qa .h2 p {
  color: #004098;
}
#recruit-qa .h2 h2 {
  font-size: 50px;
}
#recruit-qa .cp_qa *, #recruit-qa .cp_qa *:after, #recruit-qa .cp_qa *:before {
  box-sizing: border-box;
}
#recruit-qa .cp_qa {
  border-top: 1px solid #1b2538;
  margin-top: 50px;
}
#recruit-qa .cp_qa .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}
#recruit-qa .cp_qa .cp_actab input {
  position: absolute;
  opacity: 0;
}
#recruit-qa .cp_qa .cp_actab label {
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px solid #1b2538;
}
#recruit-qa .cp_qa .cp_actab label:hover {
  color: #004098;
}
#recruit-qa .cp_qa .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  color: #ffffff;
  background: #004098;
}
#recruit-qa .cp_qa .cp_actab .cp_actab-content p {
  margin: 1em;
}
#recruit-qa .cp_qa .cp_actab input:checked ~ label {
  color: #004098;
}
#recruit-qa .cp_qa .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
#recruit-qa .cp_qa .cp_actab label::after {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 3em;
  margin-top: -12.5px;
  transition: all 0.5s ease;
  text-align: center;
}
#recruit-qa .cp_qa .cp_actab input[type=checkbox] + label::after {
  content: "▼";
}
#recruit-qa .cp_qa .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
}

#recruit-under {
  width: 1000px;
  margin: 80px auto;
}
#recruit-under .h2 {
  text-align: center;
}
#recruit-under .h2 h2, #recruit-under .h2 p {
  color: #004098;
}
#recruit-under .h2 h2 {
  font-size: 50px;
}
#recruit-under table {
  margin-top: 50px;
}
#recruit-under table tr {
  border-top: 1px solid #cccccc;
}
#recruit-under table tr:last-child {
  border-bottom: 1px solid #cccccc;
}
#recruit-under table th {
  padding: 20px 0;
  color: #004098;
  font-size: 18px;
  font-weight: bold;
  width: 200px;
}
#recruit-under table td {
  width: 800px;
  padding: 20px 0;
}
#recruit-under .cta {
  margin-top: 50px;
  text-align: center;
}
#recruit-under .cta a {
  color: #004098;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
#recruit-under .cta a:hover {
  opacity: 0.5;
}
#recruit-under .cta-left, #recruit-under .cta-right {
  border: 1px solid #004098;
  padding: 10px 30px 10px 60px;
  position: relative;
}
#recruit-under .cta-left {
  margin-right: 40px;
}
#recruit-under .cta-left::before {
  position: absolute;
  content: url(../img/recruit/cta-tel.png);
  display: block;
  left: 30px;
  top: 55%;
  transform: translateY(-50%);
}
#recruit-under .cta-right::before {
  position: absolute;
  content: url(../img/recruit/cta-contact.png);
  display: block;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 480px) {
  .wrapper {
    background-color: #F8F1E2;
    padding: 50px 0;
  }
  #qa {
    width: 100%;
    padding: 0 20px;
  }
  #qa .h2 h2 {
    font-size: 30px;
  }
  #qa .h2 p {
    font-size: 14px;
  }
  #qa .cp_qa {
    margin-top: 30px;
  }
  #recruit-qa {
    width: 100%;
    padding: 0 20px;
  }
  #recruit-qa .h2 h2 {
    font-size: 30px;
  }
  #recruit-qa .h2 p {
    font-size: 14px;
  }
  #recruit-qa .cp_qa {
    margin-top: 30px;
  }
  #recruit-under {
    width: 100%;
    padding: 0 20px;
    margin: 60px 0;
  }
  #recruit-under table {
    margin-top: 30px;
  }
  #recruit-under .h2 h2 {
    font-size: 30px;
  }
  #recruit-under .h2 p {
    font-size: 14px;
  }
  #recruit-under table th {
    font-size: 14px;
    padding: 10px;
    width: 30%;
  }
  #recruit-under table td {
    font-size: 14px;
    padding: 10px;
  }
  #recruit-under .cta {
    margin-top: 30px;
  }
  #recruit-under .cta a {
    font-size: 20px;
  }
  #recruit-under .cta-left {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #about-message .cta {
    margin-top: 30px;
  }
  #about-message .cta a {
    font-size: 20px;
  }
  #about-message .cta-left {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
/*-------------------- お問合せフォームのCSS -------------------------------------------------*/
.Form {
  margin-top: 50px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item .radio {
  display: flex;
}
.Form-Item-Label {
  width: 100%;
  max-width: 300px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #004098;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-noRequired {
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #aaa;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0px 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item ul {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.Form-Item ul li {
  list-style: none;
  width: 100px;
  margin-right: 40px;
}
.Form-number-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Input_radio {
  margin: 0 5px 0 30px;
  padding-left: 1em;
  padding-right: 1em;
  flex: 1;
  max-width: 60px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 0px 20px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 1000px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: #004098;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  font-family: "Klee One", cursive, serif;
}

.text-small {
  font-size: 12px;
}

.text-right {
  text-align: right;
}

#formWrap {
  width: 700px;
  margin: 80px auto;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 15px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

#formWrap h3 {
  text-align: center;
  font-size: 25px;
}

#formWrap p {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
    padding: 0 20px;
  }
  .Form-Item {
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .Form-Item ul {
    margin: 0;
    width: 100%;
  }
  .Form-Item ul li {
    margin-right: 15px;
  }
  .Form-Item .radio {
    display: block;
    margin-top: 10px;
  }
  .Form-Item.name {
    justify-content: right;
  }
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Label-noRequired {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    margin-right: 0;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form .radio-sp {
    margin-top: 20px;
    text-align: justify;
  }
  .Form-Item-Input_radio {
    margin-left: 0;
  }
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
  .balance {
    margin-top: 10px;
    margin-bottom: -8px;
  }
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
  #formWrap {
    width: 95%;
    margin: 50px auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
}
#grid {
  max-width: 1000px;
  margin: 80px auto;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}
#grid span {
  display: block;
  color: #004098;
  margin-top: 10px;
  font-size: 14px;
}
#grid h4 {
  margin-top: 10px;
  color: #004098;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#grid p {
  font-size: 12px;
  margin-top: 10px;
}

@media all and (max-width: 480px) {
  #grid {
    margin: 50px auto;
    width: 100%;
    padding: 0 20px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  #grid h4 {
    font-size: 14px;
    line-height: 21px;
  }
}/*# sourceMappingURL=style.css.map */

@media (max-width:540px){
	#about h1 {
	font-size: 22px !important;
}
}
