@charset "UTF-8";
/*
$font-min:"游明朝体",
"Yu Mincho",
YuMincho,
"ヒラギノ明朝 Pro",
"Hiragino Mincho Pro",
"MS P明朝",
"MS PMincho",
serif;
*/
/*
$font-family-sans-serif: "游ゴシック体",
YuGothic,
"游ゴシック",
"Yu Gothic",
"メイリオ",
Meiryo,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
"ヒラギノ角ゴ ProN W3",
-apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
sans-serif;
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html,
body {
  width: 100%;
  height: 100%;
}

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

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

ul,
ol,
li,
a {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: initial;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 980px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: initial;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
/* diamond */
ul.diamond {
  margin: 0 0 2px 0;
  padding: 0 0 0 12px;
}
ul.diamond li {
  position: relative;
  list-style: none;
  padding: 0 0 0 12px;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -4px;
  width: 3px;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin-bottom: 20px;
  padding: 0 0 0 16px;
}
ul.noteList li {
  font-size: 14px;
  padding-left: 0;
  text-indent: -16px;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}
ul.noteList li:before {
  content: "※";
  margin-right: 0px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
}
ol li {
  font-size: 14px;
  line-height: 1.6;
}
ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  font-weight: 300;
}

body:lang(en) {
  font-family: Arial, Helvetica, "Century Gothic", Geneva, sans-serif;
}

