@charset "UTF-8";
/* css_name constants */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@700&family=Zen+Kaku+Gothic+New:wght@300;400;700&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.96px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f5;
}

@media screen and (max-width: 820px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

a {
  color: #fff;
  transition-duration: 0.05s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a,
button {
  cursor: pointer;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

@supports (-ms-ime-align: auto) {
  ul,
  ol {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  }
}
img {
  vertical-align: middle;
  height: auto;
}

img,
iframe {
  border: 0;
  vertical-align: middle;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

svg,
video {
  vertical-align: middle;
}

input,
select,
textarea,
button {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  vertical-align: middle;
}

input[type=file], input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

select,
button {
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

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

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

pre,
code {
  font: inherit;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

td {
  vertical-align: middle;
  /* セル内のコンテンツを垂直方向中央に配置 */
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

img,
picture {
  width: 100%;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0 !important;
}

.mb12 {
  margin-bottom: 12px;
}

iframe {
  vertical-align: bottom;
}

input[type=text],
input[type=search],
select,
textarea {
  font-size: 16px;
}

.bg-primary {
  background-color: rgb(0, 25, 34);
}

.text_left {
  text-align: left;
}

.border-radius20 {
  border-radius: 20px;
}

.search__form.d-none.d-md-block.my_searchform {
  display: none;
}

.flex {
  display: flex;
}

.grid-center {
  display: grid;
  place-items: center;
}

.items-center {
  align-items: center;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.mt-15 {
  margin-top: 1em;
}

.color-primary {
  color: #001922;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-gray {
  color: #6a6a6a;
}

.color-body {
  color: #000;
}

.fw-black {
  font-weight: 900;
}

.fw-bold {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fs-xxl {
  font-size: 36px;
}

.fs-xl {
  font-size: 24px;
}

.fs-lg {
  font-size: 20px;
}

.fs-md {
  font-size: 18px;
}

.fs-sm {
  font-size: 14px;
}

.fs-xs {
  font-size: 12px;
}

.fs-base {
  font-size: 16px;
}

.ff-base {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-second {
  font-family: Roboto, sans-serif;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-none {
  display: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

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

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.w-100 {
  width: 100vw;
}

.h-100 {
  width: 100vh;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-bottom: auto;
}

.mb-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 12px;
}

.p-3 {
  padding: 16px;
}

.p-4 {
  padding: 20px;
}

.p-5 {
  padding: 24px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 12px;
}

.pl-3 {
  padding-left: 16px;
}

.pl-4 {
  padding-left: 20px;
}

.pl-5 {
  padding-left: 24px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 12px;
}

.pr-3 {
  padding-right: 16px;
}

.pr-4 {
  padding-right: 20px;
}

.pr-5 {
  padding-right: 24px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 12px;
}

.pt-3 {
  padding-top: 16px;
}

.pt-4 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 24px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 12px;
}

.pb-3 {
  padding-bottom: 16px;
}

.pb-4 {
  padding-bottom: 20px;
}

.pb-5 {
  padding-bottom: 24px;
}

.pb-40 {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0px;
  }
  .p-sm-1 {
    padding: 10px;
  }
  .p-sm-2 {
    padding: 12px;
  }
  .p-sm-3 {
    padding: 16px;
  }
  .p-sm-4 {
    padding: 20px;
  }
  .p-sm-5 {
    padding: 24px;
  }
  .pl-sm-0 {
    padding-left: 0px;
  }
  .pl-sm-1 {
    padding-left: 10px;
  }
  .pl-sm-2 {
    padding-left: 12px;
  }
  .pl-sm-3 {
    padding-left: 16px;
  }
  .pl-sm-4 {
    padding-left: 20px;
  }
  .pl-sm-5 {
    padding-left: 24px;
  }
  .pr-sm-0 {
    padding-right: 0;
  }
  .pr-sm-1 {
    padding-right: 10px;
  }
  .pr-sm-2 {
    padding-right: 12px;
  }
  .pr-sm-3 {
    padding-right: 16px;
  }
  .pr-sm-4 {
    padding-right: 20px;
  }
  .pr-sm-5 {
    padding-right: 24px;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 10px;
  }
  .pt-sm-2 {
    padding-top: 12px;
  }
  .pt-sm-3 {
    padding-top: 16px;
  }
  .pt-sm-4 {
    padding-top: 20px;
  }
  .pt-sm-5 {
    padding-top: 24px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 10px;
  }
  .pb-sm-2 {
    padding-bottom: 12px;
  }
  .pb-sm-3 {
    padding-bottom: 16px;
  }
  .pb-sm-4 {
    padding-bottom: 20px;
  }
  .pb-sm-5 {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 10px;
  }
  .p-md-2 {
    padding: 12px;
  }
  .p-md-3 {
    padding: 16px;
  }
  .p-md-4 {
    padding: 20px;
  }
  .p-md-5 {
    padding: 24px;
  }
  .pl-md-0 {
    padding-left: 0;
  }
  .pl-md-1 {
    padding-left: 10px;
  }
  .pl-md-2 {
    padding-left: 12px;
  }
  .pl-md-3 {
    padding-left: 16px;
  }
  .pl-md-4 {
    padding-left: 20px;
  }
  .pl-md-5 {
    padding-left: 24px;
  }
  .pr-md-0 {
    padding-right: 0;
  }
  .pr-md-1 {
    padding-right: 10px;
  }
  .pr-md-2 {
    padding-right: 12px;
  }
  .pr-md-3 {
    padding-right: 16px;
  }
  .pr-md-4 {
    padding-right: 20px;
  }
  .pr-md-5 {
    padding-right: 24px;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 10px;
  }
  .pt-md-2 {
    padding-top: 12px;
  }
  .pt-md-3 {
    padding-top: 16px;
  }
  .pt-md-4 {
    padding-top: 20px;
  }
  .pt-md-5 {
    padding-top: 24px;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 10px;
  }
  .pb-md-2 {
    padding-bottom: 12px;
  }
  .pb-md-3 {
    padding-bottom: 16px;
  }
  .pb-md-4 {
    padding-bottom: 20px;
  }
  .pb-md-5 {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 10px;
  }
  .p-lg-2 {
    padding: 12px;
  }
  .p-lg-3 {
    padding: 16px;
  }
  .p-lg-4 {
    padding: 20px;
  }
  .p-lg-5 {
    padding: 24px;
  }
  .pl-lg-0 {
    padding-left: 0;
  }
  .pl-lg-1 {
    padding-left: 10px;
  }
  .pl-lg-2 {
    padding-left: 12px;
  }
  .pl-lg-3 {
    padding-left: 16px;
  }
  .pl-lg-4 {
    padding-left: 20px;
  }
  .pl-lg-5 {
    padding-left: 24px;
  }
  .pr-lg-0 {
    padding-right: 0;
  }
  .pr-lg-1 {
    padding-right: 10px;
  }
  .pr-lg-2 {
    padding-right: 12px;
  }
  .pr-lg-3 {
    padding-right: 16px;
  }
  .pr-lg-4 {
    padding-right: 20px;
  }
  .pr-lg-5 {
    padding-right: 24px;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 10px;
  }
  .pt-lg-2 {
    padding-top: 12px;
  }
  .pt-lg-3 {
    padding-top: 16px;
  }
  .pt-lg-4 {
    padding-top: 20px;
  }
  .pt-lg-5 {
    padding-top: 24px;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 10px;
  }
  .pb-lg-2 {
    padding-bottom: 12px;
  }
  .pb-lg-3 {
    padding-bottom: 16px;
  }
  .pb-lg-4 {
    padding-bottom: 20px;
  }
  .pb-lg-5 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 10px;
  }
  .p-xl-2 {
    padding: 12px;
  }
  .p-xl-3 {
    padding: 16px;
  }
  .p-xl-4 {
    padding: 20px;
  }
  .p-xl-5 {
    padding: 24px;
  }
  .pl-xl-0 {
    padding-left: 0;
  }
  .pl-xl-1 {
    padding-left: 10px;
  }
  .pl-xl-2 {
    padding-left: 12px;
  }
  .pl-xl-3 {
    padding-left: 16px;
  }
  .pl-xl-4 {
    padding-left: 20px;
  }
  .pl-xl-5 {
    padding-left: 24px;
  }
  .pr-xl-0 {
    padding-right: 0;
  }
  .pr-xl-1 {
    padding-right: 10px;
  }
  .pr-xl-2 {
    padding-right: 12px;
  }
  .pr-xl-3 {
    padding-right: 16px;
  }
  .pr-xl-4 {
    padding-right: 20px;
  }
  .pr-xl-5 {
    padding-right: 24px;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 10px;
  }
  .pt-xl-2 {
    padding-top: 12px;
  }
  .pt-xl-3 {
    padding-top: 16px;
  }
  .pt-xl-4 {
    padding-top: 20px;
  }
  .pt-xl-5 {
    padding-top: 24px;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 10px;
  }
  .pb-xl-2 {
    padding-bottom: 12px;
  }
  .pb-xl-3 {
    padding-bottom: 16px;
  }
  .pb-xl-4 {
    padding-bottom: 20px;
  }
  .pb-xl-5 {
    padding-bottom: 24px;
  }
}
@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 10px;
  }
  .p-xxl-2 {
    padding: 12px;
  }
  .p-xxl-3 {
    padding: 16px;
  }
  .p-xxl-4 {
    padding: 20px;
  }
  .p-xxl-5 {
    padding: 24px;
  }
  .pl-xxl-0 {
    padding-left: 0;
  }
  .pl-xxl-1 {
    padding-left: 10px;
  }
  .pl-xxl-2 {
    padding-left: 12px;
  }
  .pl-xxl-3 {
    padding-left: 16px;
  }
  .pl-xxl-4 {
    padding-left: 20px;
  }
  .pl-xxl-5 {
    padding-left: 24px;
  }
  .pr-xxl-0 {
    padding-right: 0;
  }
  .pr-xxl-1 {
    padding-right: 10;
  }
  .pr-xxl-2 {
    padding-right: 12px;
  }
  .pr-xxl-3 {
    padding-right: 16px;
  }
  .pr-xxl-4 {
    padding-right: 20px;
  }
  .pr-xxl-5 {
    padding-right: 24px;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 10px;
  }
  .pt-xxl-2 {
    padding-top: 12px;
  }
  .pt-xxl-3 {
    padding-top: 16px;
  }
  .pt-xxl-4 {
    padding-top: 20px;
  }
  .pt-xxl-5 {
    padding-top: 24px;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 10px;
  }
  .pb-xxl-2 {
    padding-bottom: 12px;
  }
  .pb-xxl-3 {
    padding-bottom: 16px;
  }
  .pb-xxl-4 {
    padding-bottom: 20px;
  }
  .pb-xxl-5 {
    padding-bottom: 24px;
  }
}
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 10;
}

.m-2 {
  margin: 12;
}

.m-3 {
  margin: 16px;
}

.m-4 {
  margin: 20px;
}

.m-5 {
  margin: 24px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 12px;
}

.ml-3 {
  margin-left: 16px;
}

.ml-4 {
  margin-left: 20px;
}

.ml-5 {
  margin-left: 24px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 12px;
}

.mr-3 {
  margin-right: 16px;
}

.mr-4 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 24px;
}

.mr-40 {
  margin-right: 40px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 12px;
}

.mt-3 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-5 {
  margin-top: 24px;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 12px;
}

.mb-3 {
  margin-bottom: 16px;
}

.mb-4 {
  margin-bottom: 20px;
}

.mb-5 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: sm) {
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 10;
  }
  .m-sm-2 {
    margin: 12;
  }
  .m-sm-3 {
    margin: 16;
  }
  .m-sm-4 {
    margin: 20;
  }
  .m-sm-5 {
    margin: 24;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .ml-sm-1 {
    margin-left: 10;
  }
  .ml-sm-2 {
    margin-left: 12;
  }
  .ml-sm-3 {
    margin-left: 16;
  }
  .ml-sm-4 {
    margin-left: 20;
  }
  .ml-sm-5 {
    margin-left: 24;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-1 {
    margin-right: 10;
  }
  .mr-sm-2 {
    margin-right: 12;
  }
  .mr-sm-3 {
    margin-right: 16;
  }
  .mr-sm-4 {
    margin-right: 20;
  }
  .mr-sm-5 {
    margin-right: 24;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 10;
  }
  .mt-sm-2 {
    margin-top: 12;
  }
  .mt-sm-3 {
    margin-top: 16;
  }
  .mt-sm-4 {
    margin-top: 20;
  }
  .mt-sm-5 {
    margin-top: 24;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 10;
  }
  .mb-sm-2 {
    margin-bottom: 12;
  }
  .mb-sm-3 {
    margin-bottom: 16;
  }
  .mb-sm-4 {
    margin-bottom: 20;
  }
  .mb-sm-5 {
    margin-bottom: 24;
  }
}
@media (min-width: md) {
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 10;
  }
  .m-md-2 {
    margin: 12;
  }
  .m-md-3 {
    margin: 16;
  }
  .m-md-4 {
    margin: 20;
  }
  .m-md-5 {
    margin: 24;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .ml-md-1 {
    margin-left: 10;
  }
  .ml-md-2 {
    margin-left: 12;
  }
  .ml-md-3 {
    margin-left: 16;
  }
  .ml-md-4 {
    margin-left: 20;
  }
  .ml-md-5 {
    margin-left: 24;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mr-md-1 {
    margin-right: 10;
  }
  .mr-md-2 {
    margin-right: 12;
  }
  .mr-md-3 {
    margin-right: 16;
  }
  .mr-md-4 {
    margin-right: 20;
  }
  .mr-md-5 {
    margin-right: 24;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 10;
  }
  .mt-md-2 {
    margin-top: 12;
  }
  .mt-md-3 {
    margin-top: 16;
  }
  .mt-md-4 {
    margin-top: 20;
  }
  .mt-md-5 {
    margin-top: 24;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 10;
  }
  .mb-md-2 {
    margin-bottom: 12;
  }
  .mb-md-3 {
    margin-bottom: 16;
  }
  .mb-md-4 {
    margin-bottom: 20;
  }
  .mb-md-5 {
    margin-bottom: 24;
  }
}
@media (min-width: lg) {
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 10;
  }
  .m-lg-2 {
    margin: 12;
  }
  .m-lg-3 {
    margin: 16;
  }
  .m-lg-4 {
    margin: 20;
  }
  .m-lg-5 {
    margin: 24;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .ml-lg-1 {
    margin-left: 10;
  }
  .ml-lg-2 {
    margin-left: 12;
  }
  .ml-lg-3 {
    margin-left: 16;
  }
  .ml-lg-4 {
    margin-left: 20;
  }
  .ml-lg-5 {
    margin-left: 24;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mr-lg-1 {
    margin-right: 10;
  }
  .mr-lg-2 {
    margin-right: 12;
  }
  .mr-lg-3 {
    margin-right: 16;
  }
  .mr-lg-4 {
    margin-right: 20;
  }
  .mr-lg-5 {
    margin-right: 24;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 10;
  }
  .mt-lg-2 {
    margin-top: 12;
  }
  .mt-lg-3 {
    margin-top: 16;
  }
  .mt-lg-4 {
    margin-top: 20;
  }
  .mt-lg-5 {
    margin-top: 24;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 10;
  }
  .mb-lg-2 {
    margin-bottom: 12;
  }
  .mb-lg-3 {
    margin-bottom: 16;
  }
  .mb-lg-4 {
    margin-bottom: 20;
  }
  .mb-lg-5 {
    margin-bottom: 24;
  }
}
@media (min-width: xl) {
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 10;
  }
  .m-xl-2 {
    margin: 12;
  }
  .m-xl-3 {
    margin: 16;
  }
  .m-xl-4 {
    margin: 20;
  }
  .m-xl-5 {
    margin: 24;
  }
  .ml-xl-0 {
    margin-left: 0;
  }
  .ml-xl-1 {
    margin-left: 10;
  }
  .ml-xl-2 {
    margin-left: 12;
  }
  .ml-xl-3 {
    margin-left: 16;
  }
  .ml-xl-4 {
    margin-left: 20;
  }
  .ml-xl-5 {
    margin-left: 24;
  }
  .mr-xl-0 {
    margin-right: 0;
  }
  .mr-xl-1 {
    margin-right: 10;
  }
  .mr-xl-2 {
    margin-right: 12;
  }
  .mr-xl-3 {
    margin-right: 16;
  }
  .mr-xl-4 {
    margin-right: 20;
  }
  .mr-xl-5 {
    margin-right: 24;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 10;
  }
  .mt-xl-2 {
    margin-top: 12;
  }
  .mt-xl-3 {
    margin-top: 16;
  }
  .mt-xl-4 {
    margin-top: 20;
  }
  .mt-xl-5 {
    margin-top: 24;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 10;
  }
  .mb-xl-2 {
    margin-bottom: 12;
  }
  .mb-xl-3 {
    margin-bottom: 16;
  }
  .mb-xl-4 {
    margin-bottom: 20;
  }
  .mb-xl-5 {
    margin-bottom: 24;
  }
}
@media (min-width: xxl) {
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 10;
  }
  .m-xxl-2 {
    margin: 12;
  }
  .m-xxl-3 {
    margin: 16;
  }
  .m-xxl-4 {
    margin: 20;
  }
  .m-xxl-5 {
    margin: 24;
  }
  .ml-xxl-0 {
    margin-left: 0;
  }
  .ml-xxl-1 {
    margin-left: 10;
  }
  .ml-xxl-2 {
    margin-left: 12;
  }
  .ml-xxl-3 {
    margin-left: 16;
  }
  .ml-xxl-4 {
    margin-left: 20;
  }
  .ml-xxl-5 {
    margin-left: 24;
  }
  .mr-xxl-0 {
    margin-right: 0;
  }
  .mr-xxl-1 {
    margin-right: 10;
  }
  .mr-xxl-2 {
    margin-right: 12;
  }
  .mr-xxl-3 {
    margin-right: 16;
  }
  .mr-xxl-4 {
    margin-right: 20;
  }
  .mr-xxl-5 {
    margin-right: 24;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 10;
  }
  .mt-xxl-2 {
    margin-top: 12;
  }
  .mt-xxl-3 {
    margin-top: 16;
  }
  .mt-xxl-4 {
    margin-top: 20;
  }
  .mt-xxl-5 {
    margin-top: 24;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 10;
  }
  .mb-xxl-2 {
    margin-bottom: 12;
  }
  .mb-xxl-3 {
    margin-bottom: 16;
  }
  .mb-xxl-4 {
    margin-bottom: 20;
  }
  .mb-xxl-5 {
    margin-bottom: 24;
  }
}
.text-center {
  text-align: center;
}

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

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

.grid {
  display: grid;
}

.text-sm {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 1.04px;
}

.font-700 {
  font-weight: 700;
}

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

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-160 {
  margin-top: 160px;
}

.text-black {
  color: #000000;
}

@media screen and (max-width: 1080px) {
  .tablet-flex {
    display: flex;
  }
  .tablet-items-flex-start {
    align-items: flex-start;
  }
  .tablet-items-center {
    align-items: center;
  }
  .tablet-items-flex-end {
    align-items: flex-end;
  }
  .tablet-justify-flex-start {
    justify-content: flex-start;
  }
  .tablet-justify-center {
    justify-content: center;
  }
  .tablet-justify-flex-end {
    justify-content: flex-end;
  }
  .tablet-justify-space-between {
    justify-content: space-between;
  }
  .tablet-direction-column {
    flex-direction: column;
  }
  .tablet-direction-row {
    flex-direction: row;
  }
  .tablet-direction-row-reverse {
    flex-direction: row-reverse;
  }
  .tablet-direction-column-reverse {
    flex-direction: column-reverse;
  }
  .tablet-flex-wrap {
    flex-wrap: wrap;
  }
  .tablet-flex-nowrap {
    flex-wrap: nowrap;
  }
  .tablet-inline-flex {
    display: inline-flex;
  }
  .tablet-inline-block {
    display: inline-block;
  }
  .tablet-block {
    display: block;
  }
  .tablet-grid {
    display: grid;
  }
  .tablet-none {
    display: none;
  }
  .tablet-position-relative {
    position: relative;
  }
  .tablet-position-absolute {
    position: absolute;
  }
  .tablet-position-fixed {
    position: fixed;
  }
  .tablet-position-static {
    position: static;
  }
  .tablet-text-start {
    text-align: start;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-end {
    text-align: end;
  }
  .tablet-font-500 {
    font-weight: 500;
  }
  .tablet-font-700 {
    font-weight: 700;
  }
  .tablet-m-0 {
    margin: 0;
  }
  .tablet-m-8 {
    margin: 8px;
  }
  .tablet-m-12 {
    margin: 12px;
  }
  .tablet-m-15 {
    margin: 15px;
  }
  .tablet-m-16 {
    margin: 16px;
  }
  .tablet-m-20 {
    margin: 20px;
  }
  .tablet-m-25 {
    margin: 25px;
  }
  .tablet-m-32 {
    margin: 32px;
  }
  .tablet-m-40 {
    margin: 40px;
  }
  .tablet-m-50 {
    margin: 50px;
  }
  .tablet-m-60 {
    margin: 60px;
  }
  .tablet-m-80 {
    margin: 80px;
  }
  .tablet-m-100 {
    margin: 100px;
  }
  .tablet-m-120 {
    margin: 120px;
  }
  .tablet-m-160 {
    margin: 160px;
  }
  .tablet-mt-0 {
    margin-top: 0;
  }
  .tablet-mt-8 {
    margin-top: 8px;
  }
  .tablet-mt-12 {
    margin-top: 12px;
  }
  .tablet-mt-15 {
    margin-top: 15px;
  }
  .tablet-mt-16 {
    margin-top: 16px;
  }
  .tablet-mt-20 {
    margin-top: 20px;
  }
  .tablet-mt-25 {
    margin-top: 25px;
  }
  .tablet-mt-32 {
    margin-top: 32px;
  }
  .tablet-mt-40 {
    margin-top: 40px;
  }
  .tablet-mt-50 {
    margin-top: 50px;
  }
  .tablet-mt-60 {
    margin-top: 60px;
  }
  .tablet-mt-80 {
    margin-top: 80px;
  }
}
@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* fontOptions: ($fontSize, $tracking, $lineHeight)*/
/* gal color variables */
/* gal font weight variables */
/* ---sp--- */
/* ---percent--- */
/* gal screens variables */
/*
 * Module
 * -------------------------------------------------------------------
 */
#main {
  word-break: break-all;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 1060px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 769px) {
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container_3 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .container_3 {
    max-width: 1060px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 769px) {
  .container_3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .container_3 {
    max-width: 1280px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 769px) {
  .sp-slider .container {
    padding-right: 0;
  }
}

.su-button {
  width: 90%;
}
@media screen and (max-width: 769px) {
  .su-button span {
    font-size: 16px !important;
  }
}

.pc-none {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block !important;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp-none {
    display: none;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .sp-justify-around {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.grid__center {
  display: grid;
  place-content: center;
  place-items: center;
}
.grid__col2 {
  display: grid;
  gap: 0 20px;
  grid-template-columns: repeat(2, 1fr);
}
.grid__col2-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 55px 1fr;
}
@media screen and (max-width: 1100px) {
  .grid__col2-2 {
    gap: 14px;
    grid-template-columns: 37px 1fr;
  }
}
.grid__col3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1100px) {
  .grid__col3 {
    gap: 20px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.side_sticky {
  position: sticky;
  top: 100px;
}

video {
  height: auto;
}

.header {
  padding-top: 60px;
}
@media screen and (min-width: 1000px) {
  .header {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .header.show-nav .header-nav {
    display: block;
  }
  .header.show-nav .header-menu__btn {
    background-image: url(/images/icons/icon-menu-close.svg);
  }
}
.header-kv {
  position: relative;
  min-height: 880px;
  background: #5facdf;
  position: relative;
}
.header-kv .header-image {
  overflow: hidden;
  position: relative;
  /* 16:9のアスペクト比 */
}
.header-kv .header-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(95, 172, 223) 0%, rgba(95, 172, 223, 0) 30%, rgba(95, 172, 223, 0) 100%);
}
@media screen and (max-width: 1000px) {
  .header-kv .header-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .header-kv .header-image::after {
    content: none;
  }
}
.header-kv .header-image video {
  width: 112%;
}
@media screen and (max-width: 1000px) {
  .header-kv .header-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
.header-kv .header-image img.kv {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.header-kv .latest {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-slider__item::after {
  content: "";
  background-color: rgba(0, 25, 34, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.header-slider__content {
  max-width: 325px;
  padding: 190px 0 58px;
}
@media screen and (min-width: 1000px) {
  .header-slider__content {
    max-width: 509px;
    padding: 134px 0 136px;
  }
}
.header-slider__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header-slider__label {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.3px;
  padding: 3px 5px;
  border: 1px solid;
}
@media screen and (min-width: 1000px) {
  .header-slider__label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding: 7px 10px;
  }
}
.header-slider__title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin: 17px 0 13px;
  max-width: 267px;
}
@media screen and (min-width: 1000px) {
  .header-slider__title {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 2.16px;
    max-width: 462px;
    margin: 40px 0 20px;
  }
}
.header-slider__text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .header-slider__text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.96px;
    margin-bottom: 40px;
  }
}
.header-slider .swiper-pagination {
  bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .header-slider .swiper-pagination {
    bottom: 40px;
  }
}
.header-slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 12px;
  border: 1px solid #fff;
  height: 8px;
  width: 8px;
  opacity: 1;
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  .header-slider .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 16px;
    height: 10px;
    width: 10px;
  }
}
.header-slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.header-search {
  z-index: 2;
  top: 41px;
}
@media screen and (max-width: 1000px) {
  .header-search {
    display: none;
  }
}
.header-search__label {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.84px;
  margin-bottom: 9px;
}
.header-search__control {
  background-color: #fff;
  border-radius: 40px;
  width: 240px;
}
.header-search__control > input[type=text] {
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 1.12px;
  background-color: transparent;
  border: none;
  text-align: center;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: #000;
}
.header-search__control > input[type=text]:focus-visible {
  outline: 0;
}
@media screen and (max-width: 1100px) {
  .header-search__control {
    display: none;
  }
}
.header-search__icon {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 20px;
}
.header-menu {
  background-color: #000;
  padding: 11px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .header-menu {
    position: initial;
    padding: 17px 0;
  }
}
.header-menu.fixed {
  position: fixed;
}
@media screen and (max-width: 1000px) {
  .header-menu.fixed {
    -webkit-animation: animation-header 0.25s ease-out;
    animation: animation-header 0.25s ease-out;
  }
}
.header-menu__logo {
  display: inherit;
}
.header-menu__logo > img {
  width: 40px;
  height: 38px;
}
.header-menu__btn {
  padding: 0;
  background-color: transparent;
  border: none;
  background: url(/images/icons/icon-menu.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 32px;
}
@media screen and (min-width: 1000px) {
  .header-menu__btn {
    display: none;
  }
}
.header-menu__btn:focus-visible {
  outline: 0;
}
@media screen and (max-width: 1000px) {
  .header-nav {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #f4f4f5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 20px;
    color: #201d34;
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .header-nav.show {
    display: block;
  }
}
.header-nav--desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header-nav--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 8px;
    margin-left: 8px;
    white-space: nowrap;
  }
}
.header-nav--sp {
  display: none;
  height: 100vh;
  height: 100svh;
}
.header-nav__item {
  border-bottom: 1px solid #201d34;
}
@media screen and (min-width: 1000px) {
  .header-nav__item {
    border-bottom: none;
  }
}
.header-nav__link {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.42px;
  font-weight: 700;
  position: relative;
  padding: 17px 40px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .header-nav__link {
    letter-spacing: 0.84px;
    font-weight: 500;
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 700px) {
  .header-nav__link {
    padding: 10px;
  }
}
.header-nav__link::after {
  content: "";
  background: url(/images/icons/icon-angle-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 6px;
  height: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .header-nav__link::after {
    display: none;
  }
}
.header-nav__link.active, .header-nav__link:hover {
  background-color: #545454;
  color: #fff;
}
.header-nav__link.active::after, .header-nav__link:hover::after {
  background-image: url(/images/icons/icon-angle-right-white.svg);
}
.header-nav__search {
  padding: 0 25px 25px;
  border-bottom: 1px solid #201d34;
}
.header-nav__search-wrapper {
  border-radius: 44px;
  padding: 8px 23px;
  background-color: #fff;
}
.header-nav__search-icon {
  width: 19px;
  height: auto;
  margin-right: 15px;
}
.header-nav__search-input {
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.33px;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  padding: 0;
}
.header-nav__search-input::-webkit-input-placeholder, .header-nav__search-input::-moz-placeholder, .header-nav__search-input:-ms-input-placeholder, .header-nav__search-input::placeholder {
  color: #000;
}
.header-nav__controls {
  padding: 25px 25px 0;
  max-width: 280px;
  margin: auto;
}
.header-nav__controls .btn {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.42px;
  padding-top: 11px;
  padding-bottom: 11px;
}

@-webkit-keyframes animation-header {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes animation-header {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
body:not(.home) header {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
}

body:not(.home) main {
  margin-top: 64px;
}

.fake {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: -1;
}

.search-area {
  position: absolute;
  right: 0;
}
.search-btn {
  width: 40px;
  margin-left: 1em;
  cursor: pointer;
  padding: 17px;
  box-sizing: content-box;
  background: #2dccbb;
}
@media screen and (max-width: 1000px) {
  .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 11px;
  }
}
.search-close {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  margin: 0 0 0 auto;
}
.search-close span {
  width: 36px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.search-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-content {
  position: fixed;
  top: 0;
  right: -110vw;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  height: 100svh;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(10px);
  z-index: 999;
  padding: 4vw;
  transition: right 0.3s ease-in-out;
}
.search-content label {
  cursor: pointer;
  margin-left: 0.34em;
}
.search-content h3 {
  font-size: 24px;
  margin: 1em 0 0.4em;
}
.search-content input {
  margin: 1em 0;
}
.search-text, .search-submit {
  cursor: pointer;
  padding: 0.4em;
  color: #000;
  border-radius: 8px;
  width: 100%;
}
.search-submit {
  padding: 1em 0;
  border-radius: 4em;
  font-weight: 700;
  letter-spacing: 0.5em;
  font-size: 1.1em;
  background: #fff;
}
.search-open {
  right: 0;
}

.nav__header .txt {
  width: 95.5%;
  margin: 37px auto 12px auto;
}
.nav__header .txtlist {
  width: 79%;
  margin: 0 auto 17px auto;
}
@media screen and (max-width: 480px) {
  .nav__header .maintxt {
    margin: 106px auto 20px auto;
    width: 100%;
  }
}
.nav__header_bg {
  position: relative;
  z-index: 999;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(52, 46, 44, 0.3);
  padding: 24px;
}
@media screen and (max-width: 1100px) {
  .nav__header_bg {
    top: 16px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 480px) {
  .nav__header_bg {
    top: 62px;
  }
}
.nav__header .button_head {
  text-align: center;
}
.nav__header .button_head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 180px;
  padding: 8px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #54d5cc;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .nav__header .button_head a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
.nav__header .button_head a:hover {
  background: #5476d5;
  opacity: 1;
}
.nav__header .button_head a::after {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__header .button_head_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 180px;
  padding: 8px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ffb32e;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .nav__header .button_head_2 a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
.nav__header .button_head_2 a:hover {
  background: #ff2e2e;
  opacity: 1;
}
.nav__header .button_head_2 a::after {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__header .container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1366px) {
  .nav__header .container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .nav__header .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .nav__header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.nav__header .container:first-child {
  z-index: 2;
}
.nav__header__logo {
  margin-right: 37px;
}
@media screen and (max-width: 480px) {
  .nav__header__logo {
    margin-right: 10px;
  }
}
.nav__header__logo img {
  width: 52px;
}
@media screen and (max-width: 480px) {
  .nav__header__logo img {
    width: 37px;
  }
}
.nav__header__logo h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
.nav__header__logo h2 span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
}
.nav__header__list {
  margin-left: 36px;
}
@media screen and (max-width: 480px) {
  .nav__header__list {
    margin-left: 10px;
  }
}
.nav__header__list > li {
  display: inline-flex;
  flex-direction: column;
}
.nav__header__list > li:first-child > a {
  padding-left: 0;
}
.nav__header__list > li:last-child {
  border-right: 0;
}
.nav__header__list > li:last-child > a {
  padding-right: 0;
}
.nav__header__list > li > a {
  font-size: 16px;
  line-height: 20px;
  color: #342e2c;
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .nav__header__list > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .nav__header__list > li > a {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.84px;
    color: #ffffff;
    padding: 0 10px;
  }
}
.nav__header__list_btn:not(:last-child) {
  margin-right: 16px;
}
.nav__header__sub-title {
  font-size: 35px;
  line-height: 47px;
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .nav__header__sub-title {
    font-size: 37px;
    line-height: 49px;
    letter-spacing: 2.22 px;
  }
}
.nav__header__sub-title span {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .nav__header__sub-title span {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 1.92 px;
  }
}
.nav__header__title {
  font-size: 60px;
  line-height: 60px;
  background-color: #ffffff;
  padding: 20px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .nav__header__title {
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .nav__header__title {
    font-size: 65px;
    line-height: 65px;
    letter-spacing: 1.3 px;
  }
}
.nav__header__title.middle {
  padding-right: 50px;
}
@media screen and (max-width: 1366px) {
  .nav__header__title.middle {
    padding-right: 25px;
  }
}
.nav__header__title.bottom {
  padding-right: 0;
}
.nav__header__title span {
  font-size: 45px;
  line-height: 60px;
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .nav__header__title span {
    font-size: 24px;
    line-height: 32.5px;
    letter-spacing: 0.48 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .nav__header__title span {
    font-size: 20.48px;
    line-height: 27.7333333333px;
    letter-spacing: 0.4096px;
  }
}
.nav__header__normal-text {
  font-size: 18px;
  line-height: 38px;
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .nav__header__normal-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.00864 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .nav__header__normal-text {
    font-size: 10.24px;
    line-height: 17.0666666667px;
    letter-spacing: 0.6144px;
  }
}
.nav__header__passion {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .nav__header__passion {
    width: 100%;
    max-width: 650px;
    flex-wrap: wrap;
  }
}
.nav__header__passion li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-color: #5cbec6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #5cbec6;
}
@media screen and (max-width: 1366px) {
  .nav__header__passion li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .nav__header__passion li {
    width: 140px;
    height: 140px;
  }
}
.nav__header__passion li > * {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.nav__header__passion li .typo-1 {
  font-size: 18px;
  line-height: 24px;
}
.nav__header__passion li .typo-2 {
  font-size: 30px;
  line-height: 40px;
}
.nav__header__passion li .typo-3 {
  font-size: 20px;
  line-height: 27px;
}
.nav__header__passion li .typo-4 {
  font-size: 14px;
  line-height: 19px;
}
.nav__header__passion li .typo-5 {
  font-size: 32px;
  line-height: 43px;
}
.nav__header__passion li .typo-6 {
  font-size: 16px;
  line-height: 21px;
}
.nav__header__passion li .typo-7 {
  font-size: 17px;
  line-height: 24px;
}
.nav__header__passion li .typo-8 {
  font-size: 16px;
  line-height: 24px;
}
.nav__header__passion li .typo-9 {
  font-size: 28px;
  line-height: 37px;
}
.nav__header__passion li .typo-10 {
  font-size: 13px;
  line-height: 17px;
}
.nav__header__passion li .typo-11 {
  font-size: 40px;
  line-height: 53px;
}
.nav__header__passion li .typo-12 {
  font-size: 25px;
  line-height: 33px;
}
.nav__header__passion li .typo-13 {
  font-size: 20px;
  line-height: 27px;
}

.button_head {
  text-align: center;
}
.button_head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  padding: 8px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #54d5cc;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .button_head a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
.button_head a:hover {
  background: #5476d5;
  opacity: 1;
}
.button_head a::after {
  content: "";
  position: absolute;
  right: 1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_head_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 184px;
  padding: 8px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ffb32e;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .button_head_2 a {
    width: 100%;
    padding: 8px 15px;
    font-size: 13px;
  }
}
.button_head_2 a:hover {
  background: #ff2e2e;
  opacity: 1;
}
.button_head_2 a::after {
  content: "";
  position: absolute;
  right: 1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_top {
  text-align: center;
}
.button_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #54d5cc;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .button_top a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
.button_top a:hover {
  background: #5476d5;
  opacity: 1;
}
.button_top a::after {
  content: "";
  position: absolute;
  right: 3em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_top_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ffb32e;
  height: 32px;
}
@media screen and (max-width: 480px) {
  .button_top_2 a {
    padding: 8px 15px;
    font-size: 13px;
  }
}
.button_top_2 a:hover {
  background: #ff2e2e;
  opacity: 1;
}
.button_top_2 a::after {
  content: "";
  position: absolute;
  right: 3em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer__section {
  padding: 61px 0 72px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 769px) {
  .footer__section {
    padding: 100px 0 79px;
  }
}
.footer__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .footer__column:last-child > ul {
    padding: 20px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 471px;
  }
  .footer__column:last-child > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer__column:last-child > ul > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__column:last-child > ul > li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer__column:last-child > ul > li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__column--logo {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.33px;
  }
}
.footer__ul {
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  padding-left: 15px;
}
.footer__ul a {
  color: #fff !important;
}
.footer__logo {
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    padding-right: 0;
  }
}
.footer__logo > img {
  width: 36px;
  height: 34px;
}
@media screen and (min-width: 769px) {
  .footer__logo > img {
    width: 68px;
    height: 64px;
    margin-bottom: 21px;
  }
}
.footer__title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.84px;
  margin-bottom: 20px;
}
.footer__contact .footer__title {
  margin-bottom: 4px;
  line-height: 17px;
}
.footer__contact > p {
  line-height: 18px;
}
@media screen and (max-width: 769px) {
  .footer__contact > p {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.33px;
  }
}
.footer__phone-number {
  font-size: 30px;
  padding: 5px 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 395px) {
  .footer__phone-number {
    font-size: 43px;
    line-height: 45px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .footer__phone-number {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0;
  }
}
.footer__phone-number > img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media screen and (min-width: 395px) {
  .footer__phone-number > img {
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 769px) {
  .footer__phone-number > img {
    width: 30px;
    height: 30px;
  }
}
.footer__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1100px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__content a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 300px;
  background: url(https://maclogi.co.jp/images/footer/footer_top_l.webp) center/cover;
}
@media screen and (max-width: 769px) {
  .footer__content a {
    height: 240px;
  }
}
.footer__content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00b900;
  opacity: 0.8;
  transition: 0.3s;
}
.footer__content a span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  color: #fff;
  margin-bottom: 1em;
  text-align: center;
}
.footer__content a span::before {
  content: "\f3c0";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  display: block;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}
.footer__content a p {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 769px) {
  .footer__content a p {
    font-size: 2rem;
    padding: 0;
  }
}
.footer__content a p::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.footer__content:last-child a {
  background: url(https://maclogi.co.jp/images/footer/footer_top_c.webp) center/cover;
}
.footer__content:last-child a::before {
  background: #2dccbb;
}
.footer__content:last-child a span::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  display: block;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

/* フッター上でのマージン確保 */
footer {
  position: relative;
  z-index: 1;
}

.copyright {
  padding: 11px 0;
  background: -webkit-gradient(linear, left top, right top, from(#23c467), to(#20acce));
  background: linear-gradient(to right, #23c467, #20acce);
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 769px) {
  .copyright {
    font-size: 12px;
    line-height: 38px;
    letter-spacing: 0.72px;
  }
}

.tablet {
  display: none;
}
@media screen and (max-width: 1080px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tablet {
    display: none;
  }
}

.tablet-sp {
  display: none;
}
@media screen and (max-width: 1100px) {
  .tablet-sp {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp-grid {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .sp-grid {
    display: grid !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 1080px) {
  .pc-flex {
    display: none !important;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags .tag,
.tags .tag01 {
  margin-bottom: 7px;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  .tags .tag,
  .tags .tag01 {
    margin-bottom: 8px;
    margin-right: 8px;
  }
}

.tag {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.3px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 32px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tag {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.96px;
    margin-bottom: 5px;
    margin-right: 3px;
  }
}
.tag--red {
  background-color: #f44040;
}
.tag--green {
  background-color: #23c467;
}
.tag--blue {
  background-color: #20acce;
}
.tag--gray {
  background-color: #636363;
}

.tag01 {
  border-radius: 32px;
}
.tag01 a {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.3px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 32px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tag01 a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.96px;
  }
}

.card {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .card {
    border-radius: 16px;
  }
}
.card__img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .card__img {
    border-radius: 16px 16px 0 0;
  }
}
.card__img--rounded {
  border-radius: 50%;
}
.card__wrapper {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .card__wrapper {
    padding: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .card__wrapper {
    padding: 22px;
  }
}
.card__tag {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.3px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .card__tag {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.66px;
    margin-bottom: 10px;
  }
}
.card__title {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.45px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .card__title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.08px;
  }
}
.card__text {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .card__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.84px;
    margin-bottom: 10px;
  }
}
.card__date {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .card__date {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
  }
}
.card__budget {
  background-color: #edeeef;
  padding: 8px 0 8px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 48px;
}
@media screen and (min-width: 1200px) {
  .card__budget {
    padding: 10px 0 10px 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .card__budget {
    padding-left: 0;
  }
}
@media screen and (max-width: 349px) {
  .card__budget {
    padding-left: 16px;
  }
}
.card__budget-label {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.3px;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .card__budget-label {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.72px;
  }
}
@media screen and (min-width: 1200px) {
  .card__budget-label {
    padding-right: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .card__budget-label {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.card__budget-text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .card__budget-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.card__user {
  margin-top: 8px;
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .card__user {
    margin-top: 10px;
    margin-bottom: 18px;
  }
}
.card__user-avatar,
.card__user .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .card__user-avatar,
  .card__user .avatar {
    width: 64px;
    height: 64px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .card__user-name {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.39px;
  }
}
@media screen and (min-width: 769px) {
  .card--solution .card__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .card--solution .card__date {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.08px;
  }
}
.card--seminar .card__text {
  margin-bottom: 0;
}
.card--seminar .card__date {
  margin-top: 8px;
  display: none;
}
@media screen and (min-width: 769px) {
  .card--seminar .card__date {
    display: block;
  }
}
.card--information__image {
  position: relative;
  padding: 50%;
}
.card--information__image:hover > img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.card--information__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.card--information .card__wrapper {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .card--information .card__wrapper {
    padding-top: 12px;
  }
}
.card--information .card__text {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .card--information .card__text {
    margin-bottom: 4px;
  }
}

@media screen and (min-width: 769px) {
  .main--fixed::before {
    content: "";
    display: block;
    height: 80px;
    background-color: #000;
  }
}

.section {
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .section {
    padding-bottom: 80px;
  }
}
.section__wrapper {
  padding-top: 42px;
}
.section__wrapper--column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .section__wrapper--column .container {
    display: block;
  }
}
.section__wrapper--column .container .section__view {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 1100px) {
  .section__wrapper--column .container .section__view {
    display: none;
  }
}
.section__title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section__title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.68px;
    margin-bottom: 0;
  }
}
.section__title__wrapper {
  padding-top: 42px;
}
.section__title__wrapper--column .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .section__title__wrapper--column .container {
    display: block;
  }
}
.section__title__wrapper--column .container .section__view {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 769px) {
  .section__title__wrapper--column .container .section__view {
    display: none;
  }
}
.section__view {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section__view {
    text-align: left;
  }
}
.section__view-link {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.48px;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .section__view-link {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.84px;
    margin-bottom: 2em;
  }
}
.section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .section__row {
    margin: 0 -8px;
  }
}
@media screen and (min-width: 1200px) {
  .section__row {
    margin: 20px -20px 0;
  }
}
.section__col {
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 10px 0;
  }
  .section__col--4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .section__col--6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .section__col {
    padding: 20px 20px 0;
  }
}
.section__col--hover:hover .card--hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.section__col--hover .card--hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section__control {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .section__control .section__col {
    padding-bottom: 20px;
  }
  .section__control .section__col:nth-child(6n+5) {
    display: none;
  }
}
.section-solution .section__view {
  display: none;
}
@media screen and (min-width: 769px) {
  .section-solution .section__view {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .section-solution .section__view {
    text-align: left;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 769px) {
  .section-solution .section__title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .section-solution .section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 20px;
  }
}
.section-solution .section__col:last-child {
  display: block;
}
.section-news__list {
  margin: 23px 0 40px;
}
@media screen and (min-width: 769px) {
  .section-news__list {
    margin: 38px 0 50px;
  }
}
.section-news__item {
  border-top: 1px solid #001922;
  padding: 40px 0 0;
}
@media screen and (min-width: 769px) {
  .section-news__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-news__item:last-child {
  border-bottom: 1px solid #001922;
}
.section-news__item_top {
  border-top: 1px solid #001922;
  padding: 20px 0;
}
.section-news__item_top:last-child {
  border-bottom: 1px solid #001922;
}
@media screen and (min-width: 769px) {
  .section-news__item_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-news__date {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section-news__date {
    margin-right: 40px;
    margin-bottom: 0;
    line-height: 35px;
  }
}
.section-news__text {
  line-height: 32px;
}
@media screen and (min-width: 769px) {
  .section-news__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.section-news .tag {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 0;
  margin-bottom: 20px;
  background: #b2b2b2;
}
@media screen and (min-width: 769px) {
  .section-news .tag {
    margin-right: 40px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px;
  }
}
@media screen and (min-width: 769px) {
  .section-promotion {
    padding-bottom: 86px;
  }
}
.section-promotion__control {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .section-promotion__control {
    text-align: right;
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-promotion__btn {
    max-width: 320px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .section-promotion .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-promotion .card__img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .section-promotion .card__img {
    border-radius: 16px 0 0 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
}
.section-promotion .card__body {
  padding: 20px 20px 25px;
}
@media screen and (min-width: 769px) {
  .section-promotion .card__body {
    padding: 40px 40px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}
.section-promotion .card__text {
  margin-bottom: 0;
}

.feature-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
  margin-bottom: 9px;
  padding-left: 25px;
}
@media screen and (min-width: 769px) {
  .feature-title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1.68px;
    margin-bottom: 18px;
    padding-left: 0;
  }
}
.feature-slider {
  position: relative;
}
.feature-slider__image {
  text-align: center;
  position: relative;
  padding: 28%;
}
.feature-slider__image:hover > img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.feature-slider__image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .feature-slider__image > img {
    border-radius: 16px;
  }
}
.feature-slider__text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .feature-slider__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.84px;
    margin-top: 18px;
  }
}
.feature-slider__button {
  background-color: rgba(0, 25, 34, 0.5);
  padding: 18px 14px;
  width: 24px;
  height: 24px;
  margin-top: 49px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .feature-slider__button {
    display: none;
  }
}
.feature-slider__button::after {
  color: #fff;
  font-size: 13px;
}
.feature-slider__button.swiper-button-next {
  right: 0;
}
.feature-slider__button.swiper-button-next::after {
  margin-right: -2px;
}
.feature-slider__button.swiper-button-prev {
  left: 0;
}
.feature-slider__button.swiper-button-prev::after {
  margin-left: -2px;
}
.feature-slider__button.swiper-button-disabled {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .feature.swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 769px) {
  .feature.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .feature.swiper-wrapper {
    margin: 0 -10px;
  }
}
.feature.swiper-slide {
  max-width: 260px;
}
@media screen and (min-width: 769px) {
  .feature.swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 5px;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .feature.swiper-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .feature.swiper-slide:first-child {
    margin-left: 25px;
  }
}

.feature-slider {
  position: relative;
}
.feature-slider__image {
  text-align: center;
  position: relative;
  padding: 28%;
}
.feature-slider__image:hover > img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.feature-slider__image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .feature-slider__image > img {
    border-radius: 16px;
  }
}
.feature-slider__text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .feature-slider__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.84px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .feature-slider .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 769px) {
  .feature-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    width: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .feature-slider .swiper-wrapper {
    margin: 0 -10px;
  }
}
.feature-slider .swiper-slide {
  max-width: 260px;
}
@media screen and (min-width: 1200px) {
  .feature-slider .swiper-slide {
    padding: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .feature-slider .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    padding: 0 5px;
    max-width: 254px;
  }
  .feature-slider .swiper-slide:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .feature-slider .swiper-slide {
    margin-right: 20px;
  }
}
.feature-slider__button {
  background-color: rgba(0, 25, 34, 0.5);
  padding: 18px 14px;
  width: 24px;
  height: 24px;
  margin-top: 49px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .feature-slider__button {
    display: none;
  }
}
.feature-slider__button::after {
  color: #fff;
  font-size: 13px;
}
.feature-slider__button.swiper-button-next {
  right: 0;
}
.feature-slider__button.swiper-button-next::after {
  margin-right: -2px;
}
.feature-slider__button.swiper-button-prev {
  left: 0;
}
.feature-slider__button.swiper-button-prev::after {
  margin-left: -2px;
}
.feature-slider__button.swiper-button-disabled {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .home .feature-slider .swiper-slide:first-child {
    margin-left: 5px;
  }
}

.slider-1 {
  position: relative;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .slider-1 {
    margin-bottom: 0;
  }
}
.slider-1__image {
  text-align: center;
  position: relative;
  padding: 28%;
}
.slider-1__image:hover > img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.slider-1__image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .slider-1__image > img {
    border-radius: 16px;
  }
}
.slider-1__text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.36px;
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .slider-1__text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.84px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .slider-1 .swiper {
    overflow: initial;
  }
}
@media screen and (min-width: 769px) {
  .slider-1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .slider-1 .swiper-wrapper {
    margin: 0 -10px;
  }
}
.slider-1 .swiper-slide {
  max-width: 290px;
}
@media screen and (min-width: 769px) {
  .slider-1 .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding: 0 5px;
    max-width: 320px;
  }
  .slider-1 .swiper-slide:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .slider-1 .swiper-slide {
    padding: 0 10px;
  }
}
.slider-1__button {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  width: 18px;
  height: 28px;
  -webkit-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px));
}
@media screen and (min-width: 769px) {
  .slider-1__button {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 23px;
  }
}
.slider-1__button.swiper-button-next {
  right: 0;
}
.slider-1__button.swiper-button-next::after {
  font-weight: 700;
  font-size: 28px;
  color: rgba(244, 244, 245, 0.59);
}
@media screen and (min-width: 769px) {
  .slider-1__button.swiper-button-next::after {
    content: "";
    background: url(/images/icons/icon-arrow-next.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
.slider-1__button.swiper-button-prev {
  left: 0;
}
.slider-1__button.swiper-button-prev::after {
  font-weight: 700;
  font-size: 28px;
  color: rgba(244, 244, 245, 0.59);
}
@media screen and (min-width: 769px) {
  .slider-1__button.swiper-button-prev::after {
    content: "";
    background: url(/images/icons/icon-arrow-prev.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
.slider-1__button.swiper-button-disabled {
  opacity: 0;
}

.articles .card__wrapper_2 {
  width: 100%;
  padding: 15px 25px;
}
@media screen and (max-width: 1100px) {
  .articles .card__wrapper_2 {
    padding: 10px 5px;
  }
}
.articles .card__wrapper_2 .btn__download-icon {
  margin: 0;
  width: 38px;
  height: 38px;
  padding-left: 14px;
  vertical-align: middle;
  position: relative;
  right: 0;
}
@media screen and (max-width: 769px) {
  .articles .card__wrapper_2 .btn__download-icon {
    width: 30px;
    height: 30px;
    padding-left: 8px;
  }
}
.articles .card__wrapper_2 .aut-h {
  height: 6vw;
}
@media screen and (max-width: 769px) {
  .articles .card__wrapper_2 .aut-h {
    height: 9vw;
  }
}

.grid__col-2 {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr minmax(180px, 1fr);
}
@media screen and (max-width: 769px) {
  .grid__col-2 {
    grid-template-columns: 1fr;
  }
}

.btn-top {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 25, 34, 0.3);
  color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 57px;
  right: 42px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .btn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-top:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-top__icon {
  margin-bottom: 4px;
  width: 33%;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * ページ
 * -------------------------------------------------------------------
 */
.breadcrumbs {
  padding: 0 1em 6em;
}
.breadcrumbs > span {
  margin-right: 12px;
}
.breadcrumbs > span > a {
  color: #333333;
}
.breadcrumbs span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li {
  padding: 0 0.5em;
}

.breadcrumb_inner span {
  margin: 0 5px;
}

.pankuzu_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #69a4db;
}

.btn {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.48px;
  padding: 15px 10px;
  max-width: 400px;
  width: 95%;
  font-weight: 700;
  border-radius: 5em;
  border: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 1100px) {
  .btn {
    padding-top: 11px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }
}
.btn:hover {
  -webkit-transform: translate(-2px, -1px);
  transform: translate(-2px, -1px);
}
.btn:hover > .btn__icon {
  right: -4px;
}
@media screen and (max-width: 1100px) {
  .btn:hover > .btn__icon {
    right: -8px;
  }
}
.btn--normal {
  color: #001922;
  background: #fff;
  border: 1px solid #001922;
  padding: 14px 10px;
}
@media screen and (max-width: 1100px) {
  .btn--normal {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.btn--primary {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#23c467), to(#20acce));
  background: linear-gradient(to right, #23c467, #20acce);
}
.btn__icon {
  padding-left: 14px;
  vertical-align: super;
  height: 8px;
  position: relative;
  right: 0;
  -webkit-transition: right 0.15s ease-in;
  transition: right 0.15s ease-in;
}
@media screen and (max-width: 1100px) {
  .btn__icon {
    padding-left: 32px;
    height: 10px;
  }
}
.btn--download {
  color: #fff;
  background: #f44d4d;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .btn--download {
    font-size: 11px;
    padding: 5px 10px;
    width: 100%;
  }
}
.btn-top {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 25, 34, 0.3);
  color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 57px;
  right: 42px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .btn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-top:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-top__icon {
  margin-bottom: 4px;
}
.btn img {
  margin: 0;
  width: 50px;
}

.button_topcontact a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 50%;
  padding: 8px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ffb32e;
  border-radius: 50px;
  font-size: 24px;
  padding: 13px 15px;
}
@media screen and (max-width: 1100px) {
  .button_topcontact a {
    width: 70%;
    font-size: 20px;
  }
}
.button_topcontact a:hover {
  background: #ff2e2e;
  opacity: 1;
}
.button_topcontact a::after {
  content: "";
  position: absolute;
  right: 1em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .button_topcontact a::after {
    width: 12px;
    height: 12px;
  }
}
.button_topcontact__2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 15px 26px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fff957;
  border: 2px solid #fff957;
  border-radius: 50px;
  font-size: 20px;
  padding: 13px 15px;
}
@media screen and (max-width: 1100px) {
  .button_topcontact__2 a {
    width: 95%;
    font-size: 16px;
  }
}
.button_topcontact__2 a:hover {
  background: #fff;
  border: 2px solid #000;
  opacity: 1;
}
.button_topcontact__2 a::after {
  content: "";
  position: absolute;
  right: 4em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .button_topcontact__2 a::after {
    right: 2em;
  }
}

/*===================================
  column
===================================*/
td {
  vertical-align: middle;
}

.grid_content {
  display: grid;
  gap: 0 50px;
  grid-template-columns: 2.5fr minmax(180px, 1fr);
}
@media screen and (max-width: 1100px) {
  .grid_content {
    gap: 0;
    grid-template-columns: 1fr;
    display: block;
  }
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
}
.btn--black {
  color: #fff;
  background: #000;
}

.title-page {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .title-page {
    font-size: 40px;
    line-height: 47px;
    letter-spacing: 3.2px;
  }
}
.title-page--line {
  position: relative;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .title-page--line {
    padding-bottom: 7px;
  }
}
.title-page--line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#23c467), to(#20acce));
  background: linear-gradient(to right, #23c467, #20acce);
}
@media screen and (min-width: 769px) {
  .title-page--line::after {
    height: 5px;
  }
}

.title-section {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 769px) {
  .title-section {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 1.92px;
  }
}
.title-section--line {
  position: relative;
  padding-left: 11px;
}
@media screen and (min-width: 769px) {
  .title-section--line {
    padding-left: 14px;
  }
}
.title-section--line::before {
  content: "";
  width: 4px;
  height: 100%;
  display: inline-block;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .title-section--line::before {
    width: 7px;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f5;
}

.btn-top {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 25, 34, 0.3);
  color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 57px;
  right: 42px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .btn-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-top:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-top__icon {
  margin-bottom: 4px;
}

.tag__icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .tag__icon {
    margin-right: 17px;
    width: 23px;
    height: 23px;
  }
}

.section-heading {
  padding: 65px 0 40px;
}
@media screen and (min-width: 769px) {
  .section-heading {
    padding: 77px 0 72px;
  }
}
.section-heading .title-page {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .section-heading .title-page {
    margin-bottom: 18px;
  }
}
.section-heading .title-section {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .section-heading .title-section {
    margin-bottom: 68px;
    font-weight: 500;
  }
}
@media screen and (max-width: 769px) {
  .section-heading .title-section {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }
}

.search__form {
  background-color: #f4f4f5;
  border-radius: 110px;
  padding: 12px 20px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .search__form {
    padding: 34px 20px;
  }
}
@media screen and (min-width: 992px) {
  .search__form {
    padding: 34px 44px;
  }
}

.postform,
.search__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  background-image: url(/images/icons/icon-angle-select.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 26px;
}
@media screen and (min-width: 769px) {
  .postform,
  .search__select {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 1.68px;
  }
}

@media screen and (min-width: 769px) {
  .search__icon {
    margin-left: 20px;
    width: 39px;
  }
}
.search__line {
  height: 36px;
  width: 2px;
  background-color: #000;
  margin-left: 30px;
}
.search__input {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.44px;
  margin-left: 17px;
  border: none;
  outline: 0;
  background-color: transparent;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media screen and (min-width: 769px) {
  .search__input {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 1.68px;
    margin-left: 20px;
  }
}
.search__input::-webkit-input-placeholder, .search__input::-moz-placeholder, .search__input:-ms-input-placeholder, .search__input::placeholder {
  color: #000;
}
@media screen and (min-width: 769px) {
  .search-tags {
    margin-top: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}
.search-tags__title {
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .search-tags__title {
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 1.68px;
    padding-right: 23px;
    padding-bottom: 0;
  }
}
.search-tags__wrapper {
  margin: 30px 0;
  gap: 8px;
}
@media screen and (max-width: 769px) {
  .search-tags__wrapper {
    gap: 0;
  }
}
.search-tags__wrapper ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.search-tags__wrapper ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.03em;
}
.search-tags__wrapper ul li a {
  font-size: 13px;
  font-weight: 700;
  padding: 6px 10px;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
  color: #707070;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: 0.3s;
}
.search-tags__item {
  flex-basis: auto;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  .search-tags__item {
    margin-bottom: 7px;
    margin-right: 7px;
  }
}
@media screen and (min-width: 769px) {
  .search-tags__item {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1.2px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: initial;
  }
}
@media screen and (max-width: 520px) {
  .search-tags__item {
    padding: 0;
  }
}
.search-tags__item a, .search-tags__item > span {
  border: 1px solid #707070;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 7px 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .search-tags__item a, .search-tags__item > span {
    padding: 7px;
  }
}
@media screen and (min-width: 769px) {
  .search-tags__item a, .search-tags__item > span {
    font-size: 0.9em;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.search-tags__item a:hover, .search-tags__item a > input[type=checkbox]:checked + span {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}

.section-slider {
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .section-slider {
    padding-bottom: 75px;
  }
}
.section-slider::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 103px;
}
@media screen and (min-width: 769px) {
  .section-slider::before {
    height: 208px;
  }
}
.section-slider .title-section {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .section-slider .title-section {
    margin-bottom: 36px;
  }
}

.section-slider-2 {
  padding: 70px 0 40px;
}
@media screen and (min-width: 769px) {
  .section-slider-2 {
    padding: 50px 0;
  }
}
.section-slider-2 .title-section {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .section-slider-2 .title-section {
    margin-bottom: 36px;
  }
}

.section-slider-3,
.section-slider-4,
.section-slider-5 {
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .section-slider-3,
  .section-slider-4,
  .section-slider-5 {
    padding: 50px 0;
  }
}
.section-slider-3 .title-section,
.section-slider-4 .title-section,
.section-slider-5 .title-section {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .section-slider-3 .title-section,
  .section-slider-4 .title-section,
  .section-slider-5 .title-section {
    margin-bottom: 36px;
  }
}

.article-slider,
.article-slider-2,
.article-slider-3,
.article-slider-4,
.article-slider-5 {
  padding-bottom: 21px;
}
@media screen and (min-width: 769px) {
  .article-slider,
  .article-slider-2,
  .article-slider-3,
  .article-slider-4,
  .article-slider-5 {
    padding-bottom: 0;
  }
}
.article-slider__button,
.article-slider-2__button,
.article-slider-3__button,
.article-slider-4__button,
.article-slider-5__button {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  width: 18px;
  height: 28px;
  -webkit-transform: translateY(calc(-50% - 10px));
  transform: translateY(calc(-50% - 10px));
}
@media screen and (min-width: 769px) {
  .article-slider__button,
  .article-slider-2__button,
  .article-slider-3__button,
  .article-slider-4__button,
  .article-slider-5__button {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 23px;
  }
}
.article-slider .swiper-slide,
.article-slider-2 .swiper-slide,
.article-slider-3 .swiper-slide,
.article-slider-4 .swiper-slide,
.article-slider-5 .swiper-slide {
  height: auto;
}
.article-slider .swiper-button-next,
.article-slider-2 .swiper-button-next,
.article-slider-3 .swiper-button-next,
.article-slider-4 .swiper-button-next,
.article-slider-5 .swiper-button-next {
  right: 0;
}
.article-slider .swiper-button-next::after,
.article-slider-2 .swiper-button-next::after,
.article-slider-3 .swiper-button-next::after,
.article-slider-4 .swiper-button-next::after,
.article-slider-5 .swiper-button-next::after {
  font-weight: 700;
  font-size: 28px;
  color: rgba(244, 244, 245, 0.59);
}
@media screen and (min-width: 769px) {
  .article-slider .swiper-button-next::after,
  .article-slider-2 .swiper-button-next::after,
  .article-slider-3 .swiper-button-next::after,
  .article-slider-4 .swiper-button-next::after,
  .article-slider-5 .swiper-button-next::after {
    content: "";
    background: url(/images/icons/icon-arrow-next.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
.article-slider .swiper-button-prev,
.article-slider-2 .swiper-button-prev,
.article-slider-3 .swiper-button-prev,
.article-slider-4 .swiper-button-prev,
.article-slider-5 .swiper-button-prev {
  left: 0;
}
.article-slider .swiper-button-prev::after,
.article-slider-2 .swiper-button-prev::after,
.article-slider-3 .swiper-button-prev::after,
.article-slider-4 .swiper-button-prev::after,
.article-slider-5 .swiper-button-prev::after {
  font-weight: 700;
  font-size: 28px;
  color: rgba(244, 244, 245, 0.59);
}
@media screen and (min-width: 769px) {
  .article-slider .swiper-button-prev::after,
  .article-slider-2 .swiper-button-prev::after,
  .article-slider-3 .swiper-button-prev::after,
  .article-slider-4 .swiper-button-prev::after,
  .article-slider-5 .swiper-button-prev::after {
    content: "";
    background: url(/images/icons/icon-arrow-prev.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
}
.article-slider .swiper-pagination,
.article-slider-2 .swiper-pagination,
.article-slider-3 .swiper-pagination,
.article-slider-4 .swiper-pagination,
.article-slider-5 .swiper-pagination {
  bottom: 0;
}
.article-slider .swiper-pagination-bullet,
.article-slider-2 .swiper-pagination-bullet,
.article-slider-3 .swiper-pagination-bullet,
.article-slider-4 .swiper-pagination-bullet,
.article-slider-5 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.article-slider .swiper-pagination-bullet-active,
.article-slider-2 .swiper-pagination-bullet-active,
.article-slider-3 .swiper-pagination-bullet-active,
.article-slider-4 .swiper-pagination-bullet-active,
.article-slider-5 .swiper-pagination-bullet-active {
  background-color: #dadada;
}
.article-slider .tags,
.article-slider-2 .tags,
.article-slider-3 .tags,
.article-slider-4 .tags,
.article-slider-5 .tags {
  display: none;
}
@media screen and (min-width: 769px) {
  .article-slider .tags,
  .article-slider-2 .tags,
  .article-slider-3 .tags,
  .article-slider-4 .tags,
  .article-slider-5 .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .article-slider .tag,
  .article-slider-2 .tag,
  .article-slider-3 .tag,
  .article-slider-4 .tag,
  .article-slider-5 .tag {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.6px;
    padding: 3px 11px;
    min-width: 65px;
    margin-right: 8px;
  }
}
.article-slider .card__user,
.article-slider-2 .card__user,
.article-slider-3 .card__user,
.article-slider-4 .card__user,
.article-slider-5 .card__user {
  display: none;
  margin-top: 3px;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .article-slider .card__user,
  .article-slider-2 .card__user,
  .article-slider-3 .card__user,
  .article-slider-4 .card__user,
  .article-slider-5 .card__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .article-slider .card__user .avatar, .article-slider .card__user-avatar,
  .article-slider-2 .card__user .avatar,
  .article-slider-2 .card__user-avatar,
  .article-slider-3 .card__user .avatar,
  .article-slider-3 .card__user-avatar,
  .article-slider-4 .card__user .avatar,
  .article-slider-4 .card__user-avatar,
  .article-slider-5 .card__user .avatar,
  .article-slider-5 .card__user-avatar {
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 769px) {
  .article-slider .card__user-name,
  .article-slider-2 .card__user-name,
  .article-slider-3 .card__user-name,
  .article-slider-4 .card__user-name,
  .article-slider-5 .card__user-name {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.6px;
  }
}
.article-slider .card__date,
.article-slider-2 .card__date,
.article-slider-3 .card__date,
.article-slider-4 .card__date,
.article-slider-5 .card__date {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 769px) {
  .article-slider .card__date,
  .article-slider-2 .card__date,
  .article-slider-3 .card__date,
  .article-slider-4 .card__date,
  .article-slider-5 .card__date {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.66px;
    margin-bottom: 7px;
  }
}
.article-slider .card__wrapper,
.article-slider-2 .card__wrapper,
.article-slider-3 .card__wrapper,
.article-slider-4 .card__wrapper,
.article-slider-5 .card__wrapper {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .article-slider .card__wrapper,
  .article-slider-2 .card__wrapper,
  .article-slider-3 .card__wrapper,
  .article-slider-4 .card__wrapper,
  .article-slider-5 .card__wrapper {
    padding: 20px 21px 16px;
  }
}

.section-article {
  padding: 27px 0 54px;
}
@media screen and (min-width: 769px) {
  .section-article {
    padding: 75px 0 51px;
  }
}
.section-article .search-tags {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .section-article .search-tags {
    display: none;
  }
}

.hcb_wrap code {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  overflow-x: auto;
}

.single-ecconsul .article-img {
  margin-bottom: 30px;
}

.section-article__information-01 {
  width: 38%;
  margin-right: 70px;
}
@media screen and (max-width: 769px) {
  .section-article__information-01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.section-article__information-02 {
  width: 55%;
}
@media screen and (max-width: 769px) {
  .section-article__information-02 {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .article-wrapper table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px) {
  .article-wrapper table td {
    width: 100% !important;
  }
}
.article-wrapper table span {
  display: block;
  margin-bottom: 10px;
}

.challenge_requirement span,
.ec_result span {
  display: block;
}

.challenge_requirement dd {
  font-size: 17px;
}
@media screen and (max-width: 769px) {
  .challenge_requirement dd {
    font-size: 12px;
  }
}

.ec_solution span,
.ec_result span {
  margin-bottom: 10px;
}
.ec_solution span span,
.ec_result span span {
  display: inline-block;
}

.articles__card {
  border-bottom: 1px solid #707070;
  border-radius: 0;
  padding: 9px 0;
}
@media screen and (min-width: 769px) {
  .articles__card {
    padding: 32px 0;
  }
}
.articles__image {
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  max-width: 43%;
}
.articles__image > img {
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .articles__image > img {
    border-radius: 16px;
  }
}
.articles .card__wrapper {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  max-width: 57%;
  padding: 0 0 0 15px;
}
@media screen and (min-width: 992px) {
  .articles .card__wrapper {
    padding-left: 26px;
  }
}
@media screen and (max-width: 769px) {
  .articles .card__date {
    font-size: 7px;
    line-height: 10px;
    letter-spacing: 0.21px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 769px) {
  .articles .card__date {
    padding-right: 20px;
    margin-top: 5px;
  }
}
.articles .card__title {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.27px;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .articles .card__title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.08px;
    margin-bottom: 16px;
  }
}
.articles .card__user {
  margin-top: 0;
}
.articles .card__user .avatar, .articles .card__user-avatar {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .articles .card__user .avatar, .articles .card__user-avatar {
    width: 52px;
    height: 52px;
    margin-right: 16px;
  }
}
.articles .card__user-name {
  font-size: 6px;
  line-height: 9px;
  letter-spacing: 0.18px;
}
@media screen and (min-width: 769px) {
  .articles .card__user-name {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.72px;
  }
}
.articles .tags {
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .articles .tags {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .articles .tags {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.84px;
    min-width: 98px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
.articles-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px;
  padding-top: 56px;
}
@media screen and (min-width: 769px) {
  .articles-pagination {
    margin: 0 -5px;
    padding-top: 49px;
  }
}
.articles-pagination > li {
  padding: 0 4px;
}
@media screen and (min-width: 769px) {
  .articles-pagination > li {
    padding: 0 5px;
  }
}
.articles-pagination__link {
  display: block;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #000;
  padding-left: 2px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  font-size: 22px;
  line-height: 37px;
  letter-spacing: 0.66px;
}
@media screen and (min-width: 769px) {
  .articles-pagination__link {
    height: 48px;
    width: 48px;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 1.56px;
  }
}
.articles-pagination__link--active {
  background-color: #000;
  color: #fff;
}
.articles-pagination__link > img {
  height: auto;
  vertical-align: 2px;
  width: 12px;
}
@media screen and (min-width: 769px) {
  .articles-pagination__link > img {
    width: 14px;
  }
}
.articles-pagination .page-numbers {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  text-decoration: none !important;
  color: #000 !important;
  padding: 11px 17px 11px 16px !important;
  margin: 5px 10px !important;
  font-weight: 700;
}
.articles-pagination .page-numbers li a:hover {
  color: #ffffff !important;
  background-color: #000 !important;
  border: #000 !important;
  text-decoration: none !important;
}
.articles-pagination .page-numbers.current, .articles-pagination .page-numbers:hover {
  background: #000;
  color: #fff !important;
}

.article {
  padding: 23px 0 54px;
}
@media screen and (min-width: 769px) {
  .article {
    padding: 40px 0 121px;
  }
}
.article__date {
  margin-top: 5px;
  padding-right: 15px;
}
@media screen and (min-width: 769px) {
  .article__date {
    padding-right: 17px;
  }
}
.article__title {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .article__title {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 1.92px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .article .tags {
    margin-bottom: 12px;
  }
}
.article .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .article .tag {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.84px;
    padding: 6px 21px;
    min-width: 98px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .article .tag a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .article .tag01 a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.84px;
    padding: 6px 21px;
    min-width: 98px;
  }
  .article .tag01 a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.article .btn-return {
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.51px;
  font-weight: 500;
  margin-top: 27px;
  margin-bottom: 20px;
  max-width: 233px;
}
@media screen and (min-width: 769px) {
  .article .btn-return {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.44px;
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 320px;
  }
}
.article .btn-return__icon {
  height: 14px;
  vertical-align: unset;
  margin-left: 14px;
}
@media screen and (min-width: 769px) {
  .article .btn-return__icon {
    height: 19px;
    width: auto;
  }
}
.article-user__avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .article-user__avatar {
    width: 47px;
    height: 47px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px;
  }
}
.article-user img.avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
@media screen and (min-width: 769px) {
  .article-user img.avatar {
    width: 47px;
    height: 47px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .article-user__name {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.72px;
  }
}
.article-social {
  display: none;
}
@media screen and (min-width: 769px) {
  .article-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article-social .tag {
  margin-left: 13px;
}
@media screen and (min-width: 769px) {
  .article-social .tag {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.article-social .tag--fb {
  background-color: #1878f3;
}
.article-social .tag--twitter {
  background-color: #1d9bf0;
}
.article-social .tag--twitter .tag__icon {
  height: 17px;
  width: 20px;
}
.article-social .tag--twitter .fa-twitter:before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}
.article-wrapper {
  padding-top: 12px;
}
@media screen and (min-width: 769px) {
  .article-wrapper {
    padding-top: 58px;
  }
}
.article-wrapper img {
  /*    width: 100%;*/
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .article-wrapper img {
    margin-bottom: 32px;
  }
}
.article-wrapper p {
  line-height: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .article-wrapper p {
    line-height: 32px;
    margin-bottom: 37px;
  }
}
.article-wrapper h2 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 769px) {
  .article-wrapper h2 {
    margin-top: 80px;
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 1.8px;
  }
}
.article-wrapper h2::before {
  content: "┃";
  color: #23c467;
}
.article-wrapper h3 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 769px) {
  .article-wrapper h3 {
    margin-top: 80px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 47px;
    letter-spacing: 1.8px;
  }
}
.article-wrapper table h3 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 769px) {
  .article-wrapper table h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 47px;
    letter-spacing: 1.8px;
  }
}
.article-wrapper__img--medium {
  max-width: 640px;
}
.article-img img {
  width: 100%;
}

.time__date::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f017";
  margin-right: 0.3em;
}
.time__date.undo::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1da";
  margin-right: 0.3em;
}

.categories {
  margin-top: 41px;
}
@media screen and (min-width: 769px) {
  .categories {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.08px;
    margin-top: 0;
  }
}
.categories > li {
  border-bottom: 1px solid #707070;
  padding-bottom: 9px;
}
@media screen and (min-width: 769px) {
  .categories > li {
    padding-bottom: 12px;
  }
}
.categories > li:not(:first-child) {
  padding-top: 9px;
}
@media screen and (min-width: 769px) {
  .categories > li:not(:first-child) {
    padding-top: 12px;
  }
}
.categories__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 40px;
  margin-right: 23px;
}
@media screen and (min-width: 769px) {
  .categories__img {
    width: 37px;
    height: 37px;
    margin-right: 12px;
  }
}
.categories__link {
  position: relative;
  padding-left: 8px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .categories__link {
    padding-left: 6px;
    padding-right: 27px;
  }
}
.categories__link::after {
  content: "";
  background: url(/images/icons/icon-angle-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
}
@media screen and (min-width: 769px) {
  .categories__link::after {
    right: 15px;
    width: 7px;
    height: 13px;
  }
}

.popular-articles {
  margin-top: 43px;
}
@media screen and (min-width: 769px) {
  .popular-articles {
    margin-top: 47px;
  }
}
.popular-articles .title-section {
  margin-bottom: 19px;
}
@media screen and (min-width: 769px) {
  .popular-articles .title-section {
    margin-bottom: 13px;
  }
}
.popular-articles .card {
  border-bottom: 1px solid #707070;
  border-radius: 0;
}
.popular-articles .card:not(:first-child) {
  padding-top: 19px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card:not(:first-child) {
    padding-top: 14px;
  }
}
.popular-articles .card__img {
  border-radius: 8px;
}
.popular-articles .card__wrapper {
  padding: 12px 0 9px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card__wrapper {
    padding: 13px 10px 8px;
  }
}
.popular-articles .card__title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.42px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card__title {
    letter-spacing: 0.84px;
    line-height: 20px;
  }
}
.popular-articles .card .card__user .avatar, .popular-articles .card .card__user-avatar {
  width: 39px;
  height: 39px;
  margin-right: 12px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card .card__user .avatar, .popular-articles .card .card__user-avatar {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
}
.popular-articles .card .card__user-name {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card .card__user-name {
    letter-spacing: 0.72px;
  }
}
.popular-articles .card .card__date {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 769px) {
  .popular-articles .card .card__date {
    letter-spacing: 0.72px;
  }
}

.section-promotion {
  padding: 66px 0;
}
@media screen and (min-width: 769px) {
  .section-promotion {
    padding: 105px 0 120px;
  }
}
.section-promotion__control {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .section-promotion__control {
    text-align: right;
    margin-top: 15px;
  }
}
.section-promotion__btn {
  padding-top: 11px;
  padding-bottom: 11px;
}
@media screen and (max-width: 769px) {
  .section-promotion__btn {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.39px;
  }
}
@media screen and (min-width: 769px) {
  .section-promotion__btn {
    max-width: 320px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 769px) {
  .section-promotion .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-promotion .card__img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .section-promotion .card__img {
    border-radius: 16px 0 0 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
}
.section-promotion .card__body {
  padding: 20px 20px 25px;
}
@media screen and (min-width: 769px) {
  .section-promotion .card__body {
    padding: 40px 40px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}
.section-promotion .card__text {
  margin-bottom: 0;
}

.ez-toc-title-container {
  padding: 0 20px;
}

#ez-toc-container nav {
  padding: 20px;
}

.grid_3col {
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.grid_2col {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.grid_2col_20 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1100px) {
  .tblet_grid_2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px;
  }
}

@media screen and (max-width: 1100px) {
  .tblet_grid_1 {
    grid-template-columns: 1fr;
  }
}

/*
  p-case-detail-price-etc
---------------------------*/
.p-case-detail-price-etc {
  border: 1px solid #000;
}
.p-case-detail-price-etc__header {
  padding: 5px 8vw;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 520px) {
  .p-case-detail-price-etc__header {
    padding: 5px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__header {
    padding: 10px 9.5744680851%;
  }
}
.p-case-detail-price-etc__body {
  padding: 25px 8vw;
}
@media screen and (min-width: 520px) {
  .p-case-detail-price-etc__body {
    padding: 25px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body {
    padding: 30px;
  }
}
.p-case-detail-price-etc__body dl {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.3;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-case-detail-price-etc__body dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body dl {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.p-case-detail-price-etc__body dl:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 3px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.p-case-detail-price-etc__body dl:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-case-detail-price-etc__body dl:first-child:before {
  content: none;
}
.p-case-detail-price-etc__body dl dt {
  width: 60px;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 6.6666666667vw;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 820px) {
  .p-case-detail-price-etc__body dl dt {
    width: 100%;
  }
}
@media screen and (min-width: 520px) {
  .p-case-detail-price-etc__body dl dt {
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body dl dt {
    font-size: 1.2rem;
    width: 75px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 820px) {
  .p-case-detail-price-etc__body dl dd {
    width: 100%;
  }
}
.p-case-detail-price-etc__body dl.price dd {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: -2px;
}
.p-case-detail-price-etc__body dl.price dd span {
  /* display: block; */
  padding: 2px;
  font-weight: bold;
}
.p-case-detail-price-etc__body dl.price dd span.value {
  font-size: 1.7rem;
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body dl.price dd span.value {
    font-size: 2.5rem;
  }
}
.p-case-detail-price-etc__body dl.price dd span.type {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body dl.price dd span.type {
    font-size: 1.4rem;
  }
}
.p-case-detail-price-etc__body dl.objective dd {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: -3px;
}
.p-case-detail-price-etc__body dl.objective dd span {
  display: block;
  padding: 3px;
}
.p-case-detail-price-etc__body dl.menu {
  display: block;
}
.p-case-detail-price-etc__body dl.menu dt {
  width: 100%;
  margin-bottom: 5px;
}
.p-case-detail-price-etc__body dl.menu dd ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.p-case-detail-price-etc__body dl.menu dd ul li {
  padding: 3px;
}
.p-case-detail-price-etc__body dl.menu dd ul li a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 8px 6px 8px;
  background-color: #2dccbb;
  border-radius: 4px;
  color: #fff;
}
.p-case-detail-price-etc__body .contact {
  margin-top: 20px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ff051c;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p-case-detail-price-etc__body .contact {
    margin-top: 40px;
    height: 50px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-ecconsul .search-tags,
  .post-type-archive-column .search-tags,
  .post-type-archive-seminar .search-tags {
    display: none;
  }
}

/*----------------------------------------------------
	ライトナビコンタクト
----------------------------------------------------*/
.side__contact {
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: 1fr;
  position: sticky;
  top: 74px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .side__contact {
    display: none;
  }
}

.sid_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 1100px) {
  .btn-wrap {
    width: 100%;
  }
}

a.btn-c {
  font-size: 1.2rem;
  position: relative;
  padding: 1rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
  width: 100%;
}
a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.5rem;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}
a.btn-c:hover:before {
  left: 2rem;
}

a.btn-d {
  font-size: 1.2rem;
  position: relative;
  padding: 1rem;
  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
  width: 100%;
}
a.btn-d span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.5rem;
  color: #d20010;
  border: 2px solid #d20010;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-d:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #b9000e;
  -webkit-box-shadow: 0 2px 0 #b9000e;
  box-shadow: 0 2px 0 #b9000e;
}
a.btn-d:hover:before {
  left: 2rem;
}

/*----------------------------------------------------
	コラムページ 記事内
----------------------------------------------------*/
.column h4 {
  margin-top: 50px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-left: 3px solid #000;
  min-height: 36px;
  padding-left: 23px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #000;
}

.post_list_wrap {
  width: auto;
}
.post_list_wrap .title {
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/*----------------------------------------------------
  会社概要
----------------------------------------------------*/
.main_2 .article {
  padding-top: 110px;
}
@media screen and (min-width: 750px) {
  .main_2 .article {
    padding-top: 50px;
  }
}

#information {
  padding-left: 25px;
  padding-right: 25px;
}

.abs-box#top-banner img {
  min-height: 520px;
  object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .abs-box#top-banner img {
    min-height: 550px;
    object-fit: cover;
  }
}

.abs-box .container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .abs-box .container {
    width: 100%;
    max-width: none;
    left: 0;
    transform: translateY(-50%);
  }
}

.text-3xl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 47px;
  text-align: left;
  color: #fff;
  padding-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .text-3xl {
    font-size: 30px;
    padding-bottom: 24px;
  }
}

.text-xl {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 47px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .text-xl {
    font-size: 25px;
  }
}

.text-s {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  padding-top: 24px;
}

.company_wrapp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .company_wrapp {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 100px;
  }
}
.company_wrapp:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 21%;
  right: 0;
  display: inline-block;
  width: 80%;
  height: 90%;
  background: #F4F4F5;
}
@media screen and (max-width: 750px) {
  .company_wrapp:nth-child(odd)::after {
    top: 13%;
    width: 100%;
    height: 95%;
  }
}
.company_wrapp:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .company_wrapp:nth-child(even) {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.company_wrapp:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 21%;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 90%;
  background: #F4F4F5;
}
@media screen and (max-width: 750px) {
  .company_wrapp:nth-child(even)::after {
    top: 13%;
    width: 100%;
    height: 95%;
  }
}

.com_gallery {
  width: 50%;
  z-index: 5;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 750px) {
  .com_gallery {
    width: 100%;
  }
}
.com_gallery img {
  width: 85%;
  /*    display: block;*/
}
.com_area {
  width: calc(50% - 50px);
  z-index: 10;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 750px) {
  .com_area {
    width: 100%;
  }
}
.com_area_one {
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .com_area_one {
    margin-right: 0;
  }
}
.com_area_second {
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .com_area_second {
    margin-left: 0;
  }
}
.com_titl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 47px;
  text-align: left;
  color: #080808;
  padding-bottom: 64px;
}
@media screen and (max-width: 750px) {
  .com_titl {
    padding-bottom: 40px;
  }
}
.com_text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #1d1d1d;
}

.text_end {
  text-align: end;
}

.information {
  grid-template-columns: 240px 1fr;
}
@media screen and (max-width: 750px) {
  .information {
    grid-template-columns: 100px 1fr;
  }
}
.information-item {
  border-top: 1px solid #e3e3e3;
  padding: 32px 0;
}
.information-item:nth-last-child(-n+2) {
  border-bottom: 1px solid #e3e3e3;
}
.information .text-xl {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 2.24px;
}

.row-2-cols {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1100px) {
  .row-2-cols {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 0 25px;
  }
}
.row-2-cols article {
  width: 800px;
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .row-2-cols article {
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
}

.list-fx > li {
  margin-bottom: 24px;
}
.list-fx > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .list-fx > li > a {
    font-size: 11px;
    line-height: 21.5px;
    letter-spacing: 0.88px;
  }
}
.list-fx > li > a::before {
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 1081px) {
  .list-fx > li > a:hover {
    opacity: 0.6;
  }
  .list-fx > li > a:hover::before {
    margin-right: 18px;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .list-fx > li {
    margin-right: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .list-fx > li {
    width: 50%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .list-fx > li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 370px) {
  .list-fx > li {
    width: 100%;
  }
  .list-fx > li:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }
}

.text-fx::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 2px;
  background-color: #5cbec6;
  margin-right: 8px;
}

h3.company_tit_2 {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 2.24px;
  margin-top: 40px;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #eee;
}

.company_tit_3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.04px;
  margin-top: 25px;
  color: #000000;
}

.company_tit_4 {
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 2.24px;
  border: none !important;
  margin-top: 40px;
  font-weight: 700;
  color: #000000;
}

.text-cyan {
  color: #5cbec6;
}

.company_team_1col {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 520px) {
  .company_team_1col {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.company_team_1col ul,
.company_team_1col li,
.company_team_1col p {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}
.company_team_img {
  max-width: 255px;
}
@media screen and (max-width: 520px) {
  .company_team_img {
    width: 100%;
    margin: 0 auto;
  }
}
.company_team_text_box {
  margin-left: 40px;
  max-width: 70%;
}
@media screen and (max-width: 520px) {
  .company_team_text_box {
    max-width: 90%;
    margin: 1rem auto 0;
  }
}
.company_team_text {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 520px) {
  .company_team_text {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.company_team_plof {
  margin-right: 20px;
  width: 30%;
  line-height: 1.9;
}
@media screen and (max-width: 520px) {
  .company_team_plof {
    width: 100%;
  }
}
.company_team_details {
  width: 74%;
  line-height: 1.9;
}
@media screen and (max-width: 520px) {
  .company_team_details {
    width: 100%;
    margin-top: 1rem;
  }
}
.company_team_name {
  font-size: 30px;
  line-height: 1.5;
  border-bottom: 1px solid #555;
  font-weight: bold;
}
.company_team_name span {
  margin-left: 10px;
}
.company_team_member_name {
  font-size: 20px;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.company_team_member_name .text_sub {
  margin-left: 10px;
}
.company_team_4col_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.company_team_member {
  margin-top: 20px;
  margin-bottom: 7.2%;
  width: 19.5%;
}
.company_team_member:nth-child(4n) {
  margin-right: 0%;
}
.company_team_principles ul,
.company_team_principles li,
.company_team_principles p {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  font-size: 14px;
}
.company_team_4col_box ul,
.company_team_4col_box li,
.company_team_4col_box p {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  font-size: 14px;
}
.company_team_member_name {
  font-size: 20px;
  padding: 5px 0 0 0;
}
.company_team_member_name .text_sub {
  margin-left: 10px;
}
.company_team_bio_caption {
  margin-top: 10px !important;
}
@media screen and (max-width: 520px) {
  .company_team_bio_caption {
    margin-top: 20px !important;
  }
}
.company_team_bio li {
  list-style-type: disc;
  margin-left: 14px;
  line-height: 1.9;
}
.company_team_principles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.company_team_principles .company_team_member {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .company_team_principles .company_team_member {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.company_team_principles .company_team_member_main_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.company_team_principles .company_team_member_image {
  width: 215px;
  margin-right: 15px;
}
@media screen and (max-width: 520px) {
  .company_team_principles .company_team_member_image {
    width: 100%;
  }
}
.company_team_principles .company_team_member_image img {
  margin-bottom: 0px;
}
.company_team_principles .company_team_member_overview {
  width: 210px;
  margin-right: 15px;
}
@media screen and (max-width: 520px) {
  .company_team_principles .company_team_member_overview {
    width: 100%;
  }
}
.company_team_principles .company_team_bio_box {
  flex: 1;
}

/*----------------------------------------------------
  投稿者（ユーザー）一覧ページ
----------------------------------------------------*/
.writers {
  overflow: hidden;
}
.writers-profile {
  width: 18%;
  min-height: 350px;
  margin: 1%;
  float: left;
}
.writers-profile .name {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  margin: 0;
}
.writers-profile .description {
  font-size: 0.8em;
}
.writers-profile .button a {
  font-size: 0.8em;
}
.writers-profile .button a:after {
  content: " >";
}

/*----------------------------------------------------
  セミナー singleページ
----------------------------------------------------*/
.seminar3 .header-menu .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .seminar3 .header-menu .container {
    max-width: 1060px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 769px) {
  .seminar3 .header-menu .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.seminar_sub_sec01 {
  padding-bottom: 60px;
}

.seminar_sub_sec02 {
  padding: 0 0 60px;
  background-color: #f3f3f3;
}

#seminar_lode,
#formbtn {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}
@media screen and (max-width: 1100px) {
  #seminar_lode,
  #formbtn {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

.seminar_ctlist .tag:first-of-type {
  color: #fff;
  background: #20acce;
}
.seminar_ctlist ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.seminar_ctlist ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.seminar_ctlist ul li a {
  font-size: 17px;
  font-weight: 700;
  padding: 10px 15px;
  border: 1px solid #b70000;
  display: block;
  text-decoration: none;
  color: #b70000;
  line-height: 1;
  letter-spacing: 0.03em;
}
.seminar_ctlist ul li a:hover {
  background-color: #b70000;
  color: #fff;
  transition: 0.3s;
}

.seminar_list {
  width: 100%;
  margin: 0 auto;
}

.seminar_listin {
  width: 490px;
  margin: 0 0 32px 0;
}
.seminar_listin a {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 20px;
  text-decoration: none;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seminar_listin_title {
  color: #222222;
  font-size: 34px !important;
  font-weight: 700;
  line-height: 1.4 !important;
  margin-bottom: 30px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-top: 0 !important;
}
@media screen and (max-width: 520px) {
  .seminar_listin_title {
    font-size: 26px !important;
  }
}
.seminar_listin_title::before {
  display: none;
}
.seminar_listindl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.seminar_listindl dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.seminar_listindl dt {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #222;
  padding: 5px 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 105px;
}
@media screen and (max-width: 520px) {
  .seminar_listindl dt {
    font-size: 12px;
    width: 81px;
    text-align: center;
  }
}
.seminar_listindl dd {
  line-height: 38px;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .seminar_listindl dd {
    line-height: 34px;
    font-size: 12px;
  }
}
.seminar_listin_pick {
  color: #fff;
  background-color: #000;
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 520px) {
  .seminar_listin_pick {
    font-size: 15px;
  }
}

.seminar_side .seminar_listin_ctlist {
  margin-top: 20px;
}
.seminar_side .seminar_listin_ctlist ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.seminar_side .seminar_listin_ctlist ul li a {
  font-size: 15px;
  font-weight: 700;
  padding: 6px 10px;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
  color: #707070;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: 0.3s;
}
.seminar_side .seminar_listin_ctlist ul li a:hover {
  background-color: #707070;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .seminar_side .seminar_listin_ctlist ul li a {
    font-size: 13px;
  }
}

.seminar_img {
  margin-bottom: 60px;
}

.seminar_page {
  width: calc(100% - 300px);
  margin-bottom: 50px;
}
.seminar_page_cover {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminar_page_contents {
  margin-top: 30px;
}
.seminar_page_block {
  margin-bottom: 80px;
}
.seminar_page_block .lead {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.seminar_page .btn05 {
  margin: 0 auto;
  width: 500px;
}

.seminar_speaker {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 769px) {
  .seminar_speaker {
    grid-template-columns: 1fr;
  }
}
.seminar_speaker_set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
}
.seminar_speaker .seminar_speaker_img {
  width: 200px;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker .seminar_speaker_img {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}
.seminar_speaker .seminar_speaker_img img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker .seminar_speaker_img img {
    width: 100%;
  }
}
.seminar_speaker .seminar_speaker_disc {
  display: grid;
  width: calc(100% - 220px);
  margin-right: 20px;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker .seminar_speaker_disc {
    width: 100%;
    margin: 15px;
  }
}
.seminar_speaker .seminar_speaker_disc .lead {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker .seminar_speaker_disc .lead {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }
}
.seminar_speaker .seminar_speaker_disc .lead strong {
  display: block;
}
.seminar_speaker .seminar_speaker_disc .com_title strong {
  display: block;
}
.seminar_speaker .seminar_speaker_disc .point_list {
  border: 4px solid #eee;
  padding: 25px 35px;
}
.seminar_speaker .seminar_speaker_disc .point_list li {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222;
  padding-left: 1em;
  text-indent: -1em;
}
.seminar_speaker .seminar_speaker_disc .point_list li:before {
  content: "■";
  color: #b70000;
  margin-right: 0.5em;
  font-size: 12px;
  line-height: 17px;
}

.seminar_speaker_2 {
  display: grid;
  gap: 10px;
  grid-template-columns: 0.3fr 1fr;
}
@media screen and (max-width: 769px) {
  .seminar_speaker_2 {
    grid-template-columns: 1fr;
  }
}
.seminar_speaker_2_set {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 35px;
}
.seminar_speaker_2 .seminar_speaker_img {
  width: 200px;
  padding: 10px 20px;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker_2 .seminar_speaker_img {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .seminar_speaker_2 .seminar_speaker_img {
    width: 80%;
  }
}
.seminar_speaker_2 .seminar_speaker_img img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker_2 .seminar_speaker_img img {
    width: 100%;
  }
}
.seminar_speaker_2 .seminar_speaker_disc {
  text-align: left;
}
.seminar_speaker_2 .seminar_speaker_disc .lead {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  .seminar_speaker_2 .seminar_speaker_disc .lead {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
  }
}
.seminar_speaker_2 .seminar_speaker_disc .lead strong {
  display: block;
}
.seminar_speaker_2 .seminar_speaker_disc .com_title strong {
  display: block;
}
.seminar_speaker_2 .seminar_speaker_disc .point_list {
  border: 4px solid #eee;
  padding: 25px 35px;
}
.seminar_speaker_2 .seminar_speaker_disc .point_list li {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222;
  padding-left: 1em;
  text-indent: -1em;
}
.seminar_speaker_2 .seminar_speaker_disc .point_list li:before {
  content: "■";
  color: #b70000;
  margin-right: 0.5em;
  font-size: 12px;
  line-height: 17px;
}

.seminar_end {
  text-align: center;
  font-size: 20px;
  color: #666;
}

.seminar_page_block .point_list ul {
  list-style: disc;
  margin: 1rem 2rem;
}
.seminar_page_block .point_list ul li {
  padding: 8px;
}

.seminar_speakerblock {
  /* スピーカーセクションでDay2がない場合の調整 */
}
.seminar_speakerblock .speaker-section:only-child {
  margin-bottom: 0;
}

.read-more-3 {
  position: relative;
}
.read-more-3 .seminar_speaker_2 {
  position: relative;
  max-height: 210px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (max-width: 769px) {
  .read-more-3 .seminar_speaker_2 {
    max-height: 450px;
  }
}
.read-more-3 .seminar_speaker_2::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}
.read-more-3:has(:checked) .seminar_speaker_2 {
  max-height: 100vh;
}
.read-more-3:has(:checked) .seminar_speaker_2::after {
  content: none;
}
.read-more-3 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: -4em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4em 1.2em;
  border-radius: 25px;
  background-color: #000000;
  color: #fff;
  font-size: 0.7em;
  cursor: pointer;
}
.read-more-3 label:hover {
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
}
.read-more-3 label:hover::after {
  background-color: #000000;
}
.read-more-3 .open-btn::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more-3 .open-btn:hover::after {
  background-color: #000000;
}
.read-more-3 .close-btn {
  display: none;
}
.read-more-3 .close-btn::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: "";
}
.read-more-3 .close-btn:hover::after {
  background-color: #000000;
}
.read-more-3:has(:checked) .open-btn {
  display: none;
}
.read-more-3:has(:checked) .close-btn {
  display: flex;
}
.read-more-3 input {
  display: none;
}

.sponsor_warap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .sponsor_warap {
    gap: 30px;
  }
}
.sponsor_warap .sponsor_col {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .sponsor_warap .sponsor_col {
    width: calc((100% - 1.5em) / 2);
    margin-bottom: 2em;
  }
  .sponsor_warap .sponsor_col:nth-child(3n) {
    margin-bottom: 0;
  }
}

.popular-articles .seminar_listin_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.popular-articles .seminar_listin_dl dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.popular-articles .seminar_listin_dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #222;
  padding: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 105px;
}
@media screen and (max-width: 520px) {
  .popular-articles .seminar_listin_dl dt {
    font-size: 12px;
    width: 81px;
    text-align: center;
  }
}
.popular-articles .seminar_listin_dl dd {
  line-height: 1.8;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .popular-articles .seminar_listin_dl dd {
    font-size: 12px;
  }
}

.seminar_article-wrapper .seminar_listin_dl {
  margin-bottom: 20px;
}
.seminar_article-wrapper .article-social .tag:nth-child(1) {
  margin-left: 0;
}

.seminar_listin_dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.seminar_listin_dl dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.seminar_listin_dl dt {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #222;
  padding: 5px 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 105px;
}
@media screen and (max-width: 520px) {
  .seminar_listin_dl dt {
    font-size: 12px;
    width: 81px;
    text-align: center;
  }
}
.seminar_listin_dl dd {
  line-height: 38px;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .seminar_listin_dl dd {
    line-height: 34px;
    font-size: 12px;
  }
}

.seminar_listin_ctlist ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.seminar_listin_ctlist ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 10px;
  display: block;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.03em;
}
.seminar_listin_ctlist ul li a {
  font-size: 15px;
  font-weight: 700;
  padding: 6px 10px;
  border: 1px solid #707070;
  display: block;
  text-decoration: none;
  color: #707070;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: 0.3s;
}

.sub_title04 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  padding-left: 31px;
}
.sub_title04:before {
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 21px;
  height: 1px;
}

.sub_title05 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.sub_title06 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .sub_title06 {
    font-size: 17px;
  }
}

.sub_title07 {
  color: #000;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sub_title07 {
    font-size: 22px;
  }
}
.sub_title07 span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

.seminar_page_block h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.seminar_page_block .agendap {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 0 20px;
}
.seminar_page_block .agendatxt {
  line-height: 1.6;
  margin-top: 1.5em;
  margin-bottom: 20px;
  padding: 0 20px;
}
.sub_title_sponsor {
  position: relative;
  display: inline-block;
  padding: 0 21rem;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .sub_title_sponsor {
    padding: 0 13rem;
  }
}
@media screen and (max-width: 520px) {
  .sub_title_sponsor {
    padding: 0 4rem;
    font-size: 20px;
  }
}
.sub_title_sponsor:before, .sub_title_sponsor:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15rem;
  height: 3px;
  background-color: black;
}
@media screen and (max-width: 1100px) {
  .sub_title_sponsor:before, .sub_title_sponsor:after {
    width: 10rem;
  }
}
@media screen and (max-width: 520px) {
  .sub_title_sponsor:before, .sub_title_sponsor:after {
    width: 2rem;
  }
}
.sub_title_sponsor:before {
  left: 0;
}
.sub_title_sponsor:after {
  right: 0;
}

.related_link_wrap {
  margin-top: 20px;
}
.related_link_wrap li {
  font-size: 1.5em;
  line-height: 1.5;
  text-align: left;
}
.related_link_wrap li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0c1";
  font-size: 0.9em;
  font-weight: bold;
}
.related_link_wrap li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sub_title_osusume {
  position: relative;
  display: inline-block;
  padding: 0 18rem;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .sub_title_osusume {
    padding: 0 10rem;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 520px) {
  .sub_title_osusume {
    padding: 0 4rem;
    font-size: 20px;
  }
}
.sub_title_osusume:before, .sub_title_osusume:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15rem;
  height: 3px;
  background-color: black;
}
@media screen and (max-width: 1100px) {
  .sub_title_osusume:before, .sub_title_osusume:after {
    width: 8rem;
  }
}
@media screen and (max-width: 520px) {
  .sub_title_osusume:before, .sub_title_osusume:after {
    width: 2rem;
  }
}
.sub_title_osusume:before {
  left: 0;
}
.sub_title_osusume:after {
  right: 0;
}

table.tbl-r02 {
  margin: 2rem auto;
}
@media screen and (max-width: 640px) {
  table.tbl-r02 {
    width: 100%;
    margin: 0 auto 3rem;
  }
  table.tbl-r02.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}
table.tbl-r02 th {
  background: #000;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  width: 30%;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  table.tbl-r02 th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
table.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px 10px 10px 20px;
  vertical-align: middle;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 640px) {
  table.tbl-r02 td {
    display: block;
  }
}

/*----------------------------------------------------
  セミナー アーカイブページ
----------------------------------------------------*/
@media screen and (max-width: 1100px) {
  .seminar_list {
    width: 100% !important;
  }
}

@media screen and (max-width: 769px) {
  .js-item {
    width: 100%;
  }
}

/*----------------------------------------------------
  セミナー youtube動画　2025.01.14
----------------------------------------------------*/
.hidden {
  display: none !important;
}

.protected-content {
  text-align: center;
  margin: 4em 0;
}
.protected-content form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.protected-content input[type=password] {
  padding: 10px;
  border: 1px solid #000;
  border-radius: 8px;
}
.protected-content .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.protected-content .youtube iframe {
  width: 100%;
  height: 100%;
}
.protected-content p {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.protected-content button {
  margin-top: 20px;
  margin-right: 0;
}

.archive_end {
  margin: 2em 0;
}

.pb-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
}
@media screen and (max-width: 769px) {
  .pb-box {
    gap: 5px;
  }
}

.pb-ptn {
  font-size: 14px;
  border-radius: 20px;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none !important;
  white-space: nowrap;
}

.markerobo-form-checkboxgrp-row {
  text-align: center;
}

/*----------------------------------------------------
  セミナー タブ化　2025.07.14
----------------------------------------------------*/
.seminar-status-container {
  margin: 5em 0;
}
.seminar-status-container .sub_title_osusume {
  margin: 1.5em 0;
}

.status-tabs {
  display: flex;
  gap: 10px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.status-tab {
  flex: 1;
  padding: 15px 5px;
  text-align: center;
  cursor: pointer;
  background: #e9ecef;
  border: none;
  transition: all 0.3s ease;
  font-weight: 600;
  position: relative;
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 379px) {
  .status-tab {
    height: 70px;
  }
}
.status-tab.active {
  background: #000;
  color: white;
}
.status-tab.completed {
  background: #28a745;
  color: white;
}
.status-tab.disabled {
  background: #6c757d;
  color: #adb5bd;
  cursor: not-allowed;
}

.status-content {
  display: none;
  animation: fadeIn 0.3s ease;
}
.status-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.status-applying {
  background: #e3f2fd;
  color: #1565c0;
}

.status-archive {
  background: #e8f5e8;
  color: #2e7d32;
}

.status-ended {
  background: #f5f5f5;
  color: #757575;
}

.password-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.password-form input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn05 {
  margin-top: 1.5em;
}

/*----------------------------------------------------
  セミナー ロングVer2　2025.09.18
----------------------------------------------------*/
body.seminar3 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.96px;
  font-family: "roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f4f5;
}
body.seminar3 #main {
  background-color: #ffffff;
}

/* bodyクラスを使った制御（オプション） */
body.no-day2 .outline__date-box--day2,
body.no-day2 .timetable__tab[data-tab=day2],
body.no-day2 #day2,
body.no-day2 .speaker-section:last-child {
  display: none !important;
}

.seminar_page3_title,
.seminar_speaker_title_2 {
  font-size: 6em;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.1em;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .seminar_page3_title,
  .seminar_speaker_title_2 {
    font-size: 4.5em;
    margin-bottom: 0.7em;
  }
}

.seminar_speakergrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .seminar_speakergrid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 769px) {
  .seminar_speakergrid {
    grid-template-columns: 1fr;
  }
}

.main-content {
  position: relative;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  .main-content {
    padding-right: 360px;
  }
}
.main-content .seminar_article-wrapper,
.main-content .seminar_listin_title {
  text-align: left;
}
.main-content .seminar_img {
  margin-bottom: 60px;
}
.main-content .seminar_img__container {
  position: relative;
  width: 100%;
  padding-bottom: 200px;
}
@media screen and (max-width: 1100px) {
  .main-content .seminar_img__container {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__container {
    padding-bottom: 0;
  }
}
.main-content .seminar_img__image-wrapper {
  width: 100%;
}
.main-content .seminar_img__image-wrapper img,
.main-content .seminar_img__image-wrapper .seminar-hero-image {
  width: 100%;
  height: auto;
  display: block;
}
.main-content .seminar_img__text-wrapper {
  position: relative;
  width: 100%;
  padding: 40px;
  margin-top: -28vw;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .main-content .seminar_img__text-wrapper {
    padding: 30px;
    margin-top: -25vw;
  }
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__text-wrapper {
    padding: 30px 20px;
    margin-top: -37vw;
  }
}
.main-content .seminar_img__text-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.main-content .seminar_img__text-content {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__text-content {
    font-size: 14px;
    line-height: 1.65;
  }
}
.main-content .seminar_img__text-content p {
  margin-bottom: 1.2em;
}
.main-content .seminar_img__text-content p:last-child {
  margin-bottom: 0;
}
.main-content .seminar_img__text-content strong,
.main-content .seminar_img__text-content b {
  font-weight: 700;
}
.main-content .seminar_img__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__overlay {
    position: static;
    padding: 30px 20px;
  }
}
.main-content .seminar_img__overlay--inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__overlay--inner {
    background: #fff;
    padding: 20px;
  }
}
.main-content .seminar_img__overlay--text {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .main-content .seminar_img__overlay--text {
    font-size: 14px;
    line-height: 1.65;
  }
}
.main-content .seminar_img__overlay--text p {
  margin-bottom: 1.2em;
}
.main-content .seminar_img__overlay--text p:last-child {
  margin-bottom: 0;
}
.main-content .seminar_img__overlay--text strong,
.main-content .seminar_img__overlay--text b {
  font-weight: 700;
}

.seminar_hero {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.seminar_hero .seminar_page_block {
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.seminar_hero .seminar_page_block p {
  margin-bottom: 1rem;
}
.seminar_hero .seminar_page_block p + p {
  margin-bottom: 1rem;
}

.seminar_section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .seminar_section {
    padding: 40px 20px;
  }
}

.application {
  position: absolute;
  top: 74px;
  right: 20px;
  width: 340px;
  transition: none;
  z-index: 100;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #a6a6a6;
  overflow-y: auto;
  overflow-x: hidden;
  transition: top 0.2s ease;
}
@media screen and (max-width: 769px) {
  .application {
    display: none;
  }
}
.application::-webkit-scrollbar {
  width: 8px;
}
.application::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.application::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.application::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.application.is-fixed_2 {
  position: fixed !important;
  top: 74px !important;
  right: 20px !important;
}
.application.is-stopped_2 {
  position: absolute !important;
  right: 20px !important;
}
.application .sub_title_osusume {
  position: relative;
  display: block;
  padding: 0 4.5rem;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .application .sub_title_osusume {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 520px) {
  .application .sub_title_osusume {
    font-size: 20px;
  }
}
.application .sub_title_osusume:before, .application .sub_title_osusume:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3rem;
  height: 3px;
  background-color: black;
}
.application .sub_title_osusume:before {
  left: 0;
}
.application .sub_title_osusume:after {
  right: 0;
}
.application .markerobo-form-wrapper {
  width: calc(100% - 10px);
}

@media screen and (max-width: 769px) {
  .mobile-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 60;
    padding: 20px;
  }
  .mobile-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    margin-top: -15px;
  }
}
.mobile-modal__content {
  padding: 20px 10px;
}
@media screen and (max-width: 769px) {
  .mobile-modal__content {
    background: white;
    border-radius: 15px;
    width: 100%;
    max-width: 400px;
    max-height: 83vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 15px;
    -webkit-overflow-scrolling: touch;
  }
}
.mobile-modal__content::-webkit-scrollbar {
  width: 6px;
}
.mobile-modal__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mobile-modal__content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
.mobile-modal__close {
  display: none;
}
@media screen and (max-width: 769px) {
  .mobile-modal__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 32px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
  }
  .mobile-modal__close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

/* Mobile Application Button */
.mobile-apply-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 997;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(45deg, #667eea, #764ba2);
  color: white;
  padding: 15px 25px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 769px) {
  .mobile-apply-btn {
    display: block;
  }
}
.mobile-apply-btn:hover {
  transform: scale(1.05);
}

/* Sponsor Marquee Styles */
.sponsor-marquee {
  width: 100%;
  overflow: hidden;
  background: #f8f9fa;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  .sponsor-marquee {
    padding: 10px 0;
  }
}
.sponsor-marquee__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sponsor-marquee__track {
  display: flex;
  width: fit-content;
  animation: marquee-scroll var(--marquee-duration, 20s) linear infinite;
  will-change: transform;
}
@media screen and (max-width: 769px) {
  .sponsor-marquee__track {
    animation-duration: 20s;
  }
}
.sponsor-marquee__list {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 769px) {
  .sponsor-marquee__list {
    gap: 10px;
    padding-right: 10px;
  }
}
.sponsor-marquee__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px; /* ロゴの幅 */
  height: 60px;
}
.sponsor-marquee__item img {
  height: 60px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  transition: all 0.3s ease;
}
@media screen and (max-width: 769px) {
  .sponsor-marquee__item img {
    height: 30px;
    max-width: 100px;
  }
}
.sponsor-marquee__item a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* アニメーション定義 */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--marquee-distance, -50%));
  }
}
@media (prefers-reduced-motion: reduce) {
  .sponsor-marquee__track {
    animation: none;
  }
}
.seminar_speakerblock .seminar_speaker_title {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}

.speaker-section {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 60px;
}
.speaker-section:last-child {
  margin-top: 6em;
  margin-bottom: 0;
}
.speaker-section:last-child .seminar_speaker_img_3 {
  border: 1px solid #fca6db;
}
.speaker-section:last-child .speaker-item:hover .seminar_speaker_img_3 {
  border: 5px solid #fca6db;
}
.speaker-section__title {
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .speaker-section__title {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}

.seminar_speakergrid {
  display: grid;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.seminar_speakergrid--4col {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .seminar_speakergrid--4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .seminar_speakergrid--4col {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .seminar_speakergrid--4col {
    gap: 15px;
  }
}

.speaker-item {
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s ease;
  background: transparent;
}
.speaker-item:hover {
  transform: translateY(-5px);
}
.speaker-item:hover .seminar_speaker_img_3 {
  border: 5px solid #72daeb;
}
.speaker-item:hover .seminar_speaker_img_3 img {
  transform: scale(1.05);
}
.speaker-item:hover .seminar_speaker_img_3::after {
  opacity: 1;
}
.speaker-item a,
.speaker-item * {
  pointer-events: none; /* 子要素のクリックイベントを無効化 */
}
.speaker-item-inner {
  text-align: center;
}
.speaker-item .seminar_speaker_img_3 {
  width: 100%;
  height: 75%;
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #72daeb;
}
.speaker-item .seminar_speaker_img_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.speaker-item .seminar_speaker_img_3.no-image .placeholder-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.speaker-item .seminar_speaker_img_3.no-image .placeholder-img::before {
  content: "👤";
  font-size: 60px;
  opacity: 0.5;
}
.speaker-item .seminar_speaker_disc {
  padding: 15px 5px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .speaker-item .seminar_speaker_disc {
    padding: 15px;
  }
}
.speaker-item .speaker-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .speaker-item .speaker-name {
    font-size: 16px;
  }
}
.speaker-item .speaker-company {
  font-size: 15px;
  font-weight: 400;
  color: #5b5b5b;
  text-align: center;
}

.seminar_speaker_img_3 {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  background: #f5f5f5;
}
.seminar_speaker_img_3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.seminar_speaker_img_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seminar_speaker_img_3.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
}
.seminar_speaker_img_3.no-image .placeholder-img {
  width: 60%;
  height: 60%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23999" viewBox="0 0 24 24"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>') center no-repeat;
  background-size: contain;
}

.speaker-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* モーダル */
.speaker-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  animation: fadeIn 0.3s ease;
  overflow: hidden;
}
.speaker-modal.is-active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media screen and (max-width: 769px) {
  .speaker-modal.is-active {
    height: 100vh;
    height: -webkit-fill-available; /* Androidのアドレスバー対策 */
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.speaker-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1;
}

/* デスクトップ用モーダルコンテンツ */
.speaker-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  max-width: 900px;
  width: 90%;
  min-height: 45vh;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
  padding: 20px 30px;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-content {
    position: fixed; /* absoluteからfixedに変更 */
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transform: none; /* transformを削除 */
    width: calc(100% - 20px);
    max-width: none;
    height: calc(100% - 20px);
    max-height: calc(100% - 20px);
    overflow-y: auto; /* 縦スクロールを有効化 */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; /* iOS用スムーススクロール */
    border-radius: 8px;
    width: 95%;
    -webkit-overflow-scrolling: touch;
  }
}
.speaker-modal-content::-webkit-scrollbar {
  width: 8px;
}
.speaker-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.speaker-modal-content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.speaker-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* iPhone X以降のノッチ対応 */
@supports (padding: max(0px)) {
  @media (max-width: 768px) {
    .speaker-modal-content {
      top: max(10px, env(safe-area-inset-top));
      left: max(10px, env(safe-area-inset-left));
      right: max(10px, env(safe-area-inset-right));
      bottom: max(10px, env(safe-area-inset-bottom));
      width: calc(100% - max(20px, env(safe-area-inset-left) + env(safe-area-inset-right)));
      height: calc(100% - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    }
  }
}
/* タッチデバイスでのスクロールヒント */
@media (pointer: coarse) {
  .speaker-modal-content {
    scroll-behavior: smooth;
  }
  /* スクロール可能であることを示す視覚的ヒント */
  .speaker-modal-content::after {
    content: "";
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .speaker-modal-content.has-scroll::after {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translate(-50%, -45%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.speaker-modal-close {
  position: absolute;
  top: 20px;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 769px) {
  .speaker-modal-close {
    position: fixed;
  }
}
.speaker-modal-close:hover {
  transform: rotate(90deg);
  background: #fff;
}
.speaker-modal-close span {
  position: absolute;
  width: 16px;
  height: 2px;
  background: #333;
  left: 50%;
  top: 50%;
}
.speaker-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.speaker-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.speaker-modal-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-inner {
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
  }
}

.speaker-modal-image {
  flex: 0 0 40%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 50%;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-image {
    flex: none;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 769px) {
  .speaker-modal-image {
    max-width: 300px;
    max-height: 300px;
  }
}
.speaker-modal-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.speaker-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
}
.speaker-modal-image img.speaker-modal-logo {
  background: #fff;
  padding: 10px;
}
.speaker-modal-image.no-image {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.speaker-modal-image.no-image::before {
  content: "👤";
  font-size: 80px;
  opacity: 0.5;
  z-index: 2;
}
.speaker-modal-image.no-image::after {
  display: none;
}

.speaker-modal-photo {
  width: 100%;
  height: auto;
  display: block;
}

/* ロゴ配置（画像下部に重なる） */
.speaker-modal-logo-wrapper {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8) 50%, transparent);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
@media screen and (max-width: 769px) {
  .speaker-modal-logo-wrapper {
    min-height: 70px;
    padding: 12px;
  }
}
@media screen and (max-width: 769px) {
  .speaker-modal-logo-wrapper.show {
    display: flex;
  }
}

.speaker-modal-logo {
  max-width: 180px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: inherit !important;
  z-index: 2 !important;
}
@media screen and (max-width: 769px) {
  .speaker-modal-logo {
    max-width: 150px;
    max-height: 65px;
  }
}

/* モーダル表示時のbodyスクロール無効化 */
body.modal-open {
  overflow: hidden !important;
  width: 100%;
}

/* iOS Safari対策 */
@supports (-webkit-touch-callout: none) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
}
/* スクロールバー分の幅調整（オプション） */
body.modal-open.has-scrollbar {
  padding-right: 17px; /* 一般的なスクロールバーの幅 */
}

.speaker-modal-info {
  flex: 1;
  padding: 40px 0 40px 40px;
  overflow-y: auto;
  max-height: 85vh;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-info {
    flex: 1;
    min-width: 0;
    padding: 60px 25px 25px;
  }
}

.speaker-modal-namebox {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.speaker-modal-name {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-name {
    font-size: 22px;
  }
}

.speaker-modal-company {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
  color: #4b4b4b;
}
@media screen and (max-width: 1100px) {
  .speaker-modal-company {
    font-size: 22px;
  }
}

.speaker-modal-profile {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  white-space: pre-wrap;
}
.speaker-modal-profile h4 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #333;
}
.speaker-modal-profile ul {
  list-style-position: inside;
  margin-left: 0;
}
.speaker-modal-profile li {
  margin-bottom: 10px;
}

.timetable {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.timetable__header {
  padding: 0 0 30px;
}
@media screen and (max-width: 769px) {
  .timetable__header {
    padding: 0;
  }
}
.timetable__title {
  color: #fff;
  font-size: 6em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 2px;
}
@media screen and (max-width: 769px) {
  .timetable__title {
    font-size: 3.4em;
    margin-bottom: 20px;
  }
}
.timetable__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
}
@media screen and (max-width: 769px) {
  .timetable__tabs {
    padding: 12px 20px;
  }
}
.timetable__tabs:has(.timetable__tab:only-child) {
  justify-content: center;
}
.timetable__tabs:has(.timetable__tab:only-child) .timetable__tab {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .timetable__tabs:has(.timetable__tab:only-child) .timetable__tab {
    max-width: 100%;
  }
}
.timetable__tab {
  flex: 1;
  border: none;
  background: transparent;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  height: 100%;
  color: #777 !important;
}
@media screen and (max-width: 769px) {
  .timetable__tab {
    padding: 15px 10px 0;
  }
}
.timetable__tab:hover {
  color: #fff !important;
}
.timetable__tab--active {
  background: transparent;
  transform: translateY(2px);
}
.timetable__tab--active .timetable__tab-day,
.timetable__tab--active .timetable__tab-title {
  color: #fff;
}
.timetable__tab-day {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .timetable__tab-day {
    font-size: 16px;
  }
}
.timetable__tab-title {
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 769px) {
  .timetable__tab-title {
    font-size: 20px;
  }
}
.timetable__contents {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .timetable__contents {
    padding: 0;
  }
}
.timetable__content {
  display: none;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .timetable__content {
    padding: 20px;
  }
}
.timetable__content--active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.timetable__content#day1 {
  background: linear-gradient(90deg, #4bced8 0%, #d7d7d7 100%);
}
.timetable__content#day2 {
  background: linear-gradient(90deg, #ff5c92 0%, #d7d7d7 100%);
}
.timetable__date {
  color: #333;
  padding: 15px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 30px;
}
.timetable__schedule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.timetable__item {
  background: #f8f9fa;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
@media screen and (max-width: 769px) {
  .timetable__item {
    gap: 15px;
  }
}
.timetable__time {
  background: #666;
  color: #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .timetable__time {
    width: 100%;
  }
}
.timetable__session {
  flex: 1;
  max-width: 900px;
}
.timetable__session-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.4;
}
.timetable__speaker {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 0;
}
.timetable__company {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.timetable__name {
  display: inline-block;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .timetable__name {
    display: block;
  }
}
.timetable__text-wrapper {
  position: relative;
  margin-top: 10px;
}
.timetable__text-wrapper.no-toggle .timetable__text-toggle {
  display: none;
}
.timetable__text-wrapper.no-toggle .timetable__text {
  max-height: none !important;
}
.timetable__text-wrapper.no-toggle .timetable__text::after {
  display: none;
}
.timetable__text-wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.timetable__text {
  max-width: 900px;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  padding-bottom: 10px;
  /* アニメーション中の見た目を改善 */
}
.timetable__text p + p {
  margin-bottom: 10px;
}
.timetable__text.timetable__text--collapsed {
  max-height: 4.5em; /* 約3行分 - JSで動的に設定される */
  position: relative;
  padding-bottom: 0;
}
.timetable__text.timetable__text--collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0.8) 50%, rgb(248, 249, 250) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.timetable__text.timetable__text--expanded {
  padding-bottom: 15px;
}
.timetable__text.timetable__text--expanded::after {
  opacity: 0;
  visibility: hidden;
}
.timetable__text.is-animating {
  will-change: max-height;
}
.timetable__text-toggle {
  margin-top: 8px;
  padding: 4px 12px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  display: inline-block;
  /* アイコンアニメーション */
}
.timetable__text-toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f0f0f0 0%, #e0e0e0 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}
.timetable__text-toggle:hover {
  background: #fafafa;
  border-color: #999;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.timetable__text-toggle:hover::before {
  opacity: 0.3;
}
.timetable__text-toggle:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.timetable__text-toggle .timetable__text-toggle-show,
.timetable__text-toggle .timetable__text-toggle-hide {
  position: relative;
  padding-right: 20px;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.timetable__text-toggle .timetable__text-toggle-show::after,
.timetable__text-toggle .timetable__text-toggle-hide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.timetable__text-toggle .timetable__text-toggle-show::after {
  border-top: 5px solid #666;
  transform: translateY(-50%);
}
.timetable__text-toggle .timetable__text-toggle-hide::after {
  border-bottom: 5px solid #666;
  transform: translateY(-50%) rotate(180deg);
}
.timetable__text-toggle .timetable__text-toggle-hide {
  display: none;
}
.timetable__text-toggle[aria-expanded=true] .timetable__text-toggle-show {
  display: none;
}
.timetable__text-toggle[aria-expanded=true] .timetable__text-toggle-hide {
  display: inline;
}

/* IE11対応（:hasが使えない場合のフォールバック） */
@supports not selector(:has(*)) {
  /* Day1のみの場合の代替スタイル */
  .outline__event-dates--single .outline__date-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .timetable__tabs--single .timetable__tab {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .outline .seminar_section {
    padding: 40px 20px;
  }
}
.outline .seminar_page3_title {
  color: #fff;
}
.outline__container {
  max-width: 1200px;
  margin: 0 auto;
}
.outline__title {
  font-size: 48px;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 40px 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 769px) {
  .outline__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.outline__row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .outline__row {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.outline__row.outline-fs {
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .outline__row.outline-fs {
    align-items: center;
  }
}
.outline__label {
  background: #666666;
  color: white;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  min-width: 80px;
  text-align: center;
  margin-right: 30px;
  flex-shrink: 0;
  width: 9%;
}
@media screen and (max-width: 769px) {
  .outline__label {
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
    display: inline-block;
  }
}
.outline__content {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
.outline__event-dates {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .outline__event-dates {
    justify-content: space-between;
    gap: 15px;
  }
}
.outline__event-dates:has(.outline__date-box:only-child) {
  justify-content: center;
}
.outline__event-dates:has(.outline__date-box:only-child) .outline__date-box {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .outline__event-dates:has(.outline__date-box:only-child) .outline__date-box {
    max-width: 100%;
  }
}
.outline__date-box {
  padding: 10px 30px;
  width: 45%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .outline__date-box {
    padding: 10px 13px;
    width: 50%;
  }
}
.outline__date-box--day1 {
  background: linear-gradient(90deg, #4bced8 0%, #d7d7d7 100%);
}
.outline__date-box--day2 {
  background: linear-gradient(90deg, #ff5c92 0%, #d7d7d7 100%);
}
.outline__date-label {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .outline__date-label {
    font-size: 1.4em;
  }
}
.outline__date-label-day {
  font-size: 0.8em;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .outline__date-label-day {
    display: block;
    font-size: 0.6em;
    margin-right: 0;
  }
}
.outline__date-time {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .outline__date-time {
    font-size: 1em;
  }
}
.outline__viewing-method {
  width: 100%;
}

/*----------------------------------------------------
	カテゴリ別新着記事一覧
----------------------------------------------------*/
.postlist-category {
  margin: 10px 0 5px 0;
  padding: 2px;
  border-top: 1px dashed #999;
}
.postlist-category img {
  float: left;
  margin: 10px 6px 0 0;
  width: 80px;
  height: 80px;
}
.postlist-category a {
  display: block;
}
.postlist-category-inner {
  margin: 0;
  padding: 1px;
}
.postlist-category-inner p {
  font-size: 16px;
  margin: 1px 0 5px 3px;
}

.postlist-datetime span {
  font-size: 10px;
}

/*----------------------------------------------------
	ECコンサル
----------------------------------------------------*/
.su-label {
  display: inline-block !important;
  margin-right: 0.3em;
  padding: 0.7em 0.3em !important;
  font-size: 0.8em;
  height: 2em !important;
  line-height: 0.8em;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 4px;
  white-space: nowrap;
}

.su-highlight {
  display: table !important;
  margin: 4px 0;
  padding: 1px 0;
}

.box-shadow {
  padding: 30px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 640px) {
  .box-shadow {
    padding: 10px;
  }
}

.su-label {
  padding: 8px 8px 0 8px !important;
  background: #bbb !important;
}

.su-box-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-size: 16px;
  margin: 0 12px 0 0;
  font-weight: bold;
}

.su-label.su-label-type-black.original_label {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 8px 0 8px !important;
  background: #bbb !important;
  border-radius: 4px 0 4px 0;
  color: #FFF;
}

.article-wrapper h3.sub_title_s {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 769px) {
  .article-wrapper h3.sub_title_s {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 47px;
    letter-spacing: 1.8px;
  }
}

.topnews__grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 2fr;
}
@media screen and (max-width: 769px) {
  .topnews__grid {
    grid-template-columns: 1fr;
  }
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding-bottom: 40px;
  font-weight: normal;
  color: #1D1D1D;
  cursor: pointer;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 3px #B2B2B2;
  border-right: solid 3px #B2B2B2;
  margin-top: -6px;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  .accordion-container .accordion-title::after {
    top: 30%;
  }
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 3px #B2B2B2;
  border-right: solid 3px #B2B2B2;
  margin-top: -4px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 520px) {
  .accordion-container .accordion-title.open::after {
    top: 30%;
  }
}

.news_rink {
  display: block;
  color: #20ACCE;
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  .news_rink {
    margin-top: 24px;
  }
}
.news_rink:hover {
  opacity: 0.8;
}

@media screen and (max-width: 520px) {
  .postform {
    display: none;
  }
}

li.page_none {
  list-style: none;
}

.single_bg {
  background: #f2f2f2;
}

.content_single {
  display: flex;
}
.content_single__header {
  width: 38%;
  min-width: 380px;
  border-right: solid 1px #111;
}
.content_single__header__inner {
  padding: 80px 5vw 50px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.content_single__header__inner.is-fixed {
  max-height: 100vh;
  overflow-y: auto;
}
.content_single__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 34px;
}
.content_single__info {
  width: 100%;
  border-collapse: separate;
}
.content_single__info.is-outline_black td a {
  background: none;
  border: solid 1px #111;
}
.content_single__info.is-outline_gray td a {
  background: none;
  border: solid 2px #dcdcdc;
}
.content_single__info.is-marker td a {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.content_single__info.is-marker td a:hover {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.content_single__info th,
.content_single__info td {
  font-size: 15px;
  border-bottom: solid 1px #111;
}
.content_single__info th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding: 18px 22px 18px 12px;
}
.content_single__info td {
  vertical-align: middle;
  width: 100%;
  padding: 11px 0;
}
.content_single__info td a {
  display: inline-block;
  color: #434343;
  border: 1px solid #434343;
  border-radius: 5px;
  padding: 0.2em 0.66667em 0.26667em;
  margin: 4px 0.6em 4px 0;
  transition: color 0.12s, background 0.12s, border 0.12s;
}
.content_single__info td a::before {
  content: "#";
}
.content_single__info td a:hover {
  background-color: #f0f0f0;
}
.content_single__thumb {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.content_single__thumb img + img {
  margin-top: 50px;
}
.content_single__thumb__img {
  max-height: 600px;
  box-shadow: 10px 14px 20px -8px rgba(0, 0, 128, 0.2), 0 0 8px -4px rgba(0, 0, 128, 0.2);
}
.content_single__thumb_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 660px;
  min-height: 725px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_single__fig {
  flex: 1;
  min-width: 0;
  padding: 68px 0 50px 5vw;
}
.content_single__shop {
  margin: 30px 0 0;
}

.next_prev_post_link {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  line-height: 2.5;
}
.next_prev_post_link > a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.7em;
  line-height: 0.4em;
  font-weight: bold;
  text-align: center;
  color: #111;
  border: solid 1px #111;
  width: 160px;
  height: 64px;
  padding: 26px 10px;
  margin: 0 10px;
  transition: opacity 0.2s, visibility 0.2s, background 0.2s;
}
.next_prev_post_link > a:hover {
  background: #f0f0f0;
}
.next_prev_post_link > a [rel=prev] {
  padding-right: 20px;
}
.next_prev_post_link > a [rel=prev]::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: solid 1px currentColor;
  border-top: 0;
  border-left: 0;
  transform: translateX(25%) rotate(135deg) skew(8deg, 8deg);
  margin-right: 1.6em;
}
.next_prev_post_link > a [rel=next] {
  padding-left: 20px;
}
.next_prev_post_link > a [rel=next] [rel=next]::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border: solid 1px currentColor;
  border-top: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(-45deg) skew(8deg, 8deg);
  margin-left: 1.6em;
}

.shop_type_btn .shop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.shop_type_btn .shop > li {
  width: calc((100% - 20px) / 2);
}
.shop_type_btn .shop > li + li {
  margin-left: 6px;
}
.shop_type_btn .shop > li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop_type_btn .shop > li a img {
  width: 100%;
}
.shop_type_btn .shop > li .d-link__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.shop_type_btn .shop__btn {
  display: block;
  background: #5cbec6;
  line-height: 1;
  text-align: center;
  padding: 23px 80px;
  border-radius: 6px;
  transition: opacity 0.2s, visibility 0.2s, background 0.2s;
}
.shop_type_btn .shop__btn:hover {
  opacity: 0.7;
}

.article-img img {
  width: 100%;
  height: 100%;
}

.related {
  margin-top: 3em;
}
.related .newpost__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 1em;
}
@media screen and (max-width: 1100px) {
  .related .newpost__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3em;
  }
}
.related .post-box-thumbnail__wrap img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.related .meta .title {
  font-size: 1em;
  font-weight: bold;
  margin: 0.5em 0;
}
.related .hash_tag {
  font-size: 13px;
  line-height: 1.55;
  margin-right: -0.8em;
  margin-top: 0.5em;
}
.related .hash_tag a {
  display: inline-block;
  color: #000;
  margin-right: 0.8em;
  transition: all 0.2s ease-out;
}
.related .hash_tag a::before {
  content: "#";
}
.related .hash_tag a:first-child {
  display: none;
}

.hash_tags {
  margin: 2em 0 1em;
}
.hash_tags .hash_tag {
  display: inline-block;
  font-size: 1em;
  line-height: 1.55;
  margin-right: -0.1em;
}
.hash_tags .hash_tag a {
  display: inline-block;
  color: #000;
  margin-right: 0.8em;
  transition: all 0.2s ease-out;
}
.hash_tags .hash_tag a::before {
  content: "#";
}

.undertag {
  margin: 2em 0 1em;
}
.undertag li {
  display: inline-block;
}
.undertag .hash_tag {
  display: inline-block;
  font-size: 1em;
  line-height: 1.55;
  margin-right: -0.1em;
}
.undertag .hash_tag a {
  display: inline-block;
  color: #000;
  margin-right: 0.8em;
  transition: all 0.2s ease-out;
}
.undertag .hash_tag a::before {
  content: "#";
}

/*----------------------------------------------------
	お問合せページ
----------------------------------------------------*/
#section-form div.fm_box {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  #section-form div.fm_box {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 769px) {
  #section-form div.fm_box {
    padding: 30px 0px;
  }
}

.ml_30 {
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .ml_30 {
    margin-left: 0;
  }
}

@media screen and (max-width: 769px) {
  br.pc_none {
    display: block;
  }
}

.custom__screen_2 {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .custom__screen_2 {
    padding: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .custom__screen_2 {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .custom__screen_2 .sc__btn {
    width: 100% !important;
  }
}
@media screen and (max-width: 769px) {
  .custom__screen_2 .sc__input_group_2 input[type=text].email_placeholder1,
  .custom__screen_2 .sc__input_group_2 input[type=text].email_placeholder2 {
    width: 45% !important;
  }
}
@media screen and (max-width: 769px) {
  .custom__screen_2 .sc__input_group_2 input[type=text].telephone_number1,
  .custom__screen_2 .sc__input_group_2 input[type=text].telephone_number2,
  .custom__screen_2 .sc__input_group_2 input[type=text].telephone_number3 {
    width: 29.5% !important;
  }
}
.custom__screen_2 p {
  font-size: 14px;
  color: #767676;
  margin-top: 12px;
}
.custom__screen_2 h3 {
  color: #2e2e2e !important;
}

/*入力フォームタイトル */
.required {
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 10px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 38px;
  color: #fff !important;
  background: #de3c3c;
  border-radius: 4px;
}

.any {
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #2dbe97;
  border-radius: 5px;
}

.sc__custom_form_2 .sc__input_group_2 label {
  display: inline-block;
}

.sc__custom_form_2 .sc__input_group_2 .sc__input_group_2__title {
  margin-bottom: 15px;
  width: 100%;
}

.sc__input_group_2__title label {
  color: #1d1d1d;
  font-weight: bold;
}

.small_text {
  font-size: 12px;
}

/* ボタン ==========*/
.sc__custom_form_2 .sc__btn {
  color: #fff;
  border-style: none;
  border-radius: 4px;
  width: 450px;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 10px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .sc__custom_form_2 .sc__btn {
    width: 100%;
  }
}

button {
  text-decoration: none;
  width: 200px;
  height: 50px;
  margin-right: 15px;
  border-radius: 4px;
  cursor: pointer;
}
button.sc__btn {
  background-color: #333;
  margin: 0;
}
button.register {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
button.cancel {
  background: #fff;
  color: #aaa;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 16px;
}

/* 入力フォーム ==========*/
.sc__input_group_2 {
  padding: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .sc__input_group_2 {
    margin-bottom: 10px;
  }
}

.sc__input_group_2__content {
  display: flex;
  align-items: center;
}

.sc__input_group_2__body p {
  margin-bottom: 10px;
}

/* 余白 */
.sc__custom_form_2 .sc__input_group_2 input[type=text],
.sc__custom_form_2 .sc__input_group_2 input[type=number],
.sc__custom_form_2 .sc__input_group_2 input[type=email],
.sc__custom_form_2 .sc__input_group_2 input[type=date],
.sc__custom_form_2 .sc__input_group_2 textarea,
.sc__custom_form_2 .sc__input_group_2 select {
  padding: 10px;
  border-radius: 10px;
}

.sc__custom_form_2 .sc__input_group_2 input[type=radio],
.sc__custom_form_2 .sc__input_group_2 input[type=checkbox] {
  margin-left: 20px;
  margin-bottom: 5px;
}

.sc__custom_form_2 .sc__input_group_2 input[type=radio]:first-child,
.sc__custom_form_2 .sc__input_group_2 input[type=checkbox]:first-child {
  margin-left: 0px;
}

.sc__custom_form_2 .sc__input_group_2 input[type=number] {
  margin-right: 10px;
}

.col1,
.col2 {
  margin-bottom: 20px;
}

.col1 {
  text-align: left;
}
.col1.text_left {
  text-align: left;
}

.address__content h4 {
  margin-bottom: 5px;
}

.sc__input_group_2__address_top {
  display: flex;
}

.sc__input_group_2__address_top label {
  margin-right: 10px;
}

.sc__input_group_2__address_middle {
  margin: 20px 0;
}

/* 待機状態 */
.sc__custom_form_2 .sc__input_group_2 input[type=text],
.sc__custom_form_2 .sc__input_group_2 input[type=number],
.sc__custom_form_2 .sc__input_group_2 input[type=email],
.sc__custom_form_2 .sc__input_group_2 input[type=date],
.sc__custom_form_2 .sc__input_group_2 textarea,
.sc__custom_form_2 .sc__input_group_2 select {
  color: #333;
  border: 1px solid #d5d8dc;
}

/* フォーカス */
.sc__custom_form_2 .sc__input_group_2 input[type=text]:focus,
.sc__custom_form_2 .sc__input_group_2 input[type=number]:focus,
.sc__custom_form_2 .sc__input_group_2 input[type=email]:focus,
.sc__custom_form_2 .sc__input_group_2 input[type=date]:focus,
.sc__custom_form_2 .sc__input_group_2 textarea:focus,
.sc__custom_form_2 .sc__input_group_2 select:focus {
  outline: 0;
  color: #333;
  border-color: #0a639c;
  border-radius: 10px;
}

/* サイズ */
.sc__custom_form_2 .sc__input_group_2 input[type=text],
.sc__custom_form_2 .sc__input_group_2 input[type=number],
.sc__custom_form_2 .sc__input_group_2 input[type=email],
.sc__custom_form_2 .sc__input_group_2 input[type=date],
.sc__custom_form_2 .sc__input_group_2 textarea,
.sc__custom_form_2 .sc__input_group_2 select {
  height: auto;
  padding: 10px;
}

.sc__custom_form_2 .sc__input_group_2 input[type=text] {
  width: 100%;
}

.sc__input_group_2 .sc__input_group_2__address_middle input[type=text] {
  width: 560px;
}

.sc__input_group_2 .sc__input_group_2__address_bottom input[type=text] {
  width: 560px;
}

.sc__custom_form_2 .sc__input_group_2 textarea {
  width: 100%;
  height: 150px;
}

.sc_group__body {
  width: 100%;
}

/* 電話番号入力欄サイズ */
.sc__custom_form_2 .sc__input_group_2 input[type=text].telephone_number1,
.sc__custom_form_2 .sc__input_group_2 input[type=text].telephone_number2,
.sc__custom_form_2 .sc__input_group_2 input[type=text].telephone_number3 {
  width: 30%;
}

/* メールアドレス入力欄サイズ */
.sc__custom_form_2 .sc__input_group_2 input[type=email].email_placeholder {
  width: 100%;
}

/* 確認画面タイトル設定*/
.contents_title {
  font-weight: bold;
}

/* 完了画面画像設定*/
.custom_complete__img .a {
  fill: none;
  stroke: var(--main-color);
  stroke-linecap: round;
  stroke-width: 4px;
}

/* 共通クラス*/
.errmsg {
  color: red;
}

.contact_titl {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 47px;
  text-align: left;
  color: #080808;
  margin-bottom: 60px;
}

.contact_txt {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: left;
  color: #1d1d1d;
  margin-bottom: 40px;
  width: 75%;
}

.contact_titl_2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 47px;
  text-align: left;
  color: #20acce;
  margin-bottom: 20px;
}

.contact_list ul li {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: left;
  color: #1d1d1d;
}

.left_contents {
  width: 100%;
  padding-top: 72px;
}

.right_contents {
  background: #f4f4f5;
  width: 100%;
  padding: 0 15px;
}
@media screen and (max-width: 1100px) {
  .right_contents {
    width: 100%;
  }
}

.mwform-checkbox-field:not(:last-child) {
  margin-right: 1em;
}

.scroll {
  height: 155vh;
  overflow: auto;
  /*    overflow-y: scroll;*/
}
@media screen and (max-width: 1500px) and (max-width: 1100px) {
  .scroll {
    height: 230vh;
    overflow: auto;
  }
}

.form_wrapp {
  width: 47%;
}

.form_wrapp:first-of-type {
  margin-right: 18px;
}

.lh0 {
  line-height: 0;
}

@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .left_contents {
    width: 100%;
    padding-top: 60px;
  }
  button .right_contents {
    width: 100%;
    padding: 0 15px;
    height: 200vh;
  }
  .contact_titl {
    margin-bottom: 50px;
  }
  .contact_txt {
    margin-bottom: 40px;
    width: 100%;
  }
}
/*----------------------------------------------------
	プライバシーポリシー
----------------------------------------------------*/
.inner03 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.privacy_box p {
  font-size: 16px;
  margin-bottom: 20px;
}
.privacy_box .box01 {
  margin-bottom: 60px;
}
.privacy_box .box01 ol {
  margin-top: 40px;
}
.privacy_box .intitle {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 30px;
}
.privacy_box .intitle02 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.privacy_box .intitle03 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
}
.privacy_box ol li {
  font-size: 16px;
  list-style-type: decimal;
  margin-left: 1em;
  padding-left: 0.5em;
  margin-bottom: 15px;
}
.privacy_box ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 2em;
}

.privacy_box_2 p {
  font-size: 16px;
  margin-bottom: 20px;
}
.privacy_box_2 .box01 {
  margin-bottom: 60px;
}
.privacy_box_2 .box01 ol {
  margin-top: 40px;
}
.privacy_box_2 .intitle {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 30px;
}
.privacy_box_2 .intitle02 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 40px;
}
.privacy_box_2 .intitle03 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 15px;
}
.privacy_box_2 ol li {
  font-size: 16px;
  list-style-type: decimal;
  margin-left: 1em;
  padding-left: 0.5em;
  margin-bottom: 15px;
}
.privacy_box_2 ul li {
  font-size: 16px;
  list-style-type: disc;
  margin-left: 2em;
}

.privacy div.title01 {
  margin-bottom: 50px;
}

.title01 .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}

.privacyarea {
  text-align: center;
  margin-bottom: 30px;
}
.privacyarea dt a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 38px;
  color: #20ACCE;
}
.privacyarea dt a:hover {
  opacity: 0.8;
}

/*----------------------------------------------------
	セミナーページ お申込みフォーム
----------------------------------------------------*/
:root {
  --main-color: #E84539;
  --align-style: left;
  --font-style: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}

.custom__screen {
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
  text-align: var(--align-style) !important;
  font-family: var(--font-style) !important;
}
@media screen and (max-width: 1100px) {
  .custom__screen {
    padding: 0;
  }
}
.custom__screen a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 38px;
  text-align: left;
  color: #20ACCE;
}
.custom__screen a:hover {
  opacity: 0.8;
}
.custom__screen h1,
.custom__screen h2,
.custom__screen h3,
.custom__screen h4,
.custom__screen p {
  font-family: var(--font-style) !important;
}
.custom__screen h3 {
  color: #000;
}

/* ポップアップ設定*/
.popup_window {
  max-height: 500px;
  bottom: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  right: 0;
  position: fixed;
  border: 1px solid #CCC;
  overflow: scroll;
}

.custom_close {
  float: right;
  cursor: pointer;
}

/*入力フォームタイトル */
.sc__input_group {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .sc__input_group {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.sc__custom_form .sc__input_group label {
  color: #666;
  font-weight: bold;
  width: 100%;
}
.sc__custom_form .sc__input_group .sc__input_group__title {
  width: 30%;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  .sc__custom_form .sc__input_group .sc__input_group__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.active {
  opacity: 1;
}

.hidden {
  display: none;
}

p#confirm_body {
  padding-bottom: 20px;
}

p.contents_body {
  padding: 0 0 20px;
}

#successStory,
#sectionInfluencer,
#sectionSolution,
#sectionSeminar,
#aboutMacroji,
#sectionNews {
  scroll-margin-top: 60px;
}

.bg__gray {
  background: #f8f8f8;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  .bg__gray {
    padding: 60px 0 40px;
  }
}
.bg__white {
  background: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 769px) {
  .bg__white {
    padding: 60px 0 40px;
  }
}

.looker {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.looker__header {
  background-image: url("../../images/bg_key.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1290px) and (max-width: 1600px) {
  .looker__header {
    background-position: center;
  }
}
@media screen and (max-width: 769px) {
  .looker__header {
    background-image: url("../images/bg_key.jpg");
    background-position: right;
  }
}
.looker__header_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1100px) {
  .looker__header_grid {
    grid-template-columns: 1fr;
  }
}
.looker__header_grid li {
  padding: 180px 0 96px;
  order: 1;
}
@media screen and (max-width: 1100px) {
  .looker__header_grid li {
    width: 100%;
    padding: 0;
    order: 2;
  }
}
.looker__header_grid li:nth-child(2) {
  margin-left: 1.7em;
  background-image: url("../images/key_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 70%;
  order: 2;
}
@media screen and (max-width: 1100px) {
  .looker__header_grid li:nth-child(2) {
    padding: 11em 8em 12em;
    margin: 50px 0;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .looker__header_grid li:nth-child(2) {
    padding: 11em 8em 12em;
    margin: 0;
  }
}
.looker__header_grid li h2 {
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  .looker__header_grid li h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
  }
}
.looker__header_grid li p {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 45px;
  text-align: left;
  color: #fff;
  padding: 34px 0 48px;
}
@media screen and (max-width: 1100px) {
  .looker__header_grid li p {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    padding: 10px 0 40px;
  }
}
.looker__header .symbol {
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .looker__header .symbol {
    margin-bottom: 20px;
  }
}
.looker__btntop {
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.looker__btn-top button {
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: #ececec;
  display: block;
  text-align: center;
  border: none;
  border-radius: 0;
}
.looker__btn-top button::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  color: #333;
}
.looker__top-title {
  position: relative;
  text-align: center;
  border-bottom: 6px solid #333;
}
.looker__top-title::before {
  position: absolute;
  content: "";
  background-image: url("../images/komari_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 194px;
  left: 0;
  bottom: -4px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .looker__top-title::before {
    content: none;
  }
}
.looker__top-title::after {
  position: absolute;
  content: "";
  background-image: url("../images/komari.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 194px;
  right: 0;
  bottom: -4px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .looker__top-title::after {
    content: none;
  }
}
.looker__title-2 {
  position: relative;
  text-align: center;
}
.looker__sub {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #54d5cc;
}
.looker__sub::before, .looker__sub::after {
  content: "・";
}
.looker__title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  color: #333;
  background: #fff;
  padding: 20px 28px;
  border-bottom: 5px solid #54d5cc;
  width: 50%;
  margin: 20px auto 42px;
}
@media screen and (max-width: 1100px) {
  .looker__title {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
    padding: 25px 32px;
  }
}
.looker__sub-bottom {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #54d5cc;
  margin-top: 20.5px;
}
.looker__second-title {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .looker__second-title {
    font-size: 24px;
    line-height: 36px;
  }
}
.looker__title-3 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .looker__title-3 {
    font-size: 24px;
  }
}
.looker__title-4 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
  .looker__title-4 {
    font-size: 15px;
  }
}
.looker__list__1parts {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 630px;
  width: calc(100% - 40px);
  margin: 20px auto 50px;
  text-align: center;
}
.looker__list__1parts p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #444444;
}
.looker__list__2parts {
  display: grid;
  gap: 32px 20px;
  grid-template-columns: 1fr;
  max-width: 630px;
  width: calc(100% - 40px);
  margin: 40px auto 50px;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts {
    grid-template-columns: 1fr;
  }
}
.looker__list__2parts .button_head {
  text-align: center;
}
.looker__list__2parts .button_head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  padding: 13px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #54d5cc;
  border-radius: 50px;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts .button_head a {
    width: 90%;
    padding: 13px 15px;
    font-size: 20px;
  }
}
.looker__list__2parts .button_head a:hover {
  background: #5476d5;
  opacity: 1;
}
.looker__list__2parts .button_head a::after {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts .button_head a::after {
    right: 2.5em;
    width: 12px;
    height: 12px;
  }
}
.looker__list__2parts .button_head_2 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  padding: 13px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #ffb32e;
  border-radius: 50px;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts .button_head_2 a {
    width: 90%;
    padding: 13px 15px;
    font-size: 20px;
  }
}
.looker__list__2parts .button_head_2 a:hover {
  background: #ff2e2e;
  opacity: 1;
}
.looker__list__2parts .button_head_2 a::after {
  content: "";
  position: absolute;
  right: 2em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts .button_head_2 a::after {
    right: 2.5em;
    width: 12px;
    height: 12px;
  }
}
.looker__list__2parts-2 {
  display: grid;
  gap: 33px;
  grid-template-columns: 87px 1fr;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts-2 {
    gap: 20px;
    grid-template-columns: 52px 1fr;
  }
}
.looker__list__2parts-2 h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 48px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts-2 h2 {
    font-size: 20px;
    line-height: 29px;
  }
}
.looker__list__2parts-2 h2 span {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 37px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts-2 h2 span {
    font-size: 16px;
    line-height: 24px;
  }
}
.looker__list__2parts-3 {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}
@media screen and (max-width: 1100px) {
  .looker__list__2parts-3 {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.looker__list__2parts-3 h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.1em;
  line-height: 48px;
  text-align: left;
  color: #333;
}
.looker__list__2parts-3 h2 span {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 37px;
  text-align: left;
  color: #333;
}
.looker__list__3parts {
  display: grid;
  grid-template-columns: 1fr 1fr 32px;
  width: 100%;
}
.looker__slogo {
  max-width: 510px;
  width: calc(100% - 20px);
  margin: 0 auto 41px;
}
.looker__gbtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 467px;
  padding: 16px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: #bfbfbf;
  border-radius: 50px;
}
@media screen and (max-width: 480px) {
  .looker__gbtn a {
    width: 100%;
    padding: 12px 35px;
    font-size: 14px;
  }
}
.looker__gbtn a:hover {
  background: #9dccc9;
  opacity: 1;
}
.looker__gbtn a::after {
  content: "";
  position: absolute;
  right: 2em;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.looker__list-2 {
  display: grid;
  row-gap: 94px;
  margin: 80px auto;
}
@media screen and (max-width: 1100px) {
  .looker__list-2 {
    row-gap: 30px;
    margin: 64px auto 40px;
  }
}
.looker__list-2__2parts {
  display: grid;
  column-gap: 71px;
  grid-template-columns: 1.4fr 0.6fr;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__2parts {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.looker__list-2__2parts:nth-child(1) .looker__list-2__primary--title::before {
  position: absolute;
  content: "";
  background-image: url("../images/01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 98px;
  height: 100px;
  left: -8px;
  bottom: -1px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__2parts:nth-child(1) .looker__list-2__primary--title::before {
    width: 50px;
    height: 51px;
  }
}
.looker__list-2__2parts:nth-child(2) .looker__list-2__primary--title::before {
  position: absolute;
  content: "";
  background-image: url("../images/02.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 98px;
  height: 100px;
  left: -8px;
  bottom: -1px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__2parts:nth-child(2) .looker__list-2__primary--title::before {
    width: 50px;
    height: 51px;
  }
}
.looker__list-2__2parts:nth-child(3) .looker__list-2__primary--title::before {
  position: absolute;
  content: "";
  background-image: url("../images/03.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 98px;
  height: 100px;
  left: -8px;
  bottom: -1px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__2parts:nth-child(3) .looker__list-2__primary--title::before {
    width: 50px;
    height: 51px;
  }
}
.looker__list-2__primary--title {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  border-bottom: 2px solid #000;
  padding: 29px 40px 38px 4.5em;
  margin-left: 8px;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__primary--title {
    font-size: 18px;
    padding: 13px 13px 15px 3.5em;
  }
}
.looker__list-2__primary p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-align: left;
  color: #333;
  margin-top: 34px;
}
@media screen and (max-width: 1100px) {
  .looker__list-2__primary p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 21.5px;
  }
}
.looker__slist {
  max-width: 635px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #333;
  background: #fff;
  padding: 30px 54px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .looker__slist {
    font-size: 15px;
    line-height: 27px;
    padding: 20px 30px;
  }
}
.looker__rlist {
  display: grid;
  gap: 40px 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1100px) {
  .looker__rlist {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.looker__s-topbox {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin: 60px auto;
}
@media screen and (max-width: 1100px) {
  .looker__s-topbox {
    font-size: 14px;
    margin: 30px auto;
  }
}
.looker__free {
  text-align: center;
}
.looker__free img {
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .looker__free img {
    width: 100%;
  }
}
.looker__application {
  margin-top: 112px;
}
@media screen and (max-width: 1100px) {
  .looker__application {
    margin-top: 0;
  }
}

.item__wrap {
  margin-top: 80px;
}
.item__box2 + .item__box2 {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .item__box2 + .item__box2 {
    margin-top: 52px;
  }
}
.item__box2:nth-child(2n+1) .item__inner2 {
  grid-template-columns: 1.4fr 0.6fr;
}
.item__box2:nth-child(2n+1) .item__inner2 .item__box2__img {
  order: 2;
  overflow: hidden;
}
.item__box2:nth-child(2n+1) .item__inner2__text {
  order: 1;
}
@media screen and (max-width: 1100px) {
  .item__box2:nth-child(2n+1) .item__inner2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .item__box2 h2 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
  }
}
.item__box2__img {
  overflow: hidden;
}
.item__box2__img img {
  width: 90%;
  object-fit: cover; /* 縦横比を維持して幅いっぱいに広げる */
  object-position: center center;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .item__box2__img img {
    width: 100%;
  }
}
.item__box3 + .item__box3 {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .item__box3 + .item__box3 {
    margin-top: 52px;
  }
}
.item__box3:nth-child(2n+1) .item__inner3 {
  grid-template-columns: 0.6fr 1.4fr;
}
.item__box3:nth-child(2n+1) .item__inner3 .item__box3__img {
  order: 1;
  overflow: hidden;
}
.item__box3:nth-child(2n+1) .item__inner3__text {
  order: 2;
}
@media screen and (max-width: 1100px) {
  .item__box3:nth-child(2n+1) .item__inner3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .item__box3:nth-child(2n+1) .item__inner3 img {
    order: 0;
  }
  .item__box3:nth-child(2n+1) .item__inner3__text {
    order: 1;
  }
}
.item__box3__img {
  overflow: hidden;
}
.item__box3__img img {
  width: 80%;
  object-fit: cover; /* 縦横比を維持して幅いっぱいに広げる */
  object-position: center center;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .item__box3__img img {
    width: 100%;
  }
}
.item__inner2 {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 0 76px;
}
@media screen and (max-width: 1100px) {
  .item__inner2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.item__inner2__text {
  align-self: center;
}
.item__inner2__text h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .item__inner2__text h2 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.item__inner2__text p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .item__inner2__text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
}
.item__inner2__text-2 {
  align-self: center;
}
.item__inner2__text-2 h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.item__inner2__text-2 p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-radius: 30px;
  background: #fffef6;
  margin-top: 20px;
  padding: 30px 50px;
}
@media screen and (max-width: 1100px) {
  .item__inner2__text-2 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
}
.item__inner3 {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 0 76px;
}
@media screen and (max-width: 1100px) {
  .item__inner3 {
    gap: 20px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.item__inner3 .item__box3__img {
  order: 2;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .item__inner3 .item__box3__img h2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: center;
    color: #333;
  }
}
.item__inner3__text {
  order: 1;
}
.item__inner3__text {
  align-self: center;
}
.item__inner3__text h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: left;
  color: #333;
}
.item__inner3__text p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-radius: 30px;
  background: #fffef6;
  margin-top: 20px;
  padding: 30px 50px;
}
@media screen and (max-width: 1100px) {
  .item__inner3__text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
    padding: 25px 22px;
  }
}

.magnifier {
  position: relative;
  height: 15em;
}
.magnifier::after {
  font-family: "Material Icons";
  content: "\e147";
  font-size: 24px;
  color: #a2a2a2;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 2.5em;
}

.magnifier-2 {
  position: relative;
  height: 15em;
}
.magnifier-2::after {
  font-family: "Material Icons";
  content: "\e147";
  font-size: 24px;
  color: #a2a2a2;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0.5em;
}

.mini-tit {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 24px;
  text-align: left;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .mini-tit {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.service__temp {
  display: grid;
  place-content: center;
  place-items: center;
}
.service__box {
  display: grid;
  place-content: center;
  place-items: center;
}
.service__box span {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: center;
  color: #333;
  margin-bottom: 55px;
}
@media screen and (max-width: 1100px) {
  .service__box span {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
.service__box img {
  width: 70%;
}
@media screen and (max-width: 1100px) {
  .service__box img {
    width: 100%;
  }
}
.service__tit {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #54d5cc;
  margin-bottom: 11px;
}
@media screen and (max-width: 1100px) {
  .service__tit {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}
.service__list li {
  background: #fff;
  padding: 33px 20px;
}
.service__list li:not(:last-child) {
  margin-bottom: 20px;
}
.service__list p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1100px) {
  .service__list p {
    font-size: 16px;
    line-height: 24px;
  }
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 80px auto 120px;
}
.timeline__container {
  position: relative;
  padding: 10px 40px 10px 7em;
  background-color: inherit;
}
@media screen and (max-width: 1100px) {
  .timeline__container {
    padding: 0;
  }
}
.timeline__container::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: -17px;
  background-color: white;
  border: 2px solid #333;
  top: 45%;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .timeline__container::before {
    width: 20px;
    height: 20px;
    left: 48.4%;
    top: 105%;
  }
}
@media screen and (max-width: 480px) {
  .timeline__container::before {
    left: 47%;
    top: 105%;
  }
}
.timeline__container::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: -13px;
  background: #54d5cc;
  top: 48%;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  .timeline__container::after {
    width: 12px;
    height: 12px;
    left: 48.9%;
    top: 107.5%;
  }
}
@media screen and (max-width: 480px) {
  .timeline__container::after {
    left: 48%;
    top: 107%;
  }
}
.timeline__container:not(:last-child) {
  margin-bottom: 80px;
}
.timeline__container .diamond {
  position: absolute;
  top: 0;
  left: 4em;
  z-index: 2;
  width: 120px;
  height: 120px;
  margin: 10px;
  transform: rotate(45deg);
  border-radius: 20px;
  background: #54d5cc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .timeline__container .diamond {
    top: -2.8em;
    left: 0;
    width: 70px;
    height: 70px;
  }
}
.timeline__container .diamond__content {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transform: rotate(-45deg);
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .timeline__container .diamond__content {
    font-size: 37px;
    line-height: 25px;
  }
}
.timeline__container:nth-child(3)::after {
  background: #ffb32e;
}
.timeline__container:nth-child(3) .diamond {
  background: #ffb32e;
}
.timeline__container:nth-child(3) .timeline__content h2 {
  color: #ffb32e !important;
}
.timeline__container:nth-child(3) .timeline__content p {
  border-left: 3px solid #ffb32e !important;
}
@media screen and (max-width: 1100px) {
  .timeline__container:nth-child(3) .timeline__content p {
    border-top: 3px solid #ffb32e !important;
    border-left: none !important;
  }
}
.timeline__content {
  display: grid;
  place-items: center;
  justify-items: start;
  grid-template-columns: 0.6fr 1.4fr;
  padding: 20px 30px 20px 6.5em;
  background-color: white;
  position: relative;
  border-radius: 6px;
  min-height: 120px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1100px) {
  .timeline__content {
    justify-items: end;
    grid-template-columns: 1fr;
    padding: 20px 30px;
    width: 100%;
  }
}
.timeline__content::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #333;
  top: 6em;
  bottom: -9em;
  left: -7em;
  margin-left: -2px;
}
@media screen and (max-width: 1100px) {
  .timeline__content::after {
    top: 12em;
    bottom: -5em;
    left: 50%;
  }
}
.timeline__content h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: left;
  color: #54d5cc;
}
@media screen and (max-width: 1100px) {
  .timeline__content h2 {
    margin-bottom: 17px;
  }
}
.timeline__content p {
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333;
  border-left: 3px solid #54d5cc;
  padding-left: 20px;
  min-height: 4em;
}
@media screen and (max-width: 1100px) {
  .timeline__content p {
    font-size: 12px;
    line-height: 20px;
    border-left: none;
    border-top: 3px solid #54d5cc;
    padding-top: 17px;
    padding-left: 0;
    width: 100%;
  }
}
.timeline__content--last::after {
  content: none !important;
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1100px) {
  .table-pd-95 {
    padding-bottom: 95px;
  }
}

.pagetemplate {
  margin-top: 0 !important;
}

body.page-template {
  margin-top: 0 !important;
}
@media screen and (max-width: 1100px) {
  body.page-template {
    margin-top: -46px !important;
  }
}

body.page-template header {
  position: relative;
  top: auto;
  z-index: auto;
  width: auto;
}

.bg__white-2 {
  background: #fff;
}
.bg-dark {
  background-color: #080808;
}

.training {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1100px) {
  .training .header {
    padding-top: 46px;
  }
}
.training .header_bg {
  position: inherit;
  width: 100%;
  background: #22d5c9;
  padding: 8px 15px;
}
.training .header_bg--primary {
  display: flex;
  justify-content: space-between;
}
.training .header__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .training .header__right {
    display: none;
  }
}
.training .header .container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .training .header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.training .header .container:first-child {
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .training .header__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  .training .header__logo img {
    width: 60px;
  }
}
.training .header__list {
  margin-left: 80px;
}
@media screen and (max-width: 769px) {
  .training .header__list {
    margin-left: 10px;
  }
}
.training .header__list > li {
  display: inline-flex;
  flex-direction: column;
}
.training .header__list > li:first-child > a {
  padding-left: 0;
}
.training .header__list > li:last-child {
  border-right: 0;
}
.training .header__list > li:last-child > a {
  padding-right: 0;
}
.training .header__list > li > a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.84 px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .training .header__list > li > a {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.84px;
    color: #ffffff;
    padding: 0 10px;
  }
}
.training .header__list_btn:not(:last-child) {
  margin-right: 16px;
}
.training .header__sub-title {
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 2.1 px;
}
@media screen and (max-width: 1366px) {
  .training .header__sub-title {
    font-size: 18.5 px;
    line-height: 24.5 px;
    letter-spacing: 1.11 px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 374px) {
  .training .header__sub-title {
    font-size: 15.7866666667 px;
    line-height: 20.9066666667 px;
    letter-spacing: 0.9472 px;
  }
}
.training .header__sub-title span {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.8 px;
}
@media screen and (max-width: 1366px) {
  .training .header__sub-title span {
    font-size: 16 px;
    line-height: 21.5 px;
    letter-spacing: 0.96 px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 374px) {
  .training .header__sub-title span {
    font-size: 13.6533333333 px;
    line-height: 18.3466666667 px;
    letter-spacing: 0.8192 px;
  }
}
.training .header__title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.2 px;
  background-color: #ffffff;
  padding: 20px;
  display: inline-block;
}
@media screen and (max-width: 1366px) {
  .training .header__title {
    font-size: 32.5 px;
    line-height: 32.5 px;
    letter-spacing: 0.65 px;
    padding: 10px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 374px) {
  .training .header__title {
    font-size: 27.7333333333 px;
    line-height: 27.7333333333 px;
    letter-spacing: 0.5546666667 px;
  }
}
.training .header__title.middle {
  padding-right: 50px;
}
@media screen and (max-width: 1366px) {
  .training .header__title.middle {
    padding-right: 25px;
  }
}
.training .header__title.bottom {
  padding-right: 0;
}
.training .header__title span {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 0.9 px;
}
@media screen and (max-width: 1366px) {
  .training .header__title span {
    font-size: 12 px;
    line-height: 16.25 px;
    letter-spacing: 0.24 px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 374px) {
  .training .header__title span {
    font-size: 10.24 px;
    line-height: 13.8666666667 px;
    letter-spacing: 0.2048 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .training .header__title span {
    font-size: 20.48px;
    line-height: 27.7333333333px;
    letter-spacing: 0.4096px;
  }
}
.training .header__normal-text {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.01944 px;
}
@media screen and (max-width: 1366px) {
  .training .header__normal-text {
    font-size: 6 px;
    line-height: 10 px;
    letter-spacing: 0.00432 px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 374px) {
  .training .header__normal-text {
    font-size: 5.12 px;
    line-height: 8.5333333333 px;
    letter-spacing: 0.0036864 px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 373px) {
  .training .header__normal-text {
    font-size: 10.24px;
    line-height: 17.0666666667px;
    letter-spacing: 0.6144px;
  }
}
.training .header__passion {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .training .header__passion {
    width: 100%;
    max-width: 650px;
    flex-wrap: wrap;
  }
}
.training .header__passion li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border-color: #5cbec6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  background-color: #5cbec6;
}
@media screen and (max-width: 1366px) {
  .training .header__passion li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .training .header__passion li {
    width: 140px;
    height: 140px;
  }
}
.training .header__passion li > * {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.training .header__passion li .typo-1 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01944 px;
}
.training .header__passion li .typo-2 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.054 px;
}
.training .header__passion li .typo-3 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0 px;
}
.training .header__passion li .typo-4 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01176 px;
}
.training .header__passion li .typo-5 {
  font-size: 32px;
  line-height: 43px;
  letter-spacing: 0.06144 px;
}
.training .header__passion li .typo-6 {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01536 px;
}
.training .header__passion li .typo-7 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0 px;
}
.training .header__passion li .typo-8 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0 px;
}
.training .header__passion li .typo-9 {
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.01568 px;
}
.training .header__passion li .typo-10 {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.01014 px;
}
.training .header__passion li .typo-11 {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.096 px;
}
.training .header__passion li .typo-12 {
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0.0375 px;
}
.training .header__passion li .typo-13 {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.024 px;
}
.training .header .header_flex li {
  width: 70%;
  padding: 180px 0 60px;
}
.training .header .header_flex li:nth-child(2) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .training .header .header_flex li {
    width: 100%;
    padding: 120px 50px 60px;
    height: 150vw;
  }
}
@media screen and (max-width: 769px) {
  .training .header .header_flex li {
    height: 250vw;
    padding: 120px 30px 60px;
  }
}
.training .header .header_flex li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 36px;
  text-align: left;
  color: #fff;
  padding: 34px 0 48px;
}
@media screen and (max-width: 769px) {
  .training .header .header_flex li p {
    font-size: 1rem;
    line-height: 25px;
  }
}
.training__header {
  background: #22d5c9;
}
.training__header_grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
}
@media screen and (max-width: 1100px) {
  .training__header_grid {
    grid-template-columns: 1fr;
  }
}
.training__header_grid .button_topcontact__2 {
  display: block;
}
@media screen and (max-width: 1100px) {
  .training__header_grid .button_topcontact__2 {
    display: none;
  }
}
.training__header_grid li {
  text-align: center;
  padding: 20px 0 47px;
}
@media screen and (max-width: 1100px) {
  .training__header_grid li {
    width: 100%;
    padding: 38px 0 0;
  }
  .training__header_grid li:nth-child(1) img {
    width: 80%;
  }
}
.training__header_grid li:nth-child(2) {
  margin-left: 1.7em;
  background-image: url("../images/training/trainingkey_img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60%;
}
@media screen and (max-width: 1100px) {
  .training__header_grid li:nth-child(2) {
    background-image: url("../images/training/trainingkey_img_sp.png");
    padding: 11em 8em 12em;
    margin: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .training__header_grid li:nth-child(2) {
    padding: 3em 8em 12em;
    margin: 0 0 30px;
  }
}
.training__header_grid li h2 {
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  margin-top: 0.5em;
}
@media screen and (max-width: 1100px) {
  .training__header_grid li h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
  }
}
.training__header_grid li p {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 45px;
  text-align: left;
  color: #fff;
  padding: 34px 0 48px;
}
@media screen and (max-width: 1100px) {
  .training__header_grid li p {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    padding: 10px 0 40px;
  }
}
.training__header .symbol {
  margin-bottom: 34px;
}
@media screen and (max-width: 1100px) {
  .training__header .symbol {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .training .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.training__container {
  max-width: 980px;
  width: calc(100% - 110px);
  background: #f9f9f9;
  border-radius: 8px;
  padding: 60px 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1100px) {
  .training__container {
    width: 100%;
    padding: 40px 15px 0;
  }
}
.training__title-2 {
  position: relative;
  text-align: center;
}
.training__top-title {
  display: flex;
  justify-content: space-around;
  max-width: 665px;
  width: 100%;
  padding: 0 6rem;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .training__top-title {
    padding: 0;
  }
}
.training__title {
  position: relative;
  padding: 0 1rem;
  font-weight: bold;
  font-size: clamp(20px, 3.1vw, 32px);
  text-align: center;
  color: #000;
  margin-top: 2.55em;
}
@media screen and (max-width: 480px) {
  .training__title {
    font-size: 20px;
  }
}
.training__title::before, .training__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3px;
  background-color: #22d5c9;
  background-image: linear-gradient(315deg, #22d5c9 0%, #22d5c9 74%);
}
@media screen and (max-width: 480px) {
  .training__title::before, .training__title::after {
    width: 1.5rem;
  }
}
.training__title:before {
  left: -3rem;
}
@media screen and (max-width: 480px) {
  .training__title:before {
    left: -1rem;
  }
}
.training__title:after {
  right: -3rem;
}
@media screen and (max-width: 480px) {
  .training__title:after {
    right: -1rem;
  }
}
.training__item__wrap {
  position: relative;
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 58px;
}
@media screen and (max-width: 1100px) {
  .training__item__wrap {
    gap: 28px 0;
    grid-template-columns: 1fr;
    margin-top: 22em;
  }
}
@media screen and (max-width: 480px) {
  .training__item__wrap {
    margin-top: 14em;
  }
}
.training__item__wrap::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 5em;
  width: 400px;
  height: 251px;
  background-image: url("../images/training/training_img_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60%;
}
@media screen and (max-width: 1100px) {
  .training__item__wrap::after {
    top: calc(0% - 187px);
    right: calc(50% - 24em);
    width: 400px;
    height: 251px;
    background-position: center 60%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 480px) {
  .training__item__wrap::after {
    top: calc(0% - 7em);
    right: calc(50% - 16em);
    width: 252px;
    height: 158px;
  }
}
.training__item__wrap__text {
  align-self: center;
}
.training__item__wrap__text h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .training__item__wrap__text h2 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.training__item__wrap__text p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 36px;
  text-align: left;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .training__item__wrap__text p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
}
.training__item__wrap__text-2 {
  align-self: center;
}
.training__item__wrap__text-2 h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
  color: #333;
}
.training__item__wrap__text-2 p {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-align: left;
  color: #333;
  border-radius: 30px;
  background: #fffef6;
  margin-top: 20px;
  padding: 30px 50px;
}
@media screen and (max-width: 1100px) {
  .training__item__wrap__text-2 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 18px;
  }
}
.training__item__box2 h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #22d5c9;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .training__item__box2 h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.training__cost {
  margin-top: 9.45em;
}
@media screen and (max-width: 1100px) {
  .training__cost {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .training__cost {
    margin-top: -10px;
  }
}
.training__costbox {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .training__costbox {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
.training__costbox--inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner {
    margin-top: 20px;
  }
}
.training__costbox--inner h2 {
  font-weight: bold;
  font-size: clamp(20px, 3.1vw, 32px);
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
.training__costbox--inner p {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner img {
    width: 90%;
    margin: auto;
  }
}
.training__costbox--inner--wrap {
  border-radius: 8px;
  background: #fff;
  padding: 28px 32px;
}
.training__costbox--inner--wrap:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner--wrap:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner--wrap {
    padding: 16px 20px;
  }
}
.training__costbox--inner--wrap h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #000;
}
.training__costbox--inner--wrap h3 ul {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .training__costbox--inner--wrap h3 ul {
    font-size: 14px;
  }
}
.training__costbox-2--section {
  display: grid;
  gap: 0 9px;
  grid-template-columns: 235px 2fr;
  margin: 40px auto 0;
}
@media screen and (max-width: 1100px) {
  .training__costbox-2--section {
    gap: 20px 0;
    grid-template-columns: 1fr;
  }
}
.training__costbox-2 h2 {
  border-radius: 8px;
  background: #22d5c9;
  border: 2px solid #22d5c9;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  max-height: 98px;
  display: grid;
  place-content: center;
  place-items: center;
}
.training__costbox-2 ul {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1100px) {
  .training__costbox-2 ul {
    gap: 8px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.training__costbox-2 ul li {
  border-radius: 8px;
  background: #fff;
  border: 2px solid #22d5c9;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #000;
  min-height: 98px;
  display: grid;
  place-content: center;
  place-items: center;
}
.training__hr {
  border-top: 1px dashed #707070;
}

.training_footer {
  text-align: center;
}
.training_footer .container {
  padding-top: 60px;
  padding-bottom: 1em;
}
.training_footer__logo img {
  width: 68px;
}
.training_footer * {
  color: #ffffff;
}
.training_footer .typo-38 {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1.32px;
  margin-top: 2em;
}
.training_footer__copyright {
  font-size: 10px;
  line-height: 13.5px;
  letter-spacing: 1.2px;
  opacity: 0.5;
}
@media screen and (max-width: 1366px) {
  .training_footer__copyright {
    font-size: 10px;
    line-height: 13.5px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 1100px) {
  .training_footer #footer-logo-group {
    order: 1;
  }
}

/*
 * 固定ページ
 * -------------------------------------------------------------------
 */
.bg-glay {
  background: #F2F2F2;
}

.bg-blue {
  background: #E7F5F7;
}

.info .contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}
.info .flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 0 70px;
}
.info .flex-box .col-2 {
  text-align: left;
  font: normal normal bold 18px/30px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.72px;
  color: #111111;
}
.info .flex-box .col-2:nth-child(1) {
  width: 10%;
  margin-right: 60px;
}
.info .flex-box .col-2:nth-child(2) {
  width: 90%;
  border-left: 1px solid #707070;
  padding-left: 80px;
}
.info .flex-box .col-2 h3 {
  transform: rotate(270deg);
  text-align: center;
  font: normal normal bold 60px/15px "Akshar", sans-serif;
  letter-spacing: 1.2px;
  color: #5CBEC6;
  text-transform: uppercase;
}
.info .grid-warrp .grid-box2 {
  display: grid;
  grid-template-columns: 0.5fr 0.7fr 1.8fr;
  grid-template-rows: 1fr;
  gap: 0px 98px;
  grid-auto-flow: column;
  grid-template-areas: "howto_tit howto_icon howto_sentence";
  padding: 80px 0;
}
.info .grid-warrp .howto_tit {
  grid-area: howto_tit;
  text-align: left;
  font: normal normal bold 18px/30px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.72px;
  color: #111111;
}
.info .grid-warrp .howto_tit h3 {
  writing-mode: sideways-lr;
  transform: rotate(270deg);
  text-align: center;
  font: normal normal bold 60px/15px "Akshar", sans-serif;
  letter-spacing: 1.2px;
  color: #5CBEC6;
  margin-top: 130px;
  white-space: nowrap;
  width: 150px;
}
.info .grid-warrp .howto_icon {
  grid-area: howto_icon;
}
.info .grid-warrp .howto_sentence {
  grid-area: howto_sentence;
  text-align: left;
  font: normal normal bold 18px/30px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.72px;
  color: #111111;
}
.info .grid-warrp .howto_sentence ul {
  list-style: disc;
}
.info .grid-warrp .howto_sentence ul li {
  margin-bottom: 1em;
}
.info .grid-warrp .howtoitem-3 h3 {
  margin-top: 165px;
}
.info.info_second {
  padding: 120px 0 50px;
}
.info.info_second h2 {
  text-align: center;
  font: normal normal bold 60px/15px "Akshar", sans-serif;
  letter-spacing: 1.2px;
  color: #5CBEC6;
}
.info.info_second h2 span {
  text-align: center;
  font: normal normal bold 20px/23px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.8px;
  color: #111111;
  display: block;
  margin-top: 30px;
}/*# sourceMappingURL=main.css.map */