@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*

Widescreen Regular
font-family: "widescreen", sans-serif;
font-weight: 400;
font-style: normal;
Widescreen Medium
font-family: "widescreen", sans-serif;
font-weight: 500;
font-style: normal;
Widescreen SemiBold
font-family: "widescreen", sans-serif;
font-weight: 600;
font-style: normal;
Widescreen Bold
font-family: "widescreen", sans-serif;
font-weight: 700;
font-style: normal;
Widescreen XBold
font-family: "widescreen", sans-serif;
font-weight: 800;
font-style: normal;
Widescreen Black
font-family: "widescreen", sans-serif;
font-weight: 900;
font-style: normal;
Widescreen Mixed Regular
font-family: "widescreen-mixed", sans-serif;
font-weight: 400;
font-style: normal;
Widescreen Mixed Bold
font-family: "widescreen-mixed", sans-serif;
font-weight: 700;
font-style: normal;
Widescreen Ex Regular
font-family: "widescreen-ex", sans-serif;
font-weight: 400;
font-style: normal;
Widescreen Ex Medium
font-family: "widescreen-ex", sans-serif;
font-weight: 500;
font-style: normal;
Widescreen Ex SemiBold
font-family: "widescreen-ex", sans-serif;
font-weight: 600;
font-style: normal;
Widescreen Ex Bold
font-family: "widescreen-ex", sans-serif;
font-weight: 700;
font-style: normal;
Widescreen Ex XBold
font-family: "widescreen-ex", sans-serif;
font-weight: 800;
font-style: normal;
Widescreen Ex Black
font-family: "widescreen-ex", sans-serif;
font-weight: 900;
font-style: normal;
Widescreen UEx Regular
font-family: "widescreen-uex", sans-serif;
font-weight: 400;
font-style: normal;
Widescreen UEx Medium
font-family: "widescreen-uex", sans-serif;
font-weight: 500;
font-style: normal;
Widescreen UEx SemiBold
font-family: "widescreen-uex", sans-serif;
font-weight: 600;
font-style: normal;
Widescreen UEx Bold
font-family: "widescreen-uex", sans-serif;
font-weight: 700;
font-style: normal;
Widescreen UEx XBold
font-family: "widescreen-uex", sans-serif;
font-weight: 800;
font-style: normal;
Widescreen UEx Black
font-family: "widescreen-uex", sans-serif;
font-weight: 900;
font-style: normal;

*/
/* =Reset default browser CSS.
-------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
} /*for under HTML5*/
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*
::-moz-selection {  text-shadow: none; }
::selection {  text-shadow: none; }
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

em {
  font-style: normal;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  /*
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Times New Roman", 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 0;
  margin: 0;
  height: 100%;
  font-feature-settings: "palt";
}

/* Text elements */
p {
  background: url(../img/p_bg.gif);
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
}

ol {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

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

ins {
  text-decoration: none;
}

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

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 7px;
}

a:link {
  text-decoration: none;
  color: #00f;
  transition: ease-in 0.2s;
}

a:active,
a:hover {
  text-decoration: none;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

a:focus {
  outline: none;
}

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

main {
  display: block;
}

hr {
  display: none;
}

section {
  float: none;
  clear: both;
  position: relative;
  overflow: hidden;
  min-height: 1em;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}

/* HTML5 FIX */
blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

q {
  quotes: none;
}

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

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: none;
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
}

.chromeframe {
  margin: 0.2em 0;
  color: black;
  padding: 0.2em 0;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?pxrur4");
  src: url("fonts/icomoon.eot?pxrur4#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?pxrur4") format("truetype"), url("fonts/icomoon.woff?pxrur4") format("woff"), url("fonts/icomoon.svg?pxrur4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
  content: "\e900";
}

.icon-arrow-top-light:before {
  content: "\e901";
}

.icon-fb:before {
  content: "\e902";
}

.icon-ig:before {
  content: "\e903";
}

.icon-sound:before {
  content: "\e904";
}

.icon-tw:before {
  content: "\e905";
}

.icon-yt:before {
  content: "\e906";
}

.icon-arrow-bottom:before {
  content: "\e907";
}

.icon-arrow-bottom-light:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-left-light:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-arrow-right-light:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-to_top:before {
  content: "\e90f";
}

.icon-shopping-basket:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e911";
}

.icon-close-light:before {
  content: "\e912";
}

.icon-bars:before {
  content: "\e913";
}

.icon-bars-light:before {
  content: "\e914";
}

.icon-arrow-triple-thick-right:before {
  content: "\e915";
}

.icon-arrow-thick-top:before {
  content: "\e916";
}

.icon-arrow-thick-bottom:before {
  content: "\e917";
}

.icon-arrow-thick-left:before {
  content: "\e918";
}

.icon-arrow-thick-right:before {
  content: "\e919";
}

.icon-envelope:before {
  content: "\e91a";
}

.icon-corner:before {
  content: "\e91b";
}

.icon-calender:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e91d";
}

.icon-circle_go:before {
  content: "\e91e";
}

.icon-plus:before {
  content: "\e91f";
}

.icon-plane:before {
  content: "\e920";
}

.icon-phone:before {
  content: "\e921";
}

.icon-triangle-bottom:before {
  content: "\e922";
}

.icon-blank:before {
  content: "\e923";
}

.icon-arrrow-t:before {
  content: "\e924";
}

.icon-arrrow-r:before {
  content: "\e925";
}

.icon-x:before {
  content: "\e926";
}

.icon-a2m_ig:before {
  content: "\e927";
}

.icon-a2m_mail:before {
  content: "\e928";
}

.icon-a2m_marker:before {
  content: "\e929";
}

.icon-a2m_play:before {
  content: "\e92a";
}

.icon-a2m_quate-end:before {
  content: "\e92b";
}

.icon-a2m_quate-start:before {
  content: "\e92c";
}

.icon-a2m_slash:before {
  content: "\e92d";
}

.icon-a2m_tel:before {
  content: "\e92e";
}

.icon-a2m_x:before {
  content: "\e92f";
}

.icon-blank1:before {
  content: "\e930";
}

.icon-receiver:before {
  content: "\e931";
}

.icon-meeting:before {
  content: "\e932";
}

.icon-contract:before {
  content: "\e933";
}

.icon-schedule:before {
  content: "\e934";
}

.icon-install:before {
  content: "\e935";
}

.icon-delivery:before {
  content: "\e936";
}

.icon-maintenance:before {
  content: "\e937";
}

.icon-support:before {
  content: "\e938";
}

.icon-person:before {
  content: "\e939";
}

.icon-store:before {
  content: "\e93a";
}

.icon-flow:before {
  content: "\e93b";
}

.icon-home:before {
  content: "\e93c";
}

/* Load Setting */
body::after {
  content: "";
  display: block;
  z-index: 1;
  transition: ease-in 0.5s;
  background: #1b1435;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

body.loading::after {
  background: #1b1435;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.loading #wrapper {
  opacity: 0;
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#loader .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
}

#loader .loader_inside {
  position: relative;
}

#loader .circle,
#loader .circle:after {
  border-radius: 50%;
  width: 20em;
  height: 20em;
}

#loader .circle {
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.1em solid rgba(255, 255, 255, 0.2);
  border-right: 0.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
  border-left: 0.4em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#load_resouces {
  display: none;
}

.sp {
  display: none !important;
}

body {
  background: #322b49;
}

#wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.inside {
  max-width: 1044px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.site_links {
  padding: 57px 0 68px;
}
.site_links nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site_links nav ul li h4 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  color: #e84228;
  margin: 0 0 8px;
}
.site_links nav ul li ul {
  display: block;
}
.site_links nav ul li ul li {
  margin: 0 0 10px;
  text-align: left;
}
.site_links nav ul li ul li a,
.site_links nav ul li ul li .no_ancher {
  font-size: 16px;
  color: #f0f0f0;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
}
.site_links nav ul li ul li a::before,
.site_links nav ul li ul li .no_ancher::before {
  width: 14px;
  height: 14px;
  background: #e84228;
  content: "\e909";
  font-family: "icomoon";
  color: #fff;
  font-size: 7px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 6px;
}
.site_links nav ul li ul li a br.drawer,
.site_links nav ul li ul li .no_ancher br.drawer {
  display: none;
}
.site_links nav ul li ul li a small,
.site_links nav ul li ul li .no_ancher small {
  font-size: 12px;
  line-height: 1.4;
  display: block;
}
.site_links nav ul li ul li a.blank::after,
.site_links nav ul li ul li .no_ancher.blank::after {
  content: "\e930";
  font-family: "icomoon";
  color: #fff;
  font-size: 19px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(125%, -10%);
}
.site_links nav ul li ul li .no_ancher {
  opacity: 0.5;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
#header .inside {
  width: auto;
  padding: 42px 42px 0;
}
#header .inside .site-title {
  width: auto;
}
#header .inside .site-title a {
  display: block;
}
#header .inside .site-title a img {
  display: block;
  height: 80px;
  transition: ease-in 0.2s;
}

.firstScroll #header .inside .site-title a img {
  height: 56px;
}

#main {
  padding: 100px 0 1184px;
}

.page-id-2 #main {
  padding-top: 0;
}

.page_content,
.content-column,
.archive_content {
  margin-bottom: 80px;
}

.entry-content {
  color: #fff;
}

/*============================
#footer
============================*/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
}
#footer .contact_area {
  padding: 50px 0;
  text-align: center;
  color: #1b1435;
}
#footer .contact_area h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px;
}
#footer .contact_area p {
  font-size: 18px;
  line-height: 30px;
}
#footer .contact_area .link {
  margin: 27px 0 0;
}
#footer .site_links {
  padding: 57px 20px 68px;
  background: #1b1435;
}
#footer .site_links nav ul li h4 {
  font-size: 20px;
  margin: 0 0 8px;
}
#footer .site_links nav ul li ul li {
  margin: 0 0 10px;
}
#footer .site_links nav ul li ul li a {
  font-size: 16px;
  padding: 0 0 0 20px;
}
#footer .site_links nav ul li ul li a::before {
  width: 14px;
  height: 14px;
  font-size: 7px;
  top: 6px;
}
#footer .site_links nav ul li ul li a small {
  font-size: 12px;
}
#footer .site_links nav ul li ul li a.blank::after {
  font-size: 19px;
}
#footer .a2m_group_area {
  background: #322b49;
  padding: 35px 0;
}
#footer .a2m_group_area .inside h4 {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #f0f0f0;
  margin: 0 0 15px;
}
#footer .a2m_group_area .inside .a2m_group ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
#footer .a2m_group_area .inside .a2m_group ul li {
  width: 100%;
  margin: 0 10px 20px;
}
#footer .a2m_group_area .inside .a2m_group ul li a,
#footer .a2m_group_area .inside .a2m_group ul li .no_ancher {
  width: 100%;
  height: 40px;
  padding: 0 6px;
  box-sizing: border-box;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  font-size: 13px;
  text-align: left;
  color: #1b1435;
}
#footer .a2m_group_area .inside .a2m_group ul li a::before,
#footer .a2m_group_area .inside .a2m_group ul li .no_ancher::before {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 130%;
  margin: 0 0.35em 0 0;
  color: #e84228;
}
#footer .a2m_group_area .inside .a2m_group ul li .no_ancher {
  opacity: 0.5;
}
#footer .a2m_group_area .inside .other_links {
  margin: 10px 0 0;
  border-top: 1px solid #534d66;
  padding: 30px 0 0;
}
#footer .a2m_group_area .inside .other_links ul {
  display: flex;
  justify-content: center;
  margin: 0 -20px;
}
#footer .a2m_group_area .inside .other_links ul li {
  margin: 0 20px;
}
#footer .a2m_group_area .inside .other_links ul li a {
  display: block;
}
#footer .a2m_group_area .inside .other_links ul li a img {
  display: block;
  height: 40px;
}
#footer .a2m_group_area .inside .other_links ul li a p {
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #f0f0f0;
  margin: 5px 0 0;
}
#footer .site_title_area {
  padding: 50px 0;
}
#footer .site_title_area .site-title {
  text-align: center;
}
#footer .site_title_area .site-title a {
  display: inline-block;
}
#footer .site_title_area .site-title a img {
  width: 218px;
}

#to_top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
#to_top a {
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 30px 0px 0px 0px;
  background: #e84228;
  color: #fff;
  font-size: 20px;
  transition: ease-in 0.2s;
}
#to_top a .txt {
  font-size: 12px;
  margin: 0 0;
}

.firstScroll #to_top a {
  opacity: 1;
  pointer-events: all;
}
.firstScroll #to_top a:hover {
  opacity: 0.75;
}

#menu_bt {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
}

/*============================
.visual
============================*/
.visual {
  margin: 0 0 80px;
  padding: 0 20px;
}
.visual .inside {
  width: auto;
  max-width: 1166px;
  height: 300px;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .inside .visual_tit_set {
  position: absolute;
  color: #fff;
  left: 25px;
  bottom: 30px;
}
.visual .inside .visual_tit_set .page-title {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0 0 5px;
  font-size: 24px;
}
.visual .inside .visual_tit_set .taxonomy-description {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.post-type-archive-faq .visual .inside {
  background: url(../img/visual_faq.jpg) center/cover no-repeat;
}

.tax-news_cat .visual .inside,
.single-news .visual .inside,
.post-type-archive-news .visual .inside {
  background: url(../img/visual_news.jpg) center/cover no-repeat;
}

.single-voice .visual .inside,
.post-type-archive-voice .visual .inside {
  background: url(../img/visual_voice.jpg) center/cover no-repeat;
}

.single-plan .visual .inside,
.post-type-archive-plan .visual .inside {
  background: url(../img/visual_plan.jpg) center/cover no-repeat;
}

.page-id-22 .visual .inside {
  background: url(../img/visual_contact.jpg) center/cover no-repeat;
}

.page-id-12 .visual .inside {
  background: url(../img/flow_main_visual.jpg) center/cover no-repeat;
}

.page-id-10 .visual .inside {
  background: url(../img/reasons_main_visual.jpg) center/cover no-repeat;
}

.page-id-8 .visual .inside {
  background: url(../img/about_main_visual.jpg) center/cover no-repeat;
}

/*============================
#side_label
============================*/
#side_label {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
#side_label ul li {
  margin: 0 0 6px;
}
#side_label ul li a {
  display: block;
  padding: 15px 12px;
  font-weight: 500;
  background: #fff;
  color: #1b1435;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl; /* Safari用 */
  writing-mode: vertical-rl; /* 基本の指定 */
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*============================
#drawer
============================*/
#drawer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 0vh;
  background: #322b49;
  color: #fff;
  text-align: center;
  z-index: 9980;
  transition: ease-in 0.5s;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow: hidden;
}
#drawer .site_links {
  padding: 57px 0 68px;
}
#drawer .site_links nav ul li ul li a br.drawer {
  display: inline;
}
.active #drawer {
  height: 100vh;
}

.content-column {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* sidebar */
#secondary aside {
  width: 260px;
}
#secondary aside h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  color: #fff;
  margin: 0 0 15px;
}
#secondary aside .sidebar-group {
  border-top: 1px solid #534d66;
  padding: 15px 0 15px;
}
#secondary aside .sidebar-group:last-child {
  border-bottom: 1px solid #534d66;
}
#secondary aside .sidebar-group h4 {
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding: 0 0 0 35px;
}
#secondary aside .sidebar-group.toggle h4::before, #secondary aside .sidebar-group.toggle h4::after {
  width: 14px;
  height: 1px;
}
#secondary aside .sidebar-group ul {
  padding: 30px 0 0 35px;
  display: none;
}
#secondary aside .sidebar-group ul li {
  margin: 0 0 10px;
}
#secondary aside .sidebar-group ul li a {
  background: #f9f9fa;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  color: #322b49;
  display: block;
  padding: 5px 15px;
}
#secondary .side_cat_link {
  margin: 0 0 55px;
}
#secondary .side_cat_link li {
  border-top: 1px solid #534d66;
}
#secondary .side_cat_link li:last-child {
  border-bottom: 1px solid #534d66;
}
#secondary .side_cat_link li a {
  font-size: 16px;
  text-align: left;
  color: #fff;
  padding: 15px 0 15px 35px;
  display: block;
}
#secondary .side_banners_list li {
  margin: 0 0 17px;
}
#secondary .side_banners_list li a {
  display: block;
}
#secondary .side_banners_list li a img {
  display: block;
}