@media screen and (max-width: 980px) {
  body {
    font-size: 1.4rem;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.4;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 1em;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
}

h5,
h6,
.h5,
.h6 {
  margin-bottom: 0.2em;
}

h1,
.h1 {
  font-size: 3.8rem;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  h1,
  .h1 {
    font-size: 2.6rem;
  }
  h2,
  .h2 {
    font-size: 2.2rem;
  }
  h3,
  .h3 {
    font-size: 2rem;
  }
  h4,
  .h4 {
    font-size: 1.8rem;
  }
  h5,
  .h5 {
    font-size: 1.6rem;
  }
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
.page_anc {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 980px) {
  .page_anc {
    scroll-margin-top: 50px;
  }
}
.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.pad {
  padding-top: 80px;
  padding-bottom: 30px;
}

.padup {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 980px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
  .pad {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .padup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

table {
  width: 100% !important;
  background-color: #fff;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
/*
ol,
ul {
	margin-left: 2em;
	margin-bottom: 1.2em;
}



ol {
	list-style: decimal outside;
}

ul {
	list-style-type: disc;
}


ul li {
	margin-bottom: 0.3em;
	padding-left: 0;
}

ol li {
	margin-bottom: 0.3em;
	padding-left: 0;
}

li ul,
li ol {
	margin-left: 0;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-left: 2em;
	margin-bottom: 0;
}


ul.no_dots {
	list-style: none;
	margin-left: 0em;
}
*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 4rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

a:link {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:visited {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}

.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.selector {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 980px) {
  body {
    min-width: 100%;
  }
}
@-webkit-keyframes parallax {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(-50px);
            transform: translate(-50%, -50%) translateY(-50px);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
}
@keyframes parallax {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translateY(-50px);
            transform: translate(-50%, -50%) translateY(-50px);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0);
  }
}
.main_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 9;
  -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.04);
}
.main_header .intro {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 0 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header .logo {
  width: 100%;
  max-width: 180px;
}
.main_header .logo h1 {
  margin: 0;
}
.main_header .logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 980px) {
  .main_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  .main_header ~ .mainvisual {
    margin-top: 50px;
  }
  .main_header .logo {
    margin-top: 6px;
    width: 140px;
  }
  .main_header .intro {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    height: 44px;
  }
}
.gn {
  position: relative;
  margin-left: auto;
}
.gn .gn_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gn .gn_nav a {
  position: relative;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
}
.gn .gn_nav a:hover {
  color: #E97C21;
  text-decoration: none;
}
.gn .gn_nav a:hover::after {
  bottom: 0px;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #d56c68;
}
.gn .gn_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E97C21;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gn .gn_nav a.corp {
  background: url(../img/module/icon/icon_window_v1.svg) no-repeat 100% 50%;
  background-size: 12px auto;
  padding-right: 20px;
}
.gn .gn_nav a.gnav_entry {
  background-color: #E97C21;
  border-radius: 0 0 0 10px;
  color: #fff;
  margin-left: 38px;
  padding: 44px 30px;
  font-size: 17px;
  -webkit-box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #a16431;
  border-bottom: 1px solid #a16431;
}
.gn .gn_nav a.gnav_entry a:hover {
  color: #fff;
  opacity: 1;
}
.gn .gn_nav a.gnav_entry::after, .gn .gn_nav a.gnav_entry::before {
  background-color: inherit;
}
.gn .gn_nav a.hilight:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #d56c68;
}

@media screen and (max-width: 980px) {
  .gn {
    display: none;
  }
}
.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  z-index: 3;
}

.container {
  text-align: left;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2% 5% 3%;
}

.wrap {
  padding: 3% 0;
}

@media screen and (max-width: 980px) {
  .container {
    text-align: left;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 5% 5% 3%;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: #3B4043;
  padding: 0;
  z-index: 2;
}
footer .footer_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 3% 2%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #CDD6DD;
}
footer .footer_inner a {
  font-size: 13px;
  color: #CDD6DD;
  text-decoration: underline;
}
footer .footer_inner .ft_logo {
  width: 200px;
  padding-top: 60px;
  padding-right: 24px;
}
footer .footer_inner .footer_info {
  width: 310px;
}
footer .footer_inner .footer_info .title {
  font-weight: 500;
  margin-bottom: 20px;
}
footer .footer_inner .footer_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 8px;
  font-size: 11px;
  width: 100%;
}
footer .footer_inner .footer_info dt {
  width: 30%;
}
footer .footer_inner .footer_info dd {
  width: 68%;
}
footer .footer_inner .footer_list {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_inner .footer_list .footer_link {
  width: 30%;
}
footer .footer_inner .footer_list .footer_link h2 {
  margin-bottom: 10px;
  font-size: 14px;
}
footer .footer_inner .footer_list .footer_link li {
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 11px;
}
footer .footer_inner .footer_list .footer_link li a {
  text-decoration: none;
}
footer .copyrightBox {
  position: relative;
  background-color: #E97C21;
  font-size: 11px;
  color: #fff;
}
footer .copyrightBox_inner {
  width: 100%;
  margin: 0 auto;
  padding: 12px 5%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyrightBox_inner .copyr {
  width: 30%;
  text-align: left;
}
footer .copyrightBox_inner .ft_social_box {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.9;
}
footer .copyrightBox_inner .ft_social_box .ft_social_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
footer .copyrightBox_inner .ft_social_box .ft_social_box_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

@media screen and (max-width: 980px) {
  footer {
    position: relative;
    width: 100%;
    background-color: #3B4043;
    padding: 0;
  }
  footer .footer_inner {
    display: none;
  }
}
.contactBox {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactBox .title {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.contactBox .title span {
  font-size: 11px;
  font-weight: 300;
}
.contactBox .call {
  font-size: 14px;
  font-weight: 300;
}
.contactBox .call span {
  font-size: 18px;
  font-weight: 900;
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
  background-size: auto 14px;
  margin: 0 0 0 8px;
  padding-left: 22px;
  color: #E97C21;
}
.contactBox .time {
  font-size: 12px;
  margin-bottom: 12px;
}

.hd-link {
  width: 50%;
}
.hd-link .contactBox {
  width: 100%;
}
.hd-link .icon_lesson a {
  display: inline-block;
  background: #e6951c url(../img/module/icon/icon_mail.svg) no-repeat 10px 50%;
  background-size: 20px auto;
  padding: 24px 42px 24px 42px;
  line-height: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px #bd7e23;
          box-shadow: 0 3px #bd7e23;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}

footer .icon_lesson a {
  display: inline-block;
  background: #e6951c url(../img/module/icon/icon_mail.svg) no-repeat 10px 50%;
  background-size: 20px auto;
  padding: 24px 42px 24px 42px;
  line-height: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px #bd7e23;
          box-shadow: 0 3px #bd7e23;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
}

.footer_box {
  background-color: #fff;
}
.footer_box .container {
  max-width: 800px;
  padding: 2% 3%;
}
.footer_box .contact_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_box a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 48%;
  border: 1px solid #fff;
  background-color: #E97C21;
  border-radius: 6px;
  display: block;
  padding: 1% 2%;
}
.footer_box a span {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  display: block;
}
.footer_box a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.footer_box a ::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.footer_box a.ft_entry::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer_box a.ft_contact {
  background: #E97C21 url(../img/module/icon/icon_window_v2.svg) no-repeat 97% 50%;
  background-size: 20px auto;
}

@media screen and (max-width: 980px) {
  .footer_box .container {
    max-width: initial;
    padding: 2% 3%;
  }
  .footer_box .contact_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_box a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 48%;
    border: 1px solid #fff;
    border-radius: 6px;
    display: block;
    padding: 1% 2%;
  }
  .footer_box a span {
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    display: block;
  }
  .footer_box a ::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 2px;
    height: 50%;
    background-color: #fff;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .footer_box a.ft_entry::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .footer_box a.ft_contact {
    background: #E97C21 url(../img/module/icon/icon_window_v2.svg) no-repeat 98% 50%;
    background-size: 16px auto;
  }
}
footer .contactBox {
  display: block;
  color: #fff;
}
footer .contactBox .call {
  font-size: 14px;
  font-weight: 200;
}
footer .contactBox .call span {
  font-size: 20px;
  font-weight: 900;
  background: url(../img/module/icon/icon_ft_tel.svg) no-repeat 0 50%;
  background-size: auto 16px;
  margin-left: 8px;
  padding-left: 24px;
  color: #fff;
}

.flowLink {
  position: fixed;
  bottom: 16px;
  right: 16px;
  opacity: 1;
  z-index: 9;
}
.flowLink .flowBox {
  position: relative;
  margin: 0;
  width: 460px;
}
.flowLink .flowBox .icon_telbox {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  float: left;
  width: 280px;
  height: 80px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0 3px #dedede;
          box-shadow: 0 3px #dedede;
}
.flowLink .flowBox .icon_telbox .title {
  font-weight: 900;
  margin-bottom: 0;
  font-size: 12px;
}
.flowLink .flowBox .icon_telbox .title span {
  font-weight: 200;
  font-size: 10px;
}
.flowLink .flowBox .icon_telbox .call {
  font-size: 11px;
  font-weight: 200;
}
.flowLink .flowBox .icon_telbox .call span {
  font-size: 14px;
  font-weight: 900;
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
  background-size: auto 14px;
  margin-left: 8px;
  padding-left: 22px;
  color: #E97C21;
}
.flowLink .flowBox .icon_telbox .time {
  font-size: 12px;
  margin-bottom: 0;
}
.flowLink .flowBox .icon_lesson {
  width: 170px;
  height: 80px;
  float: right;
}
.flowLink .flowBox .icon_lesson a {
  display: block;
  background: #e6951c url(../img/module/icon/icon_mail.svg) no-repeat 10px 50%;
  background-size: 20px auto;
  padding: 32px 12px 32px 40px;
  line-height: 1;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px #bd7e23;
          box-shadow: 0 3px #bd7e23;
  text-align: left;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .flowLink {
    display: none;
  }
  .fixedLink {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 9;
    padding: 8px;
    width: 100%;
    background-color: rgba(238, 157, 156, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
            backdrop-filter: saturate(180%) blur(10px);
  }
  .fixedLink .flowBox {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .fixedLink .flowBox .icon_telbox {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    float: left;
    width: 48%;
    height: auto;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 2px #dedede;
            box-shadow: 0 2px #dedede;
    text-align: center;
  }
  .fixedLink .flowBox .icon_telbox .spcall a {
    font-weight: 900;
    background: url(../img/module/icon/icon_tel.svg) no-repeat 10px 50%;
    background-size: auto 10px;
    margin-left: 0;
    padding-left: 0;
    color: #E97C21;
    display: block;
    color: #111;
    font-size: 12px;
    padding: 4px 12px 4px 12px;
  }
  .fixedLink .flowBox .icon_telbox .time {
    font-size: 12px;
    margin-bottom: 0;
  }
  .fixedLink .flowBox .icon_lesson {
    float: right;
    width: 48%;
    height: auto;
    line-height: 1;
  }
  .fixedLink .flowBox .icon_lesson a {
    display: block;
    background: #e6951c url(../img/module/icon/icon_mail.svg) no-repeat 12px 50%;
    background-size: 16px auto;
    padding: 18px 12px 18px 12px;
    line-height: 1;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px #a94f4c;
            box-shadow: 0 2px #a94f4c;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
    width: 100%;
  }
}
#spnav {
  position: fixed;
  right: -120%;
}

.entrybtn,
.menubtn {
  display: none;
}

@media screen and (max-width: 980px) {
  .entrybtn {
    position: fixed;
    top: 6px;
    right: 60px;
    display: inherit;
  }
  .entrybtn a {
    background-color: #E97C21;
    border-radius: 50px;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
  }
  .menubtn {
    position: fixed;
    z-index: 9999;
    top: 2px;
    right: 4px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 12px;
    height: 2px;
    background-color: #E97C21;
    width: 45%;
  }
  .menubtn span:nth-of-type(1) {
    top: 12px;
  }
  .menubtn span:nth-of-type(2) {
    top: 20px;
  }
  .menubtn span:nth-of-type(3) {
    top: 28px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 15px;
    left: 13px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    top: 27px;
    left: 13px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #spnav {
    position: fixed;
    z-index: 99;
    top: 50px;
    right: -120%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #F9F9F9;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav_list {
    background-color: #fff;
  }
  #spnav.panelactive {
    right: 0;
  }
  #spnav .side_social_box {
    margin: 0 0 30px;
    padding: 1% 1%;
    width: 100%;
  }
  #spnav .side_social_box .sn_tw {
    margin: 0 auto 16px;
    text-align: center;
    width: 44px;
    height: 44px;
  }
  #spnav .side_social_box .sn_tw a {
    border-radius: 50px;
    padding: 12px 10px;
    width: 44px;
    height: 44px;
    display: block;
  }
  #spnav .side_social_box .sn_tw a img {
    opacity: 0.5;
  }
  #spnav .side_social_box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 5%;
  }
  #spnav .side_social_box__list li {
    margin: 0;
  }
  #spnav .side_social_box__list li a {
    display: block;
    font-size: 12px;
    opacity: 0.5;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 8px;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 8%;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
  }
  #spnav ul.sn li a {
    position: relative;
    color: #333;
    text-decoration: none;
    padding: 16px 0px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
  }
  #spnav ul.sn li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  #spnav ul.sn li a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
  }
  #spnav ul.sn_bottom {
    margin: 0 auto;
    background-color: #fff;
    width: 70%;
  }
  #spnav ul.sn_bottom li a {
    padding: 20px 20px;
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  #spnav .sidenav_bottom {
    padding: 2% 4%;
  }
  #spnav .sidenav_bottom .ft_copy {
    font-size: 10px;
    text-align: center;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.gridflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_3column .cell {
  width: 32%;
}

@media screen and (max-width: 980px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column .cell {
    width: 100%;
  }
  .ph_3column .cell {
    width: 100%;
  }
  .ph_5column .cell {
    width: 42%;
  }
  .ph_5column .cell.collectionBox {
    width: 48%;
  }
  .ph_6column .cell.collectionBox {
    width: 48%;
  }
}
.thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 30px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 980px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.groupflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.groupflex .group {
  width: 31%;
  margin-bottom: 2%;
}
.groupflex .group .post_box {
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.groupflex .group .overview .Nam {
  font-size: 18px;
  font-weight: 500;
  color: #E97C21;
  margin-bottom: 2%;
}
.groupflex .group .overview .sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4784313725);
}

@media screen and (max-width: 980px) {
  .groupflex {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .groupflex .group {
    width: 100%;
    margin-bottom: 8%;
  }
  .groupflex .group .post_box {
    width: 100%;
    height: 100%;
    margin: 0 auto 4px;
    overflow: hidden;
  }
  .groupflex .group .overview .Nam {
    font-size: 16px;
    font-weight: 500;
    color: #E97C21;
    margin-bottom: 0;
  }
  .groupflex .group .overview .sub {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4784313725);
  }
}
/*
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    margin: 0 auto;

    .staffthumb {
        width: 50%;
    }

    .overview {
        text-align: left;
        background-color: #C2C0C0;
        font-size: 14px;
        color: #fff;
        font-weight: 900;
        padding: 8%;
    }
}


@media screen and (max-width: var.$tablet-max-width) {
    .flex {
        width: 100%;

        .staffthumb {
            width: 50%;
        }

        .overview {
            text-align: left;
            background-color: #C2C0C0;
            font-size: 14px;
            color: #fff;
            font-weight: 900;
            padding: 6%;
            width: 50%;
        }
    }
}
*/
.is_person,
.is_job,
.is_interview {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.is_interview {
  background-color: #F2ECE4;
}

.is_point {
  background-color: #EFEDD1;
}

.is_gray {
  background-color: #FAFAFA;
  padding: 4% 2% 5%;
}

@media screen and (max-width: 980px) {
  .is_gray {
    background-color: #FAFAFA;
    padding: 8% 0 5%;
  }
}
.is_connection {
  background-color: #FAFAFA;
  padding: 0 0 5%;
}
.is_connection .container {
  padding: 1% 0;
}
.is_connection .container .card03 .card_wrapper {
  margin: 0;
}
.is_connection .container .card03 .card_inner {
  padding: 0;
}

.is_teachwrap {
  padding: 0 0 5%;
}
.is_teachwrap .container {
  padding: 1% 0;
}
.is_teachwrap .container .card02 .card_wrapper {
  margin: 0;
}
.is_teachwrap .container .card02 .card_inner {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .is_connection {
    padding: 5% 0;
  }
  .is_connection .container .card03 .card_inner {
    padding: 10px 5%;
  }
}
.boxes {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.boxes.nomargin {
  margin: 10px auto 10px;
}
.boxes.nm {
  max-width: 600px;
  margin: 0 auto 40px;
}
.boxes .inner {
  padding: 3% 5%;
}

.boxes_shawdow {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 60px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.boxes_shawdow.cborder::after {
  position: absolute;
  /*--positionを追加--*/
  top: 140px;
  left: 54px;
  margin: 0 1rem;
  content: "";
  width: 2px;
  /*--縦線の太さ(幅)--*/
  height: 100%;
  background-color: #E97C21;
  /*--縦線の色--*/
}
.boxes_shawdow.nomargin {
  margin: 10px auto 30px;
}
.boxes_shawdow.evmargin {
  margin: -80px auto 60px;
}
.boxes_shawdow .inner {
  padding: 1% 5%;
}
.boxes_shawdow .flex_content {
  margin-bottom: 10px;
}
.boxes_shawdow .inners {
  padding: 0 5% 2% 15%;
}
.boxes_shawdow .inners .free_layout_btn .btn_box .btnimg {
  width: 16%;
}

@media screen and (max-width: 980px) {
  .boxes {
    position: relative;
    width: 100%;
    max-width: initial;
  }
  .boxes_shawdow {
    position: relative;
    width: 90%;
    max-width: initial;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .boxes_shawdow.cborder::after {
    position: absolute;
    top: 280px;
    left: 12.5%;
  }
  .boxes_shawdow.nomargin {
    margin: 10px auto 30px;
  }
  .boxes_shawdow.evmargin {
    margin: -80px auto 60px;
  }
  .boxes_shawdow .flex_content {
    margin-bottom: 10px;
  }
  .boxes_shawdow .inners {
    padding: 0 5% 2% 25%;
  }
  .boxes_shawdow .inners .free_layout_btn .btn_box .btnimg {
    width: 100%;
  }
}
.pages_navi {
  position: relative;
  margin: -30px auto 0;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
}
.pages_navi .pages_navi_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding: 1% 5%;
  border-radius: 8px;
  background-color: #fff;
}
.pages_navi .pages_navi_link::-webkit-scrollbar {
  display: none;
}
.pages_navi .pages_navi_link li {
  white-space: nowrap;
  padding: 0 2px;
}
.pages_navi .pages_navi_link a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  padding: 20px 20px;
  display: block;
  text-align: center;
}
.pages_navi .pages_navi_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #E97C21;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pages_navi .pages_navi_link a:hover:after {
  content: none;
  position: static;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: initial;
          transform-origin: initial;
  -webkit-transition: none;
  transition: none;
  opacity: 0.5;
}
.pages_navi .pages_navi_link a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 980px) {
  .pages_navi {
    position: relative;
    margin: 20px auto 0;
    width: 90%;
    max-width: initial;
  }
  .pages_navi .pages_navi_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 1% 5%;
    border-radius: 8px;
    background-color: #fff;
  }
  .pages_navi .pages_navi_link::-webkit-scrollbar {
    display: none;
  }
  .pages_navi .pages_navi_link li {
    white-space: nowrap;
    padding: 0 2px;
  }
  .pages_navi .pages_navi_link a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    text-align: center;
  }
  .pages_navi .pages_navi_link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #E97C21;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pages_navi .pages_navi_link a:hover:after {
    content: none;
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: initial;
            transform-origin: initial;
    -webkit-transition: none;
    transition: none;
    opacity: 0.5;
  }
  .pages_navi .pages_navi_link a.hilight:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .sp-navigation {
    background-color: #F4F4F4;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sp-navigation a {
    color: #333;
  }
  .sp-navigation .title {
    position: relative;
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
    padding: 16px 16px;
    width: 100%;
    background: #fff;
  }
  .sp-navigation .title::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
            transform: translate(0%, -50%) rotate(135deg);
  }
  .sp-navigation ul.submenuItems {
    display: none;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin: 0;
    background-color: #F2ECE4;
  }
  .sp-navigation ul.submenuItems li {
    border-bottom: 1px solid #dedede;
  }
  .sp-navigation ul.submenuItems li a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 16px 12px;
    line-height: 1.4;
    background: none;
    text-decoration: none;
  }
  .sp-navigation ul.submenuItems li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .sp-navigation ul.submenuItems li:last-child {
    border-bottom: none;
  }
  .sp-navigation .open {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sp-navigation .open .title::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  .sp-navigation .open ul.submenuItems {
    display: initial;
  }
}
.iframeBlock.radius {
  border-radius: 10px;
  margin: 0 auto 2%;
}

.mapflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mapflex .name {
  font-size: 16px;
  font-weight: 500;
}
.mapflex .look {
  font-size: 14px;
  font-weight: 300;
  padding: 1% 4%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.point_num {
  color: #E97C21;
  text-align: center;
  line-height: 1;
  width: 100px;
  margin-top: -5px;
  /*
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: center;
  */
}
.point_num .point {
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.point_num .num {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 5%;
  font-family: "Outfit", sans-serif;
}
.point_num .min {
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
}

.prev_next_list {
  position: relative;
  width: 100%;
  margin: 40% auto 0;
  /*
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  */
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  overflow: hidden;
}
.prev_next_list::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1019607843);
  margin: 0 auto;
  z-index: 1;
}
.prev_next_list li {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.prev_next_list li.prev {
  float: left;
}
.prev_next_list li.next {
  float: right;
}
.prev_next_list li a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prev_next_list li a img {
  margin: auto;
}

.contain_visual {
  position: relative;
  margin: 0 auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.contain_visual .post_box {
  width: 100%;
  margin: 0 auto 0;
}
.contain_visual .interview_title {
  color: #fff;
}
.contain_visual .title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background: #f7f7f7;
}
.contain_visual .interview_title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 0 5% 0 3%;
  width: 430px;
  margin-left: auto;
}
.contain_visual .card_tag {
  position: relative;
  top: 0;
  bottom: auto;
  width: calc(100% - 412px);
  text-align: center;
}

@media screen and (max-width: 980px) {
  .contain_visual {
    position: relative;
    margin: 0 auto 0;
  }
  .contain_visual .post_box {
    width: 100%;
    margin: 0 auto 0;
  }
  .contain_visual .interview_title {
    color: #fff;
  }
  .contain_visual .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .contain_visual .interview_title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 5% 0 3%;
    width: auto;
    margin-left: initial;
  }
  .contain_visual .card_tag {
    position: relative;
    top: 0;
    bottom: auto;
    width: auto;
    text-align: center;
  }
}
.boxes_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4% 2% 2%;
}
.boxes_flex .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 200px);
}
.boxes_flex .flex_img {
  width: 226px;
}
.boxes_flex .overview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 80px);
}
.boxes_flex h2 {
  font-size: 20px;
  font-weight: 500;
  color: #E97C21;
}
.boxes_flex .detail {
  text-align: left;
}

