@charset "UTF-8";
/*!
Theme Name:   DVERZ WPテーマ
Theme URI:    https://dverz.co.jp/
Author:       DVERZ.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: auto;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}

.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: #f4f4f4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

p, span, address, th, td, a {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

dfn, cite, em, i {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  margin-bottom: 1.5rem;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: #f4f4f4;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #000;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}

.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ul li {
  font-style: normal;
  line-height: 1.5;
}

ol {
  list-style: decimal;
}

ol li {
  line-height: 1.5;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}

.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}

.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #1E78C2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}

.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: #4a9ee3;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background: #f4f4f4;
  color: #666;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #d9d9d9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1500px;
  min-width: 1000px;
  padding: 80px 30px;
  position: relative;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

table {
  margin: 0 0 0;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none !important;
}

.sp-space {
  display: none !important;
}

img {
  pointer-events: none;
}

*:focus {
  outline: none;
}

#btn-side-fix {
  position: fixed;
  right: 0;
  bottom: 15rem;
  z-index: 999;
}

#btn-side-fix a {
  background: #00B900;
  color: white;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  line-height: 1.2;
  border-radius: 1rem 0 0 1rem;
  padding: 1rem 1.5rem;
}

#btn-side-fix a:before {
  content: '\f3c0';
  font-family: fontawesome;
  display: block;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

#btn-bottom-fix {
  display: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
/*共通見出し*/
.sec_title1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #1E78C2;
  margin-bottom: 30px;
  line-height: 1.5;
}

.sec_title1 em {
  display: block;
  font-size: 25px;
}

.sec_title1.c_w {
  color: white;
}

.sp-buttons .sp-button {
  border-color: white;
  width: 10px;
  height: 10px;
}

.sp-buttons .sp-selected-button {
  background-color: white;
}

#wrapper {
  overflow: hidden;
}

#header .container {
  padding: 15px;
}

#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

#header .container .content .head_logo {
  width: 140px;
}

#header .container .content .head_logo a {
  display: block;
}

#header .container .content #gnav {
  width: calc((100% - 140px));
}

#header .container .content #gnav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}

#header .container .content #gnav nav a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  letter-spacing: 0;
}

#header .container .content #gnav nav a:before {
  content: '●';
  color: #1E78C2;
  display: inline-block;
  margin-right: 3px;
}

#header .container .content #gnav nav a.contact_btn {
  color: white;
  padding: 7px 25px;
  background: #1E78C2;
  border-radius: 50px;
  position: relative;
  text-align: center;
}

#header .container .content #gnav nav a.contact_btn:before {
  content: '\f0e0';
  color: white;
  font-family: fontawesome;
  margin-right: 7px;
}

#header .container .content #menu_btn {
  display: none;
  line-height: 1;
  z-index: 9999;
  width: 100px;
  height: 100px;
  background: url("images/common/menu_btn.png") no-repeat top center;
  background-size: contain;
}

footer#footer .container {
  padding: 30px;
}

footer#footer .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer#footer .container .content .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer#footer .container .content .foot_nav a {
  display: inline-block;
  margin-right: 30px;
  text-decoration: underline;
}

footer#footer .container .content .credit {
  margin: 0;
  color: #9f9f9f;
  font-size: 13px;
  letter-spacing: 0;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}

body.home #page .go_contact_section {
  max-height: 440px;
  overflow: hidden;
}

body.home #page .go_contact_section .container {
  padding: 10px 0 0;
}

body.home #page .go_contact_section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}

body.home #page .go_contact_section .container .content .pic {
  width: 315px;
}

body.home #page .go_contact_section .container .content .txt {
  width: 410px;
  margin-left: 50px;
}

body.home #page .go_contact_section .container .content .txt h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 20px;
}

body.home #page .go_contact_section .container .content .txt h2 strong {
  font-size: 40px;
  display: inline-block;
  position: relative;
  margin-right: 7px;
}

body.home #page .go_contact_section .container .content .txt h2 strong:after {
  content: '';
  background: #BBE4ED;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

