@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;
*/
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* アンカーされている要素には余分なスクロールマージンが必要 */
:target {
  scroll-margin-block: 5ex;
}

/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.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: 768px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: initial;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
/* diamond */
ul.diamond {
  margin-bottom: 1.5em;
  padding: 0 0 0 12px;
}
ul.diamond li {
  position: relative;
  font-size: 1.6rem;
  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);
}

ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0 0 0 1.6em;
}
ol li {
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: -1.35em;
}
ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: normal;
}

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

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;
}

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

@media screen and (max-width: 768px) {
  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;
  }
}
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: 768px) {
  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;
  }
}
/*

.is_event_wrap {
	background-color: var.$bg-color-1;
	margin-bottom: 20px;
	border-bottom: solid 1px rgb(0 0 0 / 5%);
}

.entry_card {
	opacity: 1;
}

.entry_card.is-hidden {
	visibility: hidden;
	opacity: 0;
	height: 0;
	margin: 0 !important;
}

.list-btn.is-btn-hidden {
	display: none;
}

.list-btn {
	position: relative;
	margin: 0 auto 40px;
	text-align: center;
}

.list-btn button {
	background-color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	height: 44px;
	line-height: 44px;
	width: 120px;

}
*/
.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: 768px) {
  .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 #707070;
  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;
  }
}
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: #000;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  position: relative;
  padding-bottom: 0px;
  text-align: left;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  text-align: left;
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 2em;
  margin: 0 auto;
}
.container.sm {
  max-width: 920px;
  padding: 0;
}

.wrap {
  padding: 0 2%;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 2% 5%;
  }
  .container {
    max-width: initial;
    margin: 0 auto;
    padding: 5% 0;
  }
  .container.sm {
    max-width: initial;
  }
}
@-webkit-keyframes poyo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes poyo {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -6%);
            transform: translate(0, -6%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
header.underindex {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}
header.underindex .header_inner {
  padding: 4px 2%;
  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;
}
header.underindex .header_inner .header_logo {
  width: 208px;
  height: 58px;
}
header.underindex .header_inner .header_logo a img {
  -webkit-animation: poyo 0.6s ease 0s 1 normal running none;
          animation: poyo 0.6s ease 0s 1 normal running none;
}
header.underindex .header_inner .header_logo a img:hover {
  -webkit-animation: poyo 0.8s ease 0s infinite;
          animation: poyo 0.8s ease 0s infinite;
}
header.underindex .header_inner #gnav,
header.underindex .header_inner #ungnav {
  width: 55%;
}
header.underindex .header_inner #gnav .gnav_inner,
header.underindex .header_inner #ungnav .gnav_inner {
  width: 100%;
  margin-left: auto;
}
header.underindex .header_inner #gnav .gnav_list,
header.underindex .header_inner #ungnav .gnav_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 auto;
}
header.underindex .header_inner #gnav .gnav_list li,
header.underindex .header_inner #ungnav .gnav_list li {
  position: relative;
  display: grid;
  place-content: center;
}
header.underindex .header_inner #gnav .gnav_list li::before,
header.underindex .header_inner #ungnav .gnav_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  border-left: 1px solid #707070;
}
header.underindex .header_inner #gnav .gnav_list li a,
header.underindex .header_inner #ungnav .gnav_list li a {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 1.464rem + 0.18vw, 1.6rem);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
header.underindex .header_inner #gnav .gnav_list li a span,
header.underindex .header_inner #ungnav .gnav_list li a span {
  font-size: clamp(1.3rem, 1.264rem + 0.18vw, 1.4rem);
  display: block;
}
header.underindex .header_inner #gnav .gnav_list li a:hover,
header.underindex .header_inner #ungnav .gnav_list li a:hover {
  color: #30B39D;
  text-decoration: inherit;
}
header.underindex .header_inner #gnav .gnav_list li a:hover:after,
header.underindex .header_inner #ungnav .gnav_list li a:hover:after {
  opacity: 0.7;
}
header.underindex .header_inner #gnav .gnav_list li a.hilight,
header.underindex .header_inner #ungnav .gnav_list li a.hilight {
  color: #30B39D;
}
header.underindex .header_inner #gnav .gnav_list li:last-child::after,
header.underindex .header_inner #ungnav .gnav_list li:last-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px solid #707070;
}
header .menu_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header,
  header.underindex,
  #gnav {
    display: none;
  }
}
.header .header_logo {
  display: none;
}
.header #gnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #707070;
  overflow: hidden;
}
.header #gnav .gnav_inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}
.header #gnav .gnav_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  gap: 8px;
}
.header #gnav .gnav_list li {
  position: relative;
  display: grid;
  place-content: center;
}
.header #gnav .gnav_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  border-left: 1px solid #707070;
}
.header #gnav .gnav_list li a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  padding: 16px;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.header #gnav .gnav_list li a span {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  display: block;
}
.header #gnav .gnav_list li a:hover {
  color: #30B39D;
  text-decoration: inherit;
}
.header #gnav .gnav_list li a:hover:after {
  opacity: 0.7;
}
.header #gnav .gnav_list li a.hilight {
  color: #30B39D;
}
.header #gnav .gnav_list li:last-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px solid #707070;
}
.header #gnav + #newsticker_wrap {
  margin-bottom: 0;
}
.header.sticky {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}
.header.sticky .header_inner {
  padding: 4px 2%;
  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;
}
.header.sticky .header_logo {
  width: 208px;
  height: 58px;
  display: block;
}
.header.sticky .header_logo a img {
  -webkit-animation: poyo 0.6s ease 0s 1 normal running none;
          animation: poyo 0.6s ease 0s 1 normal running none;
}
.header.sticky .header_logo a img:hover {
  -webkit-animation: poyo 0.8s ease 0s infinite;
          animation: poyo 0.8s ease 0s infinite;
}
.header.sticky #gnav {
  width: 55%;
  margin-bottom: 0;
  background: none;
  border-bottom: none;
}
.header.sticky #gnav .gnav_inner {
  width: auto;
  max-width: initial;
  margin-inline: auto;
}
.header.sticky #gnav .gnav_list {
  width: 100%;
  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;
  border-left: 1px solid #707070;
}
.header.sticky #gnav .gnav_list li {
  width: 25%;
  border-right: 1px solid #707070;
}
.header.sticky #gnav .gnav_list li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
.header.sticky #gnav .gnav_list li a span {
  font-size: 1.3rem;
  display: block;
}
.header.sticky #gnav .gnav_list li a:hover {
  color: #30B39D;
  text-decoration: inherit;
}
.header.sticky #gnav .gnav_list li a:hover:after {
  opacity: 0.7;
}
.header.sticky #gnav .gnav_list li a.hilight {
  color: #30B39D;
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 70px;
  }
  header#menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.05);
    display: block;
    z-index: 9;
  }
  header#menu .header_inner {
    padding: 2% 2%;
    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;
  }
  header#menu .header_inner .header_logo {
    text-align: center;
    width: 160px;
    height: auto;
  }
  header#menu .header_inner .header_logo a {
    display: block;
    text-decoration: none;
  }
  header#menu .header_inner .header_contact {
    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;
  }
  header#menu .header_inner .header_contact .sptel {
    margin-right: 12px;
  }
  header#menu .header_inner .header_contact .sptel,
  header#menu .header_inner .header_contact .spmail {
    width: 38px;
  }
}
#scroll_top {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 9;
}
#scroll_top #scroll_btn {
  position: relative;
  display: block;
}
#scroll_top #scroll_btn a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  width: 58px;
  height: 58px;
  display: block;
  text-align: center;
  border-radius: 58px;
  background-color: #C3C3C3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#scroll_top #scroll_btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #scroll_top {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 9;
  }
  #scroll_top #scroll_btn {
    position: relative;
    display: block;
  }
  #scroll_top #scroll_btn a {
    width: 44px;
    height: 44px;
  }
  #scroll_top #scroll_btn a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
}
footer {
  position: relative;
  background-color: #F5F5F5;
}
footer .footer_inner {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin: 0 auto;
  padding: 1em 0 1em 5%;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer_inner .footer_logo {
  width: 40%;
  max-width: 290px;
  margin-right: 5%;
}
footer .footer_inner .footer_logo img {
  width: 100%;
  max-width: 358px;
  height: auto;
  display: block;
}
footer .footer_inner .footer_info {
  width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: -30px;
  padding-right: calc(50vw - 50%);
  padding-left: 30px;
}
footer .footer_inner .footer_info .contact {
  background-color: #30B39D;
  color: #fff;
  margin-bottom: 16px;
  padding: 2% 2%;
}
footer .footer_inner .footer_info .contact .title {
  font-size: clamp(1.8rem, 1.582rem + 1.09vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 0.3em;
}
footer .footer_inner .footer_info .contact .btn_wrap {
  width: 65%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_inner .footer_info .contact .btn {
  border: 1px solid #fff;
  border-radius: 4px;
}
footer .footer_inner .footer_info .contact .btn a {
  padding: 20px;
  display: block;
  white-space: nowrap;
}
footer .footer_inner .footer_info .contact .tel {
  line-height: 1.2;
}
footer .footer_inner .footer_info .contact .tel span {
  font-size: 1.3rem;
}
footer .footer_inner .footer_info .contact .tel a {
  font-size: 30px;
  font-weight: 500;
  background: url(../img/module/tel.svg) no-repeat 0% 50%;
  background-size: 24px auto;
  padding-left: 36px;
  font-family: "Outfit", sans-serif;
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
footer .footer_inner .footer_info .contact .tantou {
  font-size: 14px;
}
footer .footer_inner .footer_info .dmo {
  padding: 12px 0;
}
footer .footer_inner .footer_info .dmo .title {
  font-size: 14px;
  background: url(../img/global/dmo_s.svg) no-repeat 0 50%;
  background-size: 48px auto;
  padding: 12px 0 12px 60px;
}

.copyright {
  width: 100%;
  font-size: 14px;
  padding: 8px 5%;
  margin-inline: auto;
  text-align: left;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
  }
  footer .footer_inner {
    position: relative;
    width: 100%;
    max-width: initial;
    font-size: 14px;
    margin: 0 auto;
    padding: 3% 0;
    text-align: left;
    overflow: hidden;
    display: block;
    margin-right: initial;
  }
  footer .footer_inner .footer_logo {
    width: 40%;
    max-width: 358px;
    margin: 10px auto 20px;
  }
  footer .footer_inner .footer_logo img {
    width: 100%;
    max-width: 358px;
    height: auto;
    display: block;
  }
  footer .footer_inner .footer_info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  footer .footer_inner .footer_info .contact {
    background-color: #30B39D;
    color: #fff;
    margin-bottom: 0;
    padding: 1.8em;
  }
  footer .footer_inner .footer_info .contact .btn_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_inner .footer_info .contact .tantou {
    font-size: 14px;
  }
  footer .footer_inner .footer_info .dmo {
    padding: 8px 5%;
  }
  footer .footer_inner .footer_info .dmo .title {
    font-size: 13px;
    background: url(../img/global/dmo_s.svg) no-repeat 0 50%;
    background-size: 32px auto;
    padding: 12px 0 12px 50px;
  }
  .copyright {
    width: 100%;
    max-width: initial;
    font-size: 12px;
    padding: 8px;
  }
}
#spnav {
  position: fixed;
  right: -120%;
}

.sp_header,
.menubtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_header {
    position: fixed;
    width: 100%;
    height: 64px;
    padding-left: 2%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px);
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
    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;
    z-index: 99;
  }
  .sp_header .sp_header_logo {
    max-width: 168px;
    height: 58px;
  }
  .sp_header .sp_header_logo img {
    width: 100%;
    display: block;
    height: auto;
  }
  .menubtn {
    position: fixed;
    z-index: 9999;
    top: 12px;
    right: 8px;
    cursor: pointer;
    width: 64px;
    height: 64px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 12px;
    height: 3px;
    background-color: #5D5D5D;
    width: 50%;
  }
  .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: 98;
    top: 64px;
    right: -120%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #fff;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav_list {
    background-color: #fff;
  }
  #spnav.panelactive {
    right: 0;
  }
  #spnav ul.sn {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #707070;
  }
  #spnav ul.sn li a {
    position: relative;
    color: #000;
    text-decoration: none;
    padding: 18px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
  }
  #spnav ul.sn li a span {
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  #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;
    border-bottom: 1px solid #707070;
  }
  #spnav .sidenav_bottom {
    padding: 2% 4%;
  }
  #spnav .sidenav_bottom .ft_copy {
    font-size: 10px;
    text-align: center;
  }
  #spnav .footer_logo {
    width: 40%;
    max-width: 358px;
    margin: 10px auto 20px;
  }
  #spnav .footer_logo img {
    width: 100%;
    max-width: 358px;
    height: auto;
    display: block;
  }
  #spnav .footer_info {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  #spnav .footer_info .contact {
    background-color: #30B39D;
    color: #fff;
    margin-bottom: 16px;
    padding: 20px;
  }
  #spnav .footer_info .contact .title {
    font-size: 1.9rem;
    font-weight: 500;
    margin-bottom: 0.3em;
  }
  #spnav .footer_info .contact p {
    font-size: 1.3rem;
  }
  #spnav .footer_info .contact .btn_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #spnav .footer_info .contact .btn {
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 0.8em;
  }
  #spnav .footer_info .contact .btn a {
    padding: 20px;
    display: block;
  }
  #spnav .footer_info .contact .tel {
    line-height: 1.2;
  }
  #spnav .footer_info .contact .tel span {
    font-size: 1.3rem;
  }
  #spnav .footer_info .contact .tel a {
    font-size: 30px;
    font-weight: 500;
    background: url(../img/module/tel.svg) no-repeat 0% 50%;
    background-size: 24px auto;
    padding-left: 36px;
    font-family: "Outfit", sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #spnav .footer_info .contact .tantou {
    font-size: 14px;
  }
  #spnav .footer_info .dmo {
    padding: 8px 5%;
  }
  #spnav .footer_info .dmo .title {
    font-size: 13px;
    background: url(../img/global/dmo_s.svg) no-repeat 0 50%;
    background-size: 32px auto;
    padding: 12px 0 12px 50px;
  }
}
.no-scroll #wrapper {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .no-scroll #wrapper {
    position: fixed;
    z-index: 7;
    background: rgba(100, 181, 146, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#newsticker_wrap {
  width: 100%;
  background-color: #ECECEC;
}
#newsticker_wrap #ticker-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}
#newsticker_wrap #ticker-wrap .newsticker {
  position: relative;
  display: grid;
  grid-template-columns: 22% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#newsticker_wrap .pickup_title {
  color: #fff;
  margin-right: 1em;
  padding: 28px 20px 28px 0;
  height: auto;
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  text-align: right;
  white-space: nowrap;
  margin-left: calc(50% - 50vw);
  background-color: #30B39D;
}