.boxes_pages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2%;
}
.boxes_pages h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.boxes_pages .flex_img {
  width: 210px;
}
.boxes_pages .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 250px);
}
.boxes_pages .overview {
  width: 80%;
}
.boxes_pages .detail {
  width: 70px;
  margin-left: auto;
}

@media screen and (max-width: 980px) {
  .boxes_flex {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5% 2%;
  }
  .boxes_flex .flex_container {
    width: 100%;
  }
  .boxes_flex .flex_img {
    width: 50%;
    margin: 0 auto;
  }
  .boxes_flex .overview {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .boxes_flex h2 {
    font-size: 20px;
    font-weight: 500;
    color: #E97C21;
  }
  .boxes_flex .detail {
    text-align: right;
  }
  .boxes_pages {
    position: relative;
    display: block;
    padding: 2% 2% 3%;
  }
  .boxes_pages h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
  }
  .boxes_pages .flex_img {
    width: 100%;
    margin-bottom: 2%;
  }
  .boxes_pages .flex_container {
    display: block;
    width: 100%;
  }
  .boxes_pages .overview {
    width: 100%;
  }
  .boxes_pages .detail {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.singleinterview {
  margin-top: 100px;
}

.read_detail_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 0;
}
.read_detail_hero .read_detail_thumb {
  overflow: hidden;
  height: auto;
}
.read_detail_hero .read_detail_thumb .is_readvisual {
  width: 380px;
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 0;
}
.read_detail_hero .read_detail_summary {
  width: calc(100% - 385px);
  margin-left: auto;
  padding: 0 5%;
}
.read_detail_hero .read_detail_summary .name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 21px;
}
.read_detail_hero .read_detail_summary .name span {
  font-size: 16px;
}
.read_detail_hero .read_detail_summary .captions {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.read_detail_hero h1 {
  font-size: 30px;
  font-weight: 500;
  margin: 10px auto;
}

@media screen and (max-width: 980px) {
  .singleinterview {
    margin-top: 100px;
    padding: 0 5%;
  }
  .read_detail_hero {
    position: relative;
    display: block;
    margin: 0 auto 30px;
  }
  .read_detail_hero .read_detail_thumb {
    overflow: hidden;
    height: auto;
  }
  .read_detail_hero .read_detail_thumb .is_readvisual {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 2%;
  }
  .read_detail_hero .read_detail_summary {
    width: 100%;
    margin-left: auto;
  }
  .read_detail_hero h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 10px auto;
  }
}
.event_detail_hero {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 30px;
}
.event_detail_hero .eventlogo {
  width: 300px;
  margin: 0 auto 20px;
  text-align: center;
}
.event_detail_hero .eventlogo h1 {
  margin: 0 auto;
}
.event_detail_hero .event_detail_thumb {
  overflow: hidden;
  height: auto;
  padding: 0 2%;
}
.event_detail_hero .event_detail_thumb .is_eventvisual {
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  border-radius: 10px;
}

.event_details {
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
  margin: -40px auto 40px;
  z-index: 2;
}
.event_details .card_tag {
  padding: 1% 2%;
}
.event_details .pick_up_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 3%;
}
.event_details .pick_up_wrap .pickup_thumb {
  width: 256px;
  height: 170px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.event_details .pick_up_wrap .pickup_summary {
  width: calc(100% - 280px);
}
.event_details .pick_up_wrap .pickup_summary h2 {
  position: relative;
  font-size: 21px;
  margin-bottom: 20px;
  vertical-align: middle;
  padding: 0 0 0 65px;
}
.event_details .pick_up_wrap .pickup_summary h2 .card_icon {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  margin-right: 1.5em;
  padding: 4px 14px;
  border-radius: 4px;
}
.event_details .pick_up_wrap .cat {
  font-size: 12px;
  font-weight: 900;
  color: #E97C21;
}
.event_details .pick_up_wrap .cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}
.event_details .pick_up_wrap .cal .title {
  font-size: 16px;
  margin-left: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.event_details .pick_up_wrap .spot_theme {
  margin-bottom: 10px;
}
.event_details .pick_up_wrap .spot {
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
}
.event_details .pick_up_wrap .theme {
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
}
.event_details .pick_up_wrap .place {
  background-image: url(../img/module/icon/item_icon_loc_g.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 10px auto;
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
  padding-left: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 980px) {
  .event_detail_hero {
    position: relative;
    max-width: initial;
    margin: 0 auto 5px;
  }
  .event_detail_hero .eventlogo {
    width: 300px;
    text-align: center;
    margin: 20px auto 20px;
  }
  .event_detail_hero .event_detail_thumb {
    overflow: hidden;
    height: auto;
    padding: 0;
  }
  .event_detail_hero .event_detail_thumb .is_eventvisual {
    width: 100%;
    min-height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 0;
  }
  .event_details {
    position: relative;
    width: 90%;
    max-width: initial;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
    margin: -65px auto 40px;
    z-index: 2;
  }
  .event_details .card_tag {
    padding: 1% 2%;
  }
  .event_details .pick_up_wrap {
    display: block;
  }
  .event_details .pick_up_wrap .pickup_thumb {
    width: 100%;
    height: 290px;
    margin-bottom: 3%;
  }
  .event_details .pick_up_wrap .pickup_summary {
    width: 100%;
  }
  .event_details .pick_up_wrap .pickup_summary h2 {
    font-size: 21px;
    margin-bottom: 20px;
    vertical-align: middle;
  }
  .event_details .pick_up_wrap .pickup_summary h2 .card_icon {
    background-color: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    margin-right: 1.5em;
    padding: 4px 14px;
    border-radius: 4px;
  }
  .event_details .pick_up_wrap .cat {
    font-size: 12px;
    font-weight: 900;
    color: #E97C21;
  }
  .event_details .pick_up_wrap .cal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 8px;
  }
  .event_details .pick_up_wrap .cal .title {
    font-size: 16px;
    margin-left: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .event_details .pick_up_wrap .spot_theme {
    margin-bottom: 10px;
  }
}
.is_search {
  position: relative;
  padding: 5% 2% 8%;
}
.is_search .Search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.is_search .Search_wrap input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 2rem 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.4784313725);
  border-radius: 2.5rem 0 0 2.5rem;
}
.is_search .Search_wrap input[type=text]:focus {
  outline: 0;
  border: 1px solid #E97C21;
}
.is_search .Search_wrap button {
  cursor: pointer;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 0 2.5rem 2.5rem 0;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.is_search .Search_wrap button:hover {
  background-color: #333947;
}

@media screen and (max-width: 980px) {
  .is_search {
    position: relative;
    padding: 5% 2% 8%;
  }
  .is_search .Search_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
}
.site_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site_list .slink {
  width: 48%;
}
.site_list .slink ul.ulmain {
  margin-bottom: 0.5em;
  padding-left: 0px;
}
.site_list .slink ul.ulmain li {
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  padding: 0 0 5px;
  font-weight: 500;
}
.site_list .slink ul.ulmain li:first-child {
  margin-top: 1em;
}
.site_list .slink ul.ulmain li a {
  color: #333;
  text-decoration: none;
}
.site_list .slink ul.ulmain li:hover {
  opacity: 0.7;
}
.site_list .slink ul.ulsub {
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.site_list .slink ul.ulsub li {
  font-size: 14px;
  line-height: 1.9;
  font-weight: 300;
  padding: 0;
}
.site_list .slink ul.ulsub li:first-child {
  margin-top: 1em;
}
.site_list .slink ul.ulsub li a {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.8156862745);
}

@media screen and (max-width: 980px) {
  .site_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site_list .slink {
    width: 48%;
  }
  .site_list .slink ul.ulmain {
    margin-bottom: 0.8em;
    padding-left: 0px;
  }
  .site_list .slink ul.ulmain li {
    margin: 0;
    font-size: 18px;
  }
  .site_list .slink ul.ulsub {
    padding-left: 0.5em;
    margin-bottom: 0.5em;
  }
  .site_list .slink ul.ulsub li {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
  }
}
.form_boxes {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.form_boxes hr {
  margin: 0 -6%;
}
.form_boxes .inner {
  padding: 3% 5%;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes parallax {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mainvisual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.mainvisual .bg_dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E97C21;
  content: "";
  opacity: 0.2;
  z-index: 1;
}
.mainvisual #bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainvisual .catch.mainimg_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 514px;
  min-width: 217px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainvisual .catch.mainimg_1 .vct {
  -webkit-animation: zoom 15s infinite;
          animation: zoom 15s infinite;
}

@media screen and (max-width: 980px) {
  .mainvisual {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 16/9;
  }
  .mainvisual #bg-video {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    aspect-ratio: 16/9;
  }
  .mainvisual .catch.mainimg_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 220px;
    min-width: 180px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.visual_box_wrap {
  background: #E97C21;
  overflow: hidden;
  margin-top: 70px;
}
.visual_box_wrap .visual_box {
  margin: 0 auto;
}

.visual_box_wrap:has(+ .is_basic) {
  margin-bottom: 0;
}

.visual_box {
  position: relative;
  max-width: 1024px;
  z-index: 0;
  color: #fff;
}
.visual_box .slide-media {
  position: relative;
  overflow: hidden;
}
.visual_box .slide-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual_box .slide-media {
  aspect-ratio: 16/9;
}
.visual_box .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0;
  height: 400px;
  overflow: hidden;
}
.visual_box .boxs.noimg {
  height: 200px;
}
.visual_box .boxs .img {
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 600px;
          flex: 2 1 600px;
  overflow: hidden;
  height: auto;
}
.visual_box .boxs .summary {
  display: block;
  overflow: hidden;
  margin-right: 5%;
  padding-left: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}
.visual_box .boxs .summary h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 2%;
}
.visual_box .boxs .summary .job {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 980px) {
  .visual_box_wrap {
    margin-top: 50px;
  }
  .visual_box_wrap .visual_box {
    margin: 0 auto;
  }
  .visual_box {
    max-width: initial;
  }
  .visual_box .boxs {
    padding-top: 0;
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .visual_box .boxs.noimg {
    height: auto;
  }
  .visual_box .boxs .img {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    height: initial;
  }
  .visual_box .boxs .summary {
    margin-right: 0;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 5% 5% 5%;
    width: 100%;
  }
  .visual_box .boxs .summary h1 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 2%;
  }
  .visual_box .boxs .summary .job {
    font-size: 14px;
  }
}
.pages_visual {
  position: relative;
  width: 100%;
  height: calc(18vh + 18vw);
  margin-bottom: 0px;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.pages_visual.is_other {
  height: 260px;
}
.pages_visual::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E97C21;
  content: "";
  opacity: 0.3;
  z-index: 1;
}
.pages_visual .pages_inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  text-align: left;
}
.pages_visual .title {
  position: absolute;
  top: 50%;
  left: 0%;
  padding: 0;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}
.pages_visual .title h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.1em;
}
.pages_visual .title .job {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .pages_visual {
    position: relative;
    width: 100%;
    height: calc(12vh + 12vw);
    margin-bottom: 0px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
  }
  .pages_visual.is_other {
    height: 300px;
  }
  .pages_visual::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E97C21;
    content: "";
    opacity: 0.3;
    z-index: 1;
  }
  .pages_visual .pages_inner {
    position: relative;
    width: 100%;
    max-width: initial;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .pages_visual .title {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 0;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    z-index: 1;
  }
  .pages_visual .title h1 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .pages_visual .title .job {
    font-size: 16px;
  }
}
.read_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.read_wrap .read_bg::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #E97C21;
}