body.home #page a.btn_go_contact {
  display: inline-block;
  color: white;
  background: #1E78C2;
  border-radius: 5px;
  font-size: 25px;
  letter-spacing: 0;
  padding: 15px 25px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

body.home #page a.btn_go_contact:before {
  content: '\f0e0';
  font-family: fontawesome;
  margin-right: 7px;
}

body.home #page a.btn_go_contact.c_w {
  background: white;
  color: #1E78C2;
}

body.home #page #vi-section {
  background-image: url("images/common/vi_bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
  overflow: hidden;
}

body.home #page #vi-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

body.home #page #vi-section .container .vi_wrap {
  position: relative;
  text-align: center;
}

body.home #page #vi-section .container .vi_wrap .vi {
  position: absolute;
  top: 80px;
  width: 256px;
  height: 425px;
}

body.home #page #vi-section .container .vi_wrap .vi.vi_l {
  right: calc(((100% - 613px) / 2) + 613px);
}

body.home #page #vi-section .container .vi_wrap .vi.vi_r {
  left: calc(((100% - 613px) / 2) + 613px + 20px);
  width: 246px;
}

body.home #page #vi-section .container .vi_wrap .vi_txt {
  display: inline-block;
  margin: 100px auto 200px;
}

body.home #page #vi-section .container .vi_wrap .vi_txt h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}

body.home #page #vi-section .container .vi_wrap .vi_txt h3 strong {
  font-size: 47px;
  display: inline-block;
  background: white;
  padding: 6px 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}

body.home #page #vi-section .container .vi_wrap .vi_txt h3 strong .blue {
  font-size: 60px;
  color: #1E78C2;
  display: inline-block;
  letter-spacing: 0;
}

body.home #page #onayami-section .container {
  padding: 0 0;
  width: 100%;
}

body.home #page #onayami-section .container .head {
  background-image: url("images/common/arrow_down_b.png");
  background-size: cover;
  background-position: bottom center;
  padding: 25px 0 30px;
}

body.home #page #onayami-section .container .onayami_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 80px 0;
}

body.home #page #onayami-section .container .onayami_list article {
  margin-bottom: 60px;
}

body.home #page #onayami-section .container .onayami_list .pic {
  width: 25%;
}

body.home #page #onayami-section .container .onayami_list .pic img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 180px;
}

body.home #page #onayami-section .container .onayami_list .pic img.big {
  height: 240px;
  margin-top: -30px;
}

body.home #page #onayami-section .container .onayami_list .txt {
  width: calc((100% / 3) - 15px);
  width: 35%;
  border: 3px solid #1E78C2;
  border-radius: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  padding: 50px 0;
}

body.home #page #onayami-section .container .onayami_list .txt h3 {
  position: absolute;
  left: 15px;
  top: -13px;
  background: #1E78C2;
  column-rule-color: white;
  display: inline-block;
  line-height: 1.5;
  padding: 3px 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px;
}

body.home #page #onayami-section .container .onayami_list .txt p {
  font-weight: bold;
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}

body.home #page #onayami-section .container .onayami_list .txt p strong {
  font-size: 32px;
}

body.home #page .go_contact_section_type_2 {
  background: #1E78C2;
  position: relative;
}

body.home #page .go_contact_section_type_2:before {
  content: '';
  width: 100%;
  height: 75px;
  background-image: url("images/common/arrow_down_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

body.home #page .go_contact_section_type_2 .container {
  text-align: center;
}

body.home #page .go_contact_section_type_2 .container .content {
  text-align: center;
  position: relative;
}

body.home #page .go_contact_section_type_2 .container .content .pic {
  position: absolute;
  right: calc(((100% - 700px) / 2) + 680px);
  top: -60px;
  width: 200px;
}

body.home #page .go_contact_section_type_2 .container .content .txt {
  margin: 50px 0 0;
}

body.home #page #case-section {
  background: #1E78C2;
  margin-bottom: 30px;
}

body.home #page #case-section .container {
  padding-top: 0;
}

body.home #page #case-section .container #case-slide .case_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  border-radius: 7px;
  padding: 50px 35px;
}

body.home #page #case-section .container #case-slide .case_content .pic {
  width: 230px;
  text-align: center;
}