.post_navi .post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 53px 0 0;
}
.post_navi .post-navigation div {
  width: 100%;
}
.post_navi .post-navigation div a {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
}
.post_navi .post-navigation div a i {
  width: 14px;
  height: 14px;
  background: #e84228;
  font-size: 8px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.post_navi .post-navigation .nav-next a {
  text-align: right;
  justify-content: flex-end;
}
.post_navi .post-navigation .nav-next a i {
  margin: 0 0 0 1em;
}
.post_navi .post-navigation .cat_top_link a {
  justify-content: center;
  text-align: center;
  text-decoration: underline;
}
.post_navi .post-navigation .nav-prev a {
  justify-content: flex-start;
}
.post_navi .post-navigation .nav-prev a i {
  margin: 0 1em 0 0;
}

.not-found {
  color: #fff;
  min-height: 50vh;
}
.not-found .page-header {
  margin: 0 0 80px;
}
.not-found .page-header .page-title {
  font-size: 20px;
  font-weight: bold;
}
.not-found .page-content {
  font-size: 18px;
}

.grey {
  color: #f0f0f0;
}

.navy {
  color: #1b1435;
}

.red {
  color: #e84228;
}

.back_grey {
  background: #f0f0f0;
}

.back_navy {
  background-color: #1b1435;
}

.back_red {
  background-color: #e84228;
}

.back_orange {
  background-color: #d74228;
}

.back_darkgrey {
  background-color: #d5d4da;
}

.back_purple {
  background-color: #322b49;
}

.bt {
  position: relative;
  overflow: hidden;
  float: none;
  clear: both;
  margin: 40px 0;
  text-align: center;
}
.bt a,
.bt button,
.bt .no_ancher {
  font-size: 16px;
  display: flex;
  background: #fff;
  line-height: 1.2;
  padding: 15px;
  border-radius: 0;
  color: #1b1435;
  min-width: 400px;
  position: relative;
}
.bt a::after,
.bt button::after,
.bt .no_ancher::after {
  background: #e84228;
  color: #fff;
  content: "\e90b";
  font-family: "icomoon";
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 6px;
  transform: translate(0, -50%);
}
.bt a.back::after,
.bt button.back::after {
  content: "\f104";
  right: auto;
  left: 10px;
}
.bt.type_01 {
  display: flex;
  justify-content: center;
}
.bt.type_01 a,
.bt.type_01 button {
  max-width: 387px;
  background: none;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s;
  position: relative;
}
.bt.type_01 a::before,
.bt.type_01 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e84228;
  z-index: -1;
  transition: all 0.4s;
}
.bt.type_01 a.comp::before,
.bt.type_01 button.comp::before {
  left: 0;
}
.bt.type_01 a::after,
.bt.type_01 button::after {
  content: "\e92d";
  font-family: "icomoon";
  color: #fff;
  background: none;
  font-size: 30px;
  right: 20px;
}
.bt.type_01.bt_purple a::before {
  background: #322b49;
}
.bt.type_02 {
  margin: 0 0 0 37px;
}
.bt.type_02 a,
.bt.type_02 button {
  width: auto;
  min-width: 1px;
  display: inline-flex;
  background: #e84228;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  padding: 10px 23px;
  border-radius: 6px;
  transition: ease-in 0.2s;
  font-weight: bold;
}
.bt.type_02 a::after,
.bt.type_02 button::after {
  display: none;
}
.bt.type_02 a:hover,
.bt.type_02 button:hover {
  opacity: 0.75;
}
.bt.type_02 a.back,
.bt.type_02 button.back {
  background: #fff;
  color: #000;
}
.bt.size_m a,
.bt.size_m button {
  max-width: 380px !important;
  width: 100% !important;
}
.bt.size_l a,
.bt.size_l button {
  max-width: 460px !important;
  width: 100% !important;
}
.bt.centered {
  display: flex;
  justify-content: center;
}
.link {
  margin: 46px 0;
  display: flex;
  justify-content: center;
}
.link a {
  margin: 0 auto;
}
.link a span {
  display: flex;
  align-items: center;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #f0f0f0;
}
.link a span::after {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 130%;
  margin: 0 0 0 0.5em;
  color: #e84228;
}
.link a span.red::after {
  color: #e84228;
}
.link a span.grey::after {
  color: #e84228;
}
.link a span.navy {
  color: #1b1435;
}
/* .wp-block-post-content */
.wp-block-post-content h2.wp-block-heading {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding: 0 0 6px;
  margin: 0 0 17px;
  color: #1b1435;
}
.wp-block-post-content h3.wp-block-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  color: #e84228;
  margin: 0 0 35px;
}
.wp-block-post-content h4.wp-block-heading {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: #fff;
  background: #1b1435;
  padding: 15px 20px;
  margin: 0 0 30px;
}
.wp-block-post-content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #1b1435;
}
.wp-block-post-content .wp-block-separator {
  height: 0px;
  background: transparent;
  border-top: 1px solid #dbdbdb;
  margin: 10px 0 45px;
  opacity: 1;
  display: block;
}
.wp-block-post-content .wp-block-spacer {
  height: 0 !important;
  margin: 40px 0 0;
  clear: both;
  float: none;
  overflow: hidden;
  position: relative;
}
.wp-block-post-content .wp-block-media-text {
  margin: 0 0 30px;
}
.wp-block-post-content .wp-block-image {
  margin-bottom: 40px;
}
.wp-block-post-content .wp-block-image.alignleft {
  margin-right: 40px;
}
.wp-block-post-content .wp-block-image.alignright {
  margin-left: 40px;
}
.wp-block-post-content .wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-content .wp-block-gallery {
  --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 40px))) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 40px))) !important;
  margin: 0 0 40px;
  clear: both;
  float: none;
}
.wp-block-post-content .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto !important;
  flex: 0;
  object-fit: none;
  display: block;
}
.wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption {
  bottom: auto;
  left: auto;
  max-height: none;
  position: relative;
  right: auto;
  background: none;
  text-shadow: none;
  padding: 0;
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #1b1435;
  scrollbar-gutter: auto;
  flex-basis: auto;
  flex-grow: 0;
  height: auto;
}
.wp-block-buttons .wp-block-button {
  margin: 0 0 25px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 16px;
  display: flex;
  background: #fff;
  line-height: 1.2;
  padding: 15px;
  border-radius: 0;
  color: #1b1435;
  min-width: 400px !important;
  position: relative;
}
.wp-block-buttons .wp-block-button .wp-block-button__link::after {
  background: #e84228;
  color: #fff;
  content: "\e90b";
  font-family: "icomoon";
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 6px;
  transform: translate(0, -50%);
}

.type-voice,
.type-plan,
.type-news,
.editor-styles-wrapper {
  max-width: 660px;
  box-sizing: border-box;
  padding: 50px;
  background: #fff;
}
.type-voice .entry-header,
.type-plan .entry-header,
.type-news .entry-header,
.editor-styles-wrapper .entry-header {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 26px;
  margin: 0 0 36px;
}
.type-voice .entry-header time,
.type-plan .entry-header time,
.type-news .entry-header time,
.editor-styles-wrapper .entry-header time {
  font-size: 14px;
  color: #787392;
}
.type-voice .entry-header .entry-title,
.type-plan .entry-header .entry-title,
.type-news .entry-header .entry-title,
.editor-styles-wrapper .entry-header .entry-title {
  font-size: 26px;
  font-weight: bold;
}

.toggle .toggle_bt:hover {
  opacity: 0.75;
}
.toggle .toggle_bt {
  cursor: pointer;
  position: relative;
  transition: ease-in 0.2s;
}
.toggle .toggle_bt::before, .toggle .toggle_bt::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: ease-in 0.2s;
}
.toggle .toggle_bt::after {
  transform: translate(0, -50%) rotate(90deg);
}
.toggle.open .toggle_bt::after {
  transform: translate(0, -50%) rotate(0deg);
}
.toggle .toggle_content {
  display: none;
}

.ancher_nav {
  margin: 0 0 35px;
}
.ancher_nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -14px;
}
.ancher_nav ul .bt {
  flex: 1;
  width: 100%;
  margin: 0 14px;
}
.ancher_nav ul .bt a {
  min-width: 1px;
  width: 100%;
}

.tile_link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.tile_link li {
  width: 305px;
  margin: 0 20px 40px;
}
.tile_link li a {
  display: block;
  background: #fff;
  padding: 22px;
  height: 100%;
}
.tile_link li a .entry-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.tile_link li a .entry-header .cat {
  font-size: 14px;
  text-align: left;
  color: #e84228;
}
.tile_link li a .entry-header time {
  font-size: 14px;
  text-align: right;
  color: #787392;
}
.tile_link li a .entry-content .thumb {
  margin: 0 0 16px;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.tile_link li a .entry-content .thumb img,
.tile_link li a .entry-content .thumb svg {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.tile_link li a .entry-content .entry-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #1b1435;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dbdbdb;
}
.tile_link li a .entry-content p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin: 0;
}

.navigation {
  margin: 0;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.navigation .nav-links .page-numbers {
  margin: 0 3px;
  width: 29px;
  height: 29px;
  border-radius: 999px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #000;
}
.navigation .nav-links .page-numbers.dots {
  border-radius: 7.5px;
}
.navigation .nav-links .page-numbers.current {
  color: #fff;
  background: #e84228;
}
.navigation .nav-links .page-numbers.prev::before {
  content: "\e909";
  font-family: "icomoon";
  font-size: 9px;
}
.navigation .nav-links .page-numbers.next::before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 9px;
}

.bt_list {
  border-bottom: 1px solid #534d66;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.bt_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px -38px;
}
.bt_list ul li {
  width: 100%;
  max-width: 463px;
  margin: 0 19px 38px;
}
.bt_list ul li a,
.bt_list ul li .no_ancher {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  background: #f0f0f0;
}
.bt_list ul li a i,
.bt_list ul li .no_ancher i {
  font-size: 24px;
  margin: 0 1em 0 0;
}
.bt_list ul li a span,
.bt_list ul li .no_ancher span {
  font-size: 20px;
  line-height: 1;
  text-align: left;
  color: #322b49;
}
.bt_list ul li a .name,
.bt_list ul li .no_ancher .name {
  margin: 0 1em 0 0;
}
.p-country-name {
  display: none;
}

.bulet_hl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 2;
  margin: 0 0 20px;
}
.bulet_hl::before {
  content: "\e92d";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 175%;
  line-height: 1;
  margin: 0.1em 0.5em 0 0;
  color: #e84228;
}

.disc_ul {
  list-style: disc;
}
.disc_ul li {
  margin: 0 0 0 1em;
}

.sect_tit h2 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  text-align: left;
  color: #e84228;
  border-bottom: 2px solid #e84228;
  margin: 0 0 62px;
  padding: 0 0 17px;
}
.sect_tit h2 small {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #f0f0f0;
  margin: 0 0 0 60px;
}

/* CSS Document */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 150px;
  height: 49px;
  background: none;
  outline: none;
  background: #e84228;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-trigger h6 {
  font-size: 18px;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
}

.menu-trigger .bars {
  position: relative;
  height: 15px;
  width: 23px;
}

.menu-trigger .bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 6.5px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(6.5px) rotate(45deg);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6.5px) rotate(0);
  }
  100% {
    transform: translateY(6.5px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6.5px) rotate(0);
  }
  100% {
    transform: translateY(-6.5px) rotate(-45deg);
  }
}
/* Fade in */
.fi {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fi_right {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.fi_left {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.fi_under {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.fi_upper {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* フェードイン完了時 */
.comp {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.dl_plan {
  padding: 30px 0 0;
}
.dl_plan .toggle_bt {
  display: flex;
  align-items: center;
  background: #dfdfdf;
}
.dl_plan .toggle_bt .img {
  width: 100px;
  text-align: center;
  background: #fff;
}
.dl_plan .toggle_bt .img img {
  display: block;
  max-width: 0 auto;
  height: 70px;
}
.dl_plan .toggle_bt h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #1b1435;
  padding: 0 0 0 20px;
}
.dl_plan .toggle_bt::before, .dl_plan .toggle_bt::after {
  background: #000;
  height: 4px;
  width: 20px;
  right: 20px;
}
.dl_plan .toggle_content {
  padding: 40px 0 0;
}
.dl_plan .toggle_content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px -52px;
}
.dl_plan .toggle_content ul li {
  margin: 0 27px 52px;
  width: 210px;
}
.dl_plan .toggle_content ul li a {
  display: block;
}
.dl_plan .toggle_content ul li a .img {
  margin: 0 0 5px;
}
.dl_plan .toggle_content ul li a .img img {
  display: block;
  width: 100%;
}
.dl_plan .toggle_content ul li a .info p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0;
}

.post-type-faq #main .entry-header::before, .post-type-faq #main .entry-header::after,
.post-type-faq #main .editor-visual-editor__post-title-wrapper::before,
.post-type-faq #main .editor-visual-editor__post-title-wrapper::after,
.post-type-faq #wpcontent .entry-header::before,
.post-type-faq #wpcontent .entry-header::after,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper::before,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper::after,
.post-type-archive-faq #main .entry-header::before,
.post-type-archive-faq #main .entry-header::after,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper::before,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper::after,
.post-type-archive-faq #wpcontent .entry-header::before,
.post-type-archive-faq #wpcontent .entry-header::after,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper::before,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper::after {
  width: 30px;
  height: 4px;
  right: 10px;
}
.post-type-faq #main .entry-header .entry-title,
.post-type-faq #main .entry-header .wp-block-post-title,
.post-type-faq #main .editor-visual-editor__post-title-wrapper .entry-title,
.post-type-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title,
.post-type-faq #wpcontent .entry-header .entry-title,
.post-type-faq #wpcontent .entry-header .wp-block-post-title,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title,
.post-type-archive-faq #main .entry-header .entry-title,
.post-type-archive-faq #main .entry-header .wp-block-post-title,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .entry-title,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title,
.post-type-archive-faq #wpcontent .entry-header .entry-title,
.post-type-archive-faq #wpcontent .entry-header .wp-block-post-title,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  max-width: 910px;
  padding: 38px 74px;
  position: relative;
}
.post-type-faq #main .entry-header .entry-title::before,
.post-type-faq #main .entry-header .wp-block-post-title::before,
.post-type-faq #main .editor-visual-editor__post-title-wrapper .entry-title::before,
.post-type-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
.post-type-faq #wpcontent .entry-header .entry-title::before,
.post-type-faq #wpcontent .entry-header .wp-block-post-title::before,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title::before,
.post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
.post-type-archive-faq #main .entry-header .entry-title::before,
.post-type-archive-faq #main .entry-header .wp-block-post-title::before,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .entry-title::before,
.post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
.post-type-archive-faq #wpcontent .entry-header .entry-title::before,
.post-type-archive-faq #wpcontent .entry-header .wp-block-post-title::before,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title::before,
.post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  content: "Q.";
  font-family: "widescreen-ex", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 90px;
  color: #f0f0f0;
  transform: scale(1.1, 1);
  line-height: 1;
}
.post-type-faq #main .editor-styles-wrapper,
.post-type-faq #main .wp-block-post-content,
.post-type-faq #wpcontent .editor-styles-wrapper,
.post-type-faq #wpcontent .wp-block-post-content,
.post-type-archive-faq #main .editor-styles-wrapper,
.post-type-archive-faq #main .wp-block-post-content,
.post-type-archive-faq #wpcontent .editor-styles-wrapper,
.post-type-archive-faq #wpcontent .wp-block-post-content {
  max-width: 910px;
  padding: 0 75px;
  background: none;
  color: #fff;
  position: relative;
}
.post-type-faq #main .editor-styles-wrapper::before,
.post-type-faq #main .wp-block-post-content::before,
.post-type-faq #wpcontent .editor-styles-wrapper::before,
.post-type-faq #wpcontent .wp-block-post-content::before,
.post-type-archive-faq #main .editor-styles-wrapper::before,
.post-type-archive-faq #main .wp-block-post-content::before,
.post-type-archive-faq #wpcontent .editor-styles-wrapper::before,
.post-type-archive-faq #wpcontent .wp-block-post-content::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "A.";
  font-family: "widescreen-ex", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 90px;
  text-align: left;
  color: #f0f0f0;
  transform: scale(1.1, 1);
  line-height: 1;
}
.post-type-faq #main .editor-styles-wrapper p,
.post-type-faq #main .wp-block-post-content p,
.post-type-faq #wpcontent .editor-styles-wrapper p,
.post-type-faq #wpcontent .wp-block-post-content p,
.post-type-archive-faq #main .editor-styles-wrapper p,
.post-type-archive-faq #main .wp-block-post-content p,
.post-type-archive-faq #wpcontent .editor-styles-wrapper p,
.post-type-archive-faq #wpcontent .wp-block-post-content p {
  color: #fff;
}
.post-type-faq #main .editor-styles-wrapper .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-faq #main .wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-faq #wpcontent .editor-styles-wrapper .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-faq #wpcontent .wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-archive-faq #main .editor-styles-wrapper .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-archive-faq #main .wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-archive-faq #wpcontent .editor-styles-wrapper .wp-block-gallery .wp-block-image .wp-element-caption,
.post-type-archive-faq #wpcontent .wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption {
  color: #fff;
}
.post-type-faq .faq_contents dl,
.post-type-archive-faq .faq_contents dl {
  margin: 0 0 77px;
  border-bottom: 1px solid #534d66;
}
.post-type-faq .faq_contents dl dt,
.post-type-archive-faq .faq_contents dl dt {
  font-size: 16px;
  line-height: 24px;
  color: #f0f0f0;
  padding: 15px;
  border: 2px solid #f0f0f0;
  margin: 0 0 15px;
}
.post-type-faq .faq_contents dl dd .hentry,
.post-type-archive-faq .faq_contents dl dd .hentry {
  border-top: 1px solid #534d66;
}
.post-type-faq .faq_contents dl dd .hentry .entry-header .entry-title,
.post-type-archive-faq .faq_contents dl dd .hentry .entry-header .entry-title {
  padding: 0 50px;
  position: relative;
}
.post-type-faq .faq_contents dl dd .hentry .entry-content,
.post-type-archive-faq .faq_contents dl dd .hentry .entry-content {
  position: relative;
  padding: 0 50px;
}
.tit_set {
  text-align: center;
  color: #efefef;
}
.tit_set h2 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 100px;
}
.tit_set h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.tit_set h3 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  text-align: left;
  margin: 0 0 10px;
}
.tit_set h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.page-id-2 #main {
  padding-top: 0;
}