.read_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 1% 5% 2%;
  width: 100%;
  max-width: 1200px;
}
.read_flex .read_thumbs {
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  z-index: 1;
}
.read_flex .read_thumbs .resimg {
  -o-object-fit: cover;
     object-fit: cover;
}
.read_flex .read_text {
  width: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.read_flex .read_text .h2wrap h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.read_flex .read_text .overview {
  background-color: #fff;
}
.read_flex .read_text .overview p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.8em;
}
.read_flex .read_text .overview p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .read_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .read_wrap .read_bg::after {
    height: 21%;
  }
  .read_flex {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
    margin-bottom: 5%;
    padding: 0 5%;
    max-width: initial;
  }
  .read_flex .read_thumbs {
    width: 100%;
  }
  .read_flex .read_text {
    width: 100%;
  }
  .read_flex .read_text .h2wrap {
    padding: 3% 0 0;
  }
  .read_flex .read_text .h2wrap h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .read_flex .read_text .overview {
    margin-bottom: 30px;
    padding: 5%;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
  }
  .read_flex .read_text .overview p {
    font-weight: 300;
  }
}
.is_person {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  background-color: #F2ECE4;
}
.is_person .person_wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.studiowrap {
  overflow: hidden;
  padding: 5% 0;
}
.studiowrap .bg_triangle {
  position: relative;
  width: 100%;
}
.studiowrap .inner {
  position: relative;
  width: 100%;
  padding: 0;
  max-width: 1024px;
  margin: 0 auto;
}
.studiowrap .catch {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
}
.studiowrap .catch span {
  display: inline;
  padding: 1% 3%;
  line-height: 2.1;
}
.studiowrap .adoption_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 5%;
}
.studiowrap .adoption_info {
  width: 72%;
}
.studiowrap .adoption_info .wboxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2%;
}
.studiowrap .adoption_info .wboxlist li {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #3B4043;
  display: inline;
  margin-right: 10px;
  padding: 4px;
  text-align: center;
}
.studiowrap .adoption_info dl {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 2%;
  line-height: 1.6;
}
.studiowrap .adoption_info dl dt {
  font-size: 14px;
  font-weight: 500;
  width: 20%;
}
.studiowrap .adoption_info dl dt.wbox span {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #3B4043;
  display: inline;
  padding: 4px 8px;
  text-align: center;
}
.studiowrap .adoption_info dl dd {
  font-weight: 300;
  font-size: 14px;
  width: 68%;
}

@media screen and (max-width: 980px) {
  .studiowrap {
    overflow: hidden;
    padding: 5%;
  }
  .studiowrap .bg_triangle {
    position: relative;
    width: 100%;
  }
  .studiowrap .inner {
    position: relative;
    width: 100%;
    padding: 0;
    max-width: initial;
    margin: 0 auto;
  }
  .studiowrap .catch {
    font-size: 17px;
    font-weight: 500;
    white-space: initial;
    color: #fff;
    margin-bottom: 16px;
  }
  .studiowrap .catch span {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    display: inline;
    padding: 1% 8px;
    line-height: 2.2;
  }
  .studiowrap .adoption_wrap {
    display: block;
    padding: 0;
  }
  .studiowrap .adoption_info {
    width: 100%;
  }
  .studiowrap .adoption_info .wboxlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 5%;
  }
  .studiowrap .adoption_info .wboxlist li {
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #3B4043;
    display: inline;
    margin-right: 10px;
    padding: 4px;
    text-align: center;
  }
  .studiowrap .adoption_info dl {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 0 16px;
    line-height: 1.6;
  }
  .studiowrap .adoption_info dl dt {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
  }
  .studiowrap .adoption_info dl dt.wbox {
    margin-bottom: 8px;
  }
  .studiowrap .adoption_info dl dd {
    font-weight: 300;
    font-size: 14px;
    width: 100%;
  }
}
.is_tennis {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.is_tennis .tennis_png {
  position: absolute;
  top: 17%;
  right: 1%;
  z-index: 1;
  width: 280px;
}
.is_tennis .catch {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 1;
}
.is_tennis .catch span {
  background-color: #46C4CE;
}
.is_tennis .bg_triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  margin-right: -60%;
  width: 3000px;
  height: 3000px;
  background-color: #CBF2E6;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  z-index: -1;
}

.is_coconoha {
  position: relative;
}
.is_coconoha .coconoha_png {
  position: absolute;
  top: 23%;
  left: 2%;
  z-index: 1;
  width: 240px;
}
.is_coconoha .catch {
  position: absolute;
  top: 40%;
  right: 5%;
  z-index: 1;
}
.is_coconoha .catch span {
  background-color: #E07E7A;
}
.is_coconoha .adoption_info {
  float: right;
}
.is_coconoha .bg_triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  margin-left: -60%;
  width: 3000px;
  height: 3000px;
  background-color: #F2D9CB;
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
  z-index: -1;
}