body.home #page #case-section .container #case-slide .case_content .pic img {
  margin-bottom: 10px;
}

body.home #page #case-section .container #case-slide .case_content .txt {
  width: calc((100% - 230px) - 35px);
  line-height: 1.5;
}

body.home #page #case-section .container #case-slide .case_content .txt > h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}

body.home #page #case-section .container #case-slide .case_content .txt .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 13px;
  font-weight: bold;
  align-items: center;
}

body.home #page #case-section .container #case-slide .case_content .txt .amount h4 {
  font-size: 23px;
  color: white;
  background: #1E78C2;
  margin-right: 15px;
  padding: 0 10px;
}

body.home #page #case-section .container #case-slide .case_content .txt .amount h5 {
  font-size: 30px;
  color: #1E78C2;
  font-weight: bold;
}

body.home #page #case-section .container #case-slide .case_content .txt .detail_list {
  margin-bottom: 20px;
}

body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc((100% / 3));
  justify-content: flex-start;
  align-items: center;
}

body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li h6 {
  color: #1E78C2;
  border: 1px solid #1E78C2;
  text-align: center;
  width: 90px;
  margin-right: 10px;
}

body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li p {
  margin: 0;
  letter-spacing: 0;
}

body.home #page #case-section .container #case-slide .case_content .txt .comment h2 {
  font-weight: bold;
  font-size: 20px;
  color: #1E78C2;
  margin-bottom: 10px;
}

body.home #page #case-section .container #case-slide .case_content .txt .comment p {
  margin: 0;
  line-height: 1.5;
}

body.home #page #strong-section .strong_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

body.home #page #strong-section .strong_list article:last-of-type {
  margin-bottom: 0;
}

body.home #page #strong-section .strong_list article .pic {
  width: 400px;
}

body.home #page #strong-section .strong_list article .txt {
  width: calc((100% - 400px) - 40px);
}

body.home #page #strong-section .strong_list article .txt .ttl {
  position: relative;
}

body.home #page #strong-section .strong_list article .txt .ttl h3 {
  color: white;
  background: #1E78C2;
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 1.5;
  padding: 7px 10px;
  text-align: center;
  font-size: 27px;
}

body.home #page #strong-section .strong_list article .txt .ttl h4 {
  color: #1E78C2;
  font-size: 30px;
  line-height: 1.5;
  padding-left: 70px;
  font-weight: bold;
}

body.home #page #strong-section .strong_list article .txt h5 {
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-left: 70px;
  color: #1E78C2;
  line-height: 1.3;
}

body.home #page #strong-section .strong_list article .txt h5 strong {
  display: inline-block;
  font-size: 70px;
  margin-right: 5px;
}

body.home #page #strong-section .strong_list article:nth-of-type(2) .pic {
  order: 1;
}

body.home #page #strong-section .strong_list article:nth-of-type(2) .txt {
  order: 2;
}

body.home #page #movie-section .container {
  width: 1000px;
}

body.home #page #movie-section .movie_wrap {
  width: 100%;
}

body.home #page #movie-section .movie_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

body.home #page #flow-section {
  background: #1EA6C4;
}

body.home #page #flow-section .container {
  width: 1000px;
}

body.home #page #flow-section .head {
  color: white;
  margin-bottom: 40px;
}

body.home #page #flow-section .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.home #page #flow-section .flow_list article {
  width: calc((100% / 3) - 50px);
  position: relative;
  background: white;
  padding: 15px;
}

body.home #page #flow-section .flow_list article:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("images/common/arrow_r_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -57px;
  top: 120px;
}

body.home #page #flow-section .flow_list article:last-of-type:after {
  content: none;
}

body.home #page #flow-section .flow_list article .pic {
  margin-bottom: 10px;
}

body.home #page #flow-section .flow_list article .pic img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
}

body.home #page #flow-section .flow_list article h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1EA6C4;
}

body.home #page #venue-section .container .venue_feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}

body.home #page #venue-section .container .venue_feeds article {
  width: calc((100% / 3) - 15px);
  margin-right: calc((15px * 3) / 2);
  margin-bottom: 30px;
}