/*============================
#main_visual
============================*/
#main_visual .inside {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: none;
}
#main_visual .inside .swiper .swiper-wrapper .swiper-slide {
  width: 100vw;
  overflow: hidden;
  max-height: 100vh;
}
#main_visual .inside .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transition: linear 10s;
}
#main_visual .inside .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(1.1);
  transform-origin: center;
}
#main_visual .inside .tit_set {
  position: absolute;
  left: 3.4407027818vw;
  bottom: 3.3674963397vw;
  z-index: 100;
}
#main_visual .inside .tit_set h6 {
  font-weight: bold;
  font-size: 2.3426061493vw;
  line-height: 2.9282576867vw;
  text-align: left;
  color: #efefef;
  margin: 0 0 0.7320644217vw;
}
#main_visual .inside .tit_set h2 {
  font-weight: normal;
  font-size: 5.8565153734vw;
  line-height: 6.588579795vw;
  text-align: left;
  color: #efefef;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*============================
#top_sect01
============================*/
#top_sect01 {
  padding: 100px 0 114px;
}
#top_sect01 .inside {
  color: #fff;
}
#top_sect01 .inside h2 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 40px;
}
#top_sect01 .inside p {
  font-size: 16px;
  list-style: 1.6;
  text-align: center;
}
#top_sect01 .inside .mov {
  display: table;
  margin: 98px auto 0;
  position: relative;
}
#top_sect01 .inside .mov .js-mov .mov_tit_set {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  text-align: center;
  color: #efefef;
  z-index: 10;
}
#top_sect01 .inside .mov .js-mov .mov_tit_set .youtube_tit {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 58.44px;
  letter-spacing: 0.03em;
  line-height: 54.06px;
  margin: 0 0 10px;
}
#top_sect01 .inside .mov .js-mov .mov_tit_set p {
  font-weight: bold;
  font-size: 20px;
  line-height: 24.18px;
  margin: 0;
}
#top_sect01 .inside .mov .mov-player {
  width: 800px;
  height: 450px;
  display: none;
}
#top_sect01 .inside .mov iframe.mov-player {
  display: block;
}

/*============================
#top_sect02
============================*/
#top_sect02 .img picture img {
  width: 100%;
  display: block;
}

/*============================
#top_sect03
============================*/
#top_sect03 {
  padding: 85px 0;
  background: #1b1435;
}
#top_sect03 .inside {
  width: auto;
  max-width: none;
  padding: 0;
}
#top_sect03 .inside .tit_set {
  margin: 0 0 87px;
}
#top_sect03 .inside .articles article {
  margin: 0 auto 20px;
  position: relative;
}
#top_sect03 .inside .articles article::after {
  border-radius: 0px 20px 20px 0px;
  background: #322b49;
  position: absolute;
  left: 0;
  top: 110px;
  bottom: 0;
  right: calc(50vw - 401px);
  content: "";
  display: block;
  z-index: 1;
}
#top_sect03 .inside .articles article .inside {
  width: 982px;
  max-width: none;
  margin: 0 auto;
  padding: 40px 40px 67px 40px;
  z-index: 5;
  position: relative;
}
#top_sect03 .inside .articles article .inside .flex {
  display: flex;
  justify-content: space-between;
}
#top_sect03 .inside .articles article .inside .flex .info {
  width: 440px;
}
#top_sect03 .inside .articles article .inside .flex .info .red {
  color: #e84228;
  text-align: left;
  margin: 0 0 14px;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
}
#top_sect03 .inside .articles article .inside .flex .info .red small {
  font-size: 20px;
  line-height: 1;
}
#top_sect03 .inside .articles article .inside .flex .info h4 {
  font-weight: 600;
  font-size: 48px;
  line-height: 72px;
  text-align: left;
  color: #efefef;
  margin: 0 0 23px;
}
#top_sect03 .inside .articles article .inside .flex .info p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #efefef;
  margin: 0;
}
#top_sect03 .inside .articles article .inside .flex .img {
  margin: 10px -102px 0 0;
}
#top_sect03 .inside .articles .even::after {
  border-radius: 20px 0px 0px 20px;
  left: calc(50vw - 401px);
  right: 0;
}
#top_sect03 .inside .articles .even .inside .flex {
  flex-direction: row-reverse;
}
#top_sect03 .inside .articles .even .inside .flex .info .red {
  text-align: right;
}
#top_sect03 .inside .articles .even .inside .flex .info h4 {
  text-align: right;
}
#top_sect03 .inside .articles .even .inside .flex .img {
  margin: 10px 0 0 -102px;
}
#top_sect03 .inside .bt {
  margin: 40px 0 0;
}
/*============================
#top_sect04
============================*/
#top_sect04 {
  background: #d74228;
  padding: 80px 0;
}
#top_sect04 .inside .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_sect04 .inside .flex .img {
  margin: 0 44px;
}
#top_sect04 .inside .flex .info {
  width: 416px;
  margin: 0 44px;
}
#top_sect04 .inside .flex .info h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  color: #efefef;
  margin: 0 0 19px;
}
#top_sect04 .inside .flex .info p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #efefef;
  margin: 0;
}
#top_sect04 .inside .flex .info .bt {
  margin: 36px 0 0;
  display: block;
}
/*============================
#top_sect05
============================*/
#top_sect05 {
  padding: 80px 0;
  background: #1b1435;
}
#top_sect05 .tit_set {
  position: relative;
  z-index: 20;
  margin: 0 0 -35px;
}
#top_sect05 .voice_loop .swiper-wrapper .swiper-slide {
  width: 439px;
  height: auto;
}
#top_sect05 .voice_loop .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #efefef;
  border-radius: 20px;
  padding: 91px 55px 74px;
  background: #615c80;
}
#top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  margin: 0;
}
#top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::before, #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::after {
  content: "\e92c";
  font-family: "icomoon";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10%, -120%);
  font-size: 37px;
}
#top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::after {
  content: "\e92b";
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  transform: translate(10%, 120%);
}
#top_sect05 .link {
  margin-bottom: 0;
}
/*============================
#top_sect06
============================*/
#top_sect06 {
  background: #e84228;
}
#top_sect06 .inside {
  width: auto;
  max-width: none;
  padding: 0;
}
#top_sect06 .inside .flex_sp .loop01,
#top_sect06 .inside .flex_sp .loop02 {
  width: 100%;
  overflow: hidden;
}
#top_sect06 .inside .flex_sp .loop01 .navy,
#top_sect06 .inside .flex_sp .loop02 .navy {
  display: inline-flex;
  animation: loop_animation_right 32s linear infinite;
  width: 8196px;
}
#top_sect06 .inside .flex_sp .loop01 .navy h2,
#top_sect06 .inside .flex_sp .loop02 .navy h2 {
  white-space: nowrap;
  font-family: "widescreen-uex", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 0;
  padding: 0 0 0 30px;
  line-height: 1;
  color: #1b1435;
}
#top_sect06 .inside .flex_sp .loop01 .right_to_left,
#top_sect06 .inside .flex_sp .loop02 .right_to_left {
  animation-direction: reverse;
}
#top_sect06 .inside .flex_sp .flex {
  display: flex;
  margin: 0 80px;
}
#top_sect06 .inside .flex_sp .flex .img {
  width: 100%;
  overflow: hidden;
}
#top_sect06 .inside .flex_sp .flex .img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top_sect06 .inside .flex_sp .flex .info {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
}
#top_sect06 .inside .flex_sp .flex .info p {
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #1b1435;
}
#top_sect06 .inside .flex_sp .flex .info .link {
  margin: 0;
}
@keyframes loop_animation_right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*============================
#top_sect07
============================*/
#top_sect07 {
  background: url(../img/top_sect07_bg_img.jpg) center/cover no-repeat;
  padding: 80px 0;
}
#top_sect07 .inside .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_sect07 .inside .flex .info .tit_set {
  text-align: left;
}
#top_sect07 .inside .flex .info .tit_set h2 {
  font-size: 70px;
}
#top_sect07 .inside .flex .info .link {
  justify-content: flex-start;
}
#top_sect07 .inside .flex .info .link a {
  margin: 0;
}
#top_sect07 .inside .flex .img ul {
  width: 372px;
  height: 224px;
  position: relative;
}
#top_sect07 .inside .flex .img ul li {
  position: absolute;
}
#top_sect07 .inside .flex .img ul li picture img {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
}
#top_sect07 .inside .flex .img ul .link-icon_01 {
  left: 0;
  top: 24px;
}
#top_sect07 .inside .flex .img ul .link-icon_02 {
  left: 65px;
  bottom: 0;
}
#top_sect07 .inside .flex .img ul .link-icon_03 {
  right: 83px;
  top: 0;
}
#top_sect07 .inside .flex .img ul .link-icon_04 {
  right: 0;
  bottom: 47px;
}
/*============================
#top_sect08
============================*/
#top_sect08 {
  padding: 80px 0;
}
#top_sect08 .inside .tit_set {
  margin: 0 0 30px;
}
#top_sect08 .inside .tit_set h2 {
  font-size: 70px;
}
#top_sect08 .inside .pick_up {
  border-bottom: 1px solid #534d66;
  margin: 0 auto 50px;
}
#top_sect08 .inside .pick_up header {
  display: flex;
  margin: 0 auto;
}
#top_sect08 .inside .pick_up header .swiper-buttons {
  display: flex;
  margin: 10px 0 0 36px;
}
#top_sect08 .inside .pick_up header .swiper-buttons div {
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 888px;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  margin: 0 8px;
  transition: ease-in 0.2s;
}
#top_sect08 .inside .pick_up header .swiper-buttons div:hover {
  opacity: 0.75;
}
#top_sect08 .inside .pick_up header .swiper-buttons div svg {
  height: 50%;
  width: 50%;
  fill: #fff;
  color: #fff;
}
#top_sect08 .inside .pick_up .swiper_pickup_wrapper {
  margin: 0 calc((50vw - 502px) * -1);
  overflow: hidden;
}
#top_sect08 .inside .pick_up .swiper_pickup {
  padding: 25px 0 0;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide {
  width: 240px;
  overflow: visible;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide a {
  display: block;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide a .img {
  width: 240px;
  height: 160px;
  overflow: hidden;
  border: 1px solid #7a7684;
  margin: 0 0 5px;
  transition: ease-in 0.8s;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide a .info p {
  color: #fff;
}
#top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide.swiper-slide-active .img {
  transform: scale(1.1);
  transform-origin: center bottom;
}
#top_sect08 .inside .brands .brands_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
#top_sect08 .inside .brands .brands_list ul li {
  width: 180px;
  margin: 0 13px 23px;
}
#top_sect08 .inside .brands .brands_list ul li a {
  display: block;
  text-align: center;
}
#top_sect08 .inside .brands .brands_list ul li a .img {
  margin: 0 0 10px;
}
#top_sect08 .inside .brands .brands_list ul li a .img img {
  display: block;
}
#top_sect08 .inside .brands .brands_list ul li a .info p {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #efefef;
  margin: 0;
}

/*============================
#top_sect09
============================*/
#top_sect09 {
  padding: 80px 0 0;
}
#top_sect09 .inside {
  border-bottom: 1px solid #534d66;
}
#top_sect09 .inside .tit_set {
  margin: 0 0 35px;
}
#top_sect09 .inside .flex {
  display: flex;
  justify-content: space-between;
}
#top_sect09 .inside .flex .info {
  flex: 1;
  width: 100%;
}
#top_sect09 .inside .flex .info table {
  width: 100%;
  border-top: 1px solid #7a7684;
}
#top_sect09 .inside .flex .info table tr {
  border-bottom: 1px solid #7a7684;
}
#top_sect09 .inside .flex .info table tr td {
  padding: 20px 0;
}
#top_sect09 .inside .flex .info table tr td.date time {
  font-size: 16px;
  color: #efefef;
  white-space: nowrap;
}
#top_sect09 .inside .flex .info table tr td.cat {
  padding: 20px;
  text-align: center;
}
#top_sect09 .inside .flex .info table tr td.cat a {
  font-size: 16px;
  white-space: nowrap;
  color: #e84228;
}
#top_sect09 .inside .flex .info table tr td.tit {
  width: 100%;
}
#top_sect09 .inside .flex .info table tr td.tit p {
  font-size: 16px;
  margin: 0;
}
#top_sect09 .inside .flex .info table tr td.tit p a {
  color: #efefef;
}
#top_sect09 .inside .flex .img {
  margin: 0 0 0 72px;
}
/*============================
#top_sect10
============================*/
#top_sect10 {
  padding: 80px 0 0;
  overflow: visible;
}
#top_sect10 .inside .tit_set {
  margin: 0 0 25px;
}
#top_sect10 .inside .open_time {
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  text-align: left;
  color: #efefef;
}
#top_sect10 .inside .locations {
  margin: 48px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#top_sect10 .inside .locations .img {
  position: sticky;
  top: 20px;
  right: 0;
}
#top_sect10 .inside .locations .info .stores li.store {
  border-left: 6px solid #e84228;
  padding: 0 0 0 21px;
  margin: 0 0 38px;
  text-align: left;
  color: #efefef;
}
#top_sect10 .inside .locations .info .stores li.store a {
  color: #efefef;
}
#top_sect10 .inside .locations .info .stores li h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
#top_sect10 .inside .locations .info .stores li address {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  display: block;
  margin: 0 0 20px;
}
#top_sect10 .inside .locations .info .stores li .bottom {
  display: flex;
  align-items: flex-end;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon {
  display: flex;
  align-items: center;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon li {
  margin: 0 20px 0 0;
  line-height: 1;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon li a {
  font-size: 35px;
  line-height: 1;
  display: inline-block;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_01 a {
  font-size: 30px;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_04 a {
  font-size: 30px;
}
#top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_05 a {
  font-size: 30px;
}
#top_sect10 .inside .locations .info .stores li .bottom .store_more a {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 18px;
  border-bottom: 2px solid #efefef;
  display: inline-block;
}
.form_table {
  border-top: 1px solid #534d66;
  margin: 0 0 60px;
  width: 100%;
}
.form_table .error {
  color: #ffadad;
}
.form_table tr {
  border-bottom: 1px solid #534d66;
}
.form_table tr th,
.form_table tr td {
  padding: 20px 0;
}
.form_table tr th {
  width: 340px;
  position: relative;
  padding-right: 18px;
}
.form_table tr th .ness {
  position: absolute;
  top: 31px;
  right: 18px;
  background: #d01c24;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #f0f0f0;
  padding: 6px 8px;
}
.form_table tr th .ness.row_top {
  top: 22px;
}
.form_table tr td input[type=text],
.form_table tr td input[type=email],
.form_table tr td select,
.form_table tr td textarea {
  width: 100%;
  border-radius: 6px;
  background: #f0f0f0;
  padding: 10px 20px;
  box-shadow: none;
}
.form_table tr td .mwform-zip-field input[type=text] {
  width: auto;
}
.form_table tr td select {
  color: #000;
}
.form_table tr td select option {
  color: #000;
}
.form_table tr td textarea {
  height: 236px;
}
.form_table tr td .radios_horizontal .error {
  width: 100%;
}
.form_table tr td .select_wrapper {
  width: 310px;
  position: relative;
}
.form_table tr td .select_wrapper::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  position: absolute;
  top: 0;
  font-family: "icomoon";
  right: 0;
  bottom: 0;
  border-radius: 0 6px 6px 0;
  content: "\e907";
  background: #e84228;
  color: #fff;
  font-size: 12px;
  pointer-events: none;
}
.form_table tr td .p-locality {
  margin: 20px 0 0;
}

.form_sect .inside h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 38px;
}
.form_sect .inside p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #f0f0f0;
  margin: 0 0 38px;
}
.form_sect .inside .bt.size_l a,
.form_sect .inside .bt.size_l button {
  height: 60px;
  font-size: 20px;
  margin: 0 13px;
}

/*============================
#inq_tel
============================*/
#inq_tel .inside .tel_list ul li a i,
#inq_tel .inside .tel_list ul li .no_ancher i {
  color: #e84228;
}
/*============================
#inq_line
============================*/
#inq_line .inside .line_list ul li a i {
  color: #32b202;
}
/* デフォルトの丸を隠す */
.mw_wp_form input[type=radio],
.mw_wp_form input[type=checkbox] {
  display: none;
}

/* ラベル全体を配置用にする */
.mw_wp_form .mwform-radio-field label,
.mw_wp_form .mwform-checkbox-field label {
  position: relative;
  padding-left: 25px; /* ラジオボタンのスペース */
  cursor: pointer;
  font-size: 16px;
}

/* 独自マーカーを作成 */
.mw_wp_form .mwform-radio-field label::before,
.mw_wp_form .mwform-checkbox-field label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
}

.mw_wp_form .mwform-radio-field label::before {
  border-radius: 50%;
}