.is_strech {
  position: relative;
}
.is_strech .strech_png {
  position: absolute;
  top: 20%;
  right: 5%;
  z-index: 1;
  width: 180px;
}
.is_strech .catch {
  position: absolute;
  top: 40%;
  left: 2%;
  z-index: 1;
}
.is_strech .catch span {
  background-color: #262424;
}
.is_strech .bg_triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  margin-right: -100%;
  width: 3000px;
  height: 3000px;
  background-color: #EDEDF2;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .is_tennis {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .is_tennis .tennis_png {
    position: absolute;
    top: 15%;
    right: 1%;
    z-index: 1;
    width: 50%;
  }
  .is_tennis .catch {
    position: relative;
    z-index: 2;
    left: 0;
  }
  .is_tennis .bg_triangle::after {
    margin-right: -10%;
  }
  .is_coconoha {
    position: relative;
  }
  .is_coconoha .coconoha_png {
    position: absolute;
    top: 25%;
    left: 1%;
    z-index: 1;
    width: 36%;
  }
  .is_coconoha .catch {
    position: relative;
    z-index: 2;
    left: 0;
  }
  .is_coconoha .adoption_info {
    float: right;
  }
  .is_coconoha .bg_triangle::after {
    margin-left: -10%;
  }
  .is_strech {
    position: relative;
  }
  .is_strech .strech_png {
    position: absolute;
    top: 22%;
    right: 2%;
    z-index: 1;
    width: 22%;
  }
  .is_strech .catch {
    position: relative;
    z-index: 2;
    left: 0;
  }
  .is_strech .bg_triangle::after {
    margin-right: -10%;
  }
}
.room_wrap {
  position: relative;
  overflow: hidden;
}
.room_wrap.is_tennis {
  background-color: #fff;
}
.room_wrap .acf_ph_1column {
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room_wrap .acf_ph_1column.reverse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.room_wrap .acf_ph_1column .post_box {
  width: 92%;
}
.room_wrap .acf_ph_1column .post_trim {
  aspect-ratio: 16/6;
}

@media screen and (max-width: 980px) {
  .room_wrap.is_tennis {
    background-color: #fff;
  }
  .room_wrap .acf_ph_1column {
    margin-bottom: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .room_wrap .acf_ph_1column.reverse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .room_wrap .acf_ph_1column .post_box {
    width: 100%;
  }
  .room_wrap .acf_ph_1column .post_trim {
    aspect-ratio: 16/9;
  }
}
.room_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5%;
}
.room_box .titlewrap .title {
  font-size: 44px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.01em;
}
.room_box .titlewrap .sub {
  font-size: 17px;
  font-weight: 500;
}
.room_box .classinfo {
  font-size: 13px;
  font-weight: 500;
  color: #111;
  text-align: center;
  padding: 1% 2%;
  border-bottom: 2px solid #E97C21;
}

@media screen and (max-width: 980px) {
  .room_box {
    display: block;
    margin-bottom: 12px;
  }
  .room_box .titlewrap {
    margin-bottom: 8px;
  }
  .room_box .titlewrap .title {
    font-size: 24px;
    font-weight: 300;
    font-family: "Outfit", sans-serif;
    line-height: 1;
    margin: 0;
  }
  .room_box .titlewrap .sub {
    font-size: 14px;
    font-weight: 500;
  }
  .room_box .classinfo {
    font-size: 11px;
    padding: 1% 2%;
  }
}
.is_news {
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

.newsBox {
  border-bottom: 1px solid #ccc;
}
.newsBox .title {
  font-size: 18px;
  margin: 0 0 8px;
  color: #707070;
}
.newsBox .data {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  margin: 0;
}
.newsBox a {
  position: relative;
  display: block;
  color: #313131;
  padding: 16px 16px;
}
.newsBox a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #6c5c51;
  border-right: solid 2px #6c5c51;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 980px) {
  .is_news {
    width: initial;
    margin: 0 auto 3%;
  }
  .newsBox {
    border-bottom: 1px solid #ccc;
  }
  .newsBox .title {
    font-size: 15px;
    margin: 0;
    color: #707070;
  }
  .newsBox a {
    position: relative;
    display: block;
    color: #313131;
    padding: 12px 24px 12px 12px;
  }
  .newsBox a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #6c5c51;
    border-right: solid 2px #6c5c51;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}
.bgcover {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  height: calc(20vh + 20vw);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.pick_up_event {
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #EFEDD1;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: -50px auto 0px;
  z-index: 2;
}
.pick_up_event .pick_up_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1% 2%;
}
.pick_up_event .pick_up_wrap .pickup_thumb {
  width: 130px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pick_up_event .pick_up_wrap .pickup_summary {
  width: calc(100% - 140px);
}
.pick_up_event .pick_up_wrap .cat {
  font-size: 12px;
  font-weight: 900;
  color: #E97C21;
}
.pick_up_event .pick_up_wrap .cal_title {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pick_up_event .pick_up_wrap .cal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}
.pick_up_event .pick_up_wrap .title {
  font-size: 16px;
  margin-left: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pick_up_event .pick_up_wrap .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.pick_up_event .pick_up_wrap .status .place {
  background-image: url(../img/module/icon/item_icon_loc.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 14px auto;
  font-size: 12px;
  font-weight: 900;
  padding-left: 18px;
  margin-bottom: 8px;
}
.pick_up_event .pick_up_wrap .status .theme {
  font-size: 12px;
  font-weight: 900;
  margin-left: 2em;
  color: rgba(0, 0, 0, 0.5019607843);
}

@media screen and (max-width: 980px) {
  .pick_up_event {
    width: 100%;
    max-width: initial;
    border-radius: 0;
    margin: 0px auto 20px;
  }
  .pick_up_event .pick_up_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1% 2%;
  }
  .pick_up_event .pick_up_wrap .pickup_thumb {
    width: 130px;
    height: 86px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .pick_up_event .pick_up_wrap .pickup_summary {
    width: calc(100% - 140px);
  }
  .pick_up_event .pick_up_wrap .cat {
    font-size: 12px;
    font-weight: 900;
    color: #E97C21;
    font-family: "Outfit", sans-serif;
  }
  .pick_up_event .pick_up_wrap .cal_title {
    display: block;
  }
  .pick_up_event .pick_up_wrap .cal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 2px;
  }
  .pick_up_event .pick_up_wrap .title {
    font-size: 15px;
    margin-left: 0;
  }
  .pick_up_event .pick_up_wrap .status {
    display: block;
  }
  .pick_up_event .pick_up_wrap .status .place {
    margin-bottom: 2px;
  }
  .pick_up_event .pick_up_wrap .status .theme {
    margin-left: 0;
    margin-bottom: 8px;
  }
}
.kureto_talk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px;
}
.kureto_talk .kureto_photo {
  width: 220px;
  height: 290px;
  border-radius: 4px;
  overflow: hidden;
}
.kureto_talk .kureto_logo {
  width: 280px;
  height: 327px;
}
.kureto_talk .kureto_summary {
  width: 32%;
  margin-left: auto;
}
.kureto_talk .kureto_summary h2 {
  font-size: 22px;
}
.kureto_talk .kureto_summary .overview {
  margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
  .kureto_talk {
    position: relative;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
  }
  .kureto_talk .kureto_photo {
    display: none;
  }
  .kureto_talk .kureto_logo {
    width: auto;
    height: 200px;
    margin: 0 auto 10px;
  }
  .kureto_talk .kureto_summary {
    width: 100%;
    margin-left: 0;
  }
  .kureto_talk .kureto_summary h2 {
    font-size: 25px;
  }
  .kureto_talk .kureto_summary .overview {
    margin-bottom: 30px;
  }
}
.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.support .support_summary {
  width: 60%;
}
.support .support_summary .greenbtn a {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  background-color: rgb(58, 171, 140);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 32px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.support .support_summary .greenbtn a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
}
.support .support_summary h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.support .support_summary .overview {
  margin-bottom: 30px;
}
.support .support_summary .overview p {
  font-size: 14px;
  margin-bottom: 30px;
}
.support .support_thumb {
  width: 30%;
  border-radius: 30px;
  overflow: hidden;
}

.support_box {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 3%;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support_box .title {
  width: 45%;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 4% 0 4% 16%;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.support_box .title.is_c1 {
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0% 50%;
  background-size: 80px auto;
}
.support_box .title.is_c2 {
  background: url(../img/module/icon/icon_contact.svg) no-repeat 0% 50%;
  background-size: 80px auto;
}
.support_box .title.is_c3 {
  background: url(../img/module/icon/icon_faq.svg) no-repeat 0% 50%;
  background-size: 80px auto;
}
.support_box .title.is_c4 {
  background: url(../img/module/icon/icon_visit.svg) no-repeat 0% 50%;
  background-size: 80px auto;
}
.support_box .summary {
  width: 52%;
}
.support_box .summary .tel {
  font-size: 32px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.support_box .summary .mail {
  font-size: 21px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin-bottom: 16px;
}
.support_box .summary .add {
  font-size: 14px;
  font-weight: 500;
}
.support_box .summary .add span {
  letter-spacing: 0.5em;
  text-align: justify;
}
.support_box .summary .add.is_bottom {
  margin-bottom: 16px;
}
.support_box .btn {
  margin-bottom: 16px;
}
.support_box .btn a {
  border-radius: 50px;
}

.is_ent .support_box {
  background-color: #fafafa;
}

@media screen and (max-width: 980px) {
  .support {
    display: block;
    margin-bottom: 40px;
  }
  .support .support_summary {
    width: 100%;
    margin-bottom: 30px;
  }
  .support .support_summary h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .support .support_summary .overview {
    margin-bottom: 30px;
  }
  .support .support_summary .overview p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .support .support_thumb {
    width: 100%;
  }
  .support_box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 3% 5%;
    display: block;
  }
  .support_box .title {
    width: 100%;
    border-right: none;
    padding: 4% 0 4% 18%;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
  }
  .support_box .title br {
    display: none;
  }
  .support_box .title.is_c1 {
    background-size: 60px auto;
  }
  .support_box .title.is_c2 {
    background-size: 60px auto;
  }
  .support_box .title.is_c3 {
    background-size: 60px auto;
  }
  .support_box .title.is_c4 {
    background-size: 60px auto;
  }
  .support_box .summary {
    width: 100%;
  }
  .support_box .summary .tel {
    font-size: 32px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
  }
  .support_box .summary .mail {
    font-size: 21px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    margin-bottom: 16px;
  }
  .support_box .summary .add {
    font-size: 14px;
    font-weight: 500;
  }
  .support_box .summary .add.is_bottom {
    margin-bottom: 16px;
  }
  .support_box .btn {
    margin-bottom: 16px;
  }
  .support_box .btn a {
    border-radius: 50px;
  }
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.card_link {
  text-decoration: none;
}
a.card_link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.spot {
  font-size: 12px;
  font-weight: 500;
}

.editer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
}
.editer_info.is_bottom {
  margin-bottom: 30px;
}
.editer_info .editer_status {
  font-size: 13px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
}
.editer_info .writer {
  width: 70%;
}
.editer_info .editer_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.post_box {
  position: relative;
}

.card_tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E97C21;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 3% 5%;
  z-index: 1;
}

.search_list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.search_list mark {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.search_list .free_layout_btn .btn_container .btn_text .info {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.hit_title h2 {
  position: relative;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.search_tag {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  margin-right: 1.5em;
  padding: 4px 14px;
  border-radius: 4px;
}

.card_detail_tag {
  background-color: #E97C21;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 2% 5%;
  z-index: 1;
  border-radius: 6px;
  display: inline-block;
}

.newicon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 4% 5%;
  border-radius: 0 0 4px 0;
  overflow: hidden;
  z-index: 1;
  background-color: #E99B88;
  font-size: 12px;
  font-weight: 500;
}

.report_column {
  width: 800px;
  margin: 0 auto 40px;
}
.report_column .report_card {
  width: 30%;
  margin-bottom: 4%;
  overflow: hidden;
  border-radius: 10px;
}
.report_column .report_card:nth-child(2), .report_column .report_card:nth-child(3n+2) {
  margin-top: 10%;
}
.report_column .report_card:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.report_column .report_card.is-empty {
  margin: 0;
}
.report_column .report_card .post_box {
  overflow: hidden;
  border-radius: 10px;
}

.interview_flax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview_flax .interviewbox {
  width: 30%;
  margin-bottom: 5%;
  display: block;
}
.interview_flax .interviewbox:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.interview_flax .interviewbox .post_box {
  margin: 0 auto 16px;
  overflow: hidden;
  border-radius: 6px;
}
.interview_flax .interviewbox .overview {
  padding: 2%;
}
.interview_flax .interviewbox .overview h2 {
  font-size: 18px;
}
.interview_flax .interviewbox .overview .name {
  font-size: 16px;
  font-weight: 500;
}
.interview_flax .interviewbox .overview .sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4784313725);
  margin-bottom: 5%;
}
.interview_flax .interviewbox .overview .comment {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.862745098);
}

@media screen and (max-width: 980px) {
  .interview_flax {
    display: block;
  }
  .interview_flax .interviewbox {
    width: 100%;
    margin-bottom: 10%;
  }
  .interview_flax .interviewbox .post_box {
    margin: 0 auto 8px;
  }
  .interview_flax .interviewbox .overview .name {
    font-size: 18px;
    font-weight: 500;
  }
  .interview_flax .interviewbox .overview .sub {
    font-size: 13px;
  }
}
.interview_column {
  margin: 0 auto 30px;
}
.interview_column .interview_card {
  position: relative;
  width: 30%;
  margin-bottom: 4%;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: block;
}
.interview_column .interview_card:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.interview_column .interview_card .post_box {
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .interview_column {
    margin: 0 auto 40px;
  }
  .interview_column .interview_card {
    position: relative;
    width: 100%;
  }
  .interview_column .interview_card:nth-child(3n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.interview_card {
  position: relative;
  display: grid;
}
.interview_card .overview {
  padding: 5% 5% 3%;
}
.interview_card .overview .title {
  margin-bottom: 5%;
}
.interview_card .overview .title h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}
.interview_card .overview .title .sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4784313725);
  margin-bottom: 3%;
}
.interview_card .overview .theme,
.interview_card .overview .comment {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.862745098);
}

.is_footer {
  background-color: #F0F3F5;
  padding-top: 3%;
}

.people_column {
  width: 900px;
  margin: 50px auto 10px;
  padding: 0 2%;
}
.people_column .people_box {
  position: relative;
  width: 30%;
  margin-bottom: 4%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  background-color: #fff;
  padding: 2% 2% 3%;
}
.people_column .people_box:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.people_column .people_box .voice_thumb {
  text-align: center;
  margin-bottom: 8%;
  padding-top: 24%;
}
.people_column .people_box .voice_thumb .sub {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.people_column .people_box .voice_thumb .captions {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.people_column .people_box .voice_thumb .btnimg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 25%;
  right: auto;
  top: -20%;
}
.people_column .people_box .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 4%;
}
.people_column .people_box .overview .linkbtn {
  margin-bottom: 3%;
}
.people_column .people_box .overview .linkbtn a {
  position: relative;
  display: block;
  color: #E97C21;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.people_column .people_box .overview .linkbtn a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  border-top: 2px solid #E97C21;
  border-right: 2px solid #E97C21;
}
.people_column .people_box .overview .btn_text p {
  text-align: justify;
}
.people_column .people_box .overview .btn_text .info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 980px) {
  .people_column {
    width: initial;
    margin: 10px auto 10px;
    padding: 0 5%;
  }
  .people_column .people_box {
    position: relative;
    width: 100%;
    margin-bottom: 4%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    background-color: #fff;
    padding: 2% 2% 3%;
  }
  .people_column .people_box:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .people_column .people_box .voice_thumb {
    text-align: center;
    margin-bottom: 8%;
    padding: 0;
  }
  .people_column .people_box .voice_thumb .sub {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }
  .people_column .people_box .voice_thumb .captions {
    font-size: 11px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }
  .people_column .people_box .voice_thumb .btnimg {
    width: 110px;
    height: 110px;
    margin: 2% auto 5%;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .people_column .people_box .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3% 4%;
  }
  .people_column .people_box .overview .linkbtn {
    margin-bottom: 2%;
  }
  .people_column .people_box .overview .linkbtn a {
    position: relative;
    display: block;
    color: #E97C21;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
  }
  .people_column .people_box .overview .btn_text p {
    text-align: justify;
  }
  .people_column .people_box .overview .btn_text .info {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }
}
.author_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.author_box .editer_icon {
  width: 146px;
  margin-top: -72px;
}
.author_box .editer_detail {
  width: calc(100% - 200px);
  margin-top: 4%;
}
.author_box .editer_detail .sub {
  font-size: 32px;
  font-weight: 500;
  color: #333;
}
.author_box .editer_detail .captions {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.author_box .editer_detail .info {
  margin: 4% 0 10%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.author_box .editer_detail table td {
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 980px) {
  .author_box {
    display: block;
  }
  .author_box .editer_icon {
    width: 100px;
    margin-top: 0;
    position: absolute;
    top: -25%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 1;
  }
  .author_box .editer_detail {
    width: 100%;
    margin-top: 10%;
  }
  .author_box .editer_detail .sub {
    font-size: 28px;
    font-weight: 500;
    color: #333;
  }
  .author_box .editer_detail .captions {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }
  .author_box .editer_detail .info {
    margin: 4% 0 10%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }
  .author_box .editer_detail table {
    display: block;
  }
  .author_box .editer_detail table td {
    color: rgba(0, 0, 0, 0.5);
  }
}
.titleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8%;
}
.titleflex .title {
  width: 70%;
}
.titleflex .flexbtn {
  width: 40%;
}

.area_column {
  margin: 0 auto 40px;
}
.area_column .area_card {
  position: relative;
  width: 45%;
  margin-bottom: 4%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.area_column .area_card:nth-child(2n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.area_column .area_card .post_box {
  overflow: hidden;
  margin-bottom: 2%;
}
.area_column .area_card .post_box .post_trim {
  padding-top: 40.25%;
}
.area_column .area_card .overview {
  padding: 4% 4% 5%;
}
.area_column .area_card .overview h2 {
  font-size: 18px;
  margin-bottom: 2%;
}
.area_column .area_card .overview .spot {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

@media screen and (max-width: 980px) {
  .area_column {
    margin: 0 auto 40px;
  }
  .area_column .area_card {
    position: relative;
    width: 100%;
  }
  .area_column .area_card:nth-child(2n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.tag_title {
  margin-bottom: 4%;
}
.tag_title h1 {
  margin-bottom: 8px;
}
.tag_title .sub {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4784313725);
  margin-bottom: 3%;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tags li {
  line-height: 1;
  margin-right: 2%;
  padding: 1% 4%;
  font-size: 12px;
  border-radius: 20px;
  color: rgba(0, 0, 0, 0.5019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.detail {
  text-align: right;
  display: block;
}
.detail.text span {
  font-weight: 500;
  font-size: 14px;
  padding: 3px 12px;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.detail a {
  font-weight: 500;
  font-size: 14px;
  padding: 3px 12px;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

@media screen and (max-width: 980px) {
  .detail {
    text-align: right;
    display: block;
  }
  .detail.text span {
    font-weight: 500;
    font-size: 16px;
    padding: 3px 12px;
    position: relative;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    background-color: #E97C21;
    color: #fff;
  }
  .detail a {
    font-weight: 500;
    font-size: 14px;
    padding: 3px 12px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
}
.link_column {
  margin: 0 auto 40px;
}
.link_column .boxes_link {
  position: relative;
  width: 48%;
  margin-bottom: 2%;
  padding: 3%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.link_column .boxes_link:nth-child(2n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.link_column .boxes_link h2 {
  font-size: 16px;
  margin-bottom: 6%;
}
.link_column .boxes_link .overview .text {
  margin-bottom: 2%;
}
.link_column .boxes_link .overview .text p {
  font-size: 14px;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  .link_column {
    margin: 0 auto 40px;
  }
  .link_column .boxes_link {
    position: relative;
    width: 100%;
  }
  .link_column .boxes_link:nth-child(2n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.img_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 40px;
}
.flow li {
  position: relative;
  width: 32%;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 2%;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flow li .num {
  width: 100%;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.flow li:not(:last-child)::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  top: calc(50% - 10px);
  left: 100%;
}
.flow li .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 10px auto;
}
.flow li .text {
  font-size: 14px;
  padding: 5%;
}

@media screen and (max-width: 980px) {
  .flow {
    display: block;
    margin-bottom: 30px;
  }
  .flow li {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    padding: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .flow li .num {
    width: 100%;
    margin: 5px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
  }
  .flow li:not(:last-child)::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    top: auto;
    bottom: calc(0% - 16px);
    left: 50%;
  }
  .flow li .title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
  }
  .flow li .text {
    font-size: 14px;
    padding: 2% 5%;
  }
}
.icon_undecided {
  background: #000;
  color: #fff;
  padding: 2px 6px;
  font-size: 13px;
  border-radius: 8px;
  font-weight: 900;
}

.panel {
  text-align: center;
  font-family: "Outfit", sans-serif;
  /*&.lines:before {
     right: 70px;
  }*/
}
.panel .year {
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
  color: #333;
  display: block;
  width: 100%;
}
.panel.lines:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  width: calc(100% - 170px);
  height: 1px;
  background-color: black;
  margin: auto;
  z-index: 1;
}

.day_single_wrap {
  width: 48%;
}

.day_panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  /*
     .week {
        padding: 10px 2px; 
        line-height: normal;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        font-size: 10px;
        font-weight: 500;
        margin: 0 auto;
        white-space: nowrap;
     }
  */
}
.day_panel.is_planBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4%;
}
.day_panel .cal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  white-space: nowrap;
  margin: 0 0 12px;
  line-height: 1;
}
.day_panel .cal:last-child {
  padding-left: 6px;
  /*
  &::before {
     position: absolute;
     content: " ";
     display: block;
     border-bottom: solid 2px #000;
     left: -50%;
     top: 50%;
     width: 0.5em;
     transform: translate(-50%, 0%);
  }*/
}
.day_panel .cal .split {
  font-weight: 300;
}
.day_panel .period {
  margin-top: 10px;
  /*.week {
     width: auto;
     border: 1px solid rgba(0, 0, 0, 0.2);
     display: inline;
     border-radius: 4px;
     font-weight: bold;
     margin: 0 0 0 10px;
     font-size: 10px;
     padding: 4px;
  }*/
}

span.endicon {
  font-size: 12px;
  padding: 4px 10px;
  white-space: nowrap;
  margin-left: 3px;
  border-radius: 10px;
  background-color: #eee;
}

.itemgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.itemCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  text-decoration: none;
  margin-bottom: 5%;
}
.itemCard:hover {
  text-decoration: none;
}
.itemCard .item_thumb {
  width: 124px;
}
.itemCard .item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  width: calc(100% - 160px);
}
.itemCard .item_contents h2 {
  font-size: 21px;
  line-height: 1.4;
}
.itemCard .item_contents .daystatus {
  font-size: 12px;
}

@media screen and (max-width: 980px) {
  .itemCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    text-decoration: none;
    margin-bottom: 5%;
  }
  .itemCard:hover {
    text-decoration: none;
  }
  .itemCard .item_thumb {
    width: 100px;
  }
  .itemCard .item_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    width: calc(100% - 120px);
  }
  .itemCard .item_contents h2 {
    font-size: 21px;
    line-height: 1.4;
  }
  .itemCard .item_contents .daystatus {
    font-size: 12px;
  }
}
.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.icon-list li {
  display: block;
  width: auto;
  margin: 0 2% 2%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.icon-list li span {
  font-size: 12px;
  font-weight: 500;
  padding-left: 2px;
}
.icon-list li img {
  width: 25px;
  height: 25px;
}

.popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.popup {
  position: fixed;
  inset: 0;
  margin: auto;
}

hr {
  margin: 10px 0%;
  border-color: rgba(0, 0, 0, 0.1019607843);
}

.field {
  margin-top: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.field::after {
  clear: both;
  content: "";
  display: block;
}

.inner {
  padding: 0 5%;
}

.innerBlock {
  padding: 5% 10%;
}

.innerBlockLarge {
  padding: 0% 20%;
}

.headings_display_1 {
  font-size: 28px;
  font-weight: 500;
  margin: 30px auto;
}

.headings_display_2 {
  font-size: 21px;
  margin-bottom: 16px;
  font-weight: 500;
  padding-top: 8%;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

@media screen and (max-width: 980px) {
  .headings_display_1 {
    font-size: 26px;
  }
  .headings_display_2 {
    font-size: 19px;
  }
}
.listbtn {
  position: relative;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listbtn a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 8px 28px 8px 12px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: auto;
}
.listbtn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 980px) {
  .listbtn {
    position: relative;
  }
  .listbtn a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 8px 24px 8px 8px;
    font-size: 14px;
    font-weight: 500;
    width: 70%;
    margin: 20px auto 10px;
    text-align: center;
  }
}
.headings_acf_center_1 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #333;
  margin: 30px auto 40px;
  padding: 0 0.5em 0.4em;
  /*&::before {
  	position: absolute;
  	content: " ";
  	display: block;
  	border-bottom: solid 3px var.$point-color-1;
  	left: 50%;
  	top: -40px;
  	width: 45px;
  	-webkit-transform: translate(-50%, -50%) rotate(90deg);
  	transform: translate(-50%, -50%) rotate(90deg);
  }*/
}

@media screen and (max-width: 980px) {
  .headings_acf_center_1 {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #333;
    margin: 40px auto 40px;
    padding: 0 0.5em 0.4em;
  }
}
/*見出し1 中央揃え*/
.headings_Boxcenter {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.headings_Boxcenter .headings_acf_center_1 {
  font-size: 24px;
  margin: 0 auto;
  line-height: 1;
}
.headings_Boxcenter .sub {
  font-size: 16px;
  font-weight: 500;
  color: #E97C21;
}
.headings_Boxcenter .sub_blue {
  font-size: 18px;
  font-weight: 500;
  color: #707F89;
}

@media screen and (max-width: 980px) {
  .headings_Boxcenter {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
  }
  .headings_Boxcenter .headings_acf_center_1 {
    margin: 30px auto 0px;
    line-height: 1;
  }
  .headings_Boxcenter .sub {
    font-size: 15px;
  }
}
.headings_acf_display_1 {
  position: relative;
  font-size: 24px;
  margin-top: 2%;
  margin-bottom: 5%;
  color: #333;
  font-weight: 500;
}
.headings_acf_display_1::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #E97C21;
  left: 0;
  bottom: -10px;
  width: 80px;
  -webkit-transform: translate(0%, -50%) rotate(0deg);
          transform: translate(0%, -50%) rotate(0deg);
}

.headings_acf_display_2 {
  font-size: 20px;
  margin-top: 4%;
  margin-bottom: 4%;
  color: #333;
  font-weight: 500;
}

.headings_center_1 {
  position: relative;
  font-size: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #333;
  margin: 20px auto 70px;
}
.headings_center_1 span {
  color: #E97C21;
}

@media screen and (max-width: 980px) {
  .headings_acf_display_1 {
    position: relative;
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 5%;
    color: #333;
    font-weight: 500;
  }
  .headings_center_1 {
    font-size: 21px;
    margin: 10px auto 30px;
  }
}
.headings_center_2 {
  position: relative;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #333;
  margin: 10px auto 30px;
}
.headings_center_2 span {
  color: #E97C21;
}

@media screen and (max-width: 980px) {
  .headings_center_2 {
    font-size: 21px;
    margin: 10px auto 30px;
  }
}
.textblock {
  margin-bottom: 4%;
}
.textblock.bold {
  font-weight: 500;
}
.textblock.text_center {
  text-align: center;
}
.textblock.text_center p {
  text-align: center;
}
.textblock p {
  text-align: justify;
}
.textblock p:last-child {
  margin-bottom: 0;
}

.textimgs {
  margin-bottom: 30px;
}

.captions {
  margin-top: 4px;
  font-size: 12px;
  color: #333;
}

.ph_caption {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 980px) {
  .textblock {
    margin-bottom: 32px;
  }
}
.imgsBlocK {
  position: relative;
  margin-bottom: 40px;
}
.imgsBlocK h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}
.imgsBlocK.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.imgsBlocK.text {
  text-align: justify;
}

.acf_ph_1column .cell {
  width: 100%;
}

.acf_ph_2column .cell {
  width: 48%;
}

.acf_ph_3column .cell {
  width: 32%;
}

.acf_ph_1column,
.acf_ph_2column,
.acf_ph_3column {
  margin-top: 10px;
  margin-bottom: 20px;
}
.acf_ph_1column .post_box,
.acf_ph_1column img,
.acf_ph_2column .post_box,
.acf_ph_2column img,
.acf_ph_3column .post_box,
.acf_ph_3column img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.acf_ph_1column img {
  margin-bottom: 30px;
}

.acf_ph_1column .cell {
  width: 100%;
}

.acf_ph_2column .cell {
  width: 48.4%;
}

.acf_ph_3column .cell {
  width: 32%;
}

.acf_ph_1column h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}

.acf_ph_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1024px;
}
.acf_ph_2column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 980px) {
  .acf_ph_2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: initial;
    margin: 10px auto 20px;
  }
  .acf_ph_2column .cell {
    width: 100%;
  }
}
body {
  counter-reset: number 0;
}