body.home #page #venue-section .container .venue_feeds article:nth-of-type(3n) {
  margin-right: 0;
}

body.home #page #venue-section .container .venue_feeds article .pic {
  margin-bottom: 15px;
}

body.home #page #venue-section .container .venue_feeds article .pic img {
  object-fit: cover;
  aspect-ratio: 6 / 4;
}

body.home #page #venue-section .container .venue_feeds article .txt {
  line-height: 1.5;
  padding: 0 20px;
}

body.home #page #venue-section .container .venue_feeds article .txt h2 {
  color: #1E78C2;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 7px;
  font-weight: bold;
}

body.home #page #venue-section .container .venue_feeds article .txt address, body.home #page #venue-section .container .venue_feeds article .txt p {
  line-height: 1.5;
  margin: 0 0 6px;
}

body.home #page #venue-section .container .venue_feeds article .txt address a, body.home #page #venue-section .container .venue_feeds article .txt p a {
  text-decoration: underline;
  display: inline-block;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list {
  margin-top: 15px;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list a {
  display: block;
  width: 100%;
  border-radius: 100px;
  padding: 10px 25px;
  margin-right: 10px;
  position: relative;
  letter-spacing: 0;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list a:after {
  content: '\f054';
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: 10px;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list a.btn_raiten {
  background: #1E78C2;
  color: white;
  margin-bottom: 10px;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list a.btn_tel {
  background: #1ea8c2;
  color: white;
  margin-bottom: 10px;
}

body.home #page #venue-section .container .venue_feeds article .txt .btn_list a.map {
  border: 1px solid #1E78C2;
  color: #1E78C2;
}

body.home #page #faq-section .container .head {
  position: relative;
  margin-bottom: 70px;
}

body.home #page #faq-section .container .head .pic {
  width: 250px;
  position: absolute;
  top: -100px;
  right: 10px;
}

body.home #page #faq-section .container .faq_list article {
  line-height: 1.5;
  margin-bottom: 40px;
}

body.home #page #faq-section .container .faq_list article:last-of-type {
  margin-bottom: 0;
}

body.home #page #faq-section .container .faq_list article .q {
  background: #1EA6C4;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.home #page #faq-section .container .faq_list article .q:before {
  content: 'Q';
  padding: 15px;
  font-size: 30px;
  display: inline-block;
  width: 65px;
  background: #1E78C2;
  text-align: center;
}

body.home #page #faq-section .container .faq_list article .q h3 {
  font-size: 25px;
  width: calc((100% - 65px));
  padding: 15px;
}

body.home #page #faq-section .container .faq_list article .a {
  background: #E8F8FF;
  padding: 10px 25px;
}

body.home #page #contact-form-section {
  background: #1E78C2;
}

body.home #page #contact-form-section .head {
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

body.home #page #contact-form-section .caution {
  margin-bottom: 60px;
  color: white;
}

body.home #page #contact-form-section .caution h3 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

body.home #page #contact-form-section .caution ul {
  display: inline-block;
}

body.home #page #contact-form-section .caution ul li {
  text-align: left;
  padding-left: 18px;
  line-height: 1.5;
  margin: 7px 0;
  position: relative;
}

body.home #page #contact-form-section .caution ul li:before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
}

body.home #page #contact-form-section .caution ul li a {
  color: white;
  display: inline-block;
  text-decoration: underline;
}

.form-wrap {
  background: white;
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5rem;
  padding: 70px;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}

.form-wrap > h3 {
  text-align: left;
  color: #1E78C2;
  background: #d90000;
  line-height: 1.3;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}

.form-wrap form .form_input_list {
  padding: 3rem 0;
  border-top: 1px solid #d9d9d9;
}

.form-wrap form .form_input_list span {
  vertical-align: middle;
}

.form-wrap form .form_input_list > span:nth-of-type(1) {
  display: inline-block;
  min-width: 20rem;
  text-align: left;
  margin-right: 4rem;
  font-weight: bold;
}

.form-wrap form .form_input_list > span:nth-of-type(1) > em {
  background: #1E78C2;
  color: white;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
}