/* 選択時のマーカー（内側の丸） */
.mw_wp_form .mwform-radio-field input[type=radio]:checked + span::before,
.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #e84228; /* チェック時の色 */
  border-radius: 50%;
}

.mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 46%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 6px;
  height: 10px;
  background: none;
  border: 3px solid #e84228;
  border-left: none;
  border-top: none;
  border-radius: 0;
}

.checks_vertical {
  margin: 0 0 -15px;
}
.checks_vertical .mwform-checkbox-field {
  display: block;
  margin: 0 0 15px !important;
}

.radios_horizontal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -15px;
}
.radios_horizontal .mwform-radio-field {
  width: 33.3333333333%;
  margin: 0 0 15px !important;
}

.mw_wp_form_input .confirm {
  display: none;
}

.mw_wp_form_confirm .input {
  display: none;
}
.mw_wp_form_confirm .form_table tr th .ness {
  display: none;
}
.mw_wp_form_confirm .form_table tr td p {
  margin: 0;
}
.mw_wp_form_confirm .form_table tr td .select_wrapper {
  width: auto;
  margin: 0;
}
.mw_wp_form_confirm .form_table tr td .select_wrapper::after {
  display: none;
}
.mw_wp_form_confirm .form_table tr td .p-postal-button {
  display: none;
}
.mw_wp_form_confirm .bt.size_l a,
.mw_wp_form_confirm .bt.size_l button {
  max-width: 350px !important;
}
.mw_wp_form_confirm {
  /*============================
  #inq_tel
  ============================*/
}
.mw_wp_form_confirm #inq_tel {
  display: none;
}
.mw_wp_form_confirm {
  /*============================
  #inq_line
  ============================*/
}
.mw_wp_form_confirm #inq_line {
  display: none;
}

.mw_wp_form_complete #inq_form {
  margin: 0 0 210px;
}
.mw_wp_form_complete #inq_form .bt.size_l {
  margin: 100px 0 0;
}
.mw_wp_form_complete #inq_form a,
.mw_wp_form_complete #inq_form button {
  max-width: 350px !important;
}

.post-type-voice #main .wp-block-post-content .visual_thumb,
.post-type-voice #wpcontent .wp-block-post-content .visual_thumb {
  margin: 0 0 20px;
}
.post-type-voice #main .wp-block-post-content img,
.post-type-voice #wpcontent .wp-block-post-content img {
  width: 100%;
  height: auto;
  display: block;
}
.post-type-voice .type-voice,
.post-type-voice .editor-styles-wrapper {
  background: #f9f9fa;
}

.store_content + .store_content {
  margin: 60px 0 0;
}
.store_content .store_name_each {
  background: #fff;
  padding: 22px 47px;
}
.store_content .store_name_each h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  color: #e84228;
}
.store_content .main_img {
  margin: 0 0 45px;
}
.store_content .store_info {
  background: #1b1435;
  padding: 47px 51px;
  margin: 0 0 63px;
}
.store_content .store_info h3 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  color: #e84228;
  margin: 0 0 20px;
}
.store_content .store_info .flex {
  display: flex;
  justify-content: space-between;
}
.store_content .store_info .flex .info {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #eaeaea;
}
.store_content .store_info .flex .info a {
  color: #eaeaea;
}
.store_content .store_info .flex .info h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  margin: 0 0 20px;
}
.store_content .store_info .flex .info .bottom {
  margin: 20px 0 0;
}
.store_content .store_info .flex .info .bottom .flex_fix {
  display: flex;
  font-size: 32px;
}
.store_content .store_info .flex .info .bottom .flex_fix li {
  margin: 0 18px 0 0;
}
.store_content .store_info .flex .calendar {
  width: 420px;
}
.store_content .store_intro {
  color: #eaeaea;
}
.store_content .store_intro header {
  margin: 0 0 63px;
}
.store_content .store_intro header p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.store_content .store_intro ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.store_content .store_intro ul li {
  width: 460px;
  margin: 0 40px 40px;
}
.store_content .store_intro ul li .img {
  margin: 0 0 13px;
}
.store_content .store_intro ul li .img img {
  width: 100%;
  display: block;
}
.store_content .store_intro ul li .info h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  margin: 0 0 5px;
}
.store_content .store_intro ul li .info p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.my-cal-container {
  max-width: 100%;
  width: 100%;
  color: #eaeaea;
}
.my-cal-container .cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.my-cal-container .cal-header strong {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.my-cal-container .cal-header .cal-header-controler {
  display: flex;
  margin: 0 -12px;
}
.my-cal-container .cal-header .cal-header-controler button {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 16px solid #e84228;
  border-left: 0;
  margin: 0 12px;
}
.my-cal-container .cal-header .cal-header-controler button.next {
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #e84228;
  border-right: 0;
}
.my-cal-container .cal-header .cal-header-controler button {
  cursor: pointer;
}
.my-cal-container .biz-table {
  width: 100%;
  border-collapse: collapse;
  background: none;
  table-layout: fixed;
  font-size: 18px;
  font-weight: 500;
}
.my-cal-container .biz-table th {
  padding: 3px 7px;
  border: none;
  text-align: center;
  border-bottom: 1px solid #e84228;
  font-weight: 500;
}
.my-cal-container .biz-table td {
  padding: 3px 7px;
  text-align: center;
}
.my-cal-container .biz-table td.biz-off {
  background: #e84228;
}
.my-cal-container .biz-table td.has-event {
  background: #0071ab;
}
.my-cal-container .biz-table td.has-event .biz-event-title {
  display: none;
}
.my-cal-container .legend {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 500;
}
.my-cal-container .legend li {
  margin-bottom: 5px;
}
.my-cal-container .legend li .bulet {
  margin: 0 0.6em 0 0;
}
.my-cal-container .legend li.off .bulet {
  color: #e84228;
}
.my-cal-container .legend li.event .bulet {
  color: #0071ab;
}

/*============================
#flow_sect01
============================*/
#flow_sect01 {
  color: #f0f0f0;
}
#flow_sect01 .inside p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 40px;
}
#flow_sect01 .inside .steps {
  border-bottom: 1px solid #534d66;
  padding: 0 0 40px;
  margin: 0 0 40px;
}
#flow_sect01 .inside .steps li {
  margin: 0 0 20px;
}
#flow_sect01 .inside .steps li:last-child {
  margin: 0;
}
#flow_sect01 .inside .steps li a {
  background: #f0f0f0;
  display: block;
  padding: 0 26px;
}
#flow_sect01 .inside .steps li a .step {
  display: flex;
  height: 70px;
  align-items: center;
  position: relative;
}
#flow_sect01 .inside .steps li a .step h4 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-size: 17px;
  line-height: 50px;
  text-align: left;
  color: #7480a2;
}
#flow_sect01 .inside .steps li a .step i {
  margin: 0 27px 0 35px;
  font-size: 33px;
  color: #e84228;
}
#flow_sect01 .inside .steps li a .step h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #1b1435;
}
#flow_sect01 .inside .steps li a .step .more {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #1b1435;
  width: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#flow_sect01 .inside .steps li a .step .more::after {
  width: 14px;
  height: 14px;
  background: #e84228;
  content: "\e907";
  font-family: "icomoon";
  color: #fff;
  font-size: 7px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}

/*============================
#flow_sect02
============================*/
#flow_sect02 {
  color: #f0f0f0;
}
#flow_sect02 .inside .articles article {
  margin: 0 0 40px;
  position: relative;
}
#flow_sect02 .inside .articles article::before {
  content: "";
  background: url(../img/arrow_down_double.svg) center/cover no-repeat;
  width: 240px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#flow_sect02 .inside .articles article:first-child::before {
  display: none;
}
#flow_sect02 .inside .articles article .inside {
  padding: 80px 48px;
  position: relative;
}
#flow_sect02 .inside .articles article .inside .w500 {
  width: 500px;
}
#flow_sect02 .inside .articles article .inside h4 {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
  color: #f0f0f0;
  width: 170px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flow_sect02 .inside .articles article .inside .content .tit_set-article {
  display: flex;
  align-items: center;
  margin: 0 0 33px;
}
#flow_sect02 .inside .articles article .inside .content .tit_set-article i {
  color: #e84228;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border-radius: 10px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
#flow_sect02 .inside .articles article .inside .content .tit_set-article h3 {
  font-size: 40px;
  line-height: 56px;
}
#flow_sect02 .inside .articles article .inside .content .flex_rev {
  position: relative;
}
#flow_sect02 .inside .articles article .inside .content .flex_rev .info {
  width: 500px;
  margin: 0 0 40px;
}
#flow_sect02 .inside .articles article .inside .content .flex_rev .info .large {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
}
#flow_sect02 .inside .articles article .inside .content .flex_rev .img {
  position: absolute;
  right: 0;
  top: 0;
}
#flow_sect02 .inside .articles article .inside .content .text h6 {
  margin: 0 0 8px;
}
#flow_sect02 .inside .articles article .inside .content .text p {
  font-size: 16px;
  line-height: 1.8;
  color: #f0f0f0;
  margin: 0 0 44px;
}
#flow_sect02 .inside .articles article .inside .content .text p:last-child {
  margin: 0;
}
#flow_sect02 .inside .articles article .inside .content h6.back_red {
  width: 214px;
  height: 36px;
  background: #e84228;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: left;
  padding: 0 30px;
  color: #fff;
}
#flow_sect02 .inside .articles article .accordion {
  margin: 0px -48px;
}
#flow_sect02 .inside .articles article .accordion .toggle {
  padding: 0 0 38px;
  margin: 0 0 30px;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt {
  height: 60px;
  border-radius: 10px;
  background: #e84228;
  padding: 0 28px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
  margin: 0 48px -30px;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt i {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 999px;
  color: #322b49;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0 13px 0 0;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt .white {
  font-weight: bold;
  font-size: 20px;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt .white::before {
  position: absolute;
  left: 20px;
  bottom: 0;
  content: "";
  width: 27.44px;
  height: 15.77px;
  background: url(../img/balloon_tail.svg) top center/contain no-repeat;
  transform: translate(0, 80%);
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt::before, #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt::after {
  width: 20px;
  height: 4px;
  right: 30px;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_bt:hover {
  opacity: 1;
}
#flow_sect02 .inside .articles article .accordion .toggle.open .toggle_bt {
  opacity: 1;
}
#flow_sect02 .inside .articles article .accordion .toggle.open .toggle_bt:hover {
  opacity: 1;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content {
  margin: 0;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev {
  background: #fff;
  padding: 67px 50px 40px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info {
  width: 500px;
  margin: 0;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info p {
  font-size: 16px;
  line-height: 30px;
  color: #1b1435;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info p:last-child {
  margin: 0;
}
#flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .img {
  width: 330px;
  position: static;
  right: auto;
  top: auto;
}
#flow_sect02 .inside .articles article#step02 .inside .content > .flex_rev > .info {
  width: auto;
}

@media screen and (max-width: 1000px) {
  /*============================
  #flow_sect02
  ============================*/
  #flow_sect02 .inside .articles article .inside .w500 {
    width: auto;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .info {
    width: auto;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 0 0 40px;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .img img {
    width: 100%;
  }
}
.page-id-10 .page_content {
  margin-bottom: 0;
}

/*============================
#reasons_sect01
============================*/
#reasons_sect01 {
  color: #f0f0f0;
}
#reasons_sect01 .inside .lead {
  font-size: 32px;
  line-height: 56px;
  font-weight: bold;
  margin: 0 0 60px;
}
#reasons_sect01 .inside article {
  border-bottom: 1px solid #534d66;
  margin: 0 0 70px;
  padding: 0 0 70px;
}
#reasons_sect01 .inside article:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0 0 70px;
}
#reasons_sect01 .inside article h3 {
  font-family: "widescreen-ex", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 0 0 34px;
  height: 40px;
  display: flex;
  align-items: center;
  background: url(../img/reasons_reason-background.svg) left center/contain no-repeat;
}
#reasons_sect01 .inside article h4 {
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 34px;
}
#reasons_sect01 .inside article p {
  font-size: 16px;
  line-height: 30px;
}
#reasons_sect01 .inside article p:last-child {
  margin: 0;
}
#reasons_sect01 .inside article .cards {
  margin: 40px -28px 0;
  display: flex;
}
#reasons_sect01 .inside article .cards li {
  margin: 0 28px;
  padding: 50px 45px;
  background: #f0f0f0;
  width: 100%;
  color: #1b1435;
}
#reasons_sect01 .inside article .cards li .img {
  margin: 0 0 26px;
}
#reasons_sect01 .inside article .cards li .img picture img {
  display: block;
  margin: 0 auto;
}
#reasons_sect01 .inside article .cards li h6 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 17px;
}
#reasons_sect01 .inside article .cards li p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
#reasons_sect01 .inside article .mov {
  margin: 56px 0 0;
}
#reasons_sect01 .inside article .mov iframe {
  display: block;
  margin: 0 auto;
  width: 640px;
  height: 360px;
}
/*============================
#reasons_sect02
============================*/
#reasons_sect02 {
  background: #f0f0f0;
}
#reasons_sect02 .img picture img {
  width: 100%;
}
#reasons_sect02 .inside {
  padding: 80px 0;
}
#reasons_sect02 .inside .sect_tit .red .navy {
  color: #1b1435;
}
#reasons_sect02 .inside .flex_rev {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
#reasons_sect02 .inside .flex_rev .info {
  width: 500px;
}
#reasons_sect02 .inside .flex_rev .info p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
#reasons_sect02 .inside .flex_rev .imgs {
  width: 413px;
}
#reasons_sect02 .inside .waza_omoi {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
#reasons_sect02 .inside .waza_omoi li {
  display: flex;
  justify-content: space-between;
  width: 455px;
}
#reasons_sect02 .inside .waza_omoi li .img_font {
  font-weight: bold;
  font-size: 120px;
  line-height: 1;
  text-align: left;
  color: #e84228;
}
#reasons_sect02 .inside .waza_omoi li .info {
  width: 308px;
}
#reasons_sect02 .inside .waza_omoi li .info h6 {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #1b1435;
  margin: 0 0 23px;
}
#reasons_sect02 .inside .waza_omoi li .info p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.post-8 section {
  color: #f0f0f0;
}
.post-8 section .inside {
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 38px;
}
.post-8 section .inside::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid #534d66;
  content: "";
  display: block;
  height: 0;
}
.post-8 section .inside .sect_tit h2 {
  border: none;
  padding: 0;
}

/*============================
#about_01
============================*/
#about_01 .inside .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 65px;
}
#about_01 .inside .flex .info {
  width: 445px;
}
#about_01 .inside .flex .info h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  margin: 0 0 42px;
}
#about_01 .inside .flex .info p {
  text-align: right;
  font-size: 24px;
  margin: 0;
}
#about_01 .inside .flex .info p small {
  font-size: 16px;
  margin: 0 1em 0 0;
}
#about_01 .inside .flex .img {
  width: 520px;
}
#about_01 .inside .flex .img picture img {
  display: block;
}
#about_01 .inside .each {
  margin: 0 0 68px;
}
#about_01 .inside .each:last-child {
  margin: 0;
}
/*============================
#about_02
============================*/
#about_02 .inside .flex {
  display: flex;
  justify-content: space-between;
}
#about_02 .inside .flex .img {
  width: 397px;
}
#about_02 .inside .flex .info {
  width: 520px;
}
#about_02 .inside .flex .info ul {
  margin: 0 0 32px;
}
#about_02 .inside .flex .info ul li {
  padding: 35px;
  background: #f0f0f0;
  color: #1b1435;
  margin: 0 0 27px;
}
#about_02 .inside .flex .info ul li:last-child {
  margin: 0;
}
#about_02 .inside .flex .info ul li h4 {
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 1;
}
#about_02 .inside .flex .info ul li h4 a {
  font-weight: normal;
  font-size: 14px;
  color: #1b1435;
}
#about_02 .inside .flex .info ul li h5 {
  background: #e84228;
  display: table;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin: 0 0 16px;
}
#about_02 .inside .flex .info ul li p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
/*============================
#about_03
============================*/
#about_03 .inside h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.7;
  color: #f0f0f0;
  margin: 0 0 56px 53px;
}

/*============================
#about_04
============================*/
#about_04 .inside {
  margin-bottom: 0;
  padding-bottom: 0;
}
#about_04 .inside::after {
  display: none;
}
#about_04 .inside p {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  color: #f0f0f0;
  margin: 0 0 60px;
}
#about_04 .inside .num_ol {
  margin: 0 0 0 53px;
}
#about_04 .inside .num_ol li {
  font-size: 16px;
  line-height: 2.5;
  list-style: decimal;
}