.Num {
  counter-increment: mycounter;
}
.Num::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 28px;
  font-weight: 500;
  color: #E97C21;
  margin: 0;
}

.flex_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  margin: 10px auto 30px;
}
.flex_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_content h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 2%;
  font-weight: 500;
}
.flex_content h2 span {
  color: #E97C21;
}
.flex_content .flex_ph {
  position: relative;
  width: 40%;
  overflow: hidden;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.flex_content .resimg {
  -o-object-fit: cover;
     object-fit: cover;
}
.flex_content .post_length {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.flex_content .flex_summary {
  width: 56%;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  .flex_content {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .flex_content h2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .flex_content .flex_ph {
    width: 100%;
    margin-bottom: 4%;
    min-height: 260px;
  }
  .flex_content .flex_summary {
    width: 100%;
    max-width: initial;
  }
}
.insta_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 20px auto 60px;
}
.insta_content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.insta_content h2 {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}
.insta_content .insta_code {
  position: relative;
  width: 60%;
}
.insta_content .insta_summary {
  width: 32%;
  text-align: justify;
}

@media screen and (max-width: 980px) {
  .insta_content {
    display: block;
    width: 100%;
    margin: 20px auto 60px;
  }
  .insta_content h2 {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 30px;
    font-weight: 500;
  }
  .insta_content .insta_code {
    position: relative;
    width: 100%;
    margin-bottom: 8%;
  }
  .insta_content .insta_summary {
    width: 100%;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 0 auto 1%;
  overflow: hidden;
  background-color: #fafafa;
  aspect-ratio: 16/9;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframeBlock:has(+ .textblock) {
  margin-bottom: 3%;
}

@media screen and (max-width: 980px) {
  .iframeBlock {
    max-width: initial;
  }
}
.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.coverFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.post_Box {
  position: relative;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40.25%;
  background-size: cover;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/4;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

a.free_layout_btn {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.free_layout_btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.02);
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  margin: 20px auto 10px;
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.free_layout_btn .btnimg {
  width: 24%;
  padding-top: 15%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.free_layout_btn .btn_container {
  width: 70%;
  padding: 3% 4%;
}
.free_layout_btn .btn_container .btn_text {
  color: #333;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 980px) {
  .free_layout_btn {
    width: 100%;
    max-width: initial;
    height: auto;
    margin: 0 auto 30px;
  }
  .free_layout_btn::after {
    border: none;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 48%;
  }
  .free_layout_btn .btn_container {
    position: relative;
    width: 100%;
    padding: 4% 6% 4% 4%;
  }
  .free_layout_btn .btn_container::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #333;
    text-align: left;
  }
  .free_layout_btn .btn_container .btn_text .info {
    font-size: 14px;
  }
}
.voice_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  margin: 20px auto 20px;
  padding: 2% 2%;
  border-radius: 10px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}
.voice_box .morelink {
  margin-top: 6%;
}
.voice_box .morelink a {
  display: inline-block;
  font-size: 14px;
  padding: 4px 30px 4px 8px;
  border-radius: 10px;
}
.voice_box .morelink a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.voice_box .voice_thumb {
  width: 190px;
  text-align: center;
}
.voice_box .voice_thumb .sub {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.voice_box .voice_thumb .captions {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.voice_box .voice_thumb .btnimg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 4%;
}
.voice_box .voice_container {
  width: calc(100% - 190px);
  padding: 3% 4%;
}
.voice_box .voice_container .btn_text {
  color: #333;
}
.voice_box .voice_container .btn_text .title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.voice_box .voice_container .btn_text .info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 980px) {
  .voice_box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
    padding: 3% 2%;
    border-radius: 10px;
    overflow: hidden;
    color: #333;
    background-color: #fff;
  }
  .voice_box .morelink {
    margin-top: 6%;
  }
  .voice_box .morelink a {
    display: block;
    font-size: 14px;
    padding: 4px 30px 4px 8px;
    border-radius: 10px;
  }
  .voice_box .morelink a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .voice_box .voice_thumb {
    width: 190px;
    text-align: center;
    margin: 0 auto 20px;
  }
  .voice_box .voice_thumb .btnimg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 4%;
  }
  .voice_box .voice_container {
    width: 100%;
    padding: 3% 4%;
  }
  .voice_box .voice_container .btn_text .title h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .voice_box .voice_container .btn_text .info {
    font-size: 14px;
  }
}
.morelink {
  margin-bottom: 10px;
}
.morelink:last-child {
  margin-bottom: 0;
}
.morelink a {
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.morelink a:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.morelink a span {
  font-size: 13px;
  vertical-align: middle;
  text-align: right;
  float: right;
  padding-right: 16px;
}

.linkfield {
  margin-bottom: 10%;
  background: #f2ece4;
  padding: 4%;
  border-radius: 8px;
}
.linkfield:last-child {
  margin-bottom: 0;
}

.entrylink {
  margin: 1% auto 2%;
  width: 80%;
}
.entrylink:last-child {
  margin-bottom: 1%;
}
.entrylink a {
  position: relative;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  background-color: #E97C21;
  padding: 12px 24px 12px 24px;
}
.entrylink a:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.entrylink a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.entrylink a span {
  font-size: 21px;
  vertical-align: middle;
  text-align: right;
  float: right;
  padding-right: 16px;
}

@media screen and (max-width: 980px) {
  .linkfield {
    margin-bottom: 10%;
    padding: 2%;
    border-radius: 8px;
  }
  .linkfield .headings_acf_center_1 {
    font-size: 16px;
  }
  .entrylink {
    margin: 1% auto 2%;
    width: 94%;
  }
  .entrylink a {
    position: relative;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    background-color: #E97C21;
    padding: 12px 24px 12px 18px;
  }
  .entrylink a span {
    font-size: 18px;
    vertical-align: middle;
    text-align: right;
    float: right;
    padding-right: 16px;
  }
}
.btn a {
  position: relative;
  display: block;
  padding: 12px 24px 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  text-align: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}
.btn a span {
  font-size: 12px;
  font-weight: 200;
  padding-left: 4%;
  color: rgba(0, 0, 0, 0.5019607843);
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.btn a:hover {
  opacity: 0.6;
}

.orengebtn {
  margin-bottom: 1%;
  width: 45%;
}
.orengebtn a {
  width: 100%;
  min-width: 200px;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #E97C21;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 30px 18px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
.orengebtn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.orengebtn a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 980px) {
  .orengebtn a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 30px 12px 16px;
    width: 100%;
  }
}
.card_collection a {
  color: #333;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card_collection .thumb {
  width: auto;
  height: 320px;
}
.card_collection .overview {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10% 2%;
}

.free-layout-album {
  width: 100%;
  margin: 20px auto 40px;
}

.photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.photo-list .photo-item {
  width: 18%;
  margin-bottom: 30px;
}
.photo-list .photo-item .photo {
  border-radius: 10px;
  padding-top: 60.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.vbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 980px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-item .photo {
    border-radius: 10px;
    padding-top: 16.875%;
  }
}
.loop_section .l_inner {
  padding-top: 2%;
  padding-bottom: 4%;
}
.loop_section .l_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1600px;
  margin: 0 auto;
}

/*
.swiper-button-prev,
.swiper-button-next {
	display: grid;
	place-content: center;
	width: 6.4rem;
	height: 6.4rem;
	cursor: pointer;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	border: solid var(--color-gray);
	border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
	margin-left: 0.4rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.swiper-button-next::after {
	margin-right: 0.4rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
}
*/
.card05 {
  overflow: hidden;
}

.card05 .swiper {
  overflow: visible;
}

.card05 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.card05 .swiper-slide {
  margin-right: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card05 .slide {
  overflow: hidden;
  border-radius: 10px;
}

.card05 .slide-media {
  padding-top: 58.5%;
}

.card05 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

.l-section .l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  transition-property: opacity, -webkit-transform !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: #EFEDD1;
}

.mv01 .slide-media {
  height: 500px;
  background-color: #000;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
          animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(100px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .mv01 .slide-media {
    height: max(60vh, 60vw);
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.swiper-item {
  text-decoration: none;
}

.card01 {
  margin-bottom: 2%;
}
.card01 .swiper-slide {
  margin-right: 32px;
}

.card02 .swiper-slide,
.card03 .swiper-slide {
  margin-right: 20px;
}

@media screen and (max-width: 980px) {
  .card01 .swiper-slide,
  .card02 .swiper-slide,
  .card03 .swiper-slide {
    margin-right: 20px;
  }
}
.card01 {
  overflow: hidden;
}
.card01 .swiper {
  overflow: visible;
}
.card01 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 880px;
  margin: 0 auto;
}
.card01 .swiper-slide {
  position: relative;
  width: 100%;
  max-width: 253px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.card01 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card01 .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 2%;
}
.card01 .swiper-item .post_box {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.card01 .swiper-item .overview {
  padding: 2%;
}
.card01 .swiper-item .overview h2 {
  font-size: 18px;
  margin-bottom: 8px;
}
.card01 .swiper-item .overview .name {
  font-size: 16px;
  font-weight: 500;
}
.card01 .swiper-item .overview .sub {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4784313725);
  margin-bottom: 5%;
}
.card01 .swiper-item .overview .comment {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.862745098);
}

.card02 .swiper {
  overflow: visible;
}
.card02 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 10%;
}
.card02 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card02 .swiper-slide {
  width: 100%;
  max-width: 216px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card02 .swiper-slide.teachs {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  max-width: 260px;
  padding: 2%;
  background-color: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card02 .swiper-slide.teachs .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}
.card02 .swiper-slide.teachs .post_box {
  margin-bottom: 10px;
}
.card02 .swiper-slide.teachs .tw_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card02 .swiper-slide.teachs .title h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.card02 .swiper-slide.teachs .linkbottom {
  margin-top: auto;
}
.card02 .swiper-slide.supports {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 2%;
  background-color: #FAFAFA;
}
.card02 .swiper-slide.supports .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}
.card02 .swiper-slide.supports .post_box {
  margin-bottom: 10px;
}
.card02 .swiper-slide.supports .title h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.card02 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card02 .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card02 .swiper-item .post_length {
  padding-top: 145.8%;
  border-radius: 10px;
}
.card02 .swiper-item .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5% 0;
  text-align: left;
}
.card02 .swiper-item .overview h2 {
  font-size: 14px;
  font-weight: normal;
}
.card02 .swiper-item .overview .place {
  background-image: none;
  margin-bottom: 2px;
  padding: 0;
}
.card02 .swiper-item .overview .spot {
  margin: 0;
}
.card02 .swiper-item .overview .editer_icon {
  width: 28px;
}
.card02 .is_teachwrap .swiper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card03.card_wrapper {
  margin: 0 0 60px 0;
}
.card03 .swiper {
  overflow: visible;
}
.card03 .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 10%;
}
.card03 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card03 .swiper-slide {
  width: 100%;
  max-width: 254px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: left;
}
.card03 .swiper-slide a {
  padding: 4% 1% 1%;
}
.card03 .swiper-slide.plan_link {
  position: relative;
  max-width: 310px;
  height: auto;
  padding: 2%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.card03 .swiper-slide.plan_link h2 {
  font-size: 16px;
  margin-bottom: 6%;
}
.card03 .swiper-slide.plan_link .overview .text {
  margin-bottom: 2%;
}
.card03 .swiper-slide.plan_link .overview .text p {
  font-size: 14px;
  text-align: justify;
}
.card03 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.card03 .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 2%;
}
.card03 .swiper-item .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5%;
}
.card03 .swiper-item .overview .title {
  margin-bottom: 30px;
}
.card03 .swiper-item .overview .title h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.card03 .swiper-item .overview .title .theme,
.card03 .swiper-item .overview .title .spot {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
}
.card03 .swiper-item .overview .place {
  font-size: 12px;
  background-image: url(../img/module/icon/item_icon_loc.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 14px auto;
  padding-left: 22px;
  opacity: 0.5;
}
.card03 a {
  color: #333;
  text-decoration: none;
}

.arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
.arrow a {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: 500;
  height: 75px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow_bow::before {
  top: 40px;
  left: 4px;
  width: 99%;
  height: 2px;
  background: #000;
}

.arrow_bow::after {
  right: 0;
  width: 18px;
  height: 18px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 980px) {
  .arrow {
    position: relative;
    display: block;
    width: 100%;
    height: initial;
  }
  .arrow a {
    font-size: 16px;
    display: block;
    text-align: left;
    font-weight: 500;
    background-color: #fff;
  }
  .arrow::before,
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow_bow::before {
    left: 0;
    height: 2px;
    background: #000;
  }
  .arrow_bow::after {
    right: 2px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.card01 .swiper-slide,
.card02 .swiper-slide,
.card03 .swiper-slide,
.read_card .swiper-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.card01 .card_inner,
.card02 .card_inner,
.card03 .card_inner,
.read_card .card_inner {
  padding: 10px 5%;
}

.card01 .swiper-slide:hover,
.card02 .swiper-slide:hover,
.card03 .swiper-slide:hover,
.read_card .swiper-slide:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
  border: none;
}
table.cell2 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell2 tr:last-child {
  border-bottom: none;
}
table.cell2 th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  width: 8em;
  padding: 2% 0;
  white-space: nowrap;
}
table.cell2 td {
  vertical-align: top;
  padding: 2%;
  line-height: 1.8;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
table.cell3 tr:last-child {
  border-bottom: none;
}
table.cell3 th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 10px 20px;
  white-space: nowrap;
}
table.cell3 td {
  width: auto;
  vertical-align: top;
  padding: 10px 20px;
  font-size: 13px;
}
table.cell3 td:nth-last-child(2) {
  white-space: nowrap;
}
table.cell3 td span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 980px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
    margin-bottom: 30px;
    border: none;
    display: block;
  }
  table tbody {
    width: 100%;
    display: block;
  }
  table.cell2 tr {
    width: 100%;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th {
    width: 100%;
    display: block;
    padding: 4% 0 0;
  }
  table.cell2 td {
    width: 100%;
    display: block;
    padding: 2% 0;
  }
}
.ttflexBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ttflexBlock__guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  margin-bottom: 1%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.ttflexBlock__guide a {
  color: #555555;
  text-decoration: underline;
}
.ttflexBlock__guide .flex_th {
  font-size: 14px;
  font-weight: 500;
  width: 30%;
  padding: 2% 2% 0 0;
}
.ttflexBlock__guide .flex_td {
  font-size: 14px;
  width: 70%;
  padding: 2% 0;
}
.ttflexBlock__guide .flex_td .bt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: -6px;
}
.ttflexBlock__guide .flex_td .bt span {
  display: block;
}