.form-wrap form .form_input_list > .wpcf7-spinner {
  min-width: 10px !important;
  margin-right: 0 !important;
}

.form-wrap form .form_input_list > span:nth-of-type(2) {
  display: inline-block;
  text-align: left;
}

.form-wrap form .form_input_list dl {
  display: inline-block;
  margin: 0;
}

.form-wrap form .form_input_list dl dd {
  display: inline-block;
  margin: 0;
  margin-right: 2rem;
}

.form-wrap form .form_input_list dl dd > em {
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}

.form-wrap form .form_input_list dl dd > span {
  display: inline-block;
}

.form-wrap form .form_input_list dl dd input {
  width: 20rem;
}

.form-wrap form .submit_btn_wrap {
  text-align: center;
  justify-content: center;
}

.form-wrap form .submit_btn_wrap input[type="submit"] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  border: none;
}

.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 550px;
  box-sizing: border-box;
  padding: 1rem 2rem;
}

.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: #f4f4f4;
}

.form-wrap form input[type="radio"] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}

.form-wrap form input[type="checkbox"] {
  width: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.form-wrap form .wpcf7-checkbox label {
  margin-right: 3rem;
}

.form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
  background: #1E78C2;
  color: white !important;
  box-sizing: border-box;
  padding: 2rem 0;
  display: block;
  margin: 1rem 0;
}

.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: '';
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 550px;
  position: relative;
  display: block;
  padding: 1rem 2rem;
  background: #f4f4f4;
}

.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: '\f054';
  font-family: FontAwesome;
  color: #1E78C2;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.form-wrap form .birth select {
  width: 150px;
  display: inline-block;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 732px) {
  p {
    line-height: 1.9 !important;
  }
  #btn-side-fix {
    display: none;
  }
  #btn-bottom-fix {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  #btn-bottom-fix .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #btn-bottom-fix .cards a {
    background: #1E78C2;
    color: white;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding: 1.5rem 0;
    width: 50%;
  }
  #btn-bottom-fix .cards a:before {
    content: '\f0e0';
    font-family: fontawesome;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-right: 0.5rem;
  }
  #btn-bottom-fix .cards .line {
    background: #00B900;
  }
  #btn-bottom-fix .cards .line:before {
    content: '\f3c0';
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: auto;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-space {
    display: inline-block !important;
  }
  /*primary--ボタンスタイル-------*/
  /*more btn*/
  /*共通見出し*/
  .sec_title1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .sec_title1 em {
    font-size: 17px;
  }
  .sp-buttons .sp-button {
    border-color: white;
    width: 10px;
    height: 10px;
  }
  .sp-buttons .sp-selected-button {
    background-color: white;
  }
  #header .container {
    padding: 0;
    width: 100%;
  }
  #header .container .content .head_logo {
    width: 130px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  #header .container .content #gnav {
    width: 100%;
    display: none;
  }
  #header .container .content #gnav nav {
    display: block;
  }
  #header .container .content #gnav nav a {
    display: block;
    padding: 15px 20px;
    font-size: 13px;
    position: relative;
    border-top: 1px solid #1E78C2;
    width: 100%;
    position: relative;
  }
  #header .container .content #gnav nav a:before {
    content: none;
  }
  #header .container .content #gnav nav a:after {
    content: '\f054';
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #1E78C2;
  }
  #header .container .content #gnav nav a.contact_btn {
    padding: 15px 25px;
    border-radius: 0;
    font-size: 15px;
  }
  #header .container .content #menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    line-height: 1;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: url("images/common/menu_btn.png") no-repeat top center;
    background-size: contain;
  }
  footer#footer {
    margin-bottom: 46px;
  }
  footer#footer .container {
    padding: 30px 15px;
  }
  footer#footer .container .content {
    display: block;
  }
  footer#footer .container .content .foot_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  footer#footer .container .content .foot_nav a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: underline;
  }
  footer#footer .container .content .credit {
    font-size: 12px;
  }
}

@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page .go_contact_section {
    max-height: none;
    overflow: hidden;
  }
  body.home #page .go_contact_section .container {
    padding: 30px 0 50px;
  }
  body.home #page .go_contact_section .container .content {
    display: block;
    position: relative;
  }
  body.home #page .go_contact_section .container .content .pic {
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.home #page .go_contact_section .container .content .txt {
    width: 100%;
    margin-left: 0;
  }
  body.home #page .go_contact_section .container .content .txt h2 {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
    width: calc((100% - 75px) - 15px);
    margin-left: 90px;
  }
  body.home #page .go_contact_section .container .content .txt h2 strong {
    font-size: 27px;
    margin-right: 7px;
    margin-bottom: 3px;
  }
  body.home #page .go_contact_section .container .content .txt h2 strong:after {
    height: 15px;
    bottom: 2px;
  }
  body.home #page a.btn_go_contact {
    font-size: 15px;
    padding: 15px;
    display: block;
    position: relative;
    z-index: 10;
  }
  body.home #page a.btn_go_contact:before {
    margin-right: 5px;
  }
  body.home #page #vi-section .container .vi_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  body.home #page #vi-section .container .vi_wrap .vi {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    margin: 20px 10px 120px;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_l {
    right: auto;
    width: 30%;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_r {
    left: auto;
    width: 30%;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt {
    display: inline-block;
    margin: 25px auto 0;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt h3 strong {
    font-size: 25px;
    padding: 6px 10px;
    margin-bottom: 10px;
  }
  body.home #page #vi-section .container .vi_wrap .vi_txt h3 strong .blue {
    font-size: 35px;
  }
  body.home #page #onayami-section .container .head {
    padding: 25px 0 20px;
  }
  body.home #page #onayami-section .container .onayami_list {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
  }
  body.home #page #onayami-section .container .onayami_list article {
    margin-bottom: 20px;
  }
  body.home #page #onayami-section .container .onayami_list .pic {
    width: 33%;
    order: 10;
  }
  body.home #page #onayami-section .container .onayami_list .pic img {
    height: 90px;
  }
  body.home #page #onayami-section .container .onayami_list .pic img.big {
    height: 100px;
    margin-top: -10px;
  }
  body.home #page #onayami-section .container .onayami_list .txt {
    width: 100%;
    width: 49%;
    padding: 20px 0;
    text-align: center;
  }
  body.home #page #onayami-section .container .onayami_list .txt h3 {
    left: 10px;
    top: -13px;
    padding: 0px 10px;
    font-size: 13px;
  }
  body.home #page #onayami-section .container .onayami_list .txt p {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0;
  }
  body.home #page #onayami-section .container .onayami_list .txt p strong {
    font-size: 16px;
  }
  body.home #page .go_contact_section_type_2:before {
    height: 35px;
    background-size: cover;
    top: -1px;
  }
  body.home #page .go_contact_section_type_2 .container {
    text-align: center;
  }
  body.home #page .go_contact_section_type_2 .container .content {
    text-align: center;
    position: relative;
  }
  body.home #page .go_contact_section_type_2 .container .content .pic {
    position: absolute;
    right: calc(((100% - 700px) / 2) + 680px);
    top: -60px;
    width: 200px;
  }
  body.home #page .go_contact_section_type_2 .container .content .txt {
    margin: 50px 0 0;
  }
  body.home #page #case-section {
    background: #1E78C2;
    margin-bottom: 30px;
  }
  body.home #page #case-section .container {
    padding: 25px 0;
  }
  body.home #page #case-section .container #case-slide .case_content {
    padding: 30px 15px;
  }
  body.home #page #case-section .container #case-slide .case_content .pic {
    width: 50%;
    margin: 0 auto 10px;
  }
  body.home #page #case-section .container #case-slide .case_content .pic img {
    margin-bottom: 5px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt {
    width: 100%;
  }
  body.home #page #case-section .container #case-slide .case_content .txt > h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .amount {
    margin-bottom: 13px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .amount h4 {
    font-size: 18px;
    margin-right: 10px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .amount h5 {
    font-size: 23px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .detail_list {
    margin-bottom: 10px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li {
    width: calc((100% / 3) - 5px);
    display: block;
    text-align: center;
    margin-bottom: 3px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li h6 {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .detail_list ul li p {
    text-align: center;
  }
  body.home #page #case-section .container #case-slide .case_content .txt .comment p {
    margin: 0;
    line-height: 1.5 !important;
  }
  body.home #page #strong-section {
    background: #c9e6ff;
  }
  body.home #page #strong-section .strong_list article {
    margin-bottom: 25px;
    background: white;
    border-radius: 7px;
    padding: 25px 20px 10px;
  }
  body.home #page #strong-section .strong_list article .pic {
    width: 80%;
    margin: 0 auto 15px;
    order: 1;
  }
  body.home #page #strong-section .strong_list article .txt {
    width: 100%;
    order: 2;
  }
  body.home #page #strong-section .strong_list article .txt .ttl h3 {
    top: -3px;
    padding: 5px 7px;
    font-size: 16px;
    font-weight: bold;
  }
  body.home #page #strong-section .strong_list article .txt .ttl h4 {
    font-size: 19px;
    padding-left: 40px;
  }
  body.home #page #strong-section .strong_list article .txt h5 {
    font-size: 18px;
    margin-left: 45px;
  }
  body.home #page #strong-section .strong_list article .txt h5 strong {
    font-size: 40px;
  }
  body.home #page #strong-section .strong_list article:nth-of-type(2) .pic {
    order: 1;
  }
  body.home #page #strong-section .strong_list article:nth-of-type(2) .txt {
    order: 2;
  }
  body.home #page #movie-section .container {
    width: 90%;
  }
  body.home #page #flow-section .container {
    width: 90%;
  }
  body.home #page #flow-section .head {
    margin-bottom: 30px;
  }
  body.home #page #flow-section .flow_list article {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 7px;
  }
  body.home #page #flow-section .flow_list article:last-of-type {
    margin-bottom: 0;
  }
  body.home #page #flow-section .flow_list article:after {
    width: 20px;
    height: 20px;
    right: calc((100% - 20px) / 2);
    top: auto;
    bottom: -25px;
    transform: rotate(90deg);
  }
  body.home #page #flow-section .flow_list article:last-of-type:after {
    content: none;
  }
  body.home #page #flow-section .flow_list article .pic {
    margin-bottom: 10px;
    text-align: center;
  }
  body.home #page #flow-section .flow_list article .pic img {
    width: auto;
    height: 90px;
    object-position: center;
  }
  body.home #page #flow-section .flow_list article h3 {
    font-size: 16px;
  }
  body.home #page #flow-section .flow_list article h3 br {
    display: none;
  }
  body.home #page #venue-section {
    background: #ffe637;
  }
  body.home #page #venue-section .container .venue_feeds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
  }
  body.home #page #venue-section .container .venue_feeds article {
    width: 100%;
    margin: 0 0 10px;
    background: white;
    border-radius: 7px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  body.home #page #venue-section .container .venue_feeds article:last-of-type {
    margin-bottom: 0;
  }
  body.home #page #venue-section .container .venue_feeds article:nth-of-type(3n) {
    margin-right: 0;
  }
  body.home #page #venue-section .container .venue_feeds article .pic {
    margin-bottom: 15px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt {
    line-height: 1.5;
    padding: 0 20px 20px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt h2 {
    color: #1E78C2;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 7px;
    font-weight: bold;
  }
  body.home #page #venue-section .container .venue_feeds article .txt address, body.home #page #venue-section .container .venue_feeds article .txt p {
    line-height: 1.5;
    margin: 0 0 6px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt address a, body.home #page #venue-section .container .venue_feeds article .txt p a {
    text-decoration: underline;
    display: inline-block;
  }
  body.home #page #venue-section .container .venue_feeds article .txt .btn_list {
    margin-top: 15px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt .btn_list a {
    display: block;
    width: 100%;
    border-radius: 100px;
    padding: 10px 25px;
    margin-right: 10px;
    position: relative;
    letter-spacing: 0;
  }
  body.home #page #venue-section .container .venue_feeds article .txt .btn_list a:after {
    content: '\f054';
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 10px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt .btn_list a.btn_raiten {
    background: #1E78C2;
    color: white;
    margin-bottom: 10px;
  }
  body.home #page #venue-section .container .venue_feeds article .txt .btn_list a.map {
    border: 1px solid #1E78C2;
    color: #1E78C2;
  }
  body.home #page #faq-section .container .head {
    margin-bottom: 0;
  }
  body.home #page #faq-section .container .head .pic {
    width: 150px;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
  }
  body.home #page #faq-section .container .faq_list article {
    margin-bottom: 20px;
  }
  body.home #page #faq-section .container .faq_list article .q:before {
    padding: 10px 0;
    font-size: 20px;
    width: 40px;
  }
  body.home #page #faq-section .container .faq_list article .q h3 {
    font-size: 18px;
    width: calc((100% - 40px));
    padding: 10px 15px;
  }
  body.home #page #faq-section .container .faq_list article .a {
    padding: 10px 15px;
  }
  body.home #page #contact-form-section {
    background: #1E78C2;
  }
  body.home #page #contact-form-section .head {
    text-align: center;
    color: white;
    margin-bottom: 20px;
  }
  body.home #page #contact-form-section .caution {
    margin-bottom: 30px;
    color: white;
  }
  body.home #page #contact-form-section .caution h3 {
    text-align: center;
    font-size: 18px;
  }
  body.home #page #contact-form-section .caution ul {
    display: inline-block;
  }
  body.home #page #contact-form-section .caution ul li {
    text-align: left;
    padding-left: 18px;
    line-height: 1.5;
    margin: 7px 0;
    position: relative;
  }
  body.home #page #contact-form-section .caution ul li:before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
  }
  body.home #page #contact-form-section .caution ul li a {
    color: white;
    display: inline-block;
    text-decoration: underline;
  }
  .form-wrap {
    padding: 25px;
  }
  .form-wrap > h3 {
    font-size: 1.6rem;
  }
  .form-wrap > h3:before {
    margin-right: 1rem;
  }
  .form-wrap form {
    width: 100%;
    box-sizing: border-box;
    margin: 2rem auto 0;
  }
  .form-wrap form .form_input_list {
    padding: 1rem 0;
    display: block;
    text-align: left;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) {
    display: inline-block;
    min-width: auto;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .form-wrap form .form_input_list > span:nth-of-type(1) > em {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .form-wrap form .form_input_list > span:nth-of-type(2) {
    display: block;
  }
  .form-wrap form .form_input_list dl {
    display: inline-block;
    margin: 0;
  }
  .form-wrap form .form_input_list dl dd {
    display: inline-block;
    margin: 0;
    margin-right: 2rem;
  }
  .form-wrap form .form_input_list dl dd > em {
    font-style: normal;
    display: inline-block;
    font-weight: bold;
    margin-right: 1rem;
  }
  .form-wrap form .form_input_list dl dd > span {
    display: inline-block;
  }
  .form-wrap form .form_input_list dl dd input {
    width: 70%;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
    padding-bottom: 0;
  }
  .form-wrap form .submit_btn_wrap input[type="submit"] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    border-radius: 1rem;
    margin: 0;
  }
  .form-wrap form .submit_btn_wrap span {
    display: block !important;
  }
  .form-wrap form input,
.form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
    color: #f4f4f4;
  }
  .form-wrap form input[type="radio"] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type="checkbox"] {
    width: 2rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .form-wrap form .wpcf7-checkbox label {
    margin-right: 2rem;
  }
  .form-wrap form input[type="button"],
.form-wrap form input[type="submit"] {
    background: #1E78C2;
    color: white;
    box-sizing: border-box;
    padding: 2rem 0;
    display: block;
    margin: 1rem 0;
  }
  .form-wrap form select,
.form-wrap form .wpcf7-select {
    outline: none;
    text-overflow: '';
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    position: relative;
    display: block;
    padding: 1rem 2rem;
  }
  .form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: '\f054';
    font-family: FontAwesome;
    color: #1E78C2;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth span {
    display: inline-block !important;
  }
  .form-wrap form .birth span:nth-of-type(1) {
    text-align: left;
    display: block !important;
  }
  .form-wrap form .birth select {
    width: 60px;
    display: inline-block;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    padding: 1rem 0.5rem;
  }
}