@media screen and (max-width: 750px) {
  #loader .percent {
    font-size: 3.7333333333vw;
  }
  #loader .circle,
  #loader .circle:after {
    width: 7em;
    height: 7em;
  }
  #loader .circle {
    font-size: 4.2666666667vw;
  }
  :root {
    scroll-padding-top: 16vw;
  }
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  a:active,
  a:hover {
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .inside {
    padding: 0 6.6666666667vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .site_links {
    padding: 15.2vw 0 48vw;
  }
  .site_links nav ul {
    display: block;
  }
  .site_links nav ul li {
    margin: 0 0 6.4vw;
    padding: 0 0 6.4vw;
    border-bottom: 0.2666666667vw solid #534d66;
  }
  .site_links nav ul li:last-child {
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .site_links nav ul li h4 {
    font-style: normal;
    font-size: 5.3333333333vw;
    margin: 0 0 3.7333333333vw;
    color: #fff;
  }
  .site_links nav ul li ul {
    display: block;
  }
  .site_links nav ul li ul li {
    margin: 0 0 3.2vw 6.9333333333vw;
    padding: 0;
    border-bottom: none;
  }
  .site_links nav ul li ul li:last-child {
    margin-bottom: 0;
  }
  .site_links nav ul li ul li a,
  .site_links nav ul li ul li .no_ancher {
    font-size: 4.2666666667vw;
    display: block;
    padding: 0 0 0 5.3333333333vw;
  }
  .site_links nav ul li ul li a::before,
  .site_links nav ul li ul li .no_ancher::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 1.8666666667vw;
    display: flex;
    border-radius: 266.4vw;
    left: 0;
    top: 1.6vw;
  }
  .site_links nav ul li ul li a br.drawer,
  .site_links nav ul li ul li .no_ancher br.drawer {
    display: none;
  }
  .site_links nav ul li ul li a small,
  .site_links nav ul li ul li .no_ancher small {
    font-size: 3.2vw;
    display: block;
  }
  .site_links nav ul li ul li a.blank::after,
  .site_links nav ul li ul li .no_ancher.blank::after {
    font-size: 5.0666666667vw;
    right: 0;
    top: 0;
    transform: translate(125%, -10%);
  }
  #header {
    transition: ease-in 0.2s;
    left: 0;
    top: 0;
    right: 0;
  }
  #header .inside {
    padding: 3.2vw 2.6666666667vw;
  }
  #header .inside .site-title a {
    display: block;
  }
  #header .inside .site-title a img {
    display: block;
    height: 9.3333333333vw;
  }
  .firstScroll #header {
    background: #322b49;
  }
  .firstScroll #header .inside .site-title a img {
    height: 9.3333333333vw;
  }
  #main {
    padding: 16vw 0 0;
  }
  .page-id-2 #main {
    padding-top: 0;
  }
  .page_content,
  .content-column,
  .archive_content {
    margin-bottom: 21.3333333333vw;
  }
  /*============================
  #footer
  ============================*/
  #footer {
    bottom: 0;
    left: 0;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #footer .contact_area {
    padding: 13.3333333333vw 0;
  }
  #footer .contact_area h6 {
    font-size: 6.4vw;
    line-height: 8vw;
    margin: 0 0 1.3333333333vw;
  }
  #footer .contact_area p {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  #footer .contact_area .link {
    margin: 7.2vw 0 0;
  }
  #footer .site_links {
    padding: 15.2vw 5.3333333333vw 18.1333333333vw;
    display: none;
  }
  #footer .site_links nav ul li h4 {
    font-size: 5.3333333333vw;
    margin: 0 0 3.7333333333vw;
    color: #fff;
  }
  #footer .site_links nav ul li ul li {
    margin: 0 0 2.6666666667vw;
  }
  #footer .site_links nav ul li ul li a {
    font-size: 4.2666666667vw;
    padding: 0 0 0 5.3333333333vw;
  }
  #footer .site_links nav ul li ul li a::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 1.8666666667vw;
    top: 1.6vw;
  }
  #footer .site_links nav ul li ul li a small {
    font-size: 3.2vw;
  }
  #footer .site_links nav ul li ul li a.blank::after {
    font-size: 5.0666666667vw;
  }
  #footer .a2m_group_area {
    padding: 10.9333333333vw 0;
  }
  #footer .a2m_group_area .inside h4 {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    margin: 0 0 4vw;
  }
  #footer .a2m_group_area .inside .a2m_group ul {
    margin: 0 -2.6666666667vw -4.5333333333vw;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer .a2m_group_area .inside .a2m_group ul li {
    width: 40vw;
    margin: 0 2.6666666667vw 4.5333333333vw;
  }
  #footer .a2m_group_area .inside .a2m_group ul li a,
  #footer .a2m_group_area .inside .a2m_group ul li .no_ancher {
    width: 40vw;
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  #footer .a2m_group_area .inside .a2m_group ul li a::before,
  #footer .a2m_group_area .inside .a2m_group ul li .no_ancher::before {
    font-size: 130%;
    margin: 0 0.5em 0 0;
  }
  #footer .a2m_group_area .inside .other_links {
    margin: 10.6666666667vw 0 0;
    border-top: 0.2666666667vw solid #534d66;
    padding: 10.6666666667vw 0 0;
  }
  #footer .a2m_group_area .inside .other_links ul {
    display: block;
    margin: 0 0 -4.8vw;
  }
  #footer .a2m_group_area .inside .other_links ul li {
    margin: 0 0 4.8vw;
  }
  #footer .a2m_group_area .inside .other_links ul li a img {
    display: block;
    height: 10.6666666667vw;
    width: auto;
    margin: 0 auto;
  }
  #footer .a2m_group_area .inside .other_links ul li a p {
    font-size: 3.2vw;
    line-height: 3.7333333333vw;
    margin: 2.1333333333vw 0 0;
  }
  #footer .site_title_area {
    padding: 13.3333333333vw 0 35.4666666667vw;
  }
  #footer .site_title_area .site-title a {
    display: inline-block;
  }
  #footer .site_title_area .site-title a img {
    width: 58.1333333333vw;
  }
  #to_top {
    right: 0vw;
    bottom: 16vw;
  }
  #to_top a {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    border-radius: 8vw 0vw 0vw 0vw;
    font-size: 5.3333333333vw;
  }
  #to_top a .txt {
    font-size: 3.2vw;
    margin: 0 0;
  }
  .firstScroll #to_top a {
    pointer-events: all;
  }
  #menu_bt {
    right: 0vw;
    top: 0vw;
  }
  /*============================
  .visual
  ============================*/
  .visual {
    margin: 0 0 16vw;
    padding: 0;
  }
  .visual .inside {
    height: 42.6666666667vw;
    padding: 0 6.6666666667vw;
  }
  .visual .inside .visual_tit_set {
    left: 6.6666666667vw;
    bottom: 6.6666666667vw;
  }
  .visual .inside .visual_tit_set .page-title {
    font-style: normal;
    margin: 0 0 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .visual .inside .visual_tit_set .taxonomy-description {
    font-size: 6.9333333333vw;
    margin: 0;
  }
  .post-type-archive-faq .visual .inside {
    background: url(../img/sp/visual_faq.jpg) center/cover no-repeat;
  }
  .tax-news_cat .visual .inside,
  .single-news .visual .inside,
  .post-type-archive-news .visual .inside {
    background: url(../img/sp/visual_news.jpg) center/cover no-repeat;
  }
  .single-voice .visual .inside,
  .post-type-archive-voice .visual .inside {
    background: url(../img/sp/visual_voice.jpg) center/cover no-repeat;
  }
  .single-plan .visual .inside,
  .post-type-archive-plan .visual .inside {
    background: url(../img/sp/visual_plan.jpg) center/cover no-repeat;
  }
  .page-id-22 .visual .inside {
    background: url(../img/sp/visual_contact.jpg) center/cover no-repeat;
  }
  .page-id-12 .visual .inside {
    background: url(../img/sp/flow_main_visual.jpg) center/cover no-repeat;
  }
  .page-id-10 .visual .inside {
    background: url(../img/sp/reasons_main_visual.jpg) center/cover no-repeat;
  }
  .page-id-8 .visual .inside {
    background: url(../img/sp/about_main_visual.jpg) center/cover no-repeat;
  }
  /*============================
  #side_label
  ============================*/
  #side_label {
    display: none;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  #side_label ul li {
    margin: 0 0 1.6vw;
  }
  #side_label ul li a {
    display: block;
    padding: 4vw 3.2vw;
    font-size: 3.2vw;
    /* Safari用 */
    writing-mode: vertical-rl; /* 基本の指定 */
  }
  /*============================
  #bottom_menu
  ============================*/
  #bottom_menu {
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #f0f0f0;
    z-index: 9000;
  }
  #bottom_menu ul {
    display: flex;
  }
  #bottom_menu ul li {
    width: 100%;
  }
  #bottom_menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 1.3333333333vw;
    height: 16vw;
    color: #9591a1;
  }
  #bottom_menu ul li a i {
    font-size: 6.6666666667vw;
    color: #6e697c;
  }
  #bottom_menu ul li a span {
    margin: 1.3333333333vw 0 0;
    font-size: 2.4vw;
    text-align: center;
  }
  /*============================
  #drawer
  ============================*/
  #drawer {
    top: 0;
    left: 0;
    height: 0vh;
  }
  #drawer .drawer_inside {
    overflow: scroll;
    height: 100%;
  }
  #drawer .drawer_inside .site_links {
    padding: 15.2vw 0 48vw;
  }
  #drawer .drawer_inside .site_links nav ul li ul li a {
    display: table;
  }
  #drawer .drawer_inside .site_links nav ul li ul li a br {
    display: none;
  }
  #drawer .drawer_inside .site_links nav ul li ul li a br.drawer {
    display: none;
  }
  #drawer .drawer_inside .site_links nav ul li ul li a small {
    display: inline-block;
    margin: 0 0 0 6.6666666667vw;
  }
  #drawer .drawer_inside .site_links nav ul li ul li a.blank::after {
    right: -1em;
  }
  .active #drawer {
    height: 100vh;
    height: 100dvh;
  }
  .content-column {
    display: block;
  }
  .content-column.inside {
    padding: 0;
  }
  /* sidebar */
  #secondary {
    margin: 14.6666666667vw 0 0;
  }
  #secondary aside {
    width: auto;
  }
  #secondary aside h2 {
    font-size: 4.2666666667vw;
    margin: 0 0 4vw;
  }
  #secondary aside .sidebar-group {
    border-top: 0.2666666667vw solid #534d66;
    padding: 4vw 0 4vw;
  }
  #secondary aside .sidebar-group:last-child {
    border-bottom: 0.2666666667vw solid #534d66;
  }
  #secondary aside .sidebar-group h4 {
    font-size: 4.2666666667vw;
    padding: 0 0 0 9.3333333333vw;
  }
  #secondary aside .sidebar-group.toggle h4::before, #secondary aside .sidebar-group.toggle h4::after {
    width: 3.7333333333vw;
    height: 0.2666666667vw;
  }
  #secondary aside .sidebar-group ul {
    padding: 8vw 0 0 9.3333333333vw;
    display: none;
  }
  #secondary aside .sidebar-group ul li {
    margin: 0 0 2.6666666667vw;
  }
  #secondary aside .sidebar-group ul li a {
    display: block;
    font-size: 3.7333333333vw;
    display: block;
    padding: 1.3333333333vw 4vw;
  }
  #secondary .side_cat_link {
    margin: 0 0 14.6666666667vw;
  }
  #secondary .side_cat_link li {
    border-top: 0.2666666667vw solid #534d66;
  }
  #secondary .side_cat_link li:last-child {
    border-bottom: 0.2666666667vw solid #534d66;
  }
  #secondary .side_cat_link li a {
    font-size: 4.2666666667vw;
    padding: 4vw 0 4vw 9.3333333333vw;
    display: block;
  }
  #secondary .side_banners_list li {
    margin: 0 0 4.5333333333vw;
  }
  #secondary .side_banners_list li a {
    display: block;
  }
  #secondary .side_banners_list li a img {
    display: block;
  }
  .post_navi .post-navigation {
    display: flex;
    position: relative;
    align-items: flex-start;
    height: 18.6666666667vw;
    margin: 14.1333333333vw 0 0;
  }
  .post_navi .post-navigation div a {
    font-size: 4.2666666667vw;
    display: flex;
  }
  .post_navi .post-navigation div a i {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 2.1333333333vw;
    display: flex;
  }
  .post_navi .post-navigation .nav-next a i {
    margin: 0 0 0 1em;
  }
  .post_navi .post-navigation .cat_top_link {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .post_navi .post-navigation .nav-prev a i {
    margin: 0 1em 0 0;
  }
  .not-found {
    min-height: 50vh;
  }
  .not-found .page-header {
    margin: 0 0 21.3333333333vw;
  }
  .not-found .page-header .page-title {
    font-size: 5.3333333333vw;
  }
  .not-found .page-content {
    font-size: 4.8vw;
  }
  .bt {
    margin: 10.6666666667vw 0;
  }
  .bt a,
  .bt button {
    font-size: 4.2666666667vw;
    display: flex;
    padding: 4vw;
    border-radius: 0;
    min-width: 0.2666666667vw;
    width: 100%;
  }
  .bt a::after,
  .bt button::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    display: flex;
    border-radius: 266.4vw;
    top: 50%;
    right: 4vw;
    font-size: 1.6vw;
    transform: translate(0, -50%);
  }
  .bt a.back::after,
  .bt button.back::after {
    right: auto;
    left: 2.6666666667vw;
  }
  .bt.type_01 {
    display: flex;
  }
  .bt.type_01 a,
  .bt.type_01 button {
    max-width: none;
    background: none;
  }
  .bt.type_01 a::before,
  .bt.type_01 button::before {
    top: 0;
    left: -100%;
  }
  .bt.type_01 a.comp::before,
  .bt.type_01 button.comp::before {
    left: 0;
  }
  .bt.type_01 a::after,
  .bt.type_01 button::after {
    background: none;
    font-size: 8vw;
    right: 5.3333333333vw;
  }
  .bt.type_02 {
    margin: 0 0 0 9.8666666667vw;
  }
  .bt.type_02 a,
  .bt.type_02 button {
    display: inline-flex;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 6.1333333333vw;
    border-radius: 1.6vw;
  }
  .bt.type_02 a::after,
  .bt.type_02 button::after {
    display: none;
  }
  .bt.size_m a,
  .bt.size_m button {
    max-width: none !important;
    width: 100% !important;
  }
  .bt.size_l a,
  .bt.size_l button {
    max-width: none !important;
    width: 100% !important;
  }
  .bt.centered {
    display: flex;
  }
  .link {
    margin: 12.2666666667vw 0;
    display: flex;
  }
  .link a {
    margin: 0 auto;
  }
  .link a span {
    display: flex;
    font-style: normal;
    font-size: 6.4vw;
  }
  .link a span::after {
    font-size: 130%;
    margin: 0 0 0 0.5em;
    vertical-align: -0.15em;
  }
  /* .wp-block-post-content */
  .wp-block-post-content h2.wp-block-heading {
    font-size: 4.2666666667vw;
    border-bottom: 0.5333333333vw solid #000;
    padding: 0 0 1.6vw;
    margin: 0 0 11.2vw;
  }
  .wp-block-post-content h3.wp-block-heading {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 10.1333333333vw;
  }
  .wp-block-post-content h4.wp-block-heading {
    font-size: 4.2666666667vw;
    padding: 4vw 5.3333333333vw;
    line-height: 8vw;
    margin: 0 0 8vw;
  }
  .wp-block-post-content p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .wp-block-post-content .wp-block-separator {
    border-top: 0.2666666667vw solid #dbdbdb;
    margin: 11.2vw 0 11.2vw;
  }
  .wp-block-post-content .wp-block-spacer {
    height: 0 !important;
    margin: 10.6666666667vw 0 0;
  }
  .wp-block-post-content .wp-block-media-text {
    margin: 0 0 5.3333333333vw;
  }
  .wp-block-post-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin: 1.3333333333vw 0 0;
  }
  .wp-block-post-content .wp-block-media-text .wp-block-media-text__content p {
    margin: 0;
  }
  .wp-block-post-content .wp-block-image {
    margin-bottom: 10.6666666667vw;
  }
  .wp-block-post-content .wp-block-image.alignleft {
    margin-right: 10.6666666667vw;
  }
  .wp-block-post-content .wp-block-image.alignright {
    margin-left: 10.6666666667vw;
  }
  .wp-block-post-content .wp-block-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-post-content .wp-block-gallery {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, pv(40)))) !important;
    gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 10.6666666667vw))) !important;
    margin: 0 0 10.6666666667vw;
  }
  .wp-block-post-content .wp-block-gallery .wp-block-image .wp-element-caption {
    margin: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .wp-block-post-content .wp-embed-aspect-16-9 {
    aspect-ratio: 16/9; /* アスペクト比を 16:9 に指定 */
  }
  .wp-block-post-content .wp-embed-aspect-16-9 iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .wp-block-buttons .wp-block-button {
    margin: 0 0 6.6666666667vw;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 4.2666666667vw;
    display: flex;
    padding: 4vw;
    border-radius: 0;
    min-width: 106.6666666667vw !important;
  }
  .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    display: flex;
    border-radius: 266.4vw;
    top: 50%;
    right: 4vw;
    font-size: 1.6vw;
    transform: translate(0, -50%);
  }
  .type-voice,
  .type-plan,
  .type-news,
  .editor-styles-wrapper {
    max-width: none;
    padding: 9.0666666667vw 6.6666666667vw;
  }
  .type-voice .entry-header,
  .type-plan .entry-header,
  .type-news .entry-header,
  .editor-styles-wrapper .entry-header {
    border-bottom: 0.2666666667vw solid #dbdbdb;
    padding: 0 0 4.2666666667vw;
    margin: 0 0 8.8vw;
  }
  .type-voice .entry-header time,
  .type-plan .entry-header time,
  .type-news .entry-header time,
  .editor-styles-wrapper .entry-header time {
    font-size: 3.7333333333vw;
    display: block;
    margin: 0 0 0.8vw;
  }
  .type-voice .entry-header .entry-title,
  .type-plan .entry-header .entry-title,
  .type-news .entry-header .entry-title,
  .editor-styles-wrapper .entry-header .entry-title {
    font-size: 5.3333333333vw;
  }
  .toggle .toggle_bt::before, .toggle .toggle_bt::after {
    display: block;
    width: 3.7333333333vw;
    height: 0.2666666667vw;
    top: 50%;
    right: 2.6666666667vw;
    transform: translate(0, -50%);
  }
  .toggle .toggle_bt::after {
    transform: translate(0, -50%) rotate(90deg);
  }
  .toggle.open .toggle_bt::after {
    transform: translate(0, -50%) rotate(0deg);
  }
  .toggle .toggle_content {
    display: none;
  }
  .ancher_nav {
    margin: 0 0 9.3333333333vw;
  }
  .ancher_nav ul {
    display: block;
    margin: 0 0 5.6vw;
  }
  .ancher_nav ul .bt {
    margin: 0 0 5.6vw;
  }
  .tile_link {
    display: flex;
    margin: 0;
  }
  .tile_link li {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
  .tile_link li a {
    display: block;
    padding: 6.1333333333vw;
  }
  .tile_link li a .entry-header {
    display: flex;
    margin: 0 0 2.6666666667vw;
  }
  .tile_link li a .entry-header .cat {
    font-size: 3.7333333333vw;
  }
  .tile_link li a .entry-header time {
    font-size: 3.7333333333vw;
  }
  .tile_link li a .entry-content .thumb {
    margin: 0 0 2.6666666667vw;
    height: 45.3333333333vw;
  }
  .tile_link li a .entry-content .thumb img,
  .tile_link li a .entry-content .thumb svg {
    height: 100%;
    width: 100%;
  }
  .tile_link li a .entry-content .entry-title {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 0 0 4vw;
    margin: 0 0 4vw;
    border-bottom: 0.2666666667vw solid #dbdbdb;
  }
  .tile_link li a .entry-content p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  .navigation {
    margin: 0;
  }
  .navigation .nav-links {
    display: flex;
    margin: 0 auto;
  }
  .navigation .nav-links .page-numbers {
    margin: 0 0.8vw;
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    border-radius: 266.4vw;
    display: flex;
    font-size: 3.2vw;
  }
  .navigation .nav-links .page-numbers.dots {
    border-radius: 2vw;
  }
  .navigation .nav-links .page-numbers.prev::before {
    font-size: 2.4vw;
  }
  .navigation .nav-links .page-numbers.next::before {
    font-size: 2.4vw;
  }
  .bt_list {
    border-bottom: 0.2666666667vw solid #534d66;
    margin-bottom: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .bt_list ul {
    display: flex;
    margin: 0 0 -5.3333333333vw;
  }
  .bt_list ul li {
    max-width: none;
    margin: 0 0 5.3333333333vw;
  }
  .bt_list ul li a,
  .bt_list ul li .no_ancher {
    display: flex;
    padding: 4.8vw;
  }
  .bt_list ul li a i,
  .bt_list ul li .no_ancher i {
    font-size: 6.6666666667vw;
    margin: 0 1em 0 0;
  }
  .bt_list ul li a span,
  .bt_list ul li .no_ancher span {
    font-size: 4.2666666667vw;
  }
  .bt_list ul li a .name,
  .bt_list ul li .no_ancher .name {
    margin: 0 1em 0 0;
  }
  .bt_list ul li .no_ancher {
    opacity: 0.5;
  }
  .p-country-name {
    display: none;
  }
  .bulet_hl {
    display: flex;
    align-items: flex-start;
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 0 0 8vw;
  }
  .bulet_hl::before {
    font-size: 175%;
    margin: 0.1em 0.5em 0 0;
  }
  .disc_ul {
    list-style: disc;
  }
  .disc_ul li {
    margin: 0 0 0 1em;
  }
  .sect_tit h2 {
    font-size: 10.6666666667vw;
    border-bottom: 0.5333333333vw solid #e84228;
    margin: 0 0 10.4vw;
    padding: 0 0 4vw;
    line-height: 1.2;
  }
  .sect_tit h2 small {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.4;
    margin: 1.3333333333vw 0 0;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
  }
  .menu-trigger {
    width: 16vw;
    height: 16vw;
    background: #e84228;
    outline: none;
    padding: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-trigger h6 {
    display: none;
    font-size: 4.8vw;
    font-style: normal;
  }
  .menu-trigger .bars {
    height: 4.5333333333vw;
    width: 6.9333333333vw;
  }
  .menu-trigger .bars span {
    left: 0;
    height: 0.5333333333vw;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 2vw;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger span:nth-of-type(1) {
    animation: sp-menu-bar01 0.75s forwards;
  }
  @keyframes sp-menu-bar01 {
    0% {
      transform: translateY(2vw) rotate(45deg);
    }
    50% {
      transform: translateY(2vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .menu-trigger span:nth-of-type(3) {
    animation: sp-menu-bar02 0.75s forwards;
  }
  @keyframes sp-menu-bar02 {
    0% {
      transform: translateY(-2vw) rotate(-45deg);
    }
    50% {
      transform: translateY(-2vw) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  .active .menu-trigger span:nth-of-type(1) {
    animation: active-sp-menu-bar01 0.75s forwards;
  }
  @keyframes active-sp-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(2vw) rotate(0);
    }
    100% {
      transform: translateY(2vw) rotate(45deg);
    }
  }
  .active .menu-trigger span:nth-of-type(3) {
    animation: active-sp-menu-bar03 0.75s forwards;
  }
  @keyframes active-sp-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-2vw) rotate(0);
    }
    100% {
      transform: translateY(-2vw) rotate(-45deg);
    }
  }
  .dl_plan {
    padding: 8vw 0 0;
  }
  .dl_plan .toggle_bt {
    display: flex;
  }
  .dl_plan .toggle_bt .img {
    width: 28vw;
  }
  .dl_plan .toggle_bt .img img {
    display: block;
    max-width: 0 auto;
    height: 18.6666666667vw;
  }
  .dl_plan .toggle_bt h3 {
    font-size: 4.2666666667vw;
    padding: 0 0 0 2.6666666667vw;
  }
  .dl_plan .toggle_bt::before, .dl_plan .toggle_bt::after {
    height: 1.0666666667vw;
    width: 5.3333333333vw;
    right: 5.3333333333vw;
  }
  .dl_plan .toggle_content {
    padding: 10.6666666667vw 0 0;
  }
  .dl_plan .toggle_content ul {
    display: flex;
    margin: 0 -3.3333333333vw -4vw;
  }
  .dl_plan .toggle_content ul li {
    margin: 0 3.3333333333vw 4vw;
    width: 40vw;
  }
  .dl_plan .toggle_content ul li a {
    display: block;
  }
  .dl_plan .toggle_content ul li a .img {
    margin: 0 0 1.3333333333vw;
  }
  .dl_plan .toggle_content ul li a .img img {
    display: block;
  }
  .dl_plan .toggle_content ul li a .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  .post-type-faq #main .entry-header::before, .post-type-faq #main .entry-header::after,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper::before,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper::after,
  .post-type-faq #wpcontent .entry-header::before,
  .post-type-faq #wpcontent .entry-header::after,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper::before,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper::after,
  .post-type-archive-faq #main .entry-header::before,
  .post-type-archive-faq #main .entry-header::after,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper::before,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper::after,
  .post-type-archive-faq #wpcontent .entry-header::before,
  .post-type-archive-faq #wpcontent .entry-header::after,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper::before,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper::after {
    width: 5.3333333333vw;
    height: 1.0666666667vw;
    right: 0;
  }
  .post-type-faq #main .entry-header .entry-title,
  .post-type-faq #main .entry-header .wp-block-post-title,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper .entry-title,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title,
  .post-type-faq #wpcontent .entry-header .entry-title,
  .post-type-faq #wpcontent .entry-header .wp-block-post-title,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title,
  .post-type-archive-faq #main .entry-header .entry-title,
  .post-type-archive-faq #main .entry-header .wp-block-post-title,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .entry-title,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title,
  .post-type-archive-faq #wpcontent .entry-header .entry-title,
  .post-type-archive-faq #wpcontent .entry-header .wp-block-post-title,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    padding: 6.6666666667vw 6.6666666667vw 6.6666666667vw 13.3333333333vw;
  }
  .post-type-faq #main .entry-header .entry-title::before,
  .post-type-faq #main .entry-header .wp-block-post-title::before,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper .entry-title::before,
  .post-type-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
  .post-type-faq #wpcontent .entry-header .entry-title::before,
  .post-type-faq #wpcontent .entry-header .wp-block-post-title::before,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title::before,
  .post-type-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
  .post-type-archive-faq #main .entry-header .entry-title::before,
  .post-type-archive-faq #main .entry-header .wp-block-post-title::before,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .entry-title::before,
  .post-type-archive-faq #main .editor-visual-editor__post-title-wrapper .wp-block-post-title::before,
  .post-type-archive-faq #wpcontent .entry-header .entry-title::before,
  .post-type-archive-faq #wpcontent .entry-header .wp-block-post-title::before,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .entry-title::before,
  .post-type-archive-faq #wpcontent .editor-visual-editor__post-title-wrapper .wp-block-post-title::before {
    top: 6.6666666667vw;
    left: 0;
    font-style: normal;
    font-size: 8vw;
    line-height: 1;
    transform: scale(1.1, 1);
  }
  .post-type-faq #main .editor-styles-wrapper,
  .post-type-faq #main .wp-block-post-content,
  .post-type-faq #wpcontent .editor-styles-wrapper,
  .post-type-faq #wpcontent .wp-block-post-content,
  .post-type-archive-faq #main .editor-styles-wrapper,
  .post-type-archive-faq #main .wp-block-post-content,
  .post-type-archive-faq #wpcontent .editor-styles-wrapper,
  .post-type-archive-faq #wpcontent .wp-block-post-content {
    max-width: none;
    padding: 0;
    background: none;
  }
  .post-type-faq #main .editor-styles-wrapper::before,
  .post-type-faq #main .wp-block-post-content::before,
  .post-type-faq #wpcontent .editor-styles-wrapper::before,
  .post-type-faq #wpcontent .wp-block-post-content::before,
  .post-type-archive-faq #main .editor-styles-wrapper::before,
  .post-type-archive-faq #main .wp-block-post-content::before,
  .post-type-archive-faq #wpcontent .editor-styles-wrapper::before,
  .post-type-archive-faq #wpcontent .wp-block-post-content::before {
    position: relative;
    top: auto;
    left: auto;
    font-style: normal;
    font-size: 8vw;
    line-height: 1;
    transform: scale(1.1, 1);
    display: inline-block;
    margin: 0 0 2.6666666667vw;
  }
  .post-type-faq #main .editor-styles-wrapper p,
  .post-type-faq #main .wp-block-post-content p,
  .post-type-faq #wpcontent .editor-styles-wrapper p,
  .post-type-faq #wpcontent .wp-block-post-content p,
  .post-type-archive-faq #main .editor-styles-wrapper p,
  .post-type-archive-faq #main .wp-block-post-content p,
  .post-type-archive-faq #wpcontent .editor-styles-wrapper p,
  .post-type-archive-faq #wpcontent .wp-block-post-content p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0 0 6.6666666667vw;
  }
  .post-type-faq #main .editor-styles-wrapper .wp-block-gallery .wp-block-image img,
  .post-type-faq #main .wp-block-post-content .wp-block-gallery .wp-block-image img,
  .post-type-faq #wpcontent .editor-styles-wrapper .wp-block-gallery .wp-block-image img,
  .post-type-faq #wpcontent .wp-block-post-content .wp-block-gallery .wp-block-image img,
  .post-type-archive-faq #main .editor-styles-wrapper .wp-block-gallery .wp-block-image img,
  .post-type-archive-faq #main .wp-block-post-content .wp-block-gallery .wp-block-image img,
  .post-type-archive-faq #wpcontent .editor-styles-wrapper .wp-block-gallery .wp-block-image img,
  .post-type-archive-faq #wpcontent .wp-block-post-content .wp-block-gallery .wp-block-image img {
    margin: 0 6.6666666667vw 6.6666666667vw;
  }
  .post-type-faq .faq_contents dl,
  .post-type-archive-faq .faq_contents dl {
    margin: 0 0 20.5333333333vw;
    border-bottom: 0.2666666667vw solid #534d66;
  }
  .post-type-faq .faq_contents dl dt,
  .post-type-archive-faq .faq_contents dl dt {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 4vw;
    border: 0.5333333333vw solid #f0f0f0;
    margin: 0 0 4vw;
  }
  .post-type-faq .faq_contents dl dd .hentry,
  .post-type-archive-faq .faq_contents dl dd .hentry {
    border-top: 0.2666666667vw solid #534d66;
  }
  .post-type-faq .faq_contents dl dd .hentry .entry-header .entry-title,
  .post-type-archive-faq .faq_contents dl dd .hentry .entry-header .entry-title {
    padding: 0 13.3333333333vw;
  }
  .post-type-faq .faq_contents dl dd .hentry .entry-content,
  .post-type-archive-faq .faq_contents dl dd .hentry .entry-content {
    padding: 0 13.3333333333vw;
  }
  .tit_set h2 {
    font-style: normal;
    font-size: 13.3333333333vw;
  }
  .tit_set h6 {
    font-size: 5.3333333333vw;
    line-height: 8.5333333333vw;
  }
  .tit_set h3 {
    font-style: normal;
    font-size: 13.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .tit_set h5 {
    font-size: 5.3333333333vw;
    line-height: 8vw;
  }
  .page-id-2 #main {
    padding-top: 0;
  }
  /*============================
  #main_visual
  ============================*/
  #main_visual .inside {
    padding: 0;
  }
  #main_visual .inside .swiper .swiper-wrapper .swiper-slide {
    width: 100vw;
    max-height: 100vh;
  }
  #main_visual .inside .swiper .swiper-wrapper .swiper-slide img {
    display: block;
  }
  #main_visual .inside .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1.1);
  }
  #main_visual .inside .tit_set {
    left: 5.3333333333vw;
    bottom: 8.8vw;
  }
  #main_visual .inside .tit_set h6 {
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
    margin: 0;
  }
  #main_visual .inside .tit_set h2 {
    font-size: 8.5333333333vw;
    line-height: 10.6666666667vw;
  }
  /*============================
  #top_sect01
  ============================*/
  #top_sect01 {
    padding: 20vw 0 21.3333333333vw;
  }
  #top_sect01 .inside h2 {
    font-size: 8vw;
    margin: 0 0 13.3333333333vw;
  }
  #top_sect01 .inside p {
    font-size: 3.7333333333vw;
    list-style: 6.9333333333vw;
  }
  #top_sect01 .inside .link {
    margin: 6.9333333333vw 0 0;
  }
  #top_sect01 .inside .mov {
    display: table;
    margin: 18.6666666667vw auto 0;
  }
  #top_sect01 .inside .mov .js-mov picture img {
    display: block;
  }
  #top_sect01 .inside .mov .js-mov .mov_tit_set {
    bottom: 2.6666666667vw;
    left: 0;
    right: 0;
  }
  #top_sect01 .inside .mov .js-mov .mov_tit_set .youtube_tit {
    font-style: normal;
    font-size: 6.1333333333vw;
    line-height: 6.6666666667vw;
    margin: 0 0 0.6666666667vw;
  }
  #top_sect01 .inside .mov .js-mov .mov_tit_set p {
    font-size: 2.6666666667vw;
    line-height: 4.8vw;
    margin: 0;
  }
  #top_sect01 .inside .mov .mov-player {
    width: 100%;
    height: 48.8666666667vw;
    display: none;
  }
  #top_sect01 .inside .mov iframe.mov-player {
    display: block;
    width: 100%;
    height: 48.8666666667vw;
  }
  /*============================
  #top_sect02
  ============================*/
  #top_sect02 .img picture img {
    display: block;
  }
  /*============================
  #top_sect03
  ============================*/
  #top_sect03 {
    padding: 17.8666666667vw 0;
  }
  #top_sect03 .inside {
    margin: 0 6.6666666667vw;
    padding: 0;
  }
  #top_sect03 .inside .tit_set {
    margin: 0 0 9.3333333333vw;
  }
  #top_sect03 .inside .articles article {
    margin: 0 auto 5.3333333333vw;
  }
  #top_sect03 .inside .articles article::after {
    display: none;
  }
  #top_sect03 .inside .articles article .inside {
    background: #322b49;
    border-radius: 5.3333333333vw;
    width: auto;
    margin: 0 auto;
    padding: 8vw 6.6666666667vw;
  }
  #top_sect03 .inside .articles article .inside .flex {
    display: block;
  }
  #top_sect03 .inside .articles article .inside .flex .info {
    width: auto;
  }
  #top_sect03 .inside .articles article .inside .flex .info .red {
    margin: 0 0 2.1333333333vw;
    font-size: 5.8666666667vw;
  }
  #top_sect03 .inside .articles article .inside .flex .info .red small {
    font-size: 3.2vw;
  }
  #top_sect03 .inside .articles article .inside .flex .info h4 {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  #top_sect03 .inside .articles article .inside .flex .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #top_sect03 .inside .articles article .inside .flex .img {
    margin: 0 0 5.3333333333vw;
  }
  #top_sect03 .inside .articles article .inside .flex .img picture img {
    display: block;
  }
  #top_sect03 .inside .articles .even .inside .flex .info .red {
    text-align: left;
  }
  #top_sect03 .inside .articles .even .inside .flex .info h4 {
    text-align: left;
  }
  #top_sect03 .inside .articles .even .inside .flex .img {
    margin: 0 0 5.3333333333vw;
  }
  #top_sect03 .inside .bt {
    margin: 10.6666666667vw 0 0;
  }
  /*============================
  #top_sect04
  ============================*/
  #top_sect04 {
    padding: 21.3333333333vw 0;
  }
  #top_sect04 .inside .flex {
    display: block;
  }
  #top_sect04 .inside .flex .img {
    margin: 0 0 6.4vw;
  }
  #top_sect04 .inside .flex .img svg {
    width: 34.6666666667vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  #top_sect04 .inside .flex .info {
    width: auto;
    margin: 0;
  }
  #top_sect04 .inside .flex .info h3 {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
    margin: 0 0 5.0666666667vw;
  }
  #top_sect04 .inside .flex .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #top_sect04 .inside .flex .info .bt {
    margin: 10.6666666667vw 0 0;
    display: block;
  }
  #top_sect04 .inside .flex .info .bt .white {
    text-align: left;
  }
  /*============================
  #top_sect05
  ============================*/
  #top_sect05 {
    padding: 13.3333333333vw 0;
  }
  #top_sect05 .tit_set {
    margin: 0 0 -6.6666666667vw;
  }
  #top_sect05 .voice_loop .swiper-wrapper .swiper-slide {
    width: 73.3333333333vw;
  }
  #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a {
    display: flex;
    border-radius: 5.3333333333vw;
    padding: 21.3333333333vw 5.3333333333vw;
  }
  #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::before, #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::after {
    left: 0;
    top: 0;
    transform: translate(-10%, -120%);
    font-size: 9.8666666667vw;
  }
  #top_sect05 .voice_loop .swiper-wrapper .swiper-slide a p::after {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translate(10%, 120%);
  }
  #top_sect05 .link {
    margin-top: 8vw;
    margin-bottom: 0;
  }
  /*============================
  #top_sect06
  ============================*/
  #top_sect06 .inside {
    position: relative;
    padding: 0;
  }
  #top_sect06 .inside .flex_sp {
    display: flex;
    flex-direction: row;
  }
  #top_sect06 .inside .flex_sp .loop01,
  #top_sect06 .inside .flex_sp .loop02 {
    position: absolute;
    left: 1.3333333333vw;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: auto;
    writing-mode: vertical-rl; /* 縦書き */
  }
  #top_sect06 .inside .flex_sp .loop01 .navy,
  #top_sect06 .inside .flex_sp .loop02 .navy {
    display: flex;
    text-align: left;
    height: max-content;
    width: auto;
    animation: loop_animation_vertical 16s linear infinite;
    white-space: nowrap;
  }
  #top_sect06 .inside .flex_sp .loop01 .navy h2,
  #top_sect06 .inside .flex_sp .loop02 .navy h2 {
    font-style: normal;
    font-size: 6.1333333333vw;
    padding: 0.5em 0 0;
  }
  #top_sect06 .inside .flex_sp .loop01 .right_to_left,
  #top_sect06 .inside .flex_sp .loop02 .right_to_left {
    animation-direction: reverse;
    white-space: nowrap;
  }
  #top_sect06 .inside .flex_sp .flex {
    display: flex;
    flex-direction: column;
    margin: 9.3333333333vw;
  }
  #top_sect06 .inside .flex_sp .flex .info {
    display: flex;
    flex-direction: column;
    padding: 5.3333333333vw 0;
  }
  #top_sect06 .inside .flex_sp .flex .info p {
    font-size: 4.8vw;
    line-height: 8vw;
    margin: 0;
  }
  #top_sect06 .inside .flex_sp .flex .info .link {
    margin: 4.2666666667vw 0 0;
  }
  #top_sect06 .inside .flex_sp .loop02 {
    left: auto;
    right: 1.3333333333vw;
  }
  @keyframes loop_animation_vertical {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  /*============================
  #top_sect07
  ============================*/
  #top_sect07 {
    background: #aba7b0 url(../img/sp/top_sect07_bg_img.jpg) center bottom/100% auto no-repeat;
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
  #top_sect07 .inside .flex {
    display: block;
  }
  #top_sect07 .inside .flex .info {
    margin: 0 0 5.6vw;
  }
  #top_sect07 .inside .flex .info .tit_set {
    text-align: center;
  }
  #top_sect07 .inside .flex .info .tit_set h2 {
    font-size: 18.6666666667vw;
    margin: 0 0 1.3333333333vw;
  }
  #top_sect07 .inside .flex .info .tit_set p {
    font-size: 5.3333333333vw;
  }
  #top_sect07 .inside .flex .info .link a {
    margin: 0;
  }
  #top_sect07 .inside .flex .img {
    margin: 0 0 46.9333333333vw;
  }
  #top_sect07 .inside .flex .img ul {
    width: 86.6666666667vw;
    height: 50.6666666667vw;
  }
  #top_sect07 .inside .flex .img ul li picture img {
    filter: drop-shadow 0.8vw 0.8vw 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
  #top_sect07 .inside .flex .img ul .link-icon_01 {
    left: 0;
    top: 5.3333333333vw;
  }
  #top_sect07 .inside .flex .img ul .link-icon_01 picture img {
    width: 31.4666666667vw;
  }
  #top_sect07 .inside .flex .img ul .link-icon_02 {
    left: 14.9333333333vw;
    bottom: 0;
  }
  #top_sect07 .inside .flex .img ul .link-icon_02 picture img {
    width: 34.1333333333vw;
  }
  #top_sect07 .inside .flex .img ul .link-icon_03 {
    right: 19.7333333333vw;
    top: 0;
  }
  #top_sect07 .inside .flex .img ul .link-icon_03 picture img {
    width: 31.4666666667vw;
  }
  #top_sect07 .inside .flex .img ul .link-icon_04 {
    right: 0;
    bottom: 11.7333333333vw;
  }
  #top_sect07 .inside .flex .img ul .link-icon_04 picture img {
    width: 33.3333333333vw;
  }
  #top_sect07 .inside .link {
    margin: 0;
  }
  /*============================
  #top_sect08
  ============================*/
  #top_sect08 {
    padding: 21.3333333333vw 0;
  }
  #top_sect08 .inside .tit_set {
    margin: 0 0 9.3333333333vw;
  }
  #top_sect08 .inside .tit_set h2 {
    font-size: 11.7333333333vw;
  }
  #top_sect08 .inside .tit_set .align_center-sp {
    font-size: 5.3333333333vw;
  }
  #top_sect08 .inside .pick_up {
    border-bottom: 0.2666666667vw solid #534d66;
    margin: 0 auto 19.2vw;
  }
  #top_sect08 .inside .pick_up header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  #top_sect08 .inside .pick_up header .tit_set h3 {
    font-size: 10.6666666667vw;
  }
  #top_sect08 .inside .pick_up header .tit_set h5 {
    font-size: 5.3333333333vw;
  }
  #top_sect08 .inside .pick_up header .swiper-buttons {
    display: flex;
    margin: 2.6666666667vw -2.1333333333vw 0;
  }
  #top_sect08 .inside .pick_up header .swiper-buttons div {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid #efefef;
    display: flex;
    border-radius: 236.8vw;
    left: auto;
    top: auto;
    right: auto;
    margin: 0 2.1333333333vw;
  }
  #top_sect08 .inside .pick_up header .swiper-buttons div svg {
    height: 50%;
    width: 50%;
  }
  #top_sect08 .inside .pick_up .swiper_pickup {
    padding: 6.6666666667vw 0 0;
    margin: 0 -6.6666666667vw;
  }
  #top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide {
    width: 72vw;
  }
  #top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide .img {
    width: 72vw;
    height: 48vw;
    border: 0.2666666667vw solid #7a7684;
    margin: 0 0 1.3333333333vw;
  }
  #top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide .img picture img {
    display: block;
  }
  #top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide .info p {
    font-size: 3.7333333333vw;
    margin: 0;
  }
  #top_sect08 .inside .pick_up .swiper_pickup .swiper-wrapper .swiper-slide.swiper-slide-active .img {
    transform: scale(1.1);
  }
  #top_sect08 .inside .pick_up .link {
    margin: 10.6666666667vw auto 19.2vw;
  }
  #top_sect08 .inside .brands .brands_list ul {
    display: flex;
    margin: 0 -3.3333333333vw -5.3333333333vw;
  }
  #top_sect08 .inside .brands .brands_list ul li {
    width: 40vw;
    margin: 0 3.3333333333vw 5.3333333333vw;
  }
  #top_sect08 .inside .brands .brands_list ul li a {
    display: block;
  }
  #top_sect08 .inside .brands .brands_list ul li a .img {
    margin: 0 0 2.6666666667vw;
  }
  #top_sect08 .inside .brands .brands_list ul li a .img img {
    display: block;
  }
  #top_sect08 .inside .brands .brands_list ul li a .info {
    display: none;
  }
  #top_sect08 .inside .brands .brands_list ul li a .info p {
    font-size: 4.2666666667vw;
    margin: 0;
  }
  /*============================
  #top_sect09
  ============================*/
  #top_sect09 {
    padding: 21.3333333333vw 0 0;
  }
  #top_sect09 .inside {
    border-bottom: 0.2666666667vw solid #534d66;
  }
  #top_sect09 .inside .tit_set {
    margin: 0 0 9.3333333333vw;
  }
  #top_sect09 .inside .flex {
    display: block;
  }
  #top_sect09 .inside .flex .info table {
    border-top: 0.2666666667vw solid #7a7684;
  }
  #top_sect09 .inside .flex .info table tr {
    border-bottom: 0.2666666667vw solid #7a7684;
    display: list-item;
    list-style: none;
    padding: 6.6666666667vw 0;
  }
  #top_sect09 .inside .flex .info table tr td {
    display: inline-block;
    list-style: none;
    padding: 0;
  }
  #top_sect09 .inside .flex .info table tr td.date time {
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  #top_sect09 .inside .flex .info table tr td.cat {
    padding: 0;
    margin: 0 0 0 1em;
  }
  #top_sect09 .inside .flex .info table tr td.cat a {
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  #top_sect09 .inside .flex .info table tr td.tit {
    display: block;
    width: 100%;
    padding: 2.6666666667vw 0 0;
  }
  #top_sect09 .inside .flex .info table tr td.tit p {
    font-size: 3.7333333333vw;
    margin: 0;
  }
  #top_sect09 .inside .flex .info .link {
    display: flex !important;
    justify-content: center;
  }
  #top_sect09 .inside .flex .img {
    margin: 0 auto 19.2vw;
  }
  #top_sect09 .inside .flex .img a img {
    margin: 0 auto;
    display: block;
    width: 74.6666666667vw;
  }
  /*============================
  #top_sect10
  ============================*/
  #top_sect10 {
    padding: 21.3333333333vw 0 0;
  }
  #top_sect10 .inside .tit_set {
    margin: 0 0 6.6666666667vw;
  }
  #top_sect10 .inside .tit_set h3 {
    font-size: 10.6666666667vw;
  }
  #top_sect10 .inside .open_time {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  #top_sect10 .inside .locations {
    margin: 8.5333333333vw 0;
    display: flex;
    flex-direction: column;
  }
  #top_sect10 .inside .locations .img {
    top: auto;
    right: auto;
    position: relative;
    margin: 0 0 16vw;
  }
  #top_sect10 .inside .locations .img svg {
    width: 100%;
    height: auto;
  }
  #top_sect10 .inside .locations .info .stores li.store {
    position: relative;
    border-left: 1.6vw solid #e84228;
    padding: 0 0 0 5.0666666667vw;
    margin: 0 0 10.1333333333vw;
  }
  #top_sect10 .inside .locations .info .stores li h6 {
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  #top_sect10 .inside .locations .info .stores li h6 small {
    white-space: nowrap;
    display: inline-block;
  }
  #top_sect10 .inside .locations .info .stores li address {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    display: block;
    margin: 0 0 4.5333333333vw;
  }
  #top_sect10 .inside .locations .info .stores li .bottom {
    display: flex;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon {
    display: flex;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon li {
    margin: 0 6.4vw 0 0;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon li a {
    font-size: 10.6666666667vw;
    display: inline-block;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_01 a {
    font-size: 8vw;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_04 a {
    font-size: 8vw;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .links_icon .link-icon_05 a {
    font-size: 8vw;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .store_more {
    position: absolute;
    right: 0;
    top: 0;
  }
  #top_sect10 .inside .locations .info .stores li .bottom .store_more a {
    font-style: normal;
    font-size: 4.8vw;
    border-bottom: 0.5333333333vw solid #efefef;
    display: inline-block;
  }
  .form_table {
    border-top: 0.2666666667vw solid #534d66;
    margin: 0 0 16vw;
  }
  .form_table tr {
    border-bottom: 0.2666666667vw solid #534d66;
  }
  .form_table tr th,
  .form_table tr td {
    padding: 5.3333333333vw 0;
    display: list-item;
    list-style: none;
  }
  .form_table tr th {
    width: auto;
    padding: 6.6666666667vw 0 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .form_table tr th .ness {
    top: 6.6666666667vw;
    right: 0;
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
  .form_table tr th .ness.row_top {
    top: 6.6666666667vw;
  }
  .form_table tr td {
    padding: 0 0 6.6666666667vw;
  }
  .form_table tr td input[type=text],
  .form_table tr td input[type=email],
  .form_table tr td select,
  .form_table tr td textarea {
    border-radius: 1.6vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .form_table tr td .mwform-zip-field input[type=text] {
    padding: 2.6666666667vw 2.6666666667vw;
  }
  .form_table tr td .mwform-zip-field input[maxlength="3"] {
    width: 4em;
  }
  .form_table tr td .mwform-zip-field input[maxlength="4"] {
    width: 5em;
  }
  .form_table tr td textarea {
    height: 62.9333333333vw;
  }
  .form_table tr td .select_wrapper {
    width: 82.6666666667vw;
    margin: 0;
  }
  .form_table tr td .select_wrapper::after {
    display: flex;
    width: 8vw;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 1.6vw 1.6vw 0;
    font-size: 3.2vw;
    pointer-events: none;
  }
  .form_table tr td .p-locality {
    margin: 5.3333333333vw 0 0;
  }
  .form_table tr td.zip .bt.type_02 {
    margin: 0 0 0 1em;
  }
  .form_table tr td.zip .bt.type_02 a,
  .form_table tr td.zip .bt.type_02 button {
    padding: 1.6vw 3.2vw;
    font-size: 4.2666666667vw;
  }
  .form_sect .inside h3 {
    font-size: 5.3333333333vw;
    margin: 0 0 9.3333333333vw;
    line-height: 10.6666666667vw;
  }
  .form_sect .inside p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0 0 9.3333333333vw;
  }
  .form_sect .inside .bt.size_l {
    margin: 0;
  }
  .form_sect .inside .bt.size_l a,
  .form_sect .inside .bt.size_l button {
    height: 16vw;
    font-size: 4.2666666667vw;
    margin: 0 0 3.4666666667vw;
  }
  /*============================
  #inq_tel
  ============================*/
  /*============================
  #inq_line
  ============================*/
  #inq_line .inside .line_list ul li a i {
    font-size: 9.3333333333vw;
  }
  /* デフォルトの丸を隠す */
  .mw_wp_form input[type=radio],
  .mw_wp_form input[type=checkbox] {
    display: none;
  }
  /* ラベル全体を配置用にする */
  .mw_wp_form .mwform-radio-field label,
  .mw_wp_form .mwform-checkbox-field label {
    padding-left: 6.6666666667vw; /* ラジオボタンのスペース */
    font-size: 4.2666666667vw;
  }
  /* 独自マーカーを作成 */
  .mw_wp_form .mwform-radio-field label::before,
  .mw_wp_form .mwform-checkbox-field label::before {
    left: 0;
    top: 1.3333333333vw;
    transform: translateY(0%);
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border: 0.2666666667vw solid #d5d5d5;
  }
  /* 選択時のマーカー（内側の丸） */
  .mw_wp_form .mwform-radio-field input[type=radio]:checked + span::before,
  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + span::before {
    left: 0.8vw;
    top: 2.08vw;
    transform: translateY(0);
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    /* チェック時の色 */
  }
  .mw_wp_form .mwform-checkbox-field input[type=checkbox]:checked + span::before {
    left: 1.3333333333vw;
    top: 2vw;
    transform: translateY(0) rotate(45deg);
    width: 1.6vw;
    height: 2.6666666667vw;
    background: none;
    border: 0.8vw solid #e84228;
    border-left: none;
    border-top: none;
    border-radius: 0;
  }
  .checks_vertical {
    margin: 0 0 -4vw;
  }
  .checks_vertical .mwform-checkbox-field {
    display: block;
    margin: 0 0 4vw !important;
  }
  .mw_wp_form_confirm .checks_vertical {
    margin: 0;
  }
  .radios_horizontal {
    display: flex;
    margin: 0 0 -4vw;
  }
  .radios_horizontal .mwform-radio-field {
    width: 33.3333333333%;
    margin: 0 0 4vw !important;
  }
  .mw_wp_form_confirm .radios_horizontal {
    margin: 0;
  }
  .mw_wp_form_input .confirm {
    display: none;
  }
  .mw_wp_form_confirm .input {
    display: none;
  }
  .mw_wp_form_confirm .form_table tr th .ness {
    display: none;
  }
  .mw_wp_form_confirm .form_table tr td {
    padding-left: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .mw_wp_form_confirm .form_table tr td p {
    margin: 0;
  }
  .mw_wp_form_confirm .form_table tr td .select_wrapper {
    margin: 0;
  }
  .mw_wp_form_confirm .form_table tr td .select_wrapper::after {
    display: none;
  }
  .mw_wp_form_confirm .form_table tr td .p-postal-button {
    display: none;
  }
  .mw_wp_form_confirm .bt.size_l a,
  .mw_wp_form_confirm .bt.size_l button {
    max-width: 93.3333333333vw !important;
  }
  .mw_wp_form_confirm {
    /*============================
    #inq_tel
    ============================*/
  }
  .mw_wp_form_confirm #inq_tel {
    display: none;
  }
  .mw_wp_form_confirm {
    /*============================
    #inq_line
    ============================*/
  }
  .mw_wp_form_confirm #inq_line {
    display: none;
  }
  .mw_wp_form_complete #inq_form {
    margin: 0 0;
  }
  .mw_wp_form_complete #inq_form .bt.size_l {
    margin: 14.4vw 0 0;
  }
  .mw_wp_form_complete #inq_form a,
  .mw_wp_form_complete #inq_form button {
    max-width: none !important;
  }
  .post-type-voice #main .wp-block-post-content .visual_thumb,
  .post-type-voice #wpcontent .wp-block-post-content .visual_thumb {
    margin: 0 0 5.3333333333vw;
  }
  .post-type-voice #main .wp-block-post-content img,
  .post-type-voice #wpcontent .wp-block-post-content img {
    height: 100%;
    width: 100%;
  }
  .store_content + .store_content {
    margin: 16vw 0 0;
  }
  .store_content .store_name_each {
    padding: 2.6666666667vw 6.6666666667vw;
  }
  .store_content .store_name_each h2 {
    font-size: 6.4vw;
  }
  .store_content .main_img {
    margin: 0 0 10.6666666667vw;
  }
  .store_content .store_info {
    padding: 10.6666666667vw 6.1333333333vw;
    margin: 0 0 16vw;
  }
  .store_content .store_info h3 {
    font-style: normal;
    font-size: 9.6vw;
    line-height: 10.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  .store_content .store_info .flex {
    display: block;
  }
  .store_content .store_info .flex .info {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .store_content .store_info .flex .info h6 {
    font-size: 6.4vw;
    line-height: 13.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .store_content .store_info .flex .info .bottom {
    margin: 11.2vw 0;
  }
  .store_content .store_info .flex .info .bottom .flex_fix {
    display: flex;
    justify-content: space-between;
    font-size: 8.5333333333vw;
  }
  .store_content .store_info .flex .info .bottom .flex_fix li {
    display: flex;
    justify-content: center;
    margin: 0 0 0;
  }
  .store_content .store_info .flex .info .bottom .flex_fix li a i {
    font-size: 40px;
  }
  .store_content .store_info .flex .calendar {
    width: auto;
  }
  .store_content .store_intro header {
    margin: 0 0 16.8vw;
  }
  .store_content .store_intro header p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  .store_content .store_intro ul {
    display: block;
    margin: 0;
  }
  .store_content .store_intro ul li {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
  .store_content .store_intro ul li .img {
    margin: 0 0 3.4666666667vw;
  }
  .store_content .store_intro ul li .img img {
    display: block;
  }
  .store_content .store_intro ul li .info h4 {
    font-size: 5.3333333333vw;
    margin: 0 0 1.3333333333vw;
  }
  .store_content .store_intro ul li .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  .my-cal-container .cal-header {
    display: flex;
    margin-bottom: 0;
  }
  .my-cal-container .cal-header strong {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .my-cal-container .cal-header .cal-header-controler {
    display: flex;
    margin: 0 -2.6666666667vw 2.6666666667vw;
  }
  .my-cal-container .cal-header .cal-header-controler button {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-right: 3.7333333333vw solid #e84228;
    border-left: 0;
    margin: 0 2.6666666667vw;
  }
  .my-cal-container .cal-header .cal-header-controler button.next {
    border-top: 2.4vw solid transparent;
    border-bottom: 2.4vw solid transparent;
    border-left: 3.7333333333vw solid #e84228;
    border-right: 0;
  }
  .my-cal-container .biz-table {
    background: none;
    table-layout: fixed;
    font-size: 3.2vw;
  }
  .my-cal-container .biz-table th {
    padding: 0.8vw 1.8666666667vw;
    border-bottom: 0.2666666667vw solid #e84228;
  }
  .my-cal-container .biz-table td {
    padding: 0.8vw 1.8666666667vw;
  }
  .my-cal-container .biz-table td.has-event .biz-event-title {
    display: none;
  }
  .my-cal-container .legend {
    margin: 2.6666666667vw 0 0;
    font-size: 2.9333333333vw;
  }
  .my-cal-container .legend li {
    margin-bottom: 1.3333333333vw;
  }
  .my-cal-container .legend li .bulet {
    margin: 0 0.6em 0 0;
  }
  /*============================
  #flow_sect01
  ============================*/
  #flow_sect01 .inside p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0 0 10.6666666667vw;
  }
  #flow_sect01 .inside .steps {
    border-bottom: 0.2666666667vw solid #534d66;
    padding: 0 0 10.6666666667vw;
    margin: 0 0 10.6666666667vw;
  }
  #flow_sect01 .inside .steps li {
    margin: 0 0 5.3333333333vw;
  }
  #flow_sect01 .inside .steps li:last-child {
    margin: 0;
  }
  #flow_sect01 .inside .steps li a {
    display: block;
    padding: 0 3.2vw;
  }
  #flow_sect01 .inside .steps li a .step {
    display: flex;
    height: 18.6666666667vw;
  }
  #flow_sect01 .inside .steps li a .step h4 {
    font-size: 3.7333333333vw;
    line-height: 4.2666666667vw;
  }
  #flow_sect01 .inside .steps li a .step i {
    margin: 0 5.3333333333vw 0;
    font-size: 8vw;
  }
  #flow_sect01 .inside .steps li a .step h3 {
    font-size: 4.8vw;
  }
  #flow_sect01 .inside .steps li a .step .more {
    right: 0vw;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 5.3333333333vw;
    width: auto;
  }
  #flow_sect01 .inside .steps li a .step .more strong {
    display: none;
  }
  #flow_sect01 .inside .steps li a .step .more::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 1.8666666667vw;
    display: flex;
    border-radius: 266.4vw;
  }
  /*============================
  #flow_sect02
  ============================*/
  #flow_sect02 .inside .articles article {
    margin: 0 0 15.2vw;
  }
  #flow_sect02 .inside .articles article::before {
    width: 40vw;
    height: 10vw;
    transform: translate(-50%, -125%);
  }
  #flow_sect02 .inside .articles article:first-child::before {
    display: none;
  }
  #flow_sect02 .inside .articles article:last-child {
    margin: 0;
  }
  #flow_sect02 .inside .articles article .inside {
    padding: 17.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
  #flow_sect02 .inside .articles article .inside .w500 {
    width: auto;
  }
  #flow_sect02 .inside .articles article .inside h4 {
    left: 0;
    top: 0;
    font-size: 4vw;
    line-height: 9.6vw;
    width: 33.3333333333vw;
    height: 8vw;
  }
  #flow_sect02 .inside .articles article .inside .content .tit_set-article {
    margin: 0 0 5.3333333333vw;
  }
  #flow_sect02 .inside .articles article .inside .content .tit_set-article i {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    border-radius: 1.6vw;
    display: flex;
    margin: 0 2.6666666667vw 0 0;
  }
  #flow_sect02 .inside .articles article .inside .content .tit_set-article h3 {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev {
    display: flex;
    flex-direction: column-reverse;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .info {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .info .large {
    font-size: 4.2666666667vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .img {
    margin: 0 0 10.6666666667vw;
  }
  #flow_sect02 .inside .articles article .inside .content .flex_rev .img picture img {
    display: block;
  }
  #flow_sect02 .inside .articles article .inside .content .text h6 {
    font-size: 3.7333333333vw;
    margin: 0 0 2.1333333333vw;
  }
  #flow_sect02 .inside .articles article .inside .content .text p {
    font-size: 3.7333333333vw;
    margin: 0 0 6.9333333333vw;
  }
  #flow_sect02 .inside .articles article .inside .content .text p:last-child {
    margin: 0;
  }
  #flow_sect02 .inside .articles article .inside .content .bt {
    margin-bottom: 0;
  }
  #flow_sect02 .inside .articles article .inside .content h6.back_red {
    width: 57.0666666667vw;
    height: 9.6vw;
    display: flex;
    font-size: 3.7333333333vw;
    padding: 0 8vw;
  }
  #flow_sect02 .inside .articles article .accordion {
    margin: 0vw -6.6666666667vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle {
    padding: 0 0 10.1333333333vw;
    margin: 0vw 0vw 8vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt {
    height: 21.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 0 3.2vw;
    display: flex;
    margin: 0 0 -8vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt i {
    width: 8vw;
    height: 8vw;
    border-radius: 266.4vw;
    display: flex;
    font-size: 5.3333333333vw;
    margin: 0 3.4666666667vw 0 0;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt .white {
    font-size: 4.2666666667vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt .white::before {
    left: 4vw;
    width: 7.3173333333vw;
    height: 4.2053333333vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt::before, #flow_sect02 .inside .articles article .accordion .toggle .toggle_bt::after {
    width: 5.3333333333vw;
    height: 1.0666666667vw;
    right: 3.2vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev {
    padding: 17.8666666667vw 6.6666666667vw 10.6666666667vw;
    display: flex;
    flex-direction: column-reverse;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info {
    width: auto;
    margin: 0;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info p:last-child {
    margin: 0;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .info h6 {
    font-size: 3.7333333333vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .img {
    width: 100%;
    right: auto;
    top: auto;
    margin: 0 0 10.6666666667vw;
  }
  #flow_sect02 .inside .articles article .accordion .toggle .toggle_content .flex_rev .img picture img {
    display: block;
  }
  .page-id-10 .page_content {
    margin-bottom: 0;
  }
  /*============================
  #reasons_sect01
  ============================*/
  #reasons_sect01 .inside .lead {
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
    margin: 0 0 16vw;
  }
  #reasons_sect01 .inside article {
    border-bottom: 0.2666666667vw solid #534d66;
    margin: 0 0 16vw;
    padding: 0 0 16vw;
  }
  #reasons_sect01 .inside article:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0 0 18.6666666667vw;
  }
  #reasons_sect01 .inside article h3 {
    font-size: 6.4vw;
    margin: 0 0 9.3333333333vw;
    padding: 0 0 0 9.0666666667vw;
    height: 9.0666666667vw;
    display: flex;
    background: url(../img/reasons_reason-background.svg) left center/contain no-repeat;
  }
  #reasons_sect01 .inside article h4 {
    font-size: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  #reasons_sect01 .inside article p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  #reasons_sect01 .inside article p:last-child {
    margin: 0;
  }
  #reasons_sect01 .inside article .cards {
    margin: 10.6666666667vw 0 0;
    display: block;
  }
  #reasons_sect01 .inside article .cards li {
    margin: 0 0 5.8666666667vw;
    padding: 10.6666666667vw 6.6666666667vw;
  }
  #reasons_sect01 .inside article .cards li:last-child {
    margin: 0;
  }
  #reasons_sect01 .inside article .cards li .img {
    margin: 0 0 5.8666666667vw;
  }
  #reasons_sect01 .inside article .cards li .img picture img {
    display: block;
    margin: 0 auto;
  }
  #reasons_sect01 .inside article .cards li h6 {
    font-size: 5.3333333333vw;
    margin: 0 0 5.8666666667vw;
  }
  #reasons_sect01 .inside article .cards li p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #reasons_sect01 .inside article .mov {
    margin: 10.6666666667vw 0 0;
  }
  #reasons_sect01 .inside article .mov iframe {
    width: 100%;
    height: 48.8vw;
  }
  /*============================
  #reasons_sect02
  ============================*/
  #reasons_sect02 .img picture img {
    display: block;
  }
  #reasons_sect02 .inside {
    padding: 15.2vw 6.6666666667vw;
  }
  #reasons_sect02 .inside .flex_rev {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 10.6666666667vw;
  }
  #reasons_sect02 .inside .flex_rev .info {
    width: auto;
  }
  #reasons_sect02 .inside .flex_rev .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  #reasons_sect02 .inside .flex_rev .imgs {
    width: auto;
    margin: 0 0 8.8vw;
  }
  #reasons_sect02 .inside .flex_rev .imgs .img {
    margin: 0 0 1.8666666667vw;
  }
  #reasons_sect02 .inside .flex_rev .imgs .img svg {
    width: 100%;
    height: auto;
  }
  #reasons_sect02 .inside .flex_rev .imgs p {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    margin: 0;
    text-align: center;
  }
  #reasons_sect02 .inside .waza_omoi {
    margin: 13.3333333333vw 0 0;
    display: block;
  }
  #reasons_sect02 .inside .waza_omoi li {
    display: block;
    width: auto;
    margin: 0 0 6.6666666667vw;
  }
  #reasons_sect02 .inside .waza_omoi li .img_font {
    font-size: 21.3333333333vw;
    text-align: center;
    margin: 0 0 5.3333333333vw;
  }
  #reasons_sect02 .inside .waza_omoi li .info {
    width: auto;
  }
  #reasons_sect02 .inside .waza_omoi li .info h6 {
    font-size: 5.3333333333vw;
    margin: 0 0 6.1333333333vw;
  }
  #reasons_sect02 .inside .waza_omoi li .info p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  .post-8 section .inside {
    margin-bottom: 13.3333333333vw;
    padding-bottom: 16vw;
  }
  .post-8 section .inside::after {
    left: 5.3333333333vw;
    right: 5.3333333333vw;
    bottom: 0;
    border-bottom: 0.2666666667vw solid #534d66;
    display: block;
    height: 0;
  }
  .post-8 section .inside .sect_tit h2 {
    padding: 0;
  }
  /*============================
  #about_01
  ============================*/
  #about_01 .inside .flex {
    display: block;
    margin: 0 0 10.6666666667vw;
  }
  #about_01 .inside .flex .info {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
  #about_01 .inside .flex .info h3 {
    font-size: 5.3333333333vw;
    line-height: 2;
    margin: 0 0 5.8666666667vw;
  }
  #about_01 .inside .flex .info p {
    font-size: 4.2666666667vw;
    margin: 0;
  }
  #about_01 .inside .flex .info p small {
    font-size: 2.6666666667vw;
    margin: 0 1em 0 0;
  }
  #about_01 .inside .flex .img {
    width: auto;
  }
  #about_01 .inside .flex .img picture img {
    display: block;
  }
  #about_01 .inside .each {
    margin: 0 0 13.3333333333vw;
  }
  #about_01 .inside .each:last-child {
    margin: 0;
  }
  #about_01 .inside .each p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  #about_01 .inside .each .disc_ul li {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  /*============================
  #about_02
  ============================*/
  #about_02 .inside .flex {
    display: block;
  }
  #about_02 .inside .flex .img {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
  #about_02 .inside .flex .info {
    width: auto;
  }
  #about_02 .inside .flex .info ul {
    margin: 0 0 0vw;
  }
  #about_02 .inside .flex .info ul li {
    padding: 6.6666666667vw;
    margin: 0 0 5.3333333333vw;
  }
  #about_02 .inside .flex .info ul li:last-child {
    margin: 0;
  }
  #about_02 .inside .flex .info ul li h4 {
    font-size: 5.3333333333vw;
    margin: 0 0 4vw;
  }
  #about_02 .inside .flex .info ul li h4 a {
    font-size: 3.7333333333vw;
  }
  #about_02 .inside .flex .info ul li h5 {
    display: table;
    padding: 1.8666666667vw 3.2vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1;
    margin: 0 0 3.2vw;
  }
  #about_02 .inside .flex .info ul li p {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0;
  }
  /*============================
  #about_03
  ============================*/
  #about_03 .inside h3 {
    font-size: 4.2666666667vw;
    margin: 0;
  }
  /*============================
  #about_04
  ============================*/
  #about_04 .inside {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #about_04 .inside::after {
    display: none;
  }
  #about_04 .inside p {
    font-size: 5.3333333333vw;
    margin: 0 0 16vw;
  }
  #about_04 .inside .num_ol {
    margin: 0 0 0 1em;
  }
  #about_04 .inside .num_ol li {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
    margin: 0 0 6.9333333333vw;
  }
  #about_04 .inside .num_ol li:last-child {
    margin: 0;
  }
}

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