@media screen and (max-width: 980px) {
  .ttflexBlock {
    display: block;
  }
  .ttflexBlock__guide {
    display: block;
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
  }
  .ttflexBlock__guide .flex_th {
    font-size: 14px;
    width: 100%;
    padding: 2% 1%;
  }
  .ttflexBlock__guide .flex_td {
    font-size: 16px;
    width: 100%;
    padding: 2% 1%;
  }
  .ttflexBlock__guide .flex_td .bt {
    font-size: 21px;
    line-height: 1.3;
    margin-top: -6px;
  }
  .ttflexBlock__guide .flex_td .bt span {
    display: block;
  }
}
.textlink {
  margin: 20px auto 20px;
}
.textlink::after {
  clear: both;
  content: "";
  display: block;
}
.textlink a {
  position: relative;
  display: block;
  padding: 14px 30px 14px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.textlink .link1set {
  margin-bottom: 20px;
}
.textlink .link1set .left_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.textlink .link1set .center_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.textlink .link1set .right_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textlink .link2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link2set .morelink {
  width: 49%;
}
.textlink .link3set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link3set .morelink {
  width: 32%;
}

@media screen and (max-width: 980px) {
  .textlink {
    margin: 20px auto 20px;
  }
  .textlink a {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 10px;
  }
  .textlink .link1set .left_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .center_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .right_more {
    display: block;
    width: 100%;
  }
  .textlink .link2set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link2set .morelink {
    width: 100%;
  }
  .textlink .link3set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link3set .morelink {
    width: 100%;
  }
}
a.link {
  text-decoration: underline;
}

/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

.form_content {
  /*Mobile*/
}
.form_content select,
.form_content input,
.form_content button,
.form_content textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}
.form_content select:focus,
.form_content input:focus,
.form_content button:focus,
.form_content textarea:focus {
  outline: 0;
}
.form_content input,
.form_content select {
  vertical-align: middle;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel] {
  height: 2.2em;
  padding-left: 0.5em;
  border: solid 1px #bbb;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}
.form_content textarea {
  padding: 0.4em;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  position: relative;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.form_content input[type=text],
.form_content input[type=password],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}
.form_content input[type=password] {
  width: 50%;
}
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel] {
  width: 90%;
}
.form_content input[type=text].mini,
.form_content input[type=email].mini,
.form_content input[type=tel].mini {
  width: 50%;
}
.form_content input[type=text].xmini,
.form_content input[type=email].xmini,
.form_content input[type=tel].xmini {
  width: 30%;
}
.form_content input[type=text].xxmini,
.form_content input[type=email].xxmini,
.form_content input[type=tel].xxmini {
  width: 20%;
}
.form_content input[type=text].wide,
.form_content input[type=email].wide,
.form_content input[type=tel].wide {
  width: 80%;
}
.form_content input[type=text].name_field,
.form_content input[type=email].name_field,
.form_content input[type=tel].name_field {
  width: 80%;
}
.form_content input[type=text].zip_field,
.form_content input[type=email].zip_field,
.form_content input[type=tel].zip_field {
  width: 60%;
}
.form_content input[type=text].zip1_field,
.form_content input[type=email].zip1_field,
.form_content input[type=tel].zip1_field {
  width: 100px;
}
.form_content input[type=text].zip2_field,
.form_content input[type=email].zip2_field,
.form_content input[type=tel].zip2_field {
  width: 150px;
}
.form_content input[type=text].tel_field,
.form_content input[type=email].tel_field,
.form_content input[type=tel].tel_field {
  width: 60%;
}
.form_content input[type=text].tel_mini,
.form_content input[type=email].tel_mini,
.form_content input[type=tel].tel_mini {
  width: 100px;
}
.form_content input[type=text].age_mini,
.form_content input[type=email].age_mini,
.form_content input[type=tel].age_mini {
  width: 100px;
}
.form_content .separater {
  padding-right: 0.3em;
}
.form_content input[type=file] {
  border: solid 1px #bbb;
}
.form_content textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}
.form_content input:focus,
.form_content textarea:focus {
  background-color: #f6f6f6;
  border-color: #E97C21;
}
.form_content input::-webkit-input-placeholder, .form_content textarea::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::-moz-placeholder, .form_content textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input:-ms-input-placeholder, .form_content textarea:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::-ms-input-placeholder, .form_content textarea::-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input::placeholder,
.form_content textarea::placeholder {
  color: #bbb;
  font-style: italic;
}
.form_content input[type=submit],
.form_content input[type=button] {
  -webkit-appearance: none;
}
.form_content .other_field {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .form_content textarea {
    width: 100%;
    max-width: 100%;
  }
  .form_content select {
    width: 100%;
  }
  .form_content input[type=text],
  .form_content input[type=email],
  .form_content input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  .form_content input[type=text].mini,
  .form_content input[type=email].mini,
  .form_content input[type=tel].mini {
    width: 100%;
  }
  .form_content input[type=text].xmini,
  .form_content input[type=email].xmini,
  .form_content input[type=tel].xmini {
    width: 25%;
  }
  .form_content input[type=text].name_field,
  .form_content input[type=email].name_field,
  .form_content input[type=tel].name_field {
    width: 100%;
  }
  .form_content .name_sei,
  .form_content .name_mei {
    display: block;
  }
  .form_content input[type=text].xxmini,
  .form_content input[type=email].xxmini,
  .form_content input[type=tel].xxmini {
    width: 20%;
  }
  .form_content input[type=text].wide,
  .form_content input[type=email].wide,
  .form_content input[type=tel].wide {
    width: 100%;
  }
  .form_content input[type=text].zip_field,
  .form_content input[type=email].zip_field,
  .form_content input[type=tel].zip_field {
    width: 100%;
  }
  .form_content input[type=text].zip1_field,
  .form_content input[type=email].zip1_field,
  .form_content input[type=tel].zip1_field {
    width: 25%;
  }
  .form_content input[type=text].zip2_field,
  .form_content input[type=email].zip2_field,
  .form_content input[type=tel].zip2_field {
    width: 55%;
  }
  .form_content input[type=tel].tel_field {
    width: 100%;
  }
  .form_content input[type=text].tel_mini,
  .form_content input[type=email].tel_mini,
  .form_content input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  .form_content input[type=text].age_mini,
  .form_content input[type=email].age_mini,
  .form_content input[type=tel].age_mini {
    width: 100px;
  }
}