.pickup_summary {
  position: relative;
  margin: 0;
  padding: 0;
}
.pickup_summary.list_view li {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.pickup_summary.list_view li a {
  border-bottom: 1px solid #000;
}

.ticker_entry {
  position: relative;
}
.ticker_entry:link {
  display: block;
  text-decoration: none;
}
.ticker_entry .data_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.3em;
}
.ticker_entry .data_cat .data {
  font-size: clamp(1.35rem, 1.254rem + 0.51vw, 1.4rem);
  font-family: "Outfit", sans-serif;
}
.ticker_entry .data_cat .cat {
  margin-left: 1em;
  display: inline;
  color: #111;
  border: 1px solid #707070;
  padding: 2px 30px;
  text-align: center;
  background-color: #fff;
  font-size: clamp(1.35rem, 1.254rem + 0.51vw, 1.4rem);
}
.ticker_entry .title {
  position: relative;
  font-size: clamp(1.7rem, 1.454rem + 0.51vw, 1.8rem);
  font-weight: 500;
  max-width: 820px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 2em;
}
.ticker_entry .title::after {
  position: absolute;
  top: 50%;
  right: 6px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.ticker_entry .title.is_site {
  background: url(../img/module/window_b.svg) no-repeat 100% 50%;
  background-size: 16px auto;
}
.ticker_entry .title.is_site::after {
  content: none;
}

.topics_list li {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #707070;
}
.topics_list .ticker_entry {
  position: relative;
  display: grid;
  grid-template-columns: 22% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.topics_list .ticker_entry:link {
  text-decoration: none;
}
.topics_list .ticker_entry .data_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.topics_list .ticker_entry .data_cat .data {
  font-size: clamp(1.35rem, 1.254rem + 0.51vw, 1.4rem);
  font-weight: 500;
}
.topics_list .ticker_entry .data_cat .cat {
  margin-left: 1em;
  display: inline;
  color: #111;
  border: 1px solid #707070;
  padding: 2px 32px;
  text-align: center;
  background-color: #fff;
  font-size: clamp(1.35rem, 1.254rem + 0.51vw, 1.4rem);
  font-weight: 500;
}

.topics_detail {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
}
.topics_detail .topics_detail_inner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto 2em;
}
.topics_detail .topics_detail_inner .data_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  margin-bottom: 1em;
}
.topics_detail .topics_detail_inner .data_cat .data {
  font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
  font-weight: 500;
  color: #5D5D5D;
}
.topics_detail .topics_detail_inner .data_cat .cat {
  margin-left: 1em;
  display: inline;
  color: #111;
  border: 1px solid #707070;
  padding: 2px 32px;
  text-align: center;
  background-color: #fff;
  font-size: clamp(1.35rem, 1.254rem + 0.51vw, 1.4rem);
  font-weight: 500;
}
.topics_detail .topics_detail_inner .detail_title {
  font-size: clamp(2rem, 1.508rem + 1.03vw, 2.2rem);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #newsticker_wrap #ticker-wrap {
    max-width: initial;
  }
  #newsticker_wrap #ticker-wrap .newsticker {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 10px;
  }
  #newsticker_wrap #ticker-wrap .pickup_title {
    color: #fff;
    text-align: center;
    margin-right: 0;
    padding: 8px 10px;
    height: auto;
    white-space: nowrap;
    margin-left: 0;
  }
  .pickup_summary {
    position: relative;
    margin: 0;
    padding: 10px 20px 16px;
    overflow: hidden;
  }
  .topics_list li {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #707070;
  }
  .topics_list .ticker_entry {
    grid-template-columns: 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer_sanka {
  background-color: #F38A30;
  -webkit-box-shadow: 0 0 0 100vmax #F38A30;
          box-shadow: 0 0 0 100vmax #F38A30;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  margin: 0em auto 3em;
  padding: 2.4em 0;
  color: #fff;
}
.footer_sanka .sanka_inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.footer_sanka .sanka_inner h2 {
  font-size: clamp(3.6rem, 2.8rem + 4vw, 5.8rem);
  font-weight: 500;
  margin: 0 auto 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.footer_sanka .sanka_inner p {
  text-align: center;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.footer_sanka .sanka_grid {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.footer_sanka .btn {
  position: relative;
  display: block;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  outline: none;
  z-index: 1;
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  font-weight: 500;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 28px 60px 28px 44px;
  width: 100%;
  max-width: 508px;
  margin: 0 auto;
}
.footer_sanka .btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}

@media screen and (max-width: 768px) {
  .footer_sanka {
    margin: 0em auto 3em;
    padding: 2em 0;
  }
  .footer_sanka .sanka_inner {
    position: relative;
    max-width: initial;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
  }
  .footer_sanka .sanka_inner p {
    text-align: left;
  }
}
.bg_gray {
  position: relative;
  background-color: #F5F5F5;
  margin: 0 auto 5em;
  padding: 2em 0 0;
}

@media screen and (max-width: 768px) {
  .bg_gray {
    margin: 0 auto 3em;
    padding: 1em 0 0;
  }
}
.imgs {
  margin-bottom: 0.8em;
}

.grid_root_flex {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .grid_root_flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid_flex {
  display: grid;
  margin-bottom: 2.2em;
}
.grid_flex .post_box a:link {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.grid_flex .post_box a:hover {
  opacity: 0.9;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.grid_flex .post_box img,
.grid_flex .post_box .post_trim {
  margin-bottom: 0.8em;
}
.grid_flex .list_title {
  font-weight: 500;
  font-size: clamp(2.1rem, 1.362rem + 1.54vw, 2.4rem);
  line-height: 1.45;
}
.grid_flex.ph_2column {
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
.grid_flex.ph_2column .title {
  font-size: clamp(1.9rem, 1.162rem + 1.54vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.4em;
}
.grid_flex.ph_3column {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.grid_flex.ph_4column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .grid_flex {
    display: grid;
    margin-bottom: 2em;
  }
  .grid_flex.ph_1column {
    display: block;
  }
  .grid_flex.ph_2column {
    grid-template-columns: 1fr;
  }
  .grid_flex.ph_2column .title {
    font-size: clamp(1.9rem, 1.162rem + 1.54vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 0.4em;
  }
  .grid_flex.ph_3column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .grid_flex .post_box .post_trim {
    margin-bottom: 0.5em;
  }
  .grid_flex.ph_4column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.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: 31%;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  }
}
.gridindustry {
  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;
  width: 100%;
  margin: 0 auto;
}
.gridindustry .industry_thumb {
  width: 31%;
}
.gridindustry .industry_thumb .industry_imgs {
  width: 100%;
  margin: 0 auto 5%;
}
.gridindustry .industry_thumb .industry_imgs img {
  margin: 0 auto;
  width: 70%;
}
.gridindustry .industry_thumb .industry_imgs h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.gridindustry .industry_thumb .industry_summary p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .gridindustry {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gridindustry .industry_thumb {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5%;
  }
  .gridindustry .industry_thumb .industry_imgs {
    margin: 0;
    width: 20%;
    text-align: center;
  }
  .gridindustry .industry_thumb .industry_imgs img {
    width: 80%;
    margin-inline: auto;
  }
  .gridindustry .industry_thumb .industry_imgs h2 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .gridindustry .industry_thumb .industry_summary {
    width: 75%;
  }
  .gridindustry .industry_thumb .industry_summary p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.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: 48%;
  text-align: center;
  margin-bottom: 2%;
}
.groupflex .group .post_box {
  width: 260px;
  height: 100px;
  margin: 0 auto 8px;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.groupflex .group .group_trim {
  width: 260px;
  height: 100px;
  background-position: 50% 50%;
}
.groupflex .group .overview .name {
  font-size: 18px;
  font-weight: 500;
}
.groupflex .group .overview .sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4784313725);
}

@media screen and (max-width: 768px) {
  .groupflex {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .groupflex .group {
    width: 100%;
    text-align: center;
    margin-bottom: 8%;
  }
  .groupflex .group .post_box {
    width: 260px;
    height: 100px;
    margin: 0 auto 8px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .groupflex .group .group_trim {
    width: 260px;
    height: 100px;
    background-position: 50% 50%;
  }
  .groupflex .group .overview .name {
    font-size: 18px;
    font-weight: 500;
  }
  .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_gray {
  background-color: #F5F4F4;
}
.read_detail_bg {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff);
  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;
  background-color: #30B39D;
  margin: 4% auto 2%;
}

.read_detail_wrap {
  position: relative;
  width: 100%;
  max-width: 1080px;
}

.read_detail_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.read_detail_hero .read_detail_thumb {
  overflow: hidden;
  height: auto;
  width: 50%;
  background-color: #30B39D;
}
.read_detail_hero .read_detail_thumb .is_readvisual {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
}
.read_detail_hero .read_detail_summary {
  width: 45%;
  background-color: #fff;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 20px;
}
.read_detail_hero .summary_text h1 {
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 0.8em;
}
.read_detail_hero .summary_text h1 span {
  font-weight: 400;
  font-size: 13px;
}
.read_detail_hero .summary_text .editer_place_spot {
  margin: 0 0 30px 0;
}
.read_detail_hero .summary_text .editer_place_spot .com {
  font-size: 26px;
  font-weight: 300;
}
.read_detail_hero .summary_text .editer_place_spot .facility {
  font-size: 26px;
  font-weight: 300;
}
.read_detail_hero .summary_text .job {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.5em;
  padding: 2px 18px;
  border: 1px solid #000;
}
.read_detail_hero .summary_text .year {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1em;
}
.read_detail_hero .summary_text .text p {
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .read_detail_bg {
    margin: 0 auto;
  }
  .read_detail_wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .read_detail_hero {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .read_detail_hero .read_detail_thumb {
    overflow: hidden;
    height: auto;
    margin-left: 0;
    padding: 3%;
    width: 100%;
  }
  .read_detail_hero .read_detail_thumb .is_readvisual {
    width: 100%;
    overflow: hidden;
    margin: auto;
  }
  .read_detail_hero .read_detail_summary {
    width: 100%;
    padding: 5%;
    margin-left: auto;
  }
  .read_detail_hero .read_detail_summary h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0.8em;
  }
  .read_detail_hero .read_detail_summary h1 span {
    font-weight: 400;
    font-size: 14px;
  }
  .read_detail_hero .read_detail_summary .editer_place_spot {
    margin: 0 0 30px 0;
  }
  .read_detail_hero .read_detail_summary .editer_place_spot .com {
    font-size: 20px;
    font-weight: 300;
  }
  .read_detail_hero .read_detail_summary .editer_place_spot .facility {
    font-size: 20px;
    font-weight: 300;
  }
  .read_detail_hero .read_detail_summary .job {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.5em;
    padding: 2px 18px;
    border: 1px solid #000;
  }
  .read_detail_hero .read_detail_summary .year {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
  }
  .read_detail_hero .read_detail_summary .text p {
    font-size: 16px;
    font-weight: 300;
  }
}
.qblock_wrap {
  position: relative;
  margin: 80px 0 50px auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qblock_wrap.wide {
  width: 100%;
}
.qblock_wrap.side {
  width: 70%;
  margin: 70px auto 40px 10%;
}
.qblock_wrap .qwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  z-index: 1;
}
.qblock_wrap .qwrap .qmark {
  position: relative;
  background-color: #C3C3C3;
  width: 104px;
  height: 104px;
  margin-right: 20px;
}
.qblock_wrap .qwrap .qmark span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 60px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qblock_wrap .qwrap .qtitle {
  width: calc(100% - 120px);
}
.qblock_wrap .qwrap .qtitle h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}
.qblock_wrap .qtext {
  width: 95%;
  margin-top: -3%;
  margin-left: auto;
  position: relative;
  padding: 7% 5% 3% 5%;
  background-color: #F5F4F4;
  z-index: -1;
}
.qblock_wrap .qtext p {
  font-size: 16px;
}

.qblock_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.qblock_flex .qblock_wrap {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qblock_flex .qblock_wrap,
.qblock_flex .qblock_img {
  width: 47.8%;
}

@media screen and (max-width: 768px) {
  .qblock_wrap {
    position: relative;
    margin: 40px 0 50px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qblock_wrap.wide {
    width: 100%;
  }
  .qblock_wrap.side {
    width: 100%;
    margin: 40px auto 50px;
  }
  .qblock_wrap .qwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    z-index: 1;
  }
  .qblock_wrap .qwrap .qmark {
    position: relative;
    background-color: #C3C3C3;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .qblock_wrap .qwrap .qmark span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .qblock_wrap .qwrap .qtitle {
    width: calc(100% - 100px);
  }
  .qblock_wrap .qwrap .qtitle h2 {
    font-size: 20px;
  }
  .qblock_wrap .qtext {
    width: 95%;
    margin-top: -3%;
    margin-left: auto;
    position: relative;
    padding: 7% 5% 3% 5%;
    background-color: #F5F4F4;
    z-index: -1;
  }
  .qblock_wrap .qtext p {
    font-size: 16px;
  }
  .qblock_flex {
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .qblock_flex .qblock_wrap {
    position: relative;
    margin: 0 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qblock_flex .qblock_wrap,
  .qblock_flex .qblock_img {
    width: 100%;
  }
}
.searchBox {
  background-color: #F5F4F4;
  margin-bottom: 2%;
  padding: 2% 3%;
}
.searchBox h2 {
  font-weight: 300;
  text-align: center;
}
.searchBox .searchflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchBox .searchflex .search {
  width: 31%;
}
.searchBox .searchflex .search .title {
  font-size: 14px;
  margin-bottom: 10px;
}
.searchBox .searchflex .searchbtn {
  width: 100px;
  padding-top: 22px;
}
.searchBox .searchflex .searchbtn .btn {
  background-color: #8C8C8C;
  padding: 10px 18px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .searchBox {
    background-color: #F5F4F4;
    margin: 2% auto;
    padding: 3%;
  }
  .searchBox h2 {
    font-weight: 300;
    text-align: center;
  }
  .searchBox .searchflex {
    display: block;
  }
  .searchBox .searchflex .search {
    width: 100%;
  }
  .searchBox .searchflex .search .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .searchBox .searchflex .searchbtn {
    width: 100%;
    padding-top: 16px;
    margin: 0 auto;
  }
  .searchBox .searchflex .searchbtn .btn {
    width: 100%;
    background-color: #8C8C8C;
    padding: 10px 18px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
  }
}
.popwindow {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.popwindow .headbox {
  padding: 3% 4% 2%;
  background-color: #fff;
  text-align: left;
}
.popwindow .headbox h2 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
.popwindow .headbox .sub {
  font-size: 18px;
  font-weight: 500;
}
.popwindow .inner {
  padding: 3% 4% 2%;
  background-color: #F5F4F4;
}
.popwindow .scroll {
  height: auto;
  max-height: 25em;
  overflow: scroll;
  text-align: left;
}
.popwindow .interview_head {
  position: relative;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto 10px;
  text-align: center;
  width: 50%;
}
.popwindow .interview_head::before, .popwindow .interview_head::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: black;
}
.popwindow .interview_head::before {
  left: 0;
}
.popwindow .interview_head::after {
  right: 0;
}
.popwindow .pop_thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2%;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 6px;
  text-decoration: none;
}
.popwindow .pop_thumb .thumb {
  width: 70px;
  height: 70px;
  margin-right: 16px;
  border-radius: 6px;
}
.popwindow .pop_thumb .summary {
  width: calc(100% - 70px);
}
.popwindow .pop_thumb .summary p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding: 0;
  }
  .popwindow {
    position: relative;
    width: 86%;
    max-width: initial;
    margin: auto;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1019607843);
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  }
  .popwindow .headbox {
    padding: 3% 4% 2%;
    background-color: #fff;
  }
  .popwindow .headbox h2 {
    font-size: 18px;
    margin: 0;
  }
  .popwindow .headbox .sub {
    font-size: 16px;
  }
  .popwindow .inner {
    padding: 3% 4% 2%;
    background-color: #F5F4F4;
  }
  .popwindow .scroll {
    height: auto;
    max-height: 25em;
    overflow: scroll;
    text-align: left;
  }
  .popwindow .interview_head {
    position: relative;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
  .popwindow .interview_head::before, .popwindow .interview_head::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: black;
  }
  .popwindow .interview_head::before {
    left: 0;
  }
  .popwindow .interview_head::after {
    right: 0;
  }
  .popwindow .pop_thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2%;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 6px;
    text-decoration: none;
  }
  .popwindow .pop_thumb .thumb {
    width: 50px;
    height: 50px;
  }
  .popwindow .pop_thumb .summary {
    width: calc(100% - 60px);
  }
  .popwindow .pop_thumb .summary p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.boxes {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 10px auto 40px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.boxes hr {
  margin: 0 -6%;
}
.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: #30B39D;
  /*--縦線の色--*/
}
.boxes_shawdow.nomargin {
  margin: 10px auto 30px;
}
.boxes_shawdow.evmargin {
  margin: -80px auto 60px;
}
.boxes_shawdow .inner {
  padding: 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: 768px) {
  .boxes {
    position: relative;
    width: 100%;
    margin: -30px auto 60px;
    max-width: initial;
  }
  .boxes_shawdow {
    position: relative;
    width: 100%;
    max-width: initial;
    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;
    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%;
  }
}
.attempt_flex {
  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: 2em 0 0 2.5em;
}
.attempt_flex h2 {
  font-size: clamp(3rem, 0.538rem + 5.13vw, 4rem);
  margin-top: 0;
  margin-bottom: 3%;
}
.attempt_flex .thumb {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.attempt_flex .thumb img {
  width: 48%;
  height: auto;
  display: block;
}
.attempt_flex .summary {
  width: 72%;
}
.attempt_flex .summary h2 {
  font-size: 44px;
  margin: 0;
}
.attempt_flex .jinjibu_thumb {
  width: 374px;
}
.attempt_flex .jinjibu_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.attempt_flex .jinjibu_summary {
  width: calc(100% - 420px);
}
.attempt_flex .work_thumb {
  width: 280px;
}
.attempt_flex .work_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.attempt_flex .work_summary {
  width: calc(100% - 290px);
}

@media screen and (max-width: 768px) {
  .attempt_flex {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1em 0 1.5em 0;
  }
  .attempt_flex h2 {
    margin-top: 0;
    margin-bottom: 3%;
  }
  .attempt_flex .thumb {
    width: 50%;
    margin: 0 auto 5%;
  }
  .attempt_flex .thumb img {
    margin: auto;
  }
  .attempt_flex .summary {
    width: 100%;
  }
  .attempt_flex .summary h2 {
    font-size: 26px;
    margin: 0;
  }
  .attempt_flex .jinjibu_thumb {
    width: 60%;
    margin: 0 auto 5%;
  }
  .attempt_flex .jinjibu_summary {
    width: 100%;
  }
  .attempt_flex .work_thumb {
    width: 60%;
    margin: 0 auto 5%;
  }
  .attempt_flex .work_summary {
    width: 100%;
  }
}
.doubleflex {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2em 0 0 2.5em;
}
.doubleflex .box {
  position: relative;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 8% 3% 5%;
}
.doubleflex .thumb {
  position: absolute;
  top: -40px;
  left: 10px;
  width: 60px;
  height: 60px;
}
.doubleflex .thumb img {
  border-radius: 50%;
  border: 1px solid #000;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.doubleflex .osusume {
  position: absolute;
  top: -30px;
  left: 80px;
  font-weight: 500;
}
.doubleflex .doublewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.doubleflex .daywrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3%;
}
.doubleflex .daywrap .day {
  width: 74px;
  margin-right: 16px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
}
.doubleflex .daywrap .time {
  font-size: 18px;
  font-weight: 500;
}
.doubleflex .doubleleft {
  width: 60%;
}
.doubleflex .doubleleft h2 {
  color: #30B39D;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 10%;
}
.doubleflex .doubleleft .box {
  width: 48%;
}
.doubleflex .doubleright {
  width: 38%;
}
.doubleflex .doubleright .box {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .doubleflex {
    display: block;
    padding: 1em 0 0 1.5em;
  }
  .doubleflex .box {
    position: relative;
    border: 1px solid #000;
    border-radius: 6px;
    margin-bottom: 15%;
    padding: 8% 5% 5%;
  }
  .doubleflex .thumb {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .doubleflex .thumb img {
    border-radius: 50%;
    border: 1px solid #000;
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #fff;
  }
  .doubleflex .osusume {
    position: absolute;
    top: -30px;
    left: 80px;
    font-weight: 500;
  }
  .doubleflex .doublewrap {
    display: block;
  }
  .doubleflex .daywrap {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    margin-bottom: 2%;
  }
  .doubleflex .daywrap .day {
    width: 74px;
    margin-right: 16px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #000;
    border-radius: 6px;
  }
  .doubleflex .daywrap .time {
    font-size: 18px;
    font-weight: 500;
  }
  .doubleflex .doubleleft {
    width: 100%;
  }
  .doubleflex .doubleleft h2 {
    color: #30B39D;
    font-size: 21px;
    margin-bottom: 15%;
  }
  .doubleflex .doubleleft .box {
    width: 100%;
  }
  .doubleflex .doubleright {
    width: 100%;
  }
  .doubleflex .doubleright .box {
    width: 100%;
    margin-bottom: 0;
  }
}
.hstatus {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 4px 8px;
  background-color: #30B39D;
  overflow: hidden;
  color: #fff;
  display: inline-block;
}

.listflex {
  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;
  padding: 2em 0 0 2.5em;
}
.listflex h3 {
  color: #30B39D;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 5%;
}
.listflex h3 span {
  font-size: 17px;
}
.listflex .statusicon {
  width: auto;
  min-width: 120px;
  margin-right: 5%;
  margin-bottom: 5%;
}
.listflex .statusicon.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listflex .statusicon.fl .status {
  margin-right: 10px;
}
.listflex .statusicon .status {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 6px;
  background-color: #fff;
  overflow: hidden;
}
.listflex .statusicon .status.vrl {
  margin-bottom: 0;
  padding: 12px 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.listflex .statusicon h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.listflex .statusicon h2.vrl {
  margin-bottom: 5%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.listflex .status_thumb {
  width: 200px;
  margin-right: 5%;
}
.listflex .status_summary {
  width: calc(100% - 420px);
}
.listflex .status_thumb_hz {
  width: 400px;
}
.listflex .status_thumb_hz img {
  width: 70%;
  margin: 0 auto;
  max-width: 240px;
}
.listflex .status_thumb_hz img.p1 {
  max-width: 190px;
}
.listflex .status_summary_hz {
  width: calc(100% - 420px);
}

@media screen and (max-width: 768px) {
  .listflex {
    display: block;
    padding: 1em 0 0 1.5em;
  }
  .listflex h3 {
    color: #30B39D;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 5%;
  }
  .listflex .statusicon {
    width: auto;
    min-width: initial;
    margin-right: 5%;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .listflex .statusicon.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .listflex .statusicon.fl .status {
    margin-right: 10px;
  }
  .listflex .statusicon .status {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #000;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 12px 4px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .listflex .statusicon .status.vrl {
    margin-bottom: 0;
    padding: 12px 4px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .listflex .statusicon h2 {
    font-size: 30px;
    margin: 0;
  }
  .listflex .statusicon h2.vrl {
    margin: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .listflex .status_thumb {
    width: 40%;
    margin: 5% auto;
  }
  .listflex .status_thumb img {
    margin: 0 auto 5%;
  }
  .listflex .status_summary {
    width: 100%;
  }
  .listflex .status_thumb_hz {
    width: 100%;
  }
  .listflex .status_thumb_hz img {
    width: 60%;
    margin: 0 auto 5%;
  }
  .listflex .status_summary_hz {
    width: 100%;
  }
}
ul.list_check {
  margin-bottom: 20px;
  padding: 0;
}
ul.list_check li {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0 8px 50px;
  margin-bottom: 8px;
  list-style: none;
  line-height: 1.6;
  background: url(../img/module/check.svg) no-repeat 0% 50%;
  background-size: 44px auto;
}

@media screen and (max-width: 768px) {
  ul.list_check {
    margin-bottom: 20px;
    padding: 0;
  }
  ul.list_check li {
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0 8px 40px;
    margin-bottom: 6px;
    list-style: none;
    line-height: 1.5;
    background: url(../img/module/check.svg) no-repeat 0% 50%;
    background-size: 32px auto;
  }
}
.pages_navi {
  position: relative;
  margin: 0 auto 20px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -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);
}
.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-pack: distribute;
      justify-content: space-around;
  overflow-x: scroll;
  white-space: nowrap;
  font-weight: bold;
  color: #afadad;
  font-size: 14px;
  padding: 0 5%;
}
.pages_navi .pages_navi_link a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  padding: 20px 18px;
  display: block;
  text-align: center;
}
.pages_navi .pages_navi_link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #30B39D;
  -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 {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.pages_navi .pages_navi_link a.hilight:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .pages_navi {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    height: 60px;
  }
  .pages_navi .pages_navi_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    white-space: nowrap;
    font-weight: bold;
    color: #afadad;
    font-size: 14px;
    padding: 0;
  }
  .pages_navi .pages_navi_link a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    padding: 20px 12px;
    display: block;
    text-align: center;
  }
  .pages_navi .pages_navi_link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #30B39D;
    -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 {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .pages_navi .pages_navi_link a.hilight:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.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);
}

.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: #30B39D;
}
.boxes_flex .detail {
  text-align: left;
}

.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: #000;
  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: 768px) {
  .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 fuwafuwa_1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa_1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.pages_visual {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background: url(../img/pages/index/visual.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.pages_visual .pages_inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 770px;
  margin-inline: auto;
}
.pages_visual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 530px;
  text-align: center;
  padding: 2%;
}
.pages_visual .title h1 {
  margin: 0 auto 30px;
  -webkit-animation: fuwafuwa_1 0.8s ease 0s infinite;
          animation: fuwafuwa_1 0.8s ease 0s infinite;
}
.pages_visual .title h1 img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.pages_visual .title .catch {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.pages_visual .circle {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.pages_visual .circle.is_n1 {
  top: 5%;
  left: 10%;
  width: 100%;
  height: 100%;
  max-width: 192px;
  max-height: 192px;
  background: url(../img/pages/index/v_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.pages_visual .circle.is_n2 {
  top: 40%;
  left: -3%;
  width: 100%;
  height: 100%;
  max-width: 167px;
  max-height: 167px;
  background: url(../img/pages/index/v_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.pages_visual .circle.is_n3 {
  bottom: 5%;
  left: 10%;
  width: 212px;
  height: 212px;
  background: url(../img/pages/index/v_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.pages_visual .circle.is_n4 {
  top: 10%;
  right: 5%;
  width: 212px;
  height: 212px;
  background: url(../img/pages/index/v_4.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.pages_visual .circle.is_n5 {
  bottom: 15%;
  right: 15%;
  width: 164px;
  height: 164px;
  background: url(../img/pages/index/v_5.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .pages_visual .pages_inner {
    height: calc(50vh + 50vw);
    max-width: initial;
  }
  .pages_visual .title {
    max-width: 300px;
    padding: 5%;
  }
  .pages_visual .title h1 {
    margin: 0 auto 20px;
  }
  .pages_visual .title .catch {
    font-size: 18px;
  }
  .pages_visual .circle {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  }
  .pages_visual .circle.is_n1 {
    top: 12%;
    left: 5%;
    width: 100%;
    height: 100%;
    max-width: 28.3870967742vw;
    max-height: 28.3870967742vw;
  }
  .pages_visual .circle.is_n2 {
    top: 60%;
    left: -3%;
    width: 100%;
    height: 100%;
    max-width: 20.3870967742vw;
    max-height: 20.3870967742vw;
  }
  .pages_visual .circle.is_n3 {
    bottom: 5%;
    left: 10%;
    width: 100%;
    height: 100%;
    max-width: 18.3870967742vw;
    max-height: 18.3870967742vw;
  }
  .pages_visual .circle.is_n4 {
    top: 15%;
    right: 5%;
    width: 100%;
    height: 100%;
    max-width: 28.3870967742vw;
    max-height: 28.3870967742vw;
  }
  .pages_visual .circle.is_n5 {
    bottom: 15%;
    right: 5%;
    width: 100%;
    height: 100%;
    max-width: 18.3870967742vw;
    max-height: 18.3870967742vw;
  }
}
.pages_visual_under {
  position: relative;
  width: 100%;
  height: calc(10vh + 10vw);
  background: url(../img/pages/index/under_visual.jpg) no-repeat 50% 75%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2em;
}
.pages_visual_under .pages_visual_inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  height: calc(10vh + 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages_visual_under .pages_visual_inner .title {
  color: #fff;
  text-align: left;
}
.pages_visual_under .pages_visual_inner .title h1 {
  font-size: clamp(4rem, -5.846rem + 20.51vw, 8rem);
  font-weight: 500;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.pages_visual_under .pages_visual_inner .title h1 span {
  font-size: clamp(1.8rem, 1.145rem + 3.27vw, 3.6rem);
  display: block;
}
.pages_visual_under .pages_visual_inner .title .sub {
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .pages_visual_under {
    position: relative;
    width: 100%;
    height: calc(15vh + 15vw);
    background: url(../img/pages/index/under_visual.jpg) no-repeat 50% 50%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0.5em;
  }
  .pages_visual_under .pages_visual_inner {
    position: relative;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 70px 5% 3%;
    height: calc(15vh + 15vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pages_visual_under .pages_visual_inner .title {
    color: #fff;
    text-align: left;
  }
  .pages_visual_under .pages_visual_inner .title .sub {
    font-size: 16px;
  }
}
.puchi_wrap {
  position: relative;
  margin: 4.5em auto 6em;
}
.puchi_wrap .puchi_title {
  position: relative;
  text-align: center;
  margin: 2.5em auto 3.5em;
}
.puchi_wrap .puchi_title h1 {
  font-size: clamp(4rem, -5.846rem + 20.51vw, 8rem);
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
}
.puchi_wrap .puchi_title h2 {
  color: #30B39D;
  font-size: clamp(3.2rem, 1.231rem + 4.1vw, 4rem);
  font-weight: 700;
  line-height: 1;
}
.puchi_wrap p {
  font-size: clamp(1.9rem, 0.669rem + 2.56vw, 2.4rem);
  margin-bottom: 1em;
}
.puchi_wrap strong {
  font-weight: 700;
  color: #30B39D;
}

.puchi_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 2em;
}

.puchi_center {
  display: grid;
  place-content: center;
  text-align: center;
}
.puchi_center h2 {
  font-size: clamp(2.4rem, -1.538rem + 8.21vw, 4rem);
  font-weight: 500;
  line-height: 1;
}
.puchi_center .btn_grid {
  width: 100%;
  max-width: 510px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .puchi_wrap {
    position: relative;
    margin: 2.5em auto 6em;
  }
  .puchi_wrap .puchi_title {
    position: relative;
    text-align: center;
    margin: 2.5em auto 3.5em;
  }
  .puchi_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 2em;
  }
  .puchi_center {
    display: grid;
    place-content: center;
    text-align: center;
  }
  .puchi_center .btn_grid {
    width: 100%;
    max-width: initial;
    margin: auto;
  }
}
.overflow_box {
  position: relative;
  margin: 3em auto 50px;
  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;
}
.overflow_box .boxcircle {
  width: 440px;
  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;
}
.overflow_box .boxcircle .post_Box {
  width: 358px;
  height: 358px;
}
.overflow_box .boxcircle .title {
  width: 60px;
}
.overflow_box .boxcircle .title h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.overflow_box .boxsummary {
  width: calc(100% - 480px);
}
.overflow_box .boxsummary h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3% 0;
}
.overflow_box .boxsummary p {
  font-size: 18px;
  font-weight: 300;
}
.overflow_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.overflow_box.reverse .boxcircle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .overflow_box {
    position: relative;
    margin: 0 auto 5%;
    display: block;
  }
  .overflow_box .boxcircle {
    margin: 0 auto 16px;
    width: 60%;
  }
  .overflow_box .boxcircle .post_Box {
    width: 100%;
    height: 100%;
    max-width: 280px;
    max-height: 280px;
  }
  .overflow_box .boxsummary {
    width: 100%;
  }
  .overflow_box .boxsummary .title h2 {
    font-size: 26px;
  }
  .overflow_box .boxsummary p {
    font-size: 16px;
  }
  .overflow_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .overflow_box.reverse .boxcircle .title {
    width: 60px;
    margin-right: 20px;
  }
  .overflow_box.reverse .boxsummary {
    width: 100%;
  }
  .overflow_box.reverse .boxsummary p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .industry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .industry .industry_imgs {
    width: 30%;
  }
  .industry .industry_summary {
    width: 65%;
  }
  .industry img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .industry h2 {
    font-size: 24px;
    margin-bottom: 5%;
  }
  .industry p {
    font-size: 16px;
  }
}
.pick_up_event {
  position: relative;
  width: 100%;
  max-width: 800px;
  background-color: #EFEDD1;
  border: 1px solid #707070;
  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: #30B39D;
}
.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: 768px) {
  .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: #30B39D;
    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;
  }
}
.grid_plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2%;
}
.grid_plan .plan_box {
  width: 32%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.grid_plan .plan_box h2 {
  background-color: #30B39D;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0;
  padding: 7% 5%;
}
.grid_plan .plan_box table.cell2 {
  margin: 0;
}
.grid_plan .plan_box table.cell2 ul {
  margin: 0;
}
.grid_plan .plan_box table.cell2 th,
.grid_plan .plan_box table.cell2 td {
  font-size: 14px;
  padding: 5% 2%;
}
.grid_plan .plan_box table.cell2 th li,
.grid_plan .plan_box table.cell2 td li {
  font-size: 14px;
}
.grid_plan .plan_box table.cell2 td span {
  font-size: 17px;
  font-weight: 500;
  color: #30B39D;
}

@media screen and (max-width: 768px) {
  .grid_plan {
    display: block;
    margin: 0 auto;
  }
  .grid_plan .plan_box {
    width: 100%;
    margin-bottom: 3%;
  }
  .grid_plan .plan_box h2 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 2% 5%;
  }
  .grid_plan .plan_box table.cell2 {
    margin: 0;
  }
  .grid_plan .plan_box table.cell2 ul {
    margin: 0;
  }
  .grid_plan .plan_box table.cell2 th,
  .grid_plan .plan_box table.cell2 td {
    font-size: 14px;
    padding: 1% 2%;
  }
  .grid_plan .plan_box table.cell2 th li,
  .grid_plan .plan_box table.cell2 td li {
    font-size: 14px;
  }
  .grid_plan .plan_box table.cell2 td span {
    font-size: 16px;
  }
}
.is_support {
  margin: 0 auto;
}
.is_support .container {
  margin: 0 auto;
}
.is_support .support_online {
  padding: 0;
}
.is_support .support_online h1 {
  text-align: center;
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 2%;
}
.is_support .support_online h1 span {
  color: #30B39D;
}
.is_support .support_online .zoom_line {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.is_support .support_online .zoom_line span {
  background: url(../img/module/icon/zoom_line.svg) no-repeat 0 50%;
  background-size: 80px auto;
  padding: 12px 0 12px 100px;
}

.support {
  background-color: #F0DEE3;
  overflow: hidden;
}
.support .support_wrap {
  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;
  height: auto;
  min-height: 190px;
}
.support .support_one {
  width: 30%;
  height: 90px;
}
.support .support_one .title {
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #30B39D;
  color: #30B39D;
  border-radius: 50px;
  margin-bottom: 0.8rem;
  padding: 2px 8px;
  font-size: 14px;
  display: inline-block;
}
.support .support_one .tel {
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.support .support_one .tel span {
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0% 50%;
  background-size: 16px auto;
  font-family: "Outfit", sans-serif;
  padding: 0 0 0 30px;
}
.support .support_one .time {
  font-size: 14px;
  font-weight: 300;
}
.support .support_two {
  width: 30%;
  height: 90px;
}
.support .support_two .title {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.support .support_two .pinkbtn a {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px 10px 42px;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #30B39D url(../img/module/icon/icon_mail_w.svg) no-repeat 16px 50%;
  background-size: 20px auto;
}
.support .support_thumb {
  width: 35%;
}
.support .support_thumb img {
  position: absolute;
  bottom: -15px;
  right: -18px;
}

@media screen and (max-width: 768px) {
  .is_support {
    margin: 0 auto;
  }
  .is_support .container {
    margin: 0 auto;
  }
  .is_support .support_online {
    padding: 2% 0;
  }
  .is_support .support_online h1 {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 2%;
  }
  .is_support .support_online .zoom_line {
    margin: initial;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .is_support .support_online .zoom_line span {
    background: url(../img/module/icon/zoom_line.svg) no-repeat 0 50%;
    background-size: 40px auto;
    padding: 8px 0 8px 50px;
    display: block;
  }
  .support {
    background-color: #F0DEE3;
    overflow: hidden;
  }
  .support .support_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
    min-height: initial;
    padding: 5% 3% 0 3%;
  }
  .support .support_one {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 5%;
  }
  .support .support_one .title {
    border-radius: 50px;
    margin-bottom: 0.8rem;
    padding: 2px 8px;
    font-size: 13px;
    display: inline-block;
  }
  .support .support_one .tel {
    font-size: 26px;
    font-weight: 500;
    white-space: nowrap;
  }
  .support .support_one .tel span {
    background-size: 16px auto;
    font-family: "Outfit", sans-serif;
    padding: 0 0 0 24px;
  }
  .support .support_one .time {
    font-size: 13px;
    font-weight: 300;
  }
  .support .support_two {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .support .support_two .title {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  .support .support_thumb {
    width: 40%;
    margin: 5% auto -16px;
  }
  .support .support_thumb img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    display: block;
  }
}
.stepboxes {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #30B39D;
  margin-bottom: 2%;
  padding: 2%;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.stepboxes .flex_content {
  margin: 0;
}
.stepboxes .flex_content .flex_ph {
  width: 120px;
}
.stepboxes .flex_content .flex_summary {
  width: calc(100% - 150px);
}
.stepboxes .step {
  display: block;
  background-color: #30B39D;
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  padding-top: 20px;
  overflow: hidden;
}
.stepboxes .step .name {
  font-size: 18px;
  line-height: 1;
}
.stepboxes .step .num {
  margin-top: -10px;
  font-size: 50px;
  font-family: "Outfit", sans-serif;
}
.stepboxes .kokokara {
  background-color: #30B39D;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 1% 2%;
  font-size: 13px;
}
.stepboxes .stepDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
.stepboxes .stepDl dt {
  width: 90px;
  padding: 1% 2%;
  background-color: #f7f7f7;
}
.stepboxes .stepDl dd {
  padding: 1% 2%;
}

@media screen and (max-width: 768px) {
  .stepboxes {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #30B39D;
    margin-bottom: 2%;
    padding: 0;
    overflow: hidden;
  }
  .stepboxes .flex_content {
    display: block;
    margin: 0;
  }
  .stepboxes .flex_content h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .stepboxes .flex_content h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .stepboxes .flex_content .flex_ph {
    width: 100%;
    min-height: initial;
    border-radius: 0;
  }
  .stepboxes .flex_content .flex_summary {
    width: 100%;
    padding: 2% 5%;
  }
  .stepboxes .step {
    width: 100%;
    height: initial;
    text-align: left;
    border-radius: 0;
    font-weight: 500;
    color: #fff;
    padding-top: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stepboxes .step .name {
    width: 50%;
    font-size: 14px;
    line-height: 1;
    text-align: right;
  }
  .stepboxes .step .num {
    width: 50%;
    margin-top: 0px;
    font-size: 24px;
    padding-left: 2%;
    font-family: "Outfit", sans-serif;
  }
  .stepboxes .kokokara {
    font-size: 12px;
    margin-bottom: 2%;
  }
  .stepboxes .stepDl {
    display: block;
  }
  .stepboxes .stepDl dt {
    width: 100%;
  }
}
.pinkbtn a {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 12px 10px 42px;
  border-radius: 50px;
  text-decoration: none;
  background: #30B39D url(../img/module/icon/icon_mail_w.svg) no-repeat 16px 50%;
  background-size: 18px auto;
}

.bluebtn {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.bluebtn a {
  position: relative;
  display: block;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  padding: 12px 42px;
  border-radius: 6px;
  text-decoration: none;
  background-color: #447CBE;
}
.bluebtn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  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);
}

.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;
}

@media screen and (max-width: 768px) {
  .report_column {
    width: 100%;
    margin: 0 auto 40px;
  }
  .report_column .report_card {
    width: 100%;
  }
  .report_column .report_card:nth-child(2), .report_column .report_card:nth-child(3n+2) {
    margin-top: initial;
  }
  .report_column .report_card:nth-child(3n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.report_card {
  position: relative;
  display: grid;
}
.report_card .post_length {
  padding-top: 146%;
}
.report_card .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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5% 0;
}
.report_card .overview .title {
  margin-bottom: 30px;
}
.report_card .overview h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.report_card .editer_info {
  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;
}
.report_card .editer_info .editer_status {
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
}
.report_card .editer_info .editer_status .place {
  font-size: 12px;
  margin-bottom: 2px;
  padding: 0;
  background-image: none;
}
.report_card .editer_info .editer_status .spot {
  font-size: 12px;
}

.event_column {
  margin: 0 auto 40px;
}
.event_column .event_card {
  position: relative;
  width: 30%;
  margin-bottom: 4%;
  padding: 2%;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.event_column .event_card:nth-child(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}
.event_column .event_card .post_box {
  overflow: hidden;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .event_column {
    margin: 0 auto 40px;
  }
  .event_column .event_card {
    position: relative;
    width: 100%;
  }
  .event_column .event_card:nth-child(3n-1) {
    margin-left: initial;
    margin-right: initial;
  }
}
.event_card {
  position: relative;
  display: grid;
}
.event_card .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 1%;
}
.event_card .overview .title {
  margin-bottom: 30px;
}
.event_card .overview .title h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.event_card .overview .title .theme,
.event_card .overview .title .spot {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5019607843);
}
.event_card .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: 20px;
  opacity: 0.5;
}
.event_card .editer_info {
  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;
}
.event_card .editer_info .editer_status {
  font-size: 14px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
}
.event_card .editer_info .editer_status .place {
  font-size: 12px;
  margin-bottom: 2px;
  padding: 0;
  background-image: none;
}
.event_card .editer_info .editer_status .spot {
  font-size: 12px;
}

.tag_title {
  margin-bottom: 4%;
}

.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);
}

.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: 768px) {
  .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;
  }
}
.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: 768px) {
  .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%;
  }
}
.pagenaviBox {
  width: 100%;
  text-align: center;
}

.wp-pagenavi {
  clear: both;
  margin: 2% auto 3%;
  padding: 18px 0px 5px 10px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  margin: 0 5px 5px 0;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 1px solid #A6A6A6;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #A6A6A6;
}

.wp-pagenavi a {
  color: #A6A6A6;
}

/*
.wp-pagenavi a img{
	vertical-align: middle;
}
*/
.wp-pagenavi span.current {
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  width: 50px;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
}

.wp-pagenavi a.previouspostslink img,
.wp-pagenavi a.nextpostslink img {
  vertical-align: middle;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --btnover: .2s ease-in;
  --border: 1px solid rgba(0, 0, 0, .3);
}

.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: 40px auto;
  border-color: #707070;
}

.field {
  margin-top: 0;
  margin-bottom: 2.4em;
  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;
}

.single-topics .headings_display_1 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 auto 10px;
}

.headings_display_0 {
  position: relative;
  font-size: clamp(5.8rem, 4.323rem + 3.08vw, 6.4rem);
  font-weight: 700;
  text-align: center;
  margin: 20px auto 40px;
  padding: 0 0.5em 0.2em;
}
.headings_display_0::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background-color: #30B39D;
}

.headings_display_2 {
  font-size: clamp(3.8rem, 2.815rem + 2.05vw, 4.2rem);
  font-weight: 900;
  margin-bottom: 0.8em;
}

.headings_display_3 {
  font-size: clamp(2.4rem, 1.362rem + 1.54vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 1em;
}

.headings_display_4 {
  color: #30B39D;
  font-size: clamp(2.4rem, 1.362rem + 1.54vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 1.2em;
}

.qa_wrap {
  scroll-margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .qa_wrap {
    scroll-margin-top: 90px;
  }
}
.catch_read {
  position: relative;
  margin: 2% auto 2%;
  display: block;
  text-align: center;
}
.catch_read .border_line {
  font-size: 26px;
  text-align: center;
  color: #30B39D;
  line-height: 1.9;
  padding-bottom: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EFCFD8));
  background: linear-gradient(transparent 70%, #EFCFD8 0%);
}
.catch_read .border_yell {
  position: relative;
  color: #000;
  font-size: 40px;
  font-weight: 300;
}
.catch_read .border_yell span {
  font-size: 40px;
  font-weight: 500;
  color: #30B39D;
  line-height: 1.9;
  padding-bottom: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EDE29F));
  background: linear-gradient(transparent 70%, #EDE29F 0%);
}

@media screen and (max-width: 768px) {
  .catch_read {
    position: relative;
    margin: 2% auto 2%;
    display: block;
    text-align: center;
  }
  .catch_read .border_line {
    font-size: 18px;
    text-align: center;
    color: #30B39D;
    line-height: 1.9;
    padding-bottom: 1px;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EFCFD8));
    background: linear-gradient(transparent 70%, #EFCFD8 0%);
  }
  .catch_read .border_yell {
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: 300;
  }
  .catch_read .border_yell span {
    font-size: 28px;
    font-weight: 500;
    color: #30B39D;
    line-height: 1.9;
    padding-bottom: 1px;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #EDE29F));
    background: linear-gradient(transparent 70%, #EDE29F 0%);
  }
}
.catch {
  font-size: clamp(1.8rem, 0.569rem + 2.56vw, 2.3rem);
  line-height: 1.6;
  font-weight: 300;
}
.catch.blue {
  font-weight: 500;
  color: #447CBE;
}
.catch.text_center {
  text-align: center;
}
.catch strong {
  color: #30B39D;
}

@media screen and (max-width: 768px) {
  .border_line {
    font-size: 24px;
  }
  .catch {
    line-height: 1.45;
    text-align: left;
  }
  .catch.text_center {
    text-align: left;
  }
}
/*見出し1 中央揃え*/
.headings_Boxcenter {
  text-align: center;
  margin-bottom: 40px;
}
.headings_Boxcenter .headings_acf_center_1 {
  margin: 30px auto 0px;
}
.headings_Boxcenter .sub {
  font-size: 16px;
  font-weight: 500;
}

.headings_center_1 {
  position: relative;
  font-size: clamp(5.8rem, 0.385rem + 11.28vw, 8rem);
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 30px auto 40px;
  padding: 0 0 0.2em;
  display: table;
  border-bottom: 18px solid #30B39D;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .headings_center_1 {
    position: relative;
    margin: 20px auto 40px;
    border-bottom: 10px solid #30B39D;
  }
}
.headings_acf_center_1 {
  position: relative;
  font-size: clamp(2.5rem, 0.777rem + 3.59vw, 3.2rem);
  font-weight: 500;
  display: block;
  text-align: center;
  color: #000;
  margin: 80px auto 40px;
  padding: 0 0.5em 0.4em;
}
.headings_acf_center_1::before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #30B39D;
  left: 50%;
  top: -40px;
  width: 45px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
  .headings_acf_center_1 {
    position: relative;
    font-weight: 500;
    display: block;
    text-align: center;
    color: #000;
    margin: 60px auto 40px;
    padding: 0 0.5em 0.4em;
  }
  .headings_acf_center_1::before {
    top: -40px;
  }
}
.title_bt_text p {
  font-size: clamp(3.6rem, 2.615rem + 2.05vw, 4rem);
  font-weight: 700;
  margin-bottom: 2em;
  line-height: 1.45;
}

.headings_acf_display_1 {
  font-size: 21px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
  padding-top: 8%;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.headings_acf_display_2 {
  font-size: 21px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 500;
  padding-top: 4%;
}

.headings_center_2 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #30B39D;
  margin: 10px auto 20px;
}

.textblock {
  margin: 1% auto 4%;
  font-size: clamp(1.7rem, 1.664rem + 0.18vw, 1.8rem);
}
.textblock.bold {
  font-weight: 500;
}
.textblock.text_center {
  text-align: center;
}
.textblock p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .textblock {
    margin-bottom: 3%;
  }
  .textblock.text_center {
    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: #000;
}

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

@media screen and (max-width: 768px) {
  .textblock {
    margin-bottom: 32px;
  }
  .textblock.text_center {
    text-align: left;
  }
}
.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: 1080px;
  margin: 20px auto 60px;
}
.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: 768px) {
  .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;
  }
}
.flex_content {
  display: grid;
  grid-template-columns: 510px 1fr;
  gap: 60px;
  width: 100%;
  max-width: 1080px;
  margin: 1em auto 3em;
}
.flex_content.reverse .flex_ph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex_content h2 {
  font-size: clamp(2.4rem, 1.362rem + 1.54vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1em;
}
.flex_content .flex_ph {
  position: relative;
}
.flex_content .flex_summary {
  position: relative;
}
.flex_content .post_length {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.inverse {
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 0 0 100vmax #F5F5F5;
          box-shadow: 0 0 0 100vmax #F5F5F5;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  margin: 1em auto 3em;
  padding: 2em 0;
}
.inverse .flex_content {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .flex_content {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto 40px;
  }
  .flex_content .flex_ph {
    width: 100%;
    margin-bottom: 4%;
    min-height: 300px;
  }
  .flex_content .flex_summary {
    width: 100%;
    max-width: initial;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 5%;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  background-color: #fafafa;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .iframeBlock {
    max-width: initial;
  }
}
.is_thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.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: 1.42/1;
}

/*正方形*/
.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: 9/15;
}

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

.free-layout {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1% 5%;
}
.free-layout .free-layout-container {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .free-layout {
    width: 100%;
    padding: 5%;
    max-width: initial;
  }
}
.btnbox {
  margin-bottom: 0.8em;
}

.btn_grid {
  display: grid;
  margin: 1em auto 2em;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.btn_grid.is_one {
  grid-template-columns: 1fr;
  place-content: center;
  width: 100%;
  max-width: 510px;
  gap: 30px 60px;
}
.btn_grid.is_two {
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}
.btn_grid.is_half {
  grid-template-columns: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .btn_grid.is_one {
    width: 100%;
    max-width: initial;
    gap: 16px;
  }
  .btn_grid.is_two {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .btn_grid.is_half {
    grid-template-columns: 100%;
    margin-left: initial;
    margin-right: initial;
    place-content: initial;
  }
}
.btn a {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  position: relative;
  display: block;
  padding: 8px 24px 8px 16px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.btn a:hover {
  opacity: 0.6;
}
.btn.is_link a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #30B39D;
  background: #30B39D;
  background-size: 18px auto;
}
.btn.is_link a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  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);
}
.btn.is_detail a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #30B39D;
  background: #30B39D url(../img/module/icon/icon_site_w.svg) no-repeat 95% 50%;
  background-size: 18px auto;
}
.btn.is_detail a::after {
  position: absolute;
  top: auto;
  right: auto;
  content: "";
  width: 0;
  height: 0;
}
.btn.is_other {
  display: inline-block;
  width: 300px;
}
.btn.is_other a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #30B39D;
  background: #30B39D url(../img/module/icon/icon_site_w.svg) no-repeat 95% 50%;
  background-size: 18px auto;
}
.btn.is_other a::after {
  position: absolute;
  top: auto;
  right: auto;
  content: "";
  width: 0;
  height: 0;
}
.btn.is_more {
  display: inline-block;
  width: 300px;
}
.btn.is_more a {
  font-weight: 500;
  color: #fff;
  border: 1px solid #30B39D;
  padding: 18px 24px 18px 24px;
  background-color: #30B39D;
  display: block;
}
.btn.is_more a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  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);
}
.btn.is_interview a {
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #fff;
  color: #30B39D;
  border: 1px solid #30B39D;
}
.btn.is_interview a::after {
  border-top: solid 1px #30B39D;
  border-right: solid 1px #30B39D;
}
.btn.is_list a {
  font-size: 1.4rem;
  padding: 6px 36px 6px 12px;
  color: #8C8C8C;
  background-color: #fff;
  border: 1px solid #C3C3C3;
  display: inline-block;
}
.btn.is_list a::after {
  border-top: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
}
.btn.is_airwork {
  display: inline-block;
  width: 100%;
  max-width: 490px;
}
.btn.is_airwork a {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 500;
  color: #fff;
  background: #30B39D url(../img/module/icon/icon_site_w.svg) no-repeat 95% 50%;
  background-size: 24px auto;
  padding: 18px 24px 18px 36px;
  border-radius: 4px;
  overflow: hidden;
}
.btn.is_airwork a::after {
  position: absolute;
  top: auto;
  right: auto;
  content: "";
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .btn.is_more {
    display: inline-block;
    width: 60%;
  }
  .btn.is_other {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
}
.center_wrap {
  margin: 0 auto;
  width: 77%;
  display: grid;
}
.center_wrap .btn.is_airwork {
  margin: 0 auto;
}

.center_btn {
  padding: 1em 1.5em;
  text-align: center;
}
.center_btn .btn {
  margin: 0 auto;
}
.center_btn .btn a {
  display: block;
}

.retrun {
  margin: 0 auto;
}
.retrun a {
  width: 70%;
  display: block;
  margin: 1.5em auto 1em;
  padding: 2%;
  position: relative;
  color: #fff;
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  text-align: center;
  text-decoration: none;
  background-color: #8C8C8C;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .retrun {
    margin: 0 auto;
  }
  .retrun a {
    width: 100%;
  }
}
.arrow_link {
  position: relative;
  display: inline-block;
  padding: 18px 60px 18px 24px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  outline: none;
  z-index: 1;
  background-color: #30B39D;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 500;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_link:link, .arrow_link:visited {
  color: #fff;
}
.arrow_link.is_w100 {
  width: 100%;
}
.arrow_link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_link:hover {
  background-color: #59ad9f;
  color: #fff;
}
.arrow_link:hover::after {
  right: 16px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.arrow_link.bg_white {
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}
.arrow_link.bg_white::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.arrow_link.bg_white:hover {
  background-color: #dedddd;
}

.arrow_icon {
  position: relative;
  display: inline-block;
  padding: 18px 60px 18px 24px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  outline: none;
  z-index: 1;
  background-color: #30B39D;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 500;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_icon:link, .arrow_icon:visited {
  color: #fff;
}
.arrow_icon::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
  width: 29px;
  height: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_icon:hover::after {
  right: 12px;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_icon.is_w100 {
  width: 100%;
}
.arrow_icon.bg_white {
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
}
.arrow_icon.bg_white:hover {
  background-color: #e8e8e8;
}
.arrow_icon.is_site {
  position: relative;
}
.arrow_icon.is_site::after {
  background: url("../img/module/icon/icon_site_w.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_site.bg_white::after {
  background: url("../img/module/icon/icon_site.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_pdf {
  position: relative;
}
.arrow_icon.is_pdf::after {
  background: url("../img/module/icon/icon_pdf_w.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_pdf.bg_white::after {
  background: url("../img/module/icon/icon_pdf.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_doc {
  position: relative;
}
.arrow_icon.is_doc::after {
  background: url("../img/module/icon/icon_doc_w.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_doc.bg_white::after {
  background: url("../img/module/icon/icon_doc.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_xls {
  position: relative;
}
.arrow_icon.is_xls::after {
  background: url("../img/module/icon/icon_xls_w.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}
.arrow_icon.is_xls.bg_white::after {
  background: url("../img/module/icon/icon_xls.svg") no-repeat 100% 50%;
  background-size: 18px auto;
}

.boxes_pages {
  position: relative;
  width: 100%;
  min-height: 150px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  border: 1px solid #30B39D;
  margin-bottom: 2em;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.boxes_pages:hover {
  opacity: 0.8;
}
.boxes_pages .flex_img {
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.boxes_pages .flex_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 2em 2em 0;
}
.boxes_pages .flex_container::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #30B39D;
  border-right: solid 2px #30B39D;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.boxes_pages .text p {
  font-size: clamp(1.6rem, 0.615rem + 2.05vw, 2rem);
  font-weight: 500;
  color: #30B39D;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .boxes_pages {
    position: relative;
    width: 100%;
    min-height: initial;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .boxes_pages:hover {
    opacity: 0.8;
  }
  .boxes_pages .flex_img {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .boxes_pages .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0em 2em 1em;
  }
}
.boxes_banner {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  display: block;
  border: 1px solid #30B39D;
  margin-bottom: 2em;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.boxes_banner::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/module/arrow_g.svg) no-repeat 97% 50%;
  background-size: 28px auto;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.boxes_banner:hover {
  opacity: 0.8;
}
.boxes_banner img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .boxes_banner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    border: 1px solid #30B39D;
    margin-bottom: 2em;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
  }
  .boxes_banner::after {
    position: absolute;
    top: 50%;
    right: 16px;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/module/arrow_g.svg) no-repeat 97% 50%;
    background-size: 16px auto;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .boxes_banner:hover {
    opacity: 0.8;
  }
  .boxes_banner img {
    width: 100%;
    height: auto;
    display: block;
  }
}
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;
  overflow: hidden;
  color: #000;
  background-color: #fff;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_container {
  display: grid;
  grid-template-columns: min-content(280px) 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free_layout_btn .btn_container .btn_text {
  color: #000;
  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);
}
.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);
}

@media screen and (max-width: 768px) {
  .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 #000;
    border-right: solid 1px #000;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #000;
    text-align: left;
  }
  .free_layout_btn .btn_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;
}

.btn_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.btn_group .btn.is_detail a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  border: 1px solid #30B39D;
  background: #30B39D url(../img/module/icon/icon_site_w.svg) no-repeat 95% 50%;
  background-size: 12px auto;
}

.is_b_center {
  margin: 1em auto;
  display: grid;
  place-content: center;
}

.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: 768px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-item {
    width: 30%;
    margin-bottom: 20px;
  }
  .photo-item .photo {
    border-radius: 10px;
    padding-top: 16.875%;
  }
}
/* --------------------------------
table
-------------------------------- */
.js-scrollable {
  margin-bottom: 1.2em;
}

table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 3em;
  border: none;
}
table th,
table td {
  padding: 1em;
}
table.cell2 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell2 tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell2 th {
  vertical-align: top;
  text-align: left;
  width: 20%;
  min-width: 4em;
  background-color: #E0DFDF;
  white-space: nowrap;
}
table.cell3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell3 th,
table.cell3 td {
  width: 20%;
  min-width: 130px;
  padding: 1em;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell3 tr:last-child {
  border-bottom: none;
}
table.cell3 th {
  text-align: left;
  white-space: nowrap;
  background-color: #E0DFDF;
}
table.cell3 td {
  width: auto;
  padding: 10px 20px;
}
table.cell3 td:nth-last-child(2) {
  background-color: #fff;
  white-space: nowrap;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .scroll-hint-text {
    margin-top: 0;
  }
  .js-scrollable {
    margin-bottom: 2em;
  }
  table {
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
  }
  table th,
  table td {
    padding: 1em;
  }
  table.cell2 tr {
    display: block;
    width: 100%;
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th,
  table.cell2 td {
    display: block;
    width: 100%;
  }
  table.cell3 {
    white-space: nowrap;
    margin-bottom: 1em;
  }
  table.cell3 tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.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: 768px) {
  .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;
}

/* PCは表示、SPは非表示 */
/* ===== レイアウト（3分割固定） ===== */
.hero_triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  overflow: hidden;
}

.hero_panel {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .hero_panel {
    position: relative;
    aspect-ratio: 1/1.1;
    overflow: hidden;
  }
}
/* ===== 写真スタック（ランダムフェード） ===== */
.photo_stack {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.photo_stack .photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.photo_stack .photo.is_show {
  opacity: 1;
}

/* JS前のチラつき防止：最初の1枚を表示 */
.photo_stack .photo:first-child {
  opacity: 1;
}

.photo_stack .photo.is_show {
  opacity: 1;
}

/* ===== 中央だけ半透明グリーン ===== */
.overlay_green {
  position: absolute;
  inset: 0;
  background: rgb(48, 179, 157);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}

/* ===== タイトル（SVG＋コピー） ===== */
.hero_label {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: min(86%, 720px);
}
.hero_label img {
  display: block;
  width: min(100%, 470px);
  margin: 0 auto;
  height: auto;
  margin-bottom: 16px;
}
.hero_label .hero_sub {
  margin: 0 auto;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.45;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  text-align: center;
}

@media screen and (min-width: 781px) and (max-width: 980px) {
  .hero_label .hero_sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .hero_triptych {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .hero_label img {
    width: 78%;
    margin-inline: auto;
  }
  .hero_label .hero_sub {
    font-size: 2rem;
  }
}
.slider_thumbnail .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 20%;
}

.slider_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-wrapper {
  padding-top: 10px;
}

.slider_thumbnail .swiper-slide-thumb-active {
  border: 3px solid #30B39D;
}

.slider_wrap {
  position: relative;
  margin: 0 auto 0.5em;
}

.slider_thumbnail {
  margin: 0 auto 2.5em;
}

.slide-media {
  background-color: #ECECEC;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 580px;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 768px) {
  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px;
    display: grid;
    place-content: center;
  }
}
.human_slide {
  width: 160px;
  height: 500px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.human_slide .human_box {
  border-top: 18px solid #30B39D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
}
.human_slide .human_box a {
  text-decoration: none;
}
.human_slide .human_box h2 {
  font-size: clamp(5.8rem, 0.385rem + 11.28vw, 8rem);
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 10px 0 0;
  padding: 0;
}
.human_slide .human_box h2 span {
  display: block;
  font-size: clamp(2.2rem, 1.691rem + 2.55vw, 3.6rem);
}
.human_slide .human_box .sub {
  font-size: 18px;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.human_slide .name {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .human_slide {
    display: none;
  }
}
.company_wrap {
  border-left: 18px solid #30B39D;
  margin-bottom: 2%;
  padding: 1% 0 1% 2%;
}
.company_wrap h1 {
  font-size: clamp(5.8rem, 0.385rem + 11.28vw, 8rem);
  font-weight: 700;
  margin: 0 0 10px;
}
.company_wrap h1 span {
  display: block;
  font-size: clamp(2.2rem, 1.691rem + 2.55vw, 3.6rem);
}
.company_wrap .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company_wrap .sub .text {
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 300;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .company_wrap {
    border-left: 10px solid #30B39D;
    margin-bottom: 5%;
    padding: 1% 0 1% 3%;
  }
  .company_wrap h1 {
    margin: 0 0 10px;
  }
  .company_wrap .sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company_wrap .sub .text {
    margin-right: 20px;
  }
}
.comtitle {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
}

.complace {
  position: relative;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.complace .sub {
  background-color: #5D5D5D;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  white-space: nowrap;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.complace .fac {
  font-size: 21px;
  font-weight: 500;
  margin: -5px 0 0 0;
}

.place_spot {
  border-top: 1px solid #707070;
  padding-top: 2%;
}
.place_spot ul {
  width: 100%;
  margin: 0;
}
.place_spot ul li {
  position: relative;
  display: inline-block;
  padding-right: 0.5em;
  width: auto;
}
.place_spot ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/ ";
}
.place_spot ul li:last-child::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.place_spot dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.place_spot dl dt {
  background-color: #5D5D5D;
  color: #fff;
  text-align: center;
  padding: 2px 2px;
  font-size: 14px;
  font-weight: 400;
  width: 5em;
  white-space: nowrap;
  margin-right: 10px;
}
.place_spot dl dd {
  width: calc(100% - 5.5em);
  padding: 2px 0;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .place_spot {
    border-top: none;
    display: block;
    padding-top: 2%;
  }
  .place_spot dl {
    border-top: 1px solid #707070;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 8px;
    padding-top: 10px;
  }
}
[class*=swiper]:focus {
  outline: none;
}

.sidetitle_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 20%;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  max-width: 1080px;
}

.l-section {
  margin: 0 auto 1%;
  padding: 0 0 0 5%;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #3f3f3f;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  display: grid;
  width: 5.4rem;
  height: 5.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%;
  border: 1px solid #000;
  -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.3 !important;
  cursor: pointer !important;
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
  overflow: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3%;
}

@media screen and (max-width: 768px) {
  .reporter_wrap .swiper-controller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .swiper-controller {
    width: 100%;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3rem;
    overflow: visible;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3%;
  }
}
.card02 {
  overflow: hidden;
}

.card02 .swiper {
  overflow: visible;
}

.slide {
  overflow: hidden;
  width: 100%;
  margin-bottom: 5%;
}

.slide-content {
  padding: 2% 0;
}

.card02 .slide-title {
  line-height: 1.6;
  overflow: hidden;
  font-size: 18px;
}

.card02 .swiper-slide {
  position: relative;
  width: 100%;
  max-width: 410px;
}

.swiper-slide:hover {
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.swiper-slide a {
  text-decoration: none;
}

.reporter_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 40px;
  padding-right: 10%;
}
.reporter_wrap .human_slide {
  margin-left: 5%;
  margin-right: 10%;
}
.reporter_wrap .read_card {
  margin-left: auto;
  width: calc(100% - 170px);
  padding: 0 0 0 1%;
}

.read_card {
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 180px) !important;
  direction: rtl;
  overflow: hidden;
}
.read_card .swiper {
  overflow: visible;
}
.read_card .card_inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  max-width: initial;
  overflow: hidden;
}
.read_card .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.read_card .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;
}
.read_card .swiper-item {
  position: relative;
  display: block;
  margin-bottom: 2%;
}
.read_card .swiper-item .overview {
  padding: 5px 0 5% 0;
  text-align: left;
}
.read_card .swiper-item .overview h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 3px 0;
}
.read_card .swiper-item .overview h2 span {
  font-weight: 400;
  font-size: 13px;
}
.read_card .swiper-item .overview .job {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 8px 0;
  padding: 2px 12px;
  display: inline-block;
  border: 1px solid #000;
}
.read_card .swiper-item .overview .place {
  font-size: 14px;
}
.read_card .swiper-item .overview .name {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 5px;
}
.read_card .swiper-item .overview .spot {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 5%;
  }
  .reporter_wrap {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  .reporter_wrap .human_slide {
    display: none;
  }
  .reporter_wrap .read_card {
    margin-left: auto;
    width: initial;
    direction: initial;
  }
  .read_card {
    margin-left: initial;
    margin-right: initial;
    width: 100% !important;
    direction: initial;
  }
  .read_card .swiper {
    overflow: visible;
  }
  .read_card .card_inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 auto;
    max-width: initial;
    padding: 0 5%;
    overflow: hidden;
  }
  .read_card .swiper-slide {
    width: 100%;
    height: auto;
  }
  .read_card .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;
  }
  .read_card .swiper-item {
    position: relative;
    display: block;
    margin-bottom: 2%;
  }
  .read_card .swiper-item .post_length {
    padding-top: 145.8%;
  }
  .read_card .swiper-item .overview h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  .read_card .swiper-item .overview .job {
    font-size: 12px;
    margin: 0;
    padding: 2px 4px;
    display: inline-block;
    border: 1px solid #000;
  }
  .read_card .swiper-item .overview .place {
    font-size: 12px;
  }
  .read_card .swiper-item .overview .spot {
    font-size: 12px;
    margin: 0;
  }
}
.human_box {
  margin-bottom: 5%;
}
.human_box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.human_box .post_length {
  padding-top: 145.8%;
}
.human_box .overview {
  margin-bottom: 10%;
  padding: 1% 0 3% 0;
  text-align: left;
}
.human_box .overview h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.human_box .overview h2 span {
  font-size: 14px;
  font-weight: 400;
}
.human_box .overview .job {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px 0;
  padding: 2px 16px;
  display: inline-block;
  border: 1px solid #000;
}
.human_box .overview .place {
  font-size: 14px;
}
.human_box .overview .spot {
  font-size: 14px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .human_box {
    margin-bottom: 5%;
  }
  .human_box a {
    text-decoration: none;
  }
  .human_box .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    padding-top: 0;
  }
  .human_box .overview {
    margin-bottom: 10%;
    padding: 1% 0 3% 0;
    text-align: left;
  }
  .human_box .overview h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 8px 0;
    font-weight: normal;
  }
  .human_box .overview .job {
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 2px 16px;
    display: inline-block;
    border: 1px solid #000;
  }
  .human_box .overview .place {
    font-size: 14px;
  }
  .human_box .overview .name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .human_box .overview .spot {
    font-size: 14px;
    margin: 0;
  }
}
/*====================================
		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=password] {
  width: 50%;
}
.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: #587fb2;
}
.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;
  -moz-appearance: none;
       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] {
    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: #587fb2;
  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: #0039C2;
  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: #0039C2;
  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: #0039C2;
  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 #0039C2;
  border-radius: 5px;
  letter-spacing: 0.06em;
  color: #0039C2;
  -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: #0039C2;
  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 #587fb2 solid;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  color: #587fb2;
  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: #587fb2;
}

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

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

.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(0, 57, 194, 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;
}

/**
 * error message
 */
.form_content .mwform-zip-field input[type=text] {
  width: 30%;
}

.mw_wp_form .error {
  font-size: 93%;
  color: #B70000;
  display: block;
}

/**
 * error message of akismet
 */
.mw_wp_form .akismet_error {
  display: block;
}

/**
 * vertical style of radio and checkbox
 */
.mw_wp_form .vertical-item {
  display: block;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 5px;
}

/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 10px;
}

/**
 * radio and checkbox
 */
.mwform-checkbox-field label,
.mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 5px;
}

/**
 * datepicker
 */
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.mw_wp_form .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  margin: 0 5px;
}

/**
 * deprecated message
 */
.mw-wp-form-deprecated-message {
  background: #fdeeee;
  border: 1px solid #f7bdb8;
  border-radius: 5px;
  color: #af4040;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 1em;
}

/**
 * file
 */
.mw_wp_form input[type=file] {
  display: inline-block;
}

/**
 * file delete button
 */
.mwform-file-delete {
  cursor: pointer;
  visibility: hidden;
}

/**
 * tel and zip
 */
.mwform-tel-field input[type=text],
.mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}

/*=====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;
}

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