/*====================================
		Form ITEM Design
		ceckbox radio select File
====================================*/
.file_field_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.file_field_label {
  position: relative;
  display: inline-block;
  line-height: 2.4em;
  border-radius: 1em;
  padding-left: 2em;
  padding-right: 2em;
  white-space: nowrap;
  font-size: 16px;
  background-color: #E97C21;
  color: #fff;
  margin-right: 1em;
  text-align: center;
}
.file_field_label:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5;
  transition: all 0.5;
}
.file_field_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .file_field_wrap {
    display: block;
  }
  .file_field_label {
    margin-bottom: 8px;
    width: 80%;
  }
}
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px solid #bbb;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  width: 90%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dl .textlink {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}
.Fieldset dt {
  position: relative;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  margin-right: 5.8em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 8px 40px 0 16px;
  line-height: 1.4;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding: 4px 10px 0 16px;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
    padding: 8px 10px 0 0;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
.Fieldset dl.newstyle dt {
  display: block;
  padding: 8px 40px 0 16px;
  line-height: 1.4;
}

.sup {
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #bbb;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .Fieldset dl.newstyle dt {
    display: block;
    padding: 12px 50px 0 0;
  }
  .sup {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #bbb;
    width: 100%;
  }
}
.form_agree_fields {
  padding: 30px;
  background-color: #FCF5EA;
  margin-bottom: 30px;
  overflow: hidden;
}
.form_agree_fields h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.agree_checkbox_group {
  padding-bottom: 20px;
}
.agree_checkbox_group dl {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agree_checkbox_group dl.agree_compact {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.agree_checkbox_group dt {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.agree_checkbox_group dd {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.form_agree_txt_box {
  position: relative;
  width: 84%;
  height: 180px;
  border: 1px solid #bbb;
  padding: 8px 16px;
  overflow-y: scroll;
  margin: 0 auto 20px;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}

.not_active {
  color: #AEAEB0;
}

.agree_txt_box_layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.agree_txt_box_layer h3 {
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 15px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .form_agree_fields {
    padding: 16px;
    margin: 0 0 16px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: -68px;
  text-align: right;
  color: rgb(0, 128, 122);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #E97C21;
  font-size: 14px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .required_label,
  .req-label {
    right: 8px;
  }
}
.required_label_fix,
.req-label-fix {
  background-color: #E97C21;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
}
.required_label_inline {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-right: 20px;
  position: relative;
  text-align: right;
  color: rgb(0, 128, 122);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label_inline::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #E97C21;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label_inline.required_label_inline_fix::before {
  display: none;
}

.required_label_inline_fix {
  background-color: #2b784e;
  border-radius: 50%;
  color: #fff;
}

.required_label_inline_fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
  .required_label_inline::before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
  margin: 0 auto;
  width: 70%;
  /*display: flex;
  align-items: center;
  justify-content: space-around;*/
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

span.mwform-zip-field {
  margin-bottom: 10px;
  display: block;
}

.formBtnContainer {
  margin-top: -30px;
}

.formBtnContainer_inner {
  text-align: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.formBtnContainer_item {
  margin: 0 10px;
}

.formBtnContainer_item-back input {
  border: none;
  font-size: 14px;
  width: 150px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #E97C21;
  border-radius: 5px;
  letter-spacing: 0.06em;
  color: #E97C21;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.formBtnContainer_item-next input {
  border: none;
  font-size: 14px;
  font-weight: 500;
  background: #E97C21;
  color: #fff;
  width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.formBtnContainer_item-next input:focus {
  background-color: #587fb2;
}

@media screen and (max-width: 767px) {
  .formBtnContainer_inner {
    text-align: center;
    padding: 40px 0;
    display: block;
  }
  .Form_btn {
    width: 80%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }
  .formBtnContainer_item-back input {
    width: 100%;
    margin-bottom: 5%;
  }
  .formBtnContainer_item-next input {
    width: 100%;
  }
}
.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  font-size: 18px;
  color: #FFF;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  text-align: center;
  font-weight: bold;
  background-color: #ff9800;
  border: #d48106 solid 2px;
  border-bottom: 6px solid #d48106;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /*&:hover {
  	transform: translateY(5px);
  	cursor: pointer;
  }*/
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

button.send_btn.not_active {
  background-color: #D6D6D6;
  cursor: default;
}

button.send_btn.not_active:hover {
  opacity: 1;
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: 1px solid #bbb;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
.error_message_label {
  border: solid 2px #CC0000;
  color: #CC0000;
  padding: 30px;
  text-align: center;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_label {
  border: 2px #E97C21 solid;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  color: #E97C21;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message_label {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #E97C21;
}

.progressbar li.active:before {
  background-color: #E97C21;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #E97C21;
}

.formFrow_hissu {
  padding-left: 30px;
  padding-bottom: 10px;
  letter-spacing: 0.06em;
  color: #007038;
  font-size: 14px;
  font-weight: 500;
}
.formFrow_hissu span {
  font-size: 12px;
}

.formWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #919191;
  padding: 4% 3%;
}
.formWrap .title {
  width: 38%;
  font-size: 26px;
  font-weight: 500;
}
.formWrap .formFrow {
  width: 60%;
}
.formWrap .formFrow_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.formWrap .formFrow_inner::after {
  content: "";
  width: calc(100% - 26px);
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .formWrap {
    position: relative;
    display: block;
    border-bottom: 2px solid #919191;
    padding-bottom: 10%;
  }
  .formWrap .title {
    width: 100%;
    font-size: 22px;
    text-align: center;
  }
  .formWrap .formFrow {
    width: 100%;
  }
}
.formFrow_item.active dd:before {
  content: "";
  background: rgba(255, 152, 0, 0.5019607843);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.formFrow_item {
  text-align: center;
}

.formFrow_list dt {
  margin-bottom: 0px;
  font-size: 12px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.formFrow_list dd {
  border-radius: 100px;
  width: 30px;
  position: relative;
}
.formFrow_list dd::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 100px;
}

.formFrow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  padding-left: 30px;
}

span.mwform-radio-field-text {
  padding-left: 10px !important;
  width: 90% !important;
}

/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

/* ++++ PRINT.SCSS ++++*/

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