@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*# sourceMappingURL=bootstrap-reboot.css.map */

body {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #1A1C1C;
}

main {
  background: url("../img/grid.svg");
  overflow: hidden;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  transition: .2s;
  transition-timing-function: ease-out;
}

a:hover {
  text-decoration: none;
}

img {
  transition: .5s;
}

i {
  transition: .5s;
}

.motif-bud {
  position: absolute;
  width: 58px;
  height: 49px;
  background: url("../img/motif-bud.svg") no-repeat;
  background-size: contain;
}

.motif-tree {
  position: absolute;
  width: 72px;
  height: 122px;
  background: url("../img/motif-tree.svg") no-repeat;
  background-size: contain;
}

.motif-dot {
  position: absolute;
  width: 144px;
  height: 136px;
  background: url("../img/motif-dot.svg") no-repeat;
  background-size: contain;
}

.motif-tri {
  position: absolute;
  width: 74px;
  height: 81px;
  background: url("../img/motif-tri.svg") no-repeat;
  background-size: contain;
}

.motif-grid {
  position: absolute;
  width: 148px;
  height: 148px;
  background: url("../img/motif-grid.svg") no-repeat;
  background-size: contain;
}

.motif-circle-a {
  position: absolute;
  width: 147px;
  height: 134px;
  background: url("../img/motif-circle-a.svg") no-repeat;
  background-size: contain;
}

.motif-circle-b {
  position: absolute;
  width: 133px;
  height: 141px;
  background: url("../img/motif-circle-b.svg") no-repeat;
  background-size: contain;
}

.motif-circle-c {
  position: absolute;
  width: 181px;
  height: 103px;
  background: url("../img/motif-circle-c.svg") no-repeat;
  background-size: contain;
}

.motif-circle-d {
  position: absolute;
  width: 148px;
  height: 114px;
  background: url("../img/motif-circle-d.svg") no-repeat;
  background-size: contain;
}

.motif-circle-e {
  position: absolute;
  width: 96px;
  height: 88px;
  background: url("../img/motif-circle-e.svg") no-repeat;
  background-size: contain;
}

.motif-slash-a {
  position: absolute;
  width: 102px;
  height: 102px;
  background: url("../img/motif-slash-a.svg") no-repeat;
  background-size: contain;
}

.spOnly {
  display: none;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 5px);
  transition: all 2s;
}


.effect-fade-zerotrans {
  transform: translate(0, 0) !important;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.btn-blue {
  text-align: center;
  background: #41A4B1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-blue span {
  color: #fff;
  position: relative;
  z-index: 2;
}

.btn-blue:hover {
  opacity: .6;
}

.shadow-slash::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 100%;
  height: 100%;
  background: url("../img/slash-b.svg") 100% 100%;
  z-index: -1;
}

.shadow-slash-bk::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 100%;
  height: 100%;
  background: url("../img/slash-bk.svg") 100% 100%;
  z-index: -1;
}

.shadow-black::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -11px;
  width: 100%;
  height: 100%;
  background: #1A1C1C;
  z-index: -1;
}

.shadow-black {
  margin-left: 11px;
}

.underline-slash {
  position: relative;
  z-index: 1;
}

.underline-slash::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../img/line-dot-b.svg") repeat-x;
  z-index: -1;
}

.shadow-grad::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, #072e4b 0%, #217abc 60%, #34dd80 100%);
  border-radius: 20px;
  opacity: .3;
  z-index: -1;
}

.shadow-grad.youtube::before {
  top: 15px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}

header .logo {
  position: absolute;
  top: 50%;
  left: 43px;
  transform: translateY(-50%);
  width: 237px;
}

header #menu {
  display: none;
}

header .subnav {
  position: absolute;
  top: 16px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

header .subnav ul {
  display: flex;
  gap: 12px;
  padding: 0;
}

header .subnav ul:first-of-type {
  align-items: flex-end;
}

header .subnav ul:first-of-type li a:hover {
  opacity: 0.6;
}

header .subnav ul:last-of-type li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 30px;
  border-radius: 50vw;
}

header .subnav ul:last-of-type li a:hover {
  opacity: .6;
}

header .subnav ul:last-of-type li:nth-of-type(1) a {
  background: #0062B6;
}

header .subnav ul:last-of-type li:nth-of-type(2) a {
  background: #0062B6;
}

header .subnav ul:last-of-type li:nth-of-type(3) a {
  background: #0062B6;
  margin-right: 0;
}

header .subnav ul:last-of-type li:last-of-type {
  margin-right: 0;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}

header nav ul li {
  line-height: 1.1;
  position: relative;
}

header nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #313B43;
  letter-spacing: .07em;
  transition: .3s;
}

header nav ul li a span {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
}

header nav ul li a:hover {
  color: #0062B6;
}

header nav ul li ul {
  margin: 0;
  padding: 16px 0;
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background-color: #fff;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}

header nav ul li ul::before {
  content: "";
  position: absolute;
  top: -12px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: transparent transparent #fff transparent;
}

header nav ul li ul li {
  text-align: center;
  margin: 0;
}

header nav ul li ul li a {
  font-size: 15px;
  color: #1A1C1C;
  padding: 11px 0;
  font-weight: 500;
}

header nav ul li ul li a:hover {
  color: #1A1C1C;
}

header nav ul li:hover ul {
  visibility: visible;
  opacity: .9;
}

.btn-drop{
  display: none;
}

header nav ul li:last-of-type {
  margin-right: 28px;
}

.hero {
  position: relative;
  background-color: #E4F0FA;
}
.hero.top{
  padding: 140px 0;
}
.hero.top::after{	
  content: "";
  position: absolute;	
  top: 0;	
  left: 0;	
  width: 100%;	
  height: 100%;	
  background: #fff;	
  opacity: 0;	
  animation: fadeIn 1.5s ease-in;	
  z-index: 2;	
  }
  
  @keyframes fadeIn {	
  0% {	
  opacity: 1;	
  }	
  50% {	
  opacity: 1;	
  }	
  100% {	
  opacity: 0;	
  }	
}
.hero .right {
  height: 100%;
  overflow: hidden;
}
.hero .right .visual {
  position: relative;
  height: 100%;
  z-index: 1;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  /* 共通のフォールバック（なくてもOK） */
  background-image: url(../img/bg.svg);
}

/* ページ別の背景差し替え */
.hero.hero--1k .right .visual {
  background-image: url(../img/bg-1k.svg);
}

.hero.hero--2k .right .visual {
  background-image: url(../img/bg-2k.svg);
}

.hero.hero--tk .right .visual {
  background-image: url(../img/bg-tk.svg);
}

.hero-video{
  position: relative;
  width: 90%;
  height: 75vh;
  line-height: 1;
  border-radius: 30px;
  overflow: hidden;
  background: url(../img/mv-thumnail.jpg) no-repeat center / cover;
  margin: 0 auto;
}
.hero-video::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../img/mask-dot.webp) no-repeat center / cover;
}
.hero-video video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/* 更新用：MV動画サイズ調整 */
@media (max-width: 768px){
  .hero-video video{
    height: 100%;
  }
  }

.hero .hero-text {
  width: 75%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sp-only,
.sp-gap {
  display: none;
}

.pc-only {
  display: inline;
}

.hero .hero-text h1{
  position: relative;
  display: inline-block;
  margin-bottom: 56px;
}
.hero .hero-text h1::after{
  content: "";
  position: absolute;
  top: -80px;
  right: -65px;
  width: 78px;
  height: 78px;
  background: url(../img/hero-year.svg?1620) no-repeat center/ contain;
}
.hero .hero-text h1 img{
  width: 450px;
  max-width: 100%;
  height: auto;
}
.hero-text p{
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-size: clamp(15px,1.8vw,18px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.top-slide{
  width: 75%;
  height: 35vh;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 0;
}
.top-slide .swiper-slide{
  width: 100%;
  height: 100%;
}
.top-slide figure{
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.top-slide img{
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 4 /3;
  object-fit: cover;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

section {
  margin-bottom: 50px;
}

section .inner, section .inner2 {
  width: 1200px;
}

.h2style {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
}

.h2style img {
  margin-bottom: 25px;
  display: block;
}

.sec-interview {
  padding: 100px 0 130px;
  overflow: hidden;
  position: relative;
}

.sec-interview .inner {
  margin: 0 auto;
  position: relative;
}

.sec-interview .inner .motif-bud {
  top: 96px;
  left: 50%;
}

.sec-interview .inner .motif-tree {
  top: 507px;
  left: -11%;
}

.sec-interview .inner .motif-dot {
  top: 35px;
  left: 33%;
}

.sec-interview .inner .motif-circle-a {
  top: -52px;
  right: 2%;
}

.sec-interview .inner .motif-slash-a {
  top: -28px;
  right: -13%;
}

.sec-interview .inner::before {
  content: "";
  position: absolute;
  top: 145px;
  left: 114px;
  width: 100vw;
  height: 95%;
  background: #F8F8F8;
  border-radius: 150px 0 0 150px;
  z-index: -1;
}

.sec-interview .inner .flex {
  display: flex;
  margin-top: 175px;
  transition: .5s;
}

.sec-interview .inner .flex>div {
  width: 536px;
  transition: .5s;
}

.sec-interview .inner .flex>div a {
  position: relative;
  display: block;
}

.sec-interview .inner .flex>div a::before {
  top: 30px;
  left: 30px;
  border-radius: 30px;
}

.sec-interview .inner .flex>div a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: url("../img/play.png") no-repeat center/contain;
}

.sec-interview .inner .flex>div a img {
  width: 100%;
  border-radius: 30px;
}

.sec-interview .inner .flex>div a:hover {
  opacity: .6;
}

.sec-interview .inner .flex>div .wrapper {
  margin: 70px 0 0 30px;
}

.sec-interview .inner .flex>div .wrapper img {
  margin-bottom: 12px;
}

.sec-interview .inner .flex>div .wrapper h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}

.sec-interview .inner .flex>div .wrapper p {
  font-size: 18px;
}

.sec-interview .inner .flex .left {
  margin-right: 98px;
}

.sec-voice {
  /* 更新用 */
  padding: 0 0;
  position: relative;
}

.sec-voice .inner {
  margin: 0 auto;
  padding: 0 0 97px;
  position: relative;
}

.sec-voice .inner .motif-bud {
  top: -49px;
  left: 76%;
}

.sec-voice .inner .motif-tree {
  top: 462px;
  right: -11%;
}

.sec-voice .inner .motif-tri {
  top: -89px;
  right: -6%;
}

.sec-voice .inner .motif-grid {
  top: 177px;
  right: -9%;
}

.sec-voice .inner .motif-circle-a {
  top: -106px;
  left: 24%;
  transform: scale(-1, -1);
}

.sec-voice .inner .motif-circle-b {
  bottom: -73px;
  right: -12%;
}

.sec-voice .inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  border-radius: 0 150px 150px 0;
}

.sec-voice .inner .h2style {
  margin: 0 0 -10px 0;
  height: 125px;
  top: -55px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}

.sec-voice .inner .h2style img {
  transform: rotate(90deg);
  margin: 55px 0px 40px -45px;
}

.sec-voice .inner .flex {
  width: 840px;
  margin-left: 210px;
}

.sec-voice .inner .flex .left ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.sec-voice .inner .flex .left ul li {
  width: 250px;
  text-align: center;
  position: relative;
}

.sec-voice .inner .flex .left ul li a {
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 70px;
  color: #fff;
  background: #41A4B1;
  border-radius: 50px;
  display: block;
  position: relative;
}

.sec-voice .inner .flex .left ul li a:hover {
  background: #3A90D0;
}

.sec-voice .inner .flex .left ul li:nth-of-type(2) a:hover {
  background: #3AB456;
}

.sec-voice .inner .flex .left ul li:nth-of-type(3) a:hover {
  background: #EFC734;
}

.sec-voice .inner .flex .right {
  margin-bottom: 80px;
}

.sec-voice .inner .flex .right>div {
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  padding: 50px 48px 29px 50px;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  display: flex;
}

.sec-voice .inner .flex .right>div .wrapper {
  position: relative;
}

.sec-voice .inner .flex .right>div .wrapper::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 95px;
  width: 42px;
  height: 52px;
  background: url("../img/badge-b.svg");
  transform: rotate(24deg);
}

.sec-voice .inner .flex .right>div .wrapper img {
  width: 142px;
  height: 142px;
  border: 6px solid #CEE7FA;
  border-radius: 100%;
  margin-right: 40px;
}

.sec-voice .inner .flex .right>div .profile h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  width: fit-content;
}

.sec-voice .inner .flex .right>div .profile h3::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../img/line-dot-b.svg") repeat-x;
  background-size: contain;
}

.sec-voice .inner .flex .right>div .profile h3 span {
  position: relative;
  z-index: 1;
}

.sec-voice .inner .flex .right>div .profile h3 span::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}

.sec-voice .inner .flex .right>div .profile h3 span:first-of-type {
  padding-right: 1em;
}

.sec-voice .inner .flex .right>div .profile h3 br {
  display: none;
}

.sec-voice .inner .flex .right>div .profile p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 25px;
}

.sec-voice .inner .flex .right>div .profile a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: right;
  color: #1A1C1C;
  padding-right: 70px;
  position: relative;
}

.sec-voice .inner .flex .right>div .profile a span {
  transition: .3s;
}

.sec-voice .inner .flex .right>div .profile a:hover span, .sec-voice .inner .flex .right>div .profile a:hover::before {
  opacity: .6;
}

.sec-voice .inner .flex .right>div .profile a::before, .sec-voice .inner .flex .right>div .profile a::after {
  content: "";
  position: absolute;
  transition: .3s;
  right: 0;
}

.sec-voice .inner .flex .right>div .profile a::before {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1A1C1C;
  transform: translate(0, -50%);
}

.sec-voice .inner .flex .right>div .profile a::after {
  top: calc(50% - 5px);
  right: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-s.svg") no-repeat 50% 50%;
}

.sec-voice .inner .flex .right>div:nth-of-type(2) .wrapper::before {
  background-image: url("../img/badge-g.svg");
}

.sec-voice .inner .flex .right>div:nth-of-type(2) img {
  border-color: #D2EED7;
}

.sec-voice .inner .flex .right>div:nth-of-type(2) .profile h3::before {
  background-image: url("../img/line-dot-g.svg");
}

.sec-passed {
  padding: 150px 0 50px;
  position: relative;
}

.sec-passed .inner {
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
}

.sec-passed .inner .motif-tri {
  top: 550px;
  left: -8%;
  transform: scale(-1, 1);
}

.sec-passed .inner .motif-grid {
  top: 276px;
  left: -11%;
}

.sec-passed .inner .motif-dot {
  bottom: -84px;
  right: -6%;
}

.sec-passed .inner .motif-circle-a {
  top: -54px;
  left: -1%;
  transform: scale(1, -1);
}

.sec-passed .inner .motif-slash-a {
  top: -139px;
  right: 21%;
}

.sec-passed .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F8F8F8;
  border-radius: 150px 0 0 150px;
  z-index: -1;
}

.sec-passed .inner .h2style {
  margin: 0 0 10px 2px;
  width: 100%;
  height: 110px;
  top: -50px;
  right: 60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .2em;
}

.sec-passed .inner .h2style img {
  transform: rotate(90deg);
  margin: 192px -283px 0px 0px;
}

.sec-passed .inner h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
  position: relative;
  margin: 0;
}

.sec-passed .inner h3 span {
  font-size: 50px;
  position: relative;
}

.sec-passed .inner h3 span::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -15px;
  width: 105px;
  height: 65px;
  background-image: url("../img/reiwa.svg");
  background-repeat: no-repeat;
}

.sec-passed .inner h3 img {
  margin-left: 10px;
  margin-bottom: 36px;
}

.sec-passed .inner>p {
  color: #1A1C1C;
  text-align: center;
  letter-spacing: .15em;
  margin: 0px auto 30px;
  position: relative;
}

.sec-passed .inner .flex {
  display: flex;
  align-items: flex-end;
}

.sec-passed .inner .flex>div {
  width: 480px;
  height: 480px;
  position: relative;
  background: url("../img/passed-1k.svg") no-repeat;
  background-size: contain;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 700;
  margin: 0 auto;
}

.sec-passed .inner .flex>div .num {
  position: absolute;
  top: 172px;
  left: 161px;
  font-size: 130px;
  letter-spacing: -.03em;
  line-height: 1;
}

.sec-passed .inner .flex>div .num span {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif !important;
  margin-left: 10px;
}

.sec-passed .inner .flex>div .desc {
  position: absolute;
  top: 304px;
  left: 236px;
  font-size: 40px;
  text-align: right;
  line-height: 1.5;
}

.sec-passed .inner .flex .right {
  margin-left: -36px;
  width: 318px;
  height: 318px;
  background-image: url("../img/passed-2k.svg");
}

.sec-passed .inner .flex .right .num {
  top: 115px;
  left: 106px;
  font-size: 85px;
}

.sec-passed .inner .flex .right .desc {
  top: 193px;
  left: 168px;
  font-size: 30px;
}

.sec-passed .inner a {
  font-size: 20px;
  letter-spacing: .1em;
  display: block;
  width: 380px;
  margin: 56px auto 0;
  line-height: 80px;
  border-radius: 40px;
  position: relative;
}

.sec-passed .inner a:hover {
  opacity: 1;
  background-color: #1A1C1C;
}


.sec-bnr {
  padding: 100px 0 0;
}
.sec-bnr .inner{
  margin: 0 auto;
}
.sec-bnr__link img{
  max-width: 100%;
}

.sec-party {
  padding: 100px 0 0;
}

.sec-party .inner {
  margin: 0 auto;
  position: relative;
}

.sec-party .inner .motif-bud {
  top: 145px;
  left: 17%;
}

.sec-party .inner .motif-tree {
  top: 535px;
  left: -11%;
}

.sec-party .inner .motif-circle-c {
  top: -17px;
  right: -5%;
}

.sec-party .inner .motif-slash-a {
  top: -109px;
  right: 33%;
}

.sec-party .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.sec-party .inner .h2style {
  margin-bottom: 50px;
}

.sec-party .inner2 {
  margin: 0 auto;
  position: relative;
}

.sec-party .inner2 .nav-select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  margin-right: 15px;
}

.sec-party .inner2 .nav-select li {
  margin-right: 40px;
  color: #aaa;
  cursor: pointer;
}

.sec-party .inner2 .nav-select li.current {
  cursor: auto;
}

.sec-party .inner2 .nav-select li.current, .sec-party .inner2 .nav-select li:hover {
  color: #1A1C1C;
  position: relative;
}

.sec-party .inner2 .nav-select li.current span::before, .sec-party .inner2 .nav-select li:hover span::before {
  background: #1A1C1C;
}

.sec-party .inner2 .nav-select li span {
  position: relative;
}

.sec-party .inner2 .nav-select li span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: .2s;
}

.sec-party .inner2 .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 70px;
  padding: 100px 140px 78px 120px;
  position: relative;
  background-color: #fff;
}

.sec-party .inner2 .box::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  width: 100%;
  height: 100%;
  background: #D9CC8B;
  border-radius: 70px;
  opacity: .3;
  z-index: -1;
}

.sec-party .inner2 .box .wrap-select.hide {
  display: none;
}

.sec-party .inner2 .box .flex {
  display: flex;
  justify-content: space-between;
}

.sec-party .inner2 .box .flex .left {
  width: 500px;
}

.sec-party .inner2 .box .flex .left h3 {
  width: fit-content;
  font-size: 34px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
}

.sec-party .inner2 .box .flex .left h3::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url("../img/line-dot.svg") repeat-x;
  background-size: contain;
}

.sec-party .inner2 .box .flex .left h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 42px;
  height: 52px;
  background-image: url("../img/badge-l.svg");
  background-repeat: no-repeat;
}

.sec-party .inner2 .box .flex .left p {
  font-size: 16px;
  line-height: 1.875;
}

.sec-party .inner2 .box .flex .right {
  width: 380px;
  margin-top: 60px;
}

.sec-party .inner2 .box .flex .right>div {
  position: relative;
  margin-bottom: 45px;
  z-index: 1;
}

.sec-party .inner2 .box .flex .right>div img, .sec-party .inner2 .box .flex .right>div iframe {
  width: 100%;
  border-radius: 20px;
}

.sec-congra {
  padding: 100px 0 0;
}

.sec-congra .inner {
  margin: 0 auto;
  position: relative;
}

.sec-congra .inner .motif-tri {
  top: 335px;
  right: -1%;
}

.sec-congra .inner .motif-grid {
  top: 312px;
  left: -11%;
}

.sec-congra .inner .motif-dot {
  top: 703px;
  right: -8%;
}

.sec-congra .inner .motif-dot.two {
  top: unset;
  left: unset;
  bottom: 83px;
  /* left: -5%; */
  left: -14%;
}

.sec-congra .inner .motif-circle-a {
  top: -158px;
  right: -6%;
}

.sec-congra .inner .motif-circle-d {
  bottom: 920px;
  left: -13%;
}

.sec-congra .inner .motif-circle-e {
  bottom: 499px;
  right: -10%;
}

.sec-congra .inner .motif-slash-a {
  top: 84px;
  right: -11%;
}

.sec-congra .inner .motif-slash-a.two {
  top: unset;
  right: unset;
  bottom: 424px;
  left: -12%;
}

.sec-congra .inner .h2style {
  margin-bottom: 70px;
}

.sec-congra .inner .wrapper {
  max-width: 864px;
  margin: 0 auto 140px;
  transform: translateX(-15px);
  position: relative;
}

.sec-congra .inner .wrapper .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec-congra .inner .wrapper .youtube iframe {
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sec-congra .inner .wrapper .youtube::before {
  top: 30px;
  left: 30px;
  border-radius: 30px;
}

.sec-congra .inner .flex {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: -20px auto 0;
}

.sec-congra .inner .flex div {
  flex: 0 1 335px;
}

.sec-congra .inner .flex div.akaba {
  /* margin-top: 50px; */
  flex: 0 1 500px;
}

.sec-congra .inner .flex div p {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}

.sec-congra .inner .flex div:last-of-type {
  margin-right: 80px;
  margin-left: -30px;
}

.sec-congra .inner .flex div img {
  width: 100%;
}

.sec-report {
  padding: 150px 0 20px;
}

.sec-report .inner {
  margin: 0 auto;
  position: relative;
}

.sec-report .inner .motif-grid {
  top: -36px;
  right: -13%;
}

.sec-report .inner .motif-circle-a {
  top: -80px;
  right: 8%;
  transform: scale(-1, -1);
}

.sec-report .inner .motif-circle-d {
  top: -115px;
  left: -14%;
}

.sec-report .inner .h2style {
  margin-bottom: 70px;
}

.sec-report .inner>.box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 50px;
  padding: 100px 120px 106px 120px;
  background: #fff;
}

.sec-report .inner>.box>.flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.sec-report .inner>.box>.flex .left {
  width: 320px;
}

.sec-report .inner>.box>.flex .left h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sec-report .inner>.box>.flex .left ul li {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.sec-report .inner>.box>.flex .left ul li label {
  background-color: #fff;
  border-bottom: 1px solid #1A1C1C;
  padding: 9.5px 0;
  margin: 0;
  display: block;
  cursor: pointer;
}

.sec-report .inner>.box>.flex .left ul li label::before {
  content: "＋";
  position: absolute;
  top: 10px;
  right: 30px;
  color: #1A1C1C;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  transition: 0.4s ease-out;
}

.sec-report .inner>.box>.flex .left ul li input {
  display: none;
}

.sec-report .inner>.box>.flex .left ul li input[type=radio]:checked+label::before {
  content: "ー";
  transform: translateY(2px) rotate(180deg);
  transform-origin: center center;
}

.sec-report .inner>.box>.flex .left ul li input[type=radio]:checked~ul {
  opacity: 1;
  max-height: 405px;
  transition: opacity 0.3s, max-height 0.4s;
  transition-timing-function: ease-in;
}

.sec-report .inner>.box>.flex .left ul li ul {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s, max-height 0.4s;
  transition-timing-function: ease-out;
}

.sec-report .inner>.box>.flex .left ul li ul li {
  font-weight: 400;
  border-bottom: 1px dashed #1A1C1C;
  padding: 10px 0;
}

.sec-report .inner>.box>.flex .left ul li ul li a {
  display: block;
  color: #1A1C1C;
}

.sec-report .inner>.box>.flex .left ul li ul li a:hover {
  opacity: .6;
}

.sec-report .inner>.box>.flex .right {
  width: 570px;
  margin: 83px 0px 0 0px;
}

.sec-report .inner>.box>.flex .right img {
  width: 100%;
}

.sec-report .inner2 {
  width: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  /* margin-top: -30px; */
}

.sec-report .inner2 .box {
  position: relative;
}

.sec-report .inner2 .box .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}

.sec-report .inner2 .box .flex .left {
  width: 480px;
}

.sec-report .inner2 .box .flex .left h4 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

.sec-report .inner2 .box .flex .left h4::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../img/line-dot.svg") repeat-x;
  background-size: contain;
}

.sec-report .inner2 .box .flex .left span {
  font-size: 16px;
  font-weight: 500;
}

.sec-report .inner2 .box .flex .left p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 21px;
}

.sec-report .inner2 .box .flex .left ul {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
}

.sec-report .inner2 .box .flex .left ul li {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 0 8px 10px 0;
  width: 127px;
  border-radius: 2em;
}

.sec-report .inner2 .box .flex .left ul li a {
  color: #fff;
  line-height: 30px;
  display: block;
  border-radius: 2em;
}

.sec-report .inner2 .box .flex .right {
  width: 410px;
  margin-top: 50px;
}

.sec-report .inner2 .box .flex .right>div {
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}

.sec-report .inner2 .box .flex .right>div .wrapper {
  position: relative;
  padding-bottom: 65%;
}

.sec-report .inner2 .box .flex .right>div .wrapper img {
  border-radius: 20px;
  width: 100%;
  position: absolute;
  transition: .4s;
}

.sec-report .inner2 .box .flex .right>div .wrapper img.front {
  opacity: 1;
  z-index: 1;
}

.sec-report .inner2 .box .flex .right>div .wrapper img.back {
  opacity: 0;
  z-index: -1;
}

.sec-report .inner2 .box .flex .right ul {
  display: flex;
  justify-content: space-between;
}

.sec-report .inner2 .box .flex .right ul li {
  width: 30.5%;
  display: block;
  position: relative;
  cursor: pointer;
}

.sec-report .inner2 .box .flex .right ul li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-radius: 10px;
  transition: .2s;
}

.sec-report .inner2 .box .flex .right ul li.current::before, .sec-report .inner2 .box .flex .right ul li:hover::before {
  border: 4px solid #41A4B1;
}

.sec-report .inner2 .box .flex .right ul li img {
  width: 100%;
  border-radius: 10px;
}

.sec-report .inner2 .box .flex .right ul li.current {
  pointer-events: none;
}

.sec-report .inner2 .box .media {
  display: flex;
  align-items: flex-end;
}

.sec-report .inner2 .box .media h4 {
  font-size: 18px;
}

.sec-report .inner2 .box .media p {
  font-size: 16px;
  margin: 0 20px 0 0;
}

.sec-report .inner2 .box .media a {
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  width: 198px;
  border-radius: 40px;
  display: block;
  text-align: center;
  color: #fff;
  background: #1A1C1C;
  position: relative;
}

.sec-report .inner2 .box .media a span {
  margin-right: 1em;
}

.sec-report .inner2 .box .media a:hover {
  opacity: .6;
}

.sec-report .inner2 .box .media a::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 22px;
  width: 13px;
  height: 13px;
  background: url("../img/arrow-s.svg") no-repeat 50% 50%;
  background-size: cover;
}

.sec-guidance {
  padding: 130px 0 0;
  margin-bottom: 40px;
}

.sec-guidance .inner {
  margin: 0 auto;
  position: relative;
}

.sec-guidance .inner .motif-circle-a {
  top: -51px;
  right: 12%;
}

.sec-guidance .inner .motif-slash-a {
  top: -78px;
  right: -11%;
}

.sec-guidance .inner .h2style {
  margin: 0 0 70px;
}

.sec-guidance .inner .flex {
  display: flex;
  flex-wrap: wrap;
}

.sec-guidance .inner .flex .box {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  width: 340px;
  padding: 56px 42px 35px;
  margin: 0 90px 60px 0;
  position: relative;
  background-color: #fff;
}

.sec-guidance .inner .flex .box:nth-of-type(3n) {
  margin-right: 0;
}

.sec-guidance .inner .flex .box h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.sec-guidance .inner .flex .box p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 22px;
}

.sec-guidance .inner .flex .box ul li {
  text-align: center;
  font-size: 16px;
  margin: 0 18px 20px;
}

.sec-guidance .inner .flex .box ul li a {
  color: #fff;
  display: block;
  line-height: 40px;
  border-radius: 30px;
}

.linkbox {
  width: 1200px;
  margin: 0 auto 0;
  padding-bottom: 100px;
  font-size: 15px;
}

.linkbox .linkListBox {
  background: #fff;
}

.linkbox .linkListBox .linkListInner {
  display: flex;
  border: 1px solid #1A1C1C;
  margin-top: -1px;
}

.linkbox .linkListBox .linkListInner:nth-of-type(1) {
  border-bottom: 1px solid #1A1C1C;
}

.linkbox .linkListBox .linkListInner .linkListItem1 {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  border-right: 1px solid #1A1C1C;
}

.linkbox .linkListBox .linkListInner .linkListRowBox {
  width: calc(100% - 167px);
}

.linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow {
  display: flex;
}

.linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow:nth-of-type(2) {
  border-top: 1px solid #1A1C1C;
}

.linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2 {
  padding: 30px 15px 24px 15px;
  width: calc(100% / 6);
  min-height: 140px;
  border-right: 1px solid #1A1C1C;
}

.linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2:last-of-type {
  border-right: none;
}

.linkbox .linkListTit {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.linkbox h3.linkListTit {
  font-size: 15px;
  font-weight: 400;
}

.linkbox .linkListTxt {
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.linkbox .linkListTxt a {
  text-decoration: underline;
  color: #41A4B1;
}

.linkbox .linkListTxt a:hover {
  opacity: 0.6;
}

footer {
  background-color: #313B43;
  position: relative;
}

footer .flex {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0 20px;
  position: relative;
}

footer .flex ul {
  display: flex;
  padding: 0;
  margin: 0;
}

footer .flex ul li {
  font-size: 12px;
  margin-right: 40px;
  position: relative;
}

footer .flex ul li a {
  color: #fff;
}

footer .flex ul li a:hover {
  opacity: .6;
}

footer .flex ul li::before {
  content: "|";
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
}

footer .flex ul li:last-of-type {
  margin-right: 0;
}

footer .flex ul li:last-of-type::before {
  content: none;
}

footer .flex small {
  color: #fff;
  font-size: 10px;
}

footer #pagetop {
  position: absolute;
  right: 30px;
  bottom: 80px;
  width: 74px;
  height: 74px;
  display: block;
  background: url("../img/pagetop.svg") no-repeat 50% 50%;
}

footer #pagetop:hover {
  opacity: .6;
}

.float-side{
  width: 60px;
  position: fixed;
  top: 25%;
  right: 0;
  border-radius: 8px 0 0 8px;
  background: rgba(141, 205, 245, 0.8);
  padding: 16px 0;
  z-index: 50;
}
.float-side__title{
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  color: #0062B6;
  text-stroke: 3px #fff;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke;
  margin-bottom: 8px;
}
.float-side__lists{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.float-side__list a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 130px;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.3em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 5px;
}
.float-side__link01{
  background: #1D8FE3;
}
.float-side__link02{
  background: #26B947;
}
.float-side__link03{
  background: #E0B824;
}

@media (min-width: 1201px) {
  .pcNone {
    display: none;
  }
}

@media (max-width: 1200px) {
  .pcOnly {
    display: none;
  }
  header .logo {
    top: 50px;
    left: 30px;
    z-index: 1;
  }



  header #menu+label {
    position: absolute;
    top: 36px;
    right: 30px;
    width: 38px;
    height: 26px;
    margin: 0;
    z-index: 1;
    cursor: pointer;
  }
  header #menu+label::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/menu.svg") no-repeat 50% 50%;
    background-size: contain;
    transition: .4s;
  }
  header #menu[type=checkbox]:checked+label::before {
    background: url("../img/menu-close.svg") no-repeat 50% 50%;
    background-size: contain;
    transition: .4s;
  }
  header #menu[type=checkbox]:checked~.wrapper {
    visibility: visible;
    opacity: 1;
    height: calc(100vh - 0px);
  }
  header #menu[type=checkbox]:checked~.wrapper.open{
    height: calc(100vh + 150px);
  }
  header .wrapper {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 10px;
    background: #E4F0FA;
  }
  header .wrapper nav {
    width: 600px;
    margin: 0 auto;
    border-bottom: 1px solid #313B43;
  }
  header .wrapper nav ul {
    margin-top: 130px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0 8px;
  }
  header .wrapper nav ul li {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  header .wrapper nav ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    color: #313B43;
    z-index: 1;
  }
  header .wrapper nav ul li a span {
    font-size: 18px;
  }
  header .wrapper nav ul li a .spNone {
    display: none;
  }
  header .wrapper nav ul li ul {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: transparent;
    transition: .4s;
  }
  header .wrapper nav ul li ul::before {
    content: none;
  }
  header .wrapper nav ul li ul li {
    margin: 0;
    width: 48%;
  }
  header .wrapper nav ul li ul li a {
    padding: 8px 0;
    color: #313B43;
    font-size: 16px;
    font-weight: 400;
  }
  header .wrapper nav ul li ul li a::before {
    content: none !important;
  }
  header .wrapper nav ul li:nth-of-type(3) a {
    display: inline-block;
  }
  .btn-drop{
    display: block;
    position: absolute;
    top: -8px;
    left: 80px;
    width: 40px;
    height: 40px;
    color: #313B43 !important;
    cursor: pointer;
    z-index: 2;
  }
  .btn-drop::before {
    content: "＋";
    display: inline-block;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: .4s ease-out;
  }
  .btn-drop.open + ul {
    visibility: visible;
    opacity: 1;
    max-height: 400px;
    padding: 8px;
  }
  .btn-drop.open::before {
    content: "ー";
    transform: translateY(2px) rotate(180deg);
    transform-origin: center center;
  }
  header .wrapper .subnav {
    width: 600px;
    margin: 50px auto 0;
    position: relative;
    justify-content: space-between;
  }
  header .wrapper .subnav ul:first-of-type {
    margin-top: 5px;
  }
  header .wrapper .subnav ul:first-of-type li img {
    width: 48px;
  }
  section .inner, section .inner2 {
    width: calc(100% - 60px);
  }
  .h2style img {
    margin-bottom: 20px;
    height: 32px;
  }
  .sec-interview {
    padding-top: 90px;
  }
  .sec-interview .inner .motif-bud {
    top: 66px;
    left: 47%;
  }
  .sec-interview .inner .motif-tree {
    display: none;
  }
  .sec-interview .inner .motif-dot {
    top: 71px;
    left: 31%;
    background: url("../img/motif-dot-tb.svg") no-repeat;
  }
  .sec-interview .inner .motif-circle-a {
    top: -59px;
    right: 8%;
  }
  .sec-interview .inner .motif-slash-a {
    top: 2px;
    right: -1%;
    width: 89px;
  }
  .sec-interview .inner::before {
    top: 115px;
    left: -30px;
    height: 97%;
    border-radius: 0;
  }
  .sec-interview .inner .flex {
    margin: 130px 70px 0;
    flex-direction: column;
    align-items: center;
  }
  .sec-interview .inner .flex>div {
    margin: 0 30px 15px 0 !important;
    width: auto;
  }
  .sec-voice {
    background-image: none;
    padding-top: 100px;
  }
  .sec-voice .inner {
    padding-bottom: 120px;
  }
  .sec-voice .inner .motif-bud {
    left: 80%;
  }
  .sec-voice .inner .motif-tree, .sec-voice .inner .motif-grid, .sec-voice .inner .motif-circle-b {
    display: none;
  }
  .sec-voice .inner .motif-tri {
    top: -126px;
    right: 25%;
    width: 57px;
  }
  .sec-voice .inner .motif-circle-a {
    top: -106px;
    left: 31%;
  }
  .sec-voice .inner::before {
    right: -30px;
    border-radius: 0;
  }
  .sec-voice .inner .h2style {
    margin: 0;
    top: -110px;
    height: 100px;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: 0.1em;
  }
  .sec-voice .inner .h2style img {
    transform: rotate(0deg);
    margin: 0 0 20px;
  }
  .sec-voice .inner .flex {
    width: 100%;
    margin: 0;
  }
  .sec-voice .inner .flex .left ul {
    margin: 0;
  }
  .sec-voice .inner .flex .left ul li {
    display: inline-block;
    width: 31.4%;
  }
  .sec-voice .inner .flex .right {
    flex: 0 1 auto;
  }
  .sec-voice .inner .flex .right>div {
    padding: 30px;
    border-radius: 30px;
  }
  .sec-voice .inner .flex .right>div .wrapper img {
    margin-right: 30px;
  }
  .sec-voice .inner .flex .right>div .profile a {
    margin-right: 20px;
  }
  .sec-passed {
    padding-top: 170px;
  }
  .sec-passed .inner {
    padding-bottom: 80px;
  }
  .sec-passed .inner .motif-tri, .sec-passed .inner .motif-grid {
    display: none;
  }
  .sec-passed .inner .motif-dot {
    bottom: -94px;
    right: 7%;
    width: 85px;
    background-image: url("../img/motif-grid-tb.svg");
  }
  .sec-passed .inner .motif-circle-a {
    top: -108px;
    left: unset;
    right: 0%;
  }
  .sec-passed .inner .motif-slash-a {
    top: -139px;
    right: 25%;
    width: 91px;
  }
  .sec-passed .inner .h2style {
    margin: 0;
    top: -60px;
    left: 0;
    right: unset;
    margin-right: 20px;
    -ms-writing-mode: initial;
    writing-mode: initial;
    letter-spacing: .1em;
  }
  .sec-passed .inner .h2style img {
    transform: rotate(0deg) translateY(-80px);
    margin: 0;
  }
  .sec-passed .inner::before {
    left: -30px;
    border-radius: 0;
  }
  .sec-passed .inner>p {
    margin: 0 auto 40px;
  }
  .sec-passed .inner .flex {
    margin: 0 auto;
    justify-content: center;
  }
  .sec-passed .inner .flex>div .num {
    top: 139px;
    left: 133px;
    font-size: 107px;
  }
  .sec-passed .inner .flex>div .desc {
    top: 250px;
    left: 191px;
    font-size: 33px;
  }
  .sec-passed .inner .flex .left {
    width: 392px;
    height: 392px;
  }
  .sec-passed .inner .flex .right {
    margin-left: -70px;
    width: 260px;
    height: 260px;
  }
  .sec-passed .inner .flex .right .num {
    top: 94px;
    left: 83px;
    font-size: 72px;
  }
  .sec-passed .inner .flex .right .desc {
    top: 159px;
    left: 141px;
    font-size: 24px;
  }
  .sec-passed .inner a {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .sec-bnr {
    padding-top: 0;
  }
  .sec-party {
    padding-top: 0;
  }
  .sec-party .inner .motif-bud {
    top: 110px;
    left: 20%;
  }
  .sec-party .inner .motif-tree, .sec-party .inner .motif-circle-c, .sec-party .inner .motif-slash-a {
    display: none;
  }
  .sec-party .inner .h2style {
    margin-bottom: 30px;
  }
  .sec-party .wrapper {
    background-image: none;
  }
  .sec-party .inner2 .box {
    padding: 100px 88px 70px 120px;
  }
  .sec-party .inner2 .box .flex {
    flex-direction: column;
  }
  .sec-party .inner2 .box .flex p {
    width: auto;
  }
  .sec-party .inner2 .box .flex>div {
    width: 100% !important;
  }
  .sec-party .inner2 .box .flex>div .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .sec-party .inner2 .box .flex>div .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .sec-party .inner2 .box .flex>div .shadow-grad::before {
    top: 25px;
    left: 25px;
  }
  .sec-party .inner2 .box .flex .right {
    margin-top: 32px;
    padding-right: 25px;
  }
  .sec-party .inner2 .box .flex .right>div {
    margin-bottom: 55px;
  }
  .sec-congra {
    padding-top: 150px;
  }
  .sec-congra .inner .motif-tri, .sec-congra .inner .motif-grid, .sec-congra .inner .motif-dot, .sec-congra .inner .motif-dot.two, .sec-congra .inner .motif-circle-a, .sec-congra .inner .motif-circle-d, .sec-congra .inner .motif-circle-e, .sec-congra .inner .motif-slash-a {
    display: none;
  }
  .sec-congra .inner .h2style {
    margin-bottom: 30px;
  }
  .sec-congra .inner .wrapper {
    margin-bottom: 60px;
    padding-right: 30px;
    transform: translateX(0);
  }
  .sec-congra .inner .flex {
    margin: 70px 40px 0;
  }
  .sec-congra .inner .flex div p {
    font-size: 18px;
  }
  .sec-congra .inner .flex div:first-of-type {
    margin-right: 5%;
    margin-left: 0;
  }
  .sec-report {
    background-image: none;
    padding-top: 50px;
  }
  .sec-report .inner .motif-grid, .sec-report .inner .motif-circle-d {
    display: none;
  }
  .sec-report .inner .motif-circle-a {
    top: -44px;
    right: 5%;
  }
  .sec-report .inner .h2style {
    margin-bottom: 30px;
  }
  .sec-report .inner>.box {
    padding: 100px 42px 100px;
  }
  .sec-report .inner>.box>.flex {
    flex-direction: column-reverse;
  }
  .sec-report .inner>.box>.flex .left {
    width: auto;
    margin: 50px 53px 0;
  }
  .sec-report .inner>.box>.flex .left h3 {
    margin-bottom: 20px;
  }
  .sec-report .inner>.box>.flex .right {
    width: 100%;
    margin: 0 auto;
  }
  .sec-report .inner2 .box {
    width: auto;
    margin: 0 53px;
  }
  .sec-report .inner2 .box .flex {
    flex-direction: column;
  }
  .sec-report .inner2 .box .flex .left {
    width: auto;
  }
  .sec-report .inner2 .box .flex .left ul {
    width: auto;
    margin-bottom: 20px;
  }
  .sec-report .inner2 .box .flex .left ul li {
    margin-right: 12px;
    width: 120px;
  }
  .sec-report .inner2 .box .flex .left ul li:last-of-type {
    margin-right: 0;
  }
  .sec-report .inner2 .box .flex .right {
    width: auto;
    margin-top: 20px;
  }
  .sec-report .inner2 .box .media {
    flex-direction: column;
    align-items: center;
  }
  .sec-report .inner2 .box .media p {
    margin: 0 0 40px 0;
  }
  .sec-report .inner2 .box .media a {
    font-size: 18px;
    letter-spacing: .1em;
    width: 290px;
    line-height: 70px;
  }
  .sec-report .inner2 .box .media a span {
    margin-right: 0;
  }
  .sec-report .inner2 .box .media a::after {
    right: 28px;
    width: 15px;
    height: 15px;
  }
  .sec-guidance {
    padding-top: 30px;
    margin-bottom: 70px;
  }
  .sec-guidance .inner .motif-circle-a {
    top: -38px;
    right: 26%;
    width: 118px;
  }
  .sec-guidance .inner .motif-slash-a {
    top: -36px;
    right: 2%;
  }
  .sec-guidance .inner .h2style {
    margin-bottom: 30px;
  }
  .sec-guidance .inner .flex .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .sec-guidance .inner .flex .box:nth-of-type(2n) {
    margin-right: 0;
  }
  .linkbox {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 180px;
  }
  .linkbox .linkListBox .linkListInner .linkListItem1 {
    width: calc(100% / 4);
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox {
    width: calc(100% - (100% / 4));
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow {
    flex-wrap: wrap;
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2 {
    width: calc(100% / 3);
    min-height: 116px;
    padding: 30px 5px 34px 15px;
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2:nth-of-type(-n+3) {
    border-bottom: 1px solid #1A1C1C;
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2:nth-of-type(3) {
    border-right: none;
  }
  footer .flex {
    width: auto;
    padding: 20px 0 10px;
    flex-direction: column;
  }
  footer .flex ul {
    margin: 0 auto 40px;
  }
  footer .flex small {
    text-align: center;
  }
  footer #pagetop {
    bottom: 155px;
    right: 50%;
    transform: translateX(50%);
  }
}

@media (max-width: 640px) {
  .spNone {
    display: none;
  }
  .spOnly {
    display: block;
  }
  header {
    height: 70px;
  }
  header .logo {
    width: 174px;
    top: 35px;
    left: 20px;
  }
  header #menu+label {
    top: 22px;
    right: 20px;
  }
  header .wrapper {
    padding: 70px 24px 0px;
  }
  header .wrapper nav {
    width: auto;
  }
  header .wrapper nav ul {
    margin-top: 70px;
    margin-right: 0;
  }
  header .wrapper nav ul li ul li a {
    font-size: 15px;
    letter-spacing: 0;
  }
  header .wrapper .subnav {
    width: 100%;
    margin: 15px auto 0;
    flex-direction: column-reverse;
  }
  header .wrapper .subnav ul{
    width: 100%;
  }
  header .wrapper .subnav ul:last-of-type {
    justify-content: space-between;
    margin-bottom: 16px;
  }
  header .wrapper .subnav ul:last-of-type li {
    margin: 0;
    width: 33%;
  }
  header .wrapper .subnav ul:last-of-type li a {
    width: auto;
    line-height: 38px;
  }
  header .wrapper::before {
    height: 60px;
  }
  .hero.top {
    padding: 80px 0;
  }
  .top-slide{
    bottom: 0;
  }
  section .inner, section .inner2 {
    width: calc(100% - 48px);
  }
  .h2style img {
    margin-bottom: 10px;
    height: 30px;
  }
  .sec-interview {
    padding-top: 70px;
  }
  .sec-interview .motif-slash-a {
    display: none;
  }
  .sec-interview .inner .motif-bud {
    top: 36px;
    left: 78%;
  }
  .sec-interview .inner .motif-dot {
    top: 55px;
    left: 57%;
    background: url("../img/motif-dot-sp.svg") no-repeat;
  }
  .sec-interview .inner .motif-circle-a {
    top: -53px;
    right: -3%;
    width: 78px;
  }
  .sec-interview .inner::before {
    top: 85px;
    height: 96%;
  }
  .sec-interview .inner .flex {
    margin: 90px 0 0;
  }
  .sec-interview .inner .flex>div {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  .sec-interview .inner .flex>div a::before {
    top: 12px;
    left: 12px;
    border-radius: 14px;
  }
  .sec-interview .inner .flex>div a img {
    border-radius: 14px;
  }
  .sec-interview .inner .flex>div .wrapper {
    margin: 30px 0 0 0;
  }
  .sec-interview .inner .flex>div .wrapper img {
    margin-bottom: 10px;
  }
  .sec-interview .inner .flex>div .wrapper h3 {
    margin-bottom: 10px;
  }
  .sec-interview .inner .flex>div .wrapper p {
    font-size: 16px;
  }
  .sec-interview .inner .flex>div .wrapper p .pcOnly {
    display: block;
  }
  .sec-interview .inner .flex>div .wrapper p .pcNone {
    display: none;
  }
  .sec-voice {
    padding-top: 30px;
  }
  /* 更新用：comingsoon余白SP  */
  .sec-voice .inner {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .sec-voice .inner .motif-tri {
    top: -126px;
    right: 12%;
    width: 42px;
  }
  .sec-voice .inner .motif-circle-a {
    top: -113px;
    left: 39%;
    width: 91px;
  }
  .sec-voice .inner::before {
    right: -24px;
  }
  .sec-voice .inner .h2style {
    top: -90px;
    position: absolute;
  }
  .sec-voice .inner .h2style img {
    margin: 0 0 10px;
  }
  .sec-voice .inner .flex .left ul {
    margin-top: -10px;
    flex-direction: column;
  }
  .sec-voice .inner .flex .left ul li {
    display: block;
    width: 84%;
    margin: 0 auto 40px;
  }
  .sec-voice .inner .flex .right>div {
    border-radius: 30px;
    padding-top: 30px;
    flex-direction: column;
  }
  .sec-voice .inner .flex .right>div .wrapper {
    margin: 0 auto 20px;
    position: relative;
  }
  .sec-voice .inner .flex .right>div .wrapper img {
    margin-right: 0;
  }
  .sec-voice .inner .flex .right>div .profile h3 {
    font-size: 21px;
    margin: 0 auto 24px;
    text-align: center;
    line-height: 1.7;
    border-bottom: none;
  }
  .sec-voice .inner .flex .right>div .profile h3::before {
    content: none;
  }
  .sec-voice .inner .flex .right>div .profile h3 span::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: url("../img/line-dot-b.svg") repeat-x;
    background-size: contain;
  }
  .sec-voice .inner .flex .right>div .profile h3 span:first-of-type {
    padding-right: 0;
  }
  .sec-voice .inner .flex .right>div .profile h3 br {
    display: block;
  }
  .sec-voice .inner .flex .right>div .profile a {
    margin: 0 auto;
    width: fit-content;
  }
  .sec-voice .inner .flex .right>div:last-of-type .profile h3 span::before {
    background-image: url("../img/line-dot-g.svg");
  }
  .sec-passed {
    padding-top: 110px;
    padding-bottom: 0;
  }
  .sec-passed .inner {
    padding-bottom: 70px;
  }
  .sec-passed .inner .motif-dot {
    bottom: -101px;
    right: 0%;
    width: 64px;
    background-image: url("../img/motif-grid-sp.svg");
  }
  .sec-passed .inner .motif-circle-a {
    top: -105px;
    right: 0%;
    width: 81px;
  }
  .sec-passed .inner .motif-slash-a {
    display: none;
  }
  .sec-passed .inner .h2style {
    top: -45px;
  }
  .sec-passed .inner .h2style img {
    transform: rotate(0deg) translateY(-70px);
  }
  .sec-passed .inner::before {
    left: -24px;
  }
  .sec-passed .inner h3 {
    font-size: 26px;
  }
  .sec-passed .inner h3 span {
    white-space: nowrap;
    font-size: 44px;
  }
  .sec-passed .inner h3 img {
    margin: 0 auto;
    display: block;
    max-width: 327px;
    width: 100%;
  }
  .sec-passed .inner>p {
    margin: 20px auto 30px;
    line-height: 1.865;
    letter-spacing: .15em;
  }
  .sec-passed .inner .flex {
    flex-direction: column;
  }
  .sec-passed .inner .flex .left, .sec-passed .inner .flex .right {
    width: 327px;
    height: 327px;
    margin: 0 auto 30px;
  }
  .sec-passed .inner .flex .left .wrapper .num, .sec-passed .inner .flex .right .wrapper .num {
    font-size: 88px;
    top: 119px;
    left: 110px;
  }
  .sec-passed .inner .flex .left .wrapper .desc, .sec-passed .inner .flex .right .wrapper .desc {
    font-size: 26px;
    top: 213px;
    left: 162px;
  }
  .sec-passed .inner .flex .right .wrapper .desc {
    top: 206px;
    left: 184px;
  }
  .sec-passed .inner a {
    font-size: 19px;
    line-height: 69px;
    max-width: 328px;
    width: 100%;
    margin: 0 auto;
  }
  .sec-bnr {
    padding-top: 20px;
  }
  .sec-party {
    padding-top: 50px;
  }
  .sec-party .inner .motif-bud {
    top: 277px;
    left: 9%;
  }
  .sec-party .inner .h2style {
    margin-bottom: 50px;
  }
  .sec-party .inner .h2style img {
    height: 69px;
  }
  .sec-party .inner2 .nav-select {
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .sec-party .inner2 .nav-select li {
    width: 50%;
    text-align: center;
    margin: 0 0 30px;
  }
  .sec-party .inner2 .box {
    padding: 50px 24px 30px 24px;
    border-radius: 40px;
  }
  .sec-party .inner2 .box::before {
    top: 50px;
    left: 50px;
    border-radius: 40px;
  }
  .sec-party .inner2 .box .flex .left h3 {
    font-size: 26px;
    margin-bottom: 40px;
    padding-left: 60px;
  }
  .sec-party .inner2 .box .flex .left h3::after {
    left: 0;
  }
  .sec-party .inner2 .box .flex .right {
    margin-top: 5px;
    padding-right: 0;
  }
  .sec-party .inner2 .box .flex .right>div {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .sec-party .inner2 .box .flex .right>div img, .sec-party .inner2 .box .flex .right>div iframe {
    border-radius: 14px;
  }
  .sec-party .inner2 .box .flex .right>div::before {
    top: 10px;
    left: 10px;
    border-radius: 14px;
  }
  .sec-congra {
    padding-top: 50px;
  }
  .sec-congra .inner .h2style img {
    height: 70px;
  }
  .sec-congra .inner .wrapper {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .sec-congra .inner .wrapper .youtube iframe {
    border-radius: 14px;
  }
  .sec-congra .inner .wrapper .youtube::before {
    top: 12px;
    left: 12px;
    border-radius: 14px;
  }
  .sec-congra .inner .flex {
    margin: 0 15px;
    flex-direction: column-reverse;
  }
  .sec-congra .inner .flex div {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .sec-congra .inner .flex div p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec-report {
    padding-top: 50px;
  }
  .sec-report .inner .motif-circle-a {
    display: none;
  }
  .sec-report .inner .h2style {
    margin-bottom: 30px;
  }
  .sec-report .inner>.box {
    padding: 50px 24px 50px;
  }
  .sec-report .inner>.box>.flex {
    margin-bottom: 0;
  }
  .sec-report .inner>.box>.flex .left {
    margin: 16px 0 0;
  }
  .sec-report .inner>.box>.flex .left h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sec-report .inner>.box>.flex .left ul li label {
    padding: 7px 0;
  }
  .sec-report .inner>.box>.flex .left ul li label::before {
    right: 20px;
  }
  .sec-report .inner>.box .right {
    margin: 0 0 30px;
  }
  .sec-report .inner2 .box {
    margin: 30px 0 0;
    border-radius: 40px;
  }
  .sec-report .inner2 .box .flex {
    margin-bottom: 20px;
  }
  .sec-report .inner2 .box .flex .left h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .sec-report .inner2 .box .flex .left ul {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .sec-report .inner2 .box .flex .left ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sec-report .inner2 .box .flex .right {
    margin: 10px 0 0;
  }
  .sec-report .inner2 .box .media p {
    margin-bottom: 30px;
  }
  .sec-report .inner2 .box .media a {
    width: 278px;
  }
  .sec-guidance {
    padding-top: 0;
    margin-bottom: 40px;
  }
  .sec-guidance .inner .motif-circle-a, .sec-guidance .inner .motif-slash-a {
    display: none;
  }
  .sec-guidance .inner .h2style {
    margin-right: 20px;
  }
  .sec-guidance .inner .flex .box {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .linkbox {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 174px;
    font-size: 14px;
  }
  .linkbox h3.linkListTit {
    font-size: 14px;
  }
  .linkbox .linkListBox .linkListInner {
    display: block;
  }
  .linkbox .linkListBox .linkListInner:nth-of-type(2) {
    margin-top: 30px;
  }
  .linkbox .linkListBox .linkListInner .linkListItem1 {
    width: 100%;
    padding: 2px;
    border-bottom: 1px solid #1A1C1C;
    border-right: none;
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox {
    width: 100%;
  }
  .linkbox .linkListBox .linkListInner .linkListRowBox .linkListRow .linkListItem2 {

    height: auto;
    padding: 20px 15px;
  }
  footer .flex ul {
    flex-wrap: wrap;
    margin-bottom: 14px;
    width: 100%;
  }
  footer .flex ul li {
    width: 33.3333%;
    margin: 0 auto 10px;
    text-align: center;
  }
  footer .flex ul li::before {
    right: 0;
  }
  footer .flex ul li:nth-of-type(3)::before {
    content: none;
  }
  footer #pagetop {
    bottom: 165px;
  }
}

body._2nd._2k section .sort-menu li.bold2 {
  color: #3AB456;
}

body._2nd._2k section .sort-menu li.bold2.current, body._2nd._2k section .sort-menu li.bold2:hover {
  color: #3AB456;
  border-color: #3AB456;
}
body._2nd._tk section .sort-menu li.bold2 {
  color: #EFC734;
}

body._2nd._tk section .sort-menu li.bold2.current,
body._2nd._tk section .sort-menu li.bold2:hover {
  color: #EFC734;
  border-color: #EFC734;
}

body._2nd._2k .score, body._2nd._2k .score-mirror {
  background-color: #D2EED7 !important;
}

body._2nd._2k section .flex>li .left .wrapper img {
  border-color: #D2EED7;
}

body._2nd._2k section .flex>li .right h3::before {
  background-image: url("../img/badge-g-l.svg") !important;
}

body._2nd._2k section .flex>li .left .wrapper::before {
  background-image: url("../img/badge-g.svg") !important;
}

body._2nd._2k section h2 span::after, body._2nd._2k section .flex>li::before, body._2nd._2k section .flex>li .right h3 span::after, body._2nd._2k .infomation h3 span::after {
  background-image: url("../img/line-dot-g.svg") !important;
}

body._2nd._2k .infomation p a::after {
  background-image: linear-gradient(to right, #A3E5C3, #A3E5C3 50%, #fff 50%, #fff 100%) !important;
}

body._2nd._tk .score, body._2nd._tk .score-mirror {
  background-color: #FEF0B8 !important;
}

body._2nd._tk section .flex>li .left .wrapper img {
  border-color: #FEF0B8;
}

body._2nd._tk section .flex>li .right h3::before {
  background-image: url("../img/badge-y-l.svg") !important;
}

body._2nd._tk section .flex>li .left .wrapper::before {
  background-image: url("../img/badge-y.svg") !important;
}

body._2nd._tk section h2 span::after, body._2nd._tk section .flex>li::before, body._2nd._tk section .flex>li .right h3 span::after, body._2nd._tk .infomation h3 span::after {
  background-image: url("../img/line-dot-y.svg") !important;
}

body._2nd._tk .infomation p a::after {
  background-image: linear-gradient(to right, #EFC734, #EFC734 50%, #fff 50%, #fff 100%) !important;
}

body._3rd._2k .interview .swpoint p, body._3rd._2k .interview .swpoint .flex div h4, body._3rd._2k article>.flex>.left section>.wrapper::before {
  background-color: #77C789 !important;
}

body._3rd._2k article>.flex>.left section>.wrapper::after {
  background-image: url("../img/fukidashi-g.svg") !important;
}

body._3rd._2k .score, body._3rd._2k .score-mirror, body._3rd._2k .interview .recommend li h3::before {
  background-color: #3AB456 !important;
}

body._3rd._2k .sticky .index li a::after, body._3rd._2k .sticky .index li a.current::after {
  background-color: #A3E5C3 !important;
}
body._3rd._2k .a h3, body._3rd._2k .a h3::before, body._3rd._2k .interview .recommend li h3, body._3rd._2k .interview .point .inner span, body._3rd._2k .interview .message .right h3 {
  color: #3AB456 !important;
}

body._3rd._2k .interview .message .left img, body._3rd._2k .profile .left .wrapper img {
  border-color: #D2EED7 !important;
}

body._3rd._2k .profile .right h3::before {
  background-image: url("../img/badge-g-l.svg") !important;
}

body._3rd._2k .profile .left .wrapper::before {
  background-image: url("../img/badge-g.svg") !important;
}

body._3rd._2k .profile::before, body._3rd._2k .profile h3 span::after, body._3rd._2k .a h3::after, body._3rd._2k .interview .recommend li h3 span::after, body._3rd._2k .infomation h3 span::after {
  background-image: url("../img/line-dot-g.svg") !important;
}

body._3rd._2k .interview::after {
  background-image: url("../img/ring-g.svg") !important;
}

body._3rd._2k .interview .a h3::before {
  background-image: url("../img/a-g.svg") !important;
}

body._3rd._2k .interview .point, body._3rd._2k .interview .swpoint {
  background-color: rgba(235, 255, 237, 0.6) !important;
}

body._3rd._2k .interview .swpoint .flex div {
  background-image: url("../img/dotcircle-g.svg") !important;
}

body._3rd._2k .interview .point .inner span::before, body._3rd._2k .interview .point .inner h3::before {
  background-image: url("../img/point-g.svg") !important;
}

body._3rd._2k .interview .message .right h3::before {
  background-image: url("../img/line-dot-g.svg") !important;
}

body._3rd._2k .interview .message .left::before {
  background-image: url("../img/message-g.svg") !important;
}

body._3rd._2k .infomation p a::after {
  background-image: linear-gradient(to right, #A3E5C3, #A3E5C3 50%, #fff 50%, #fff 100%) !important;
}

body._3rd._2k .sticky .index li a:hover::before, body._3rd._2k .sticky .index li a.current::before {
  color: #77C789 !important;
}

body._3rd._tk article>.flex>.left section>.wrapper::before {
  background-color: #EFC734 !important;
}

body._3rd._tk article>.flex>.left section>.wrapper::after {
  background-image: url("../img/fukidashi-y.svg") !important;
}

body._3rd._tk .score, body._3rd._tk .score-mirror, body._3rd._tk .interview .recommend li h3::before {
  background-color: #EFC734 !important;
}

body._3rd._tk .interview .swpoint p, body._3rd._tk .interview .swpoint .flex div h4, body._3rd._tk .sticky .index li a::after, body._3rd._tk .sticky .index li a.current::after {
  background-color: #EFC734 !important;
}

body._3rd._tk .a h3, body._3rd._tk .a h3::before, body._3rd._tk .interview .recommend li h3, body._3rd._tk .interview .point .inner span, body._3rd._tk .interview .message .right h3 {
  color: #F0BD12 !important;
}

body._3rd._tk .interview .message .left img, body._3rd._tk .profile .left .wrapper img {
  border-color: #FEF0B8 !important;
}

body._3rd._tk .profile .right h3::before {
  background-image: url("../img/badge-y-l.svg") !important;
}

body._3rd._tk .profile .left .wrapper::before {
  background-image: url("../img/badge-y.svg") !important;
}

body._3rd._tk .profile::before, body._3rd._tk .profile h3 span::after, body._3rd._tk .a h3::after, body._3rd._tk .interview .recommend li h3 span::after, body._3rd._tk .infomation h3 span::after {
  background-image: url("../img/line-dot-y.svg") !important;
}

body._3rd._tk .interview::after {
  background-image: url("../img/ring-y.svg") !important;
}

body._3rd._tk .interview .a h3::before {
  background-image: url("../img/a-y.svg") !important;
}

body._3rd._tk .interview .point, body._3rd._tk .interview .swpoint {
  background-color: rgba(255, 244, 181, 0.4) !important;
}

body._3rd._tk .interview .swpoint .flex div {
  background-image: url("../img/dotcircle-y.svg") !important;
}

body._3rd._tk .interview .point .inner span::before, body._3rd._tk .interview .point .inner h3::before {
  background-image: url("../img/point-y.svg") !important;
}

body._3rd._tk .interview .message .right h3::before {
  background-image: url("../img/line-dot-y.svg") !important;
}

body._3rd._tk .interview .message .left::before {
  background-image: url("../img/message-y.svg") !important;
}

body._3rd._tk .infomation p a::after {
  background-image: linear-gradient(to right, #EFC734, #EFC734 50%, #fff 50%, #fff 100%) !important;
}

body._3rd._tk .sticky .index li a:hover::before, body._3rd._tk .sticky .index li a.current::before {
  color: #EFC734 !important;
}

.pankuzu {
  margin-top: 20px;
  line-height: 20px;
}

.pankuzu li {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1em;
  color: #1A1C1C;
}

.pankuzu li a {
  color: #aaa;
}

.pankuzu li a:hover {
  color: #1A1C1C;
}

.pankuzu li a::after {
  content: ">";
  margin: 0 11px 0 16px;
}

._2nd main article {
  width: 1200px;
  margin: 0 auto;
}

._2nd main article section {
  margin-top: 60px;
  margin-bottom: 100px;
}

._2nd .hero {
  height: 450px;
}

._2nd .hero .right .visual h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #313B43;
  text-align: center;
  white-space: nowrap;
}

._2nd .hero .right .visual h1::before {
  position: absolute;
  content: "";
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 30px;
  background: url("../img/2nd-h-reiwa.svg?2026") no-repeat;
  background-size: contain;
}
._2nd .hero .visual__title{
  font-weight: 500;
}
._2nd .hero .visual__title-01{
  display: block;
  font-size: clamp(32px,5.2vw,40px);
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
._2nd .hero .visual__title-02{
  display: block;
  font-size: clamp(22px,3.1vw,24px);
  letter-spacing: 0.2em;
}
._2nd .hero .right .visual::after,
._2nd .hero .right .visual::before {
  content: none;
}

._2nd .hero .right .visual .wrapper {
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

._2nd .hero .right .visual ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

._2nd .hero .right .visual ul li {
  font-size: 16px;
  text-align: center;
  margin-right: 50px;
  white-space: nowrap;
}

._2nd .hero .right .visual ul li:last-of-type {
  margin-right: 0;
}

._2nd .hero .right .visual ul li a {
  display: block;
  color: #fff;
  width: 146px;
  padding: 6px 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  transition: .3s;
}

._2nd .hero .right .visual ul li.current a, ._2nd .hero .right .visual ul li a:hover {
  color: #fff;
  padding: 14px 0;
}

._2nd .hero .right .visual ul li:nth-of-type(1) a, ._2nd .hero .right .visual ul li:nth-of-type(1).current a {
  background-color: #3A90D0;
  border-color: #3A90D0;
}

._2nd .hero .right .visual ul li:nth-of-type(2) a, ._2nd .hero .right .visual ul li:nth-of-type(2).current a {
  background-color: #3AB456;
  border-color: #3AB456;
}

._2nd .hero .right .visual ul li:nth-of-type(3) a, ._2nd .hero .right .visual ul li:nth-of-type(3).current a {
  background-color: #EFC734;
  border-color: #EFC734;
}

._2nd section h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 75px;
}

._2nd section h2 span::after {
  bottom: 4px;
  height: 10px;
}

._2nd section .sort-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}

._2nd section .sort-menu li {
  cursor: pointer;
  color: #aaa;
  font-size: 16px;
  letter-spacing: .1em;
  border-bottom: 2px solid transparent;
  transition: .3s;
  margin-right: 29px;
  margin-bottom: 20px;
}

._2nd section .sort-menu li.bold {
  font-weight: 700;
  color: #41A4B1;
  opacity: .6;
}

._2nd section .sort-menu li.bold.current, ._2nd section .sort-menu li.bold:hover {
  opacity: 1;
  color: #41A4B1;
  border-color: #41A4B1;
}

._2nd section .sort-menu li.bold2 {
  font-weight: 700;
  color: #4494DD;
  opacity: .6;
}

._2nd section .sort-menu li.bold2.current, ._2nd section .sort-menu li.bold2:hover {
  opacity: 1;
  color: #4494DD;
  border-color: #4494DD;
}

._2nd section .sort-menu li:last-of-type {
  margin-right: 0;
  border: none !important;
}

._2nd section .sort-menu li:last-of-type img {
  height: 37px;
  margin-top: -8px;
}

._2nd section .sort-menu li:last-of-type:hover {
  opacity: .6;
}

._2nd section .sort-menu li.current, ._2nd section .sort-menu li:hover {
  color: #1A1C1C;
  border-bottom: 2px solid #1A1C1C;
}

._2nd section .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

._2nd section .flex>li {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  padding: 40px;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
}

._2nd section .flex>li .left {
  flex: 1 0 130px;
  margin-right: 30px;
}

._2nd section .flex>li .left .wrapper {
  display: block;
  position: relative;
  margin-bottom: 25px;
}

._2nd section .flex>li .left .wrapper img {
  width: 100%;
  border-radius: 50%;
  border: 6px solid #CEE7FA;
}

._2nd section .flex>li .left .wrapper:hover {
  opacity: .6;
}

._2nd section .flex>li .left .new::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 22px;
  background: url("../img/new.svg") no-repeat;
}

._2nd section .flex>li .left .score {
  font-size: 12px;
  color: #fff;
  background-color: #0071C5;
  line-height: 26px;
  padding: 0 8px;
  display: table;
  margin: 0 auto;
}

._2nd section .flex>li .right {
  flex: 1 0 340px;
  margin-bottom: 14px;
}

._2nd section .flex>li .right h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  padding-left: 55px;
  margin-bottom: 10px;
  position: relative;
}

._2nd section .flex>li .right h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 57px;
  background: url("../img/badge-b-l.svg") no-repeat;
  background-size: contain;
}

._2nd section .flex>li .right .category {
  font-size: 16px;
  padding-left: 55px;
  margin-bottom: 17px;
  display: block;
}

._2nd section .flex>li .right .score-mirror {
  display: none;
}

._2nd section .flex>li .right p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  margin-bottom: 16px;
  min-height: 55px;
}

._2nd section .flex>li .right h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
}

._2nd section .flex>li .right .exlink {
  margin-bottom: 25px;
}

._2nd section .flex>li .right .exlink li {
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 6px 0;
}

._2nd section .flex>li .right .exlink li a {
  display: inline;
  color: #0062B6;
  border-bottom: 1px solid #0062B6;
}

._2nd section .flex>li .right .exlink li a:hover {
  opacity: 0.6;
}

._2nd section .flex>li .bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

._2nd section .flex>li .bottom2 {
  flex: 1 0 100%;
  text-align: right;
  position: absolute;
  bottom: 65px;
  right: 30px;
}

._2nd section .flex>li .bottom a {
  width: 240px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #1A1C1C;
  padding: 0 24px;
  position: relative;
  border: 1px solid #1A1C1C;
  border-radius: 50vw;
}

._2nd section .flex>li .bottom a span {
  transition: .3s;
}

._2nd section .flex>li .bottom a:hover span, ._2nd section .flex>li .bottom a:hover::before {
  opacity: .6;
}

._2nd section .flex>li .bottom a::before, ._2nd section .flex>li .bottom a::after {
  content: "";
  position: absolute;
  transition: .3s;
  right: 24px;
}

._2nd section .flex>li .bottom a::before {
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1A1C1C;
  transform: translate(0, -50%);
}

._2nd section .flex>li .bottom a::after {
  top: calc(50% - 5px);
  right: 31px;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-s.svg") no-repeat 50% 50%;
}

section.infomation {
  margin-top: 150px !important;
  margin-bottom: 100px;
}

section.infomation>div {
  padding: 80px 120px 80px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  border-radius: 70px;
  position: relative;
}

section.infomation>div::before {
  content: "";
  position: absolute;
  top: -147px;
  left: 128px;
  width: 76px;
  height: 150px;
  background: url("../img/bookmark.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}

section.infomation>div h2 {
  color: #41A4B1;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: .1em;
  text-align: center;
  width: fit-content;
  margin: 0 auto 48px;
  position: relative;
}

section.infomation>div h2::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("../img/line-dot-l.svg");
  background-repeat: repeat-x;
}

section.infomation>div h3 {
  font-size: 26px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 38px;
}

section.infomation>div p {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
}

section.infomation>div p a {
  border: 1px solid #1A1C1C;
  border-radius: 70px;
  color: #1A1C1C;
  padding: 38px 0;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

section.infomation>div p a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(130deg, #072e4b 0%, #217abc 60%, #34dd80 100%);
  z-index: -1;
}

section.infomation>div p a:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

section.infomation>div p a:hover .arrow::before {
  background-color: #fff;
}

section.infomation>div p a:hover .arrow::after {
  background-color: #fff;
}

section.infomation>div p a .arrow {
  position: absolute;
  top: 50%;
  right: 100px;
}

section.infomation>div p a .arrow::before, section.infomation>div p a .arrow::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1A1C1C;
  transition: .3s;
}

section.infomation>div p a .arrow::before {
  width: 50px;
}

section.infomation>div p a .arrow::after {
  width: 13px;
  top: -5px;
  left: 38px;
  transform: rotate(45deg);
}

section.infomation>div ul {
  display: flex;
  justify-content: space-between;
}

section.infomation>div ul li a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .1em;
  display: block;
  width: 440px;
  line-height: 80px;
  border-radius: 40px;
  position: relative;
}

section.infomation>div ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}

@media (max-width: 1200px) {
  ._2nd main article {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  ._2nd main article section {
    margin-top: 40px;
    margin-bottom: 150px;
  }
  ._2nd .hero .right .visual h1{
    top: 43%;
  }
  ._2nd .hero .right .visual .wrapper {
    width: auto;
    margin: 0 30px;
  }
  ._2nd section h2 {
    margin-bottom: 38px;
  }
  ._2nd section .sort-menu {
    justify-content: flex-start;
    margin-bottom: 32px;
    width: calc(100% + 40px);
  }
  ._2nd section .sort-menu li {
    margin-right: 39px;
    margin-bottom: 35px;
  }
  ._2nd section .flex>li {
    margin: 0 auto 40px;
  }
  section.infomation {
    margin-top: 0 !important;
    margin-bottom: 100px !important;
  }
  section.infomation>div {
    padding: 68px 70px 80px;
  }
  section.infomation>div::before {
    left: 90px;
  }
  section.infomation>div h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  section.infomation>div h2::before {
    content: none;
  }
  section.infomation>div h2 span {
    position: relative;
  }
  section.infomation>div h2 span::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url("../img/line-dot-l.svg");
    background-repeat: repeat-x;
  }
  section.infomation>div h3 {
    font-size: 24px;
  }
  section.infomation>div p {
    margin-bottom: 45px;
  }
  section.infomation>div p a {
    padding: 28px 0;
  }
  section.infomation>div p a .arrow {
    right: 80px;
  }
  section.infomation>div ul li {
    width: 47%;
  }
  section.infomation>div ul li a {
    font-size: 17px;
    width: 100%;
    line-height: 66px;
  }
}

@media (max-width: 640px) {
  ._2nd main article {
    margin-left: 24px;
    margin-right: 24px;
  }
  ._2nd main article section {
    margin-top: 24px;
    margin-bottom: 150px;
  }
  ._2nd .hero .right {
    width: 100%;
  }
  ._2nd .hero .right .visual h1::before{
    top: -32px;
  }
  ._2nd .hero .right .visual ul {
    justify-content: space-between;
    width: 100%;
    margin-bottom: -1px;
  }
  ._2nd .hero .right .visual ul li {
    margin-right: 0;
    flex: 0 0 30%;
  }
  ._2nd .hero .right .visual ul li a {
    width: auto;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }
  ._2nd section h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  ._2nd section .sort-menu {
    margin-bottom: 10px;
  }
  ._2nd section .sort-menu li {
    margin-right: 34px;
    margin-bottom: 16px;
  }
  ._2nd section .flex>li {
    flex-direction: column;
    margin: 0 auto 35px;
    padding: 40px 30px 40px;
  }
  ._2nd section .flex>li .left {
    flex: 1 0 auto;
    margin-right: 0;
  }
  ._2nd section .flex>li .left .wrapper {
    width: 130px;
    margin: 0 auto 35px;
  }
  ._2nd section .flex>li .left .wrapper::before {
    content: "";
    position: absolute;
    top: 83px;
    left: -4px;
    width: 42px;
    height: 52px;
    background: url("../img/badge-b.svg") no-repeat;
    background-size: contain;
    transform: rotate(24deg);
  }
  ._2nd section .flex>li .left .score {
    display: none;
  }
  ._2nd section .flex>li .right {
    flex: 1 0 auto;
    margin-bottom: 35px;
  }
  ._2nd section .flex>li .right h3 {
    font-size: 26px;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
  }
  ._2nd section .flex>li .right h3::before {
    content: none;
  }
  ._2nd section .flex>li .right .category {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
  }
  ._2nd._sk section h2 {
    font-size: 26px;
  }
  ._2nd._sk section h2 span::after {
    bottom: 0;
  }
  section.infomation {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
  }
  section.infomation>div {
    padding: 48px 30px 20px;
    border-radius: 50px;
  }
  section.infomation>div::before {
    top: -148px;
    left: 44px;
  }
  section.infomation>div h2 {
    font-size: 26px;
    line-height: 1.61;
    margin-bottom: 32px;
  }
  section.infomation>div h2 span::before {
    bottom: -5px;
  }
  section.infomation>div h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  section.infomation>div p {
    margin-bottom: 30px;
  }
  section.infomation>div p a {
    font-size: 18px;
    padding: 23px 0;
    line-height: 22px;
  }
  section.infomation>div p a .arrow {
    right: 60px;
  }
  section.infomation>div p a .arrow::before {
    width: 40px;
  }
  section.infomation>div p a .arrow::after {
    left: 28px;
  }
  section.infomation>div ul {
    flex-wrap: wrap;
  }
  section.infomation>div ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

._3rd {
  background: url("../img/grid.png");
  counter-reset: secnum 0;
}

._3rd main {
  overflow: initial;
}

._3rd main article {
  width: 1200px;
  margin: 0 auto;
}

._3rd .hero {
  height: 450px;
}

._3rd .hero .right .visual h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #313B43;
  font-size: clamp(20px,2vw,24px);
  text-align: center;
  white-space: nowrap;
}

._3rd .hero .right .visual h1::before {
  position: absolute;
  content: "";
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 30px;
  background: url("../img/2nd-h-reiwa.svg?2024") no-repeat;
  background-size: contain;
}
._3rd .hero .visual__title{
  font-weight: 500;
}
._3rd .hero .visual__title-01 {
  display: block;
  font-size: clamp(32px, 5.2vw, 40px);
  letter-spacing: 0.3em;
  margin-bottom: 16px;
}
._3rd .hero .visual__title-02 {
  display: block;
  font-size: clamp(18px, 3.1vw, 24px);
  letter-spacing: 0.2em;
}

.visual__title-flex{
  display: flex;
  justify-content: center;
  gap: 40px;
}

._3rd .hero .right .visual::after,
._3rd .hero .right .visual::before {
  content: none;
}

._3rd .hero .right .visual .wrapper {
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

._3rd .hero .right .visual ul {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

._3rd .hero .right .visual ul li {
  font-size: 16px;
  text-align: center;
  margin-right: 50px;
  white-space: nowrap;
}

._3rd .hero .right .visual ul li:last-of-type {
  margin-right: 0;
}

._3rd .hero .right .visual ul li a {
  display: block;
  color: #fff;
  width: 146px;
  padding: 8px 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  transition: .3s;
}

._3rd .hero .right .visual ul li.current a, ._3rd .hero .right .visual ul li a:hover {
  color: #fff;
  padding: 18px 0;
}

._3rd .hero .right .visual ul li:nth-of-type(1) a, ._3rd .hero .right .visual ul li:nth-of-type(1).current a {
  background-color: #3A90D0;
  border-color: #3A90D0;
}

._3rd .hero .right .visual ul li:nth-of-type(2) a, ._3rd .hero .right .visual ul li:nth-of-type(2).current a {
  background-color: #3AB456;
  border-color: #3AB456;
}

._3rd .hero .right .visual ul li:nth-of-type(3) a, ._3rd .hero .right .visual ul li:nth-of-type(3).current a {
  background-color: #EFC734;
  border-color: #EFC734;
}

._3rd article>.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 90px;
}

._3rd article>.flex>.left {
  width: 870px;
}

._3rd article>.flex>.left section .label {
  margin-bottom: 23px;
}

._3rd article>.flex>.left section .label span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  border: 1px solid #1A1C1C;
  border-radius: 20px;
  background-color: #fff;
  padding: 2px 10px 4px;
}

._3rd article>.flex>.left section>.wrapper {
  position: relative;
  z-index: -1;
}

._3rd article>.flex>.left section>.wrapper::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #6EB1ED;
  border-radius: 50px;
  z-index: -1;
}

._3rd article>.flex>.left section>.wrapper::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 70px;
  width: 40px;
  height: 30px;
  background: url("../img/fukidashi-lb.svg") no-repeat;
  z-index: -1;
}

._3rd article>.flex>.left section>.wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 20px 12px 30px;
  width: 100%;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  z-index: 1;
}

._3rd article>.flex>.left section>.wrapper h2::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 62px;
  width: 42px;
  height: 32px;
  background: url("../img/fukidashi.svg") no-repeat 0 -1px;
  filter: drop-shadow(8px 8px 7px rgba(0, 0, 0, 0.14));
  z-index: 2;
}

._3rd article>.flex>.left section .profile {
  display: flex;
  padding: 49px;
  margin-top: 45px;
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  position: relative;
}

._3rd article>.flex>.left section .profile .left {
  flex: 0 0 200px;
  margin-right: 50px;
}

._3rd article>.flex>.left section .profile .left .wrapper {
  display: block;
}

._3rd article>.flex>.left section .profile .left .wrapper img {
  width: 100%;
  border-radius: 50%;
  border: 10px solid #CEE7FA;
}

._3rd article>.flex>.left section .profile .right h3 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  padding-left: 67px;
  margin-bottom: 15px;
  position: relative;
}

._3rd article>.flex>.left section .profile .right h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 46px;
  height: 64px;
  background: url("../img/badge-b-l.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left section .profile .right h3 .info {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

._3rd article>.flex>.left section .profile .right .category {
  font-size: 16px;
  letter-spacing: .05em;
  padding-left: 55px;
  margin-bottom: 17px;
  display: block;
}

._3rd article>.flex>.left section .profile .right dl {
  margin-bottom: 0;
}

._3rd article>.flex>.left section .profile .right dl dt, ._3rd article>.flex>.left section .profile .right dl dd {
  font-size: 16px;
  display: inline;
  line-height: 1.6;
}

._3rd article>.flex>.left section .profile .right dl dd a {
  color: #0062B6;
  border-bottom: 1px solid #0062B6;
}

._3rd article>.flex>.left section .profile .right dl dd a:hover {
  opacity: .6;
}

._3rd article>.flex>.left section .profile .right .score {
  font-size: 14px;
  color: #fff;
  background-color: #0071C5;
  border-radius: 30px;
  line-height: 26px;
  padding: 1px 13px;
  display: table;
  margin-top: 20px;
  margin-bottom: 5px;
}

._3rd article>.flex>.left section .profile .right .score-list {
  font-size: 16px;
  margin-bottom: 18px;
}

._3rd article>.flex>.left section .profile .right h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

._3rd article>.flex>.left section .profile .right .exlink li {
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 10px 0;
}

._3rd article>.flex>.left section .profile .right .exlink li a {
  display: block;
  color: #0062B6;
    border-bottom: 1px solid #0062B6;
}

._3rd article>.flex>.left section .profile .right .exlink li a:hover {
  opacity: 0.6;
}

._3rd article>.flex>.left .interview {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.14);
  padding: 84px 49px 60px 79px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

._3rd article>.flex>.left .interview>.inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px 40px 0;
}

._3rd article>.flex>.left .interview>.inner::before {
  content: "";
  position: absolute;
  top: 84px;
  top: 0;
  left: 79px;
  left: 0;
  width: 743px;
  height: calc(100% - 175px);
  height: 100%;
  background: url("../img/note.svg") repeat-y;
  z-index: -1;
}

._3rd article>.flex>.left .interview::after {
  content: "";
  position: absolute;
  top: 56px;
  left: -13px;
  width: 43px;
  height: calc(100% - 109px);
  background: url("../img/ring-b.svg") repeat-y;
  z-index: -1;
}

._3rd article>.flex>.left .interview .border {
  margin: 0 auto 90px;
  position: relative;
  width: fit-content;
}

._3rd article>.flex>.left .interview .border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 7px;
  border-top: 2px solid #1A1C1C;
  border-bottom: 2px solid #1A1C1C;
}

._3rd article>.flex>.left .interview .q h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.363;
  margin-left: 60px;
  margin-bottom: 32px;
  position: relative;
}

._3rd article>.flex>.left .interview .q h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 20px;
  height: 37px;
  background: url("../img/q.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left .interview .a {
  margin-bottom: 60px;
}

._3rd article>.flex>.left .interview .a h3 {
  font-size: 22px;
  font-weight: 500;
  color: #4494DD;
  line-height: 1.363;
  margin-left: 60px;
  margin-bottom: 20px;
  position: relative;
}

._3rd article>.flex>.left .interview .a h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -58px;
  width: 20px;
  height: 33px;
  background: url("../img/a-b.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left .interview .a p {
  font-size: 16px;
  line-height: 1.875;
  margin-left: 60px;
}

._3rd article>.flex>.left .interview .subject {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 75px;
  margin-bottom: 52px;
}

._3rd article>.flex>.left .interview .subject::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 37px;
  background: url("../img/book.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left .interview .swpoint {
  padding: 45px 50px 70px;
  margin: 0 0 60px;
  background-color: rgba(235, 247, 255, 0.6);
  border-radius: 50px;
  position: relative;
}

._3rd article>.flex>.left .interview .swpoint p {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6EB1ED;
  text-align: center;
  border-radius: 30px;
  padding-top: 3px;
  width: 300px;
  height: 34px;
}

._3rd article>.flex>.left .interview .swpoint .flex {
  display: flex;
  justify-content: space-around;
}

._3rd article>.flex>.left .interview .swpoint .flex div {
  display: block;
  width: 170px;
  height: 170px;
  position: relative;
  background: url("../img/dotcircle-b.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left .interview .swpoint .flex div span {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._3rd article>.flex>.left .interview .swpoint .flex div h4 {
  color: #fff;
  background-color: #6EB1ED;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 106px;
  line-height: 31px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

._3rd article>.flex>.left .interview .point {
  padding: 5px;
  margin-bottom: 40px;
  border-radius: 50px;
  background-color: rgba(235, 247, 255, 0.6);
}

._3rd article>.flex>.left .interview .point .inner {
  width: 100%;
  padding: 35px 80px 20px;
}

._3rd article>.flex>.left .interview .point .inner h3 {
  font-size: 26px;
  font-weight: 500;
  display: table;
  margin: 0 auto 10px;
  position: relative;
}

._3rd article>.flex>.left .interview .point .inner h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1A1C1C;
}


/*---------変更点---------------*/

._3rd article>.flex>.left .interview .point .inner h3::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -80px;
  width: 64px;
  height: 64px;
  background: url("../img/point-b.svg") no-repeat;
  background-size: contain;
}


/*---------------------------------*/

._3rd article>.flex>.left .interview .point .inner span {
  font-size: 20px;
  font-weight: 700;
  color: #4494DD;
  display: table;
  margin: 0 auto 10px;
  position: relative;
}

._3rd article>.flex>.left .interview .point .inner p {
  font-size: 16px;
  line-height: 1.5;
}

._3rd article>.flex>.left .interview .message {
  display: flex;
  justify-content: space-between;
}

._3rd article>.flex>.left .interview .message .left {
  flex: 0 0 162px;
  margin-right: 40px;
  text-align: right;
  position: relative;
}

._3rd article>.flex>.left .interview .message .left::before {
  position: absolute;
  content: "";
  top: 170px;
  right: 0;
  width: 144px;
  height: 77px;
  background: url("../img/message.svg") no-repeat;
  background-size: contain;
}

._3rd article>.flex>.left .interview .message .left img {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-radius: 50%;
  border: 6px solid #CEE7FA;
}

._3rd article>.flex>.left .interview .message .right {
  flex: 0 1 auto;
}

._3rd article>.flex>.left .interview .message .right h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.363;
  color: #4494DD;
  margin-bottom: 18px;
  position: relative;
}

._3rd article>.flex>.left .interview .message .right p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 60px;
}

._3rd article>.flex>.left .interview .recommend {
  margin-top: -40px;
  margin-bottom: 40px;
}

._3rd article>.flex>.left .interview .recommend li {
  padding: 60px 0 20px;
  position: relative;
}

._3rd article>.flex>.left .interview .recommend li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url("../img/line-dot2.svg") repeat-x;
}

._3rd article>.flex>.left .interview .recommend li:first-of-type {
  padding-top: 40px;
}

._3rd article>.flex>.left .interview .recommend li:last-of-type::before {
  content: none;
}

._3rd article>.flex>.left .interview .recommend li h3 {
  color: #4494DD;
  font-size: 22px;
  font-weight: 500;
  margin-left: 35px;
  margin-bottom: 20px;
  position: relative;
}

._3rd article>.flex>.left .interview .recommend li h3::before {
  content: "";
  position: absolute;
  top: 17px;
  left: -35px;
  width: 20px;
  height: 3px;
  background-color: #4494DD;
}

._3rd article>.flex>.left .interview .recommend li p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 20px;
}

._3rd article>.flex>.left .interview .recommend li a {
  font-size: 16px;
  font-weight: 500;
  color: #1A1C1C;
  padding-right: 45px;
  margin-right: -10px;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
}

._3rd article>.flex>.left .interview .recommend li a span {
  transition: .3s;
}

._3rd article>.flex>.left .interview .recommend li a:hover span, ._3rd article>.flex>.left .interview .recommend li a:hover::before {
  opacity: .6;
}

._3rd article>.flex>.left .interview .recommend li a::before, ._3rd article>.flex>.left .interview .recommend li a::after {
  content: "";
  position: absolute;
  transition: .3s;
  right: 0;
}

._3rd article>.flex>.left .interview .recommend li a::before {
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1A1C1C;
  transform: translate(0, -50%);
}

._3rd article>.flex>.left .interview .recommend li a::after {
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-s.svg") no-repeat 50% 50%;
}

._3rd article>.flex>.right {
  width: 250px;
  margin-bottom: 60px;
}

._3rd article>.flex>.right .sticky {
  position: sticky;
  top: 30px;
}

._3rd article>.flex>.right .sticky>span {
  font-size: 16px;
  font-weight: 500;
}

._3rd article>.flex>.right .sticky .index {
  margin: 30px 0 50px;
}

._3rd article>.flex>.right .sticky .index li {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 30px;
}

._3rd article>.flex>.right .sticky .index li a {
  color: #aaa;
  display: block;
  position: relative;
}

._3rd article>.flex>.right .sticky .index li a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
  color: transparent;
  transition: .2s;
}

._3rd article>.flex>.right .sticky .index li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0%;
  height: 2px;
  background-color: #6EB1ED;
  transition: .2s;
}

._3rd article>.flex>.right .sticky .index li a:hover, ._3rd article>.flex>.right .sticky .index li a.current {
  color: #1A1C1C;
  padding-left: 25px;
}

._3rd article>.flex>.right .sticky .index li a:hover::before, ._3rd article>.flex>.right .sticky .index li a.current::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
  color: #6EB1ED;
}

._3rd article>.flex>.right .sticky .index li a:hover::after, ._3rd article>.flex>.right .sticky .index li a.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #6EB1ED;
}

._3rd article>.flex>.right .sticky .other {
  margin-bottom: 20px;
  position: relative;
}

._3rd article>.flex>.right .sticky .other::before {
  top: 4px;
  left: 4px;
  z-index: -10;
}

._3rd article>.flex>.right .sticky .other li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

._3rd article>.flex>.right .sticky .other li a {
  border: 1px solid #1A1C1C;
  border-radius: 50px;
  background: #fff;
  color: #1A1C1C;
  padding: 16px 0 16px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

._3rd article>.flex>.right .sticky .other li a:hover {
  color: #fff;
  border-color: #fff;
}

._3rd article>.flex>.right .sticky .other li a:hover::after {
  transform: rotate(-8deg) translate(-1%, -35%);
}

._3rd article>.flex>.right .sticky .other li a:hover .arrow::before, ._3rd article>.flex>.right .sticky .other li a:hover .arrow::after {
  background-color: #fff;
}

._3rd article>.flex>.right .sticky .other li a::after {
  content: "";
  width: 210%;
  height: 300%;
  position: absolute;
  top: 65%;
  left: 0%;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transform: rotate(-8deg) translate(-51%, -30%);
  transform-origin: 0 0;
}

._3rd article>.flex>.right .sticky .other li a .arrow {
  position: absolute !important;
  top: 50%;
  right: 40px;
}

._3rd article>.flex>.right .sticky .other li a .arrow::before, ._3rd article>.flex>.right .sticky .other li a .arrow::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #1A1C1C;
  transition: .3s;
}

._3rd article>.flex>.right .sticky .other li a .arrow::before {
  width: 20px;
}

._3rd article>.flex>.right .sticky .other li a .arrow::after {
  width: 6px;
  top: -2px;
  left: 15px;
  transform: rotate(45deg);
}

._3rd article>.flex>.right .sticky .other li:nth-of-type(1) a:hover {
  background-image: linear-gradient(130deg, #072e4b 0%, #217abc 60%, #34dd80 100%);
}

._3rd article>.flex>.right .sticky .other li:nth-of-type(2) a:hover {
  background: #3A90D0;
}

._3rd article>.flex>.right .sticky .other li:nth-of-type(3) a:hover {
  background: #3AB456;
}

._3rd article>.flex>.right .sticky .other li:nth-of-type(4) a:hover {
  background: #EFC734;
}

._3rd .sp-nav {
  display: none;
}

@media (max-width: 1200px) {
  ._3rd main article {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  ._3rd .hero .right .visual h1{
    top: 43%;
  }
  ._3rd .hero .right .visual h1 img {
    margin-bottom: 18px;
  }
  ._3rd .hero .right .visual .wrapper {
    width: auto;
    margin: 0 30px;
  }
  ._3rd article>.flex {
    margin-top: 40px;
    margin-bottom: 120px;
  }
  ._3rd article>.flex>.left {
    flex: 0 1 auto;
  }
  ._3rd article>.flex>.left section>.wrapper h2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 12px;
  }
  ._3rd article>.flex>.left section .profile {
    padding: 30px;
  }
  ._3rd article>.flex>.left section .profile .left {
    flex: 0 0 130px;
    margin-right: 30px;
  }
  ._3rd article>.flex>.left section .profile .left .wrapper img {
    border-width: 6px;
  }
  ._3rd article>.flex>.left section .profile .right h3 {
    font-size: 26px;
    padding-left: 55px;
  }
  ._3rd article>.flex>.left section .profile .right h3::before {
    width: 41px;
  }
  ._3rd article>.flex>.left section .profile .right h3 .info {
    margin-top: 15px;
  }
  ._3rd article>.flex>.left .interview {
    padding: 64px 30px 40px 50px;
    margin-left: 13px;
  }
  ._3rd article>.flex>.left .interview>.inner {
    padding: 15px 10px 0;
  }
  ._3rd article>.flex>.left .interview::before {
    top: 64px;
    left: 50px;
    height: calc(100% - 128px);
  }
  ._3rd article>.flex>.left .interview::after {
    top: 46px;
  }
  ._3rd article>.flex>.left .interview .border {
    margin: 0 auto 70px;
  }
  ._3rd article>.flex>.left .interview .q h3 {
    margin-bottom: 30px;
    margin-left: 40px;
  }
  ._3rd article>.flex>.left .interview .q h3::before {
    left: -38px;
  }
  ._3rd article>.flex>.left .interview .a h3 {
    margin-left: 40px;
  }
  ._3rd article>.flex>.left .interview .a h3::before {
    left: -38px;
  }
  ._3rd article>.flex>.left .interview .a p {
    margin-left: 40px;
  }
  ._3rd article>.flex>.left .interview .subject {
    font-size: 22px;
    padding-left: 75px;
  }
  ._3rd article>.flex>.left .interview .swpoint {
    padding-left: 0;
    padding-right: 0;
    margin: 0 0 40px;
  }
  ._3rd article>.flex>.left .interview .swpoint .flex {
    justify-content: space-evenly;
  }
  ._3rd article>.flex>.left .interview .point {
    margin: -20px 0 30px;
  }
  ._3rd article>.flex>.left .interview .point .inner {
    padding: 35px 30px 10px;
  }
  ._3rd article>.flex>.left .interview .point .inner h3 {
    transform: translateX(20px);
  }
  ._3rd article>.flex>.left .interview .point .inner h3::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -80px;
    width: 64px;
    height: 64px;
    background: url("../img/point-b.svg") no-repeat;
    background-size: contain;
  }
  ._3rd article>.flex>.left .interview .point .inner span::before {
    content: none;
  }
  ._3rd article>.flex>.left .interview .message .left {
    flex: 0 0 130px;
    margin-right: 20px;
  }
  ._3rd article>.flex>.left .interview .message .left::before {
    top: 130px;
    width: 120px;
  }
  ._3rd article>.flex>.left .interview .message .right p {
    margin-bottom: 30px;
  }
  ._3rd article>.flex>.left .interview .recommend {
    margin-top: -15px;
    margin-bottom: 20px;
  }
  ._3rd article>.flex>.left .interview .recommend li {
    padding: 30px 0 20px;
  }
  ._3rd article>.flex>.left .interview .recommend li:first-of-type {
    padding-top: 15px;
  }
  ._3rd article>.flex>.left .interview .recommend li h3 {
    margin-bottom: 18px;
  }
  ._3rd article>.flex>.left .interview .recommend li p {
    margin-bottom: 20px;
  }
  ._3rd article>.flex>.right {
    flex: 1 0 154px;
    margin-right: 30px;
  }
  ._3rd article>.flex>.right .sticky span {
    font-size: 14px;
  }
  ._3rd article>.flex>.right .sticky .index {
    margin: 20px 0 30px;
  }
  ._3rd article>.flex>.right .sticky .index li {
    font-size: 16px;
    margin-bottom: 28px;
  }
  ._3rd article>.flex>.right .sticky .other li {
    font-size: 14px;
  }
  ._3rd article>.flex>.right .sticky .other li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 769px) {
  .float-side__list a:hover {
    opacity: 0.6;
  }
  .sec-bnr__link a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px){
  .hero .hero-text h1{
    margin-bottom: 24px;
  }
  .hero .hero-text h1 img{
    width: 100%;
  }
  .hero .hero-text h1::after{
    right: 5%;
    top: -50px;
    width: 50px;
    height: 50px;
  }
  .hero-text p{
    text-align: left;
    line-height: 1.5;
  }
  .hero-video {
    height: 50vh;
  }
  .top-slide {
    height: auto;
  }
  .float-side {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    top: auto;
    bottom: 0;
    border-radius: 0;
    padding: 8px;
  }
  .float-side__title{
    width: 15%;
    margin-bottom: 0;
  }
  .float-side__lists {
    width: 85%;
    flex-direction: row;
    gap: 6px;
  }
  .float-side__list{
    width: calc(100% / 3);
  }
  .float-side__list a {
    display: flex;
    width: 100%;
    height: 40px;
    -ms-writing-mode: unset;
    writing-mode: unset;
    font-size: 14px;
    font-size: clamp(10px,3.7vw,14px);
    letter-spacing: 0.02em;
  }
  .footer-top {
    margin-bottom: 56px;
  }
} 


@media (max-width: 640px) {
  ._3rd main article {
    margin-left: 24px;
    margin-right: 24px;
  }
  ._3rd main article section {
    margin-bottom: 35px;
  }
  ._3rd .hero .right {
    width: 100%;
  }
  ._3rd .hero .right .visual h1::before {
    top: -32px;
  }
  ._3rd .hero .right .visual ul {
    justify-content: space-between;
    width: 100%;
    margin-bottom: -1px;
  }
  ._3rd .hero .right .visual ul li {
    margin-right: 0;
    flex: 0 0 30%;
  }
  ._3rd .hero .right .visual ul li a {
    width: auto;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }
  ._3rd article>.flex {
    flex-direction: column-reverse;
    margin-top: 25px;
    margin-bottom: 115px;
  }
  ._3rd article>.flex>.left {
    width: 100%;
    margin-right: 0;
  }
  ._3rd article>.flex>.left section:first-of-type {
    margin-top: 15px;
  }
  ._3rd article>.flex>.left section>.wrapper h2 {
    font-size: 20px;
    line-height: 1.3;
    padding: 13px 24px;
  }
  ._3rd article>.flex>.left section .profile {
    padding: 40px 24px;
    margin-bottom: 45px;
    border-radius: 50px;
    flex-direction: column;
  }
  ._3rd article>.flex>.left section .profile .left {
    flex: 0 1 auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  ._3rd article>.flex>.left section .profile .left .wrapper {
    width: 130px;
    margin: 0 auto 5px;
    position: relative;
  }
  ._3rd article>.flex>.left section .profile .left .wrapper::before {
    content: "";
    position: absolute;
    top: 83px;
    left: -4px;
    width: 42px;
    height: 52px;
    background: url("../img/badge-b.svg") no-repeat;
    background-size: contain;
    transform: rotate(24deg);
  }
  ._3rd article>.flex>.left section .profile .right h3 {
    padding-left: 0;
    text-align: center;
  }
  ._3rd article>.flex>.left section .profile .right h3::before {
    content: none;
  }
  ._3rd article>.flex>.left section .profile .right .category {
    font-size: 14px;
    text-align: center;
  }
  ._3rd article>.flex>.left .interview {
    padding: 40px 25px 27px 50px;
  }
  ._3rd article>.flex>.left .interview>.inner {
    padding: 5px 0 0 3px;
  }
  ._3rd article>.flex>.left .interview::before {
    left: 18px;
    width: 70px;
    height: 96px;
  }
  ._3rd article>.flex>.left .interview::after {
    top: 30px;
  }
  ._3rd article>.flex>.left .interview .border {
    margin: 0px auto 53px;
  }
  ._3rd article>.flex>.left .interview .border h2 img {
    width: 100%;
  }
  ._3rd article>.flex>.left .interview#sec02 .border {
    width: 65%;
  }
  ._3rd article>.flex>.left .interview#sec04 .border {
    width: 50%;
  }
  ._3rd article>.flex>.left .interview .q h3 {
    font-size: 20px;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  ._3rd article>.flex>.left .interview .q h3::before {
    width: 16px;
    left: -30px;
  }
  ._3rd article>.flex>.left .interview .a {
    margin-bottom: 30px;
  }
  ._3rd article>.flex>.left .interview .a h3 {
    font-size: 20px;
    margin-left: 30px;
    margin-bottom: 25px;
  }
  ._3rd article>.flex>.left .interview .a h3::before {
    width: 16px;
    left: -30px;
  }
  ._3rd article>.flex>.left .interview .a p {
    margin-left: 0;
  }
  ._3rd article>.flex>.left .interview .subject {
    font-size: 20px;
    padding-left: 55px;
    margin-bottom: 40px;
  }
  ._3rd article>.flex>.left .interview .subject::before {
    width: 40px;
    height: 30px;
  }
  ._3rd article>.flex>.left .interview .swpoint {
    margin-bottom: 40px;
    padding: 32px 0 45px;
    border-radius: 30px;
  }
  ._3rd article>.flex>.left .interview .swpoint p {
    top: -13px;
    width: 70%;
    padding: 0px 20px 2px;
    height: auto;
  }
  ._3rd article>.flex>.left .interview .swpoint p img {
    width: 100%;
  }
  ._3rd article>.flex>.left .interview .swpoint .flex div {
    width: 42%;
    height: auto;
    padding-bottom: 48%;
  }
  ._3rd article>.flex>.left .interview .swpoint .flex div span {
    top: 43%;
    font-size: 15px;
    line-height: 19px;
  }
  ._3rd article>.flex>.left .interview .swpoint .flex div h4 {
    font-size: 14px;
    bottom: -25px;
    width: 88px;
    line-height: 25px;
  }
  ._3rd article>.flex>.left .interview .point {
    margin-top: 10px;
    padding: 0;
    border-radius: 30px;
  }
  ._3rd article>.flex>.left .interview .point .inner {
    padding: 30px 20px 10px;
  }
  ._3rd article>.flex>.left .interview .point .inner h3 {
    font-size: 19px;
    margin: 0 auto 10px 33px;
    transform: translateX(0);
    letter-spacing: -.05em;
  }
  ._3rd article>.flex>.left .interview .point .inner h3::before {
    left: -45px;
    top: -6px;
    width: 40px;
  }
  ._3rd article>.flex>.left .interview .point .inner span {
    font-size: 16px;
    margin: 0 auto 10px 0;
  }
  ._3rd article>.flex>.left .interview .message {
    flex-direction: column;
  }
  ._3rd article>.flex>.left .interview .message .left {
    width: 130px;
    margin: 0 auto 90px;
  }
  ._3rd article>.flex>.left .interview .message .left::before {
    top: 125px;
  }
  ._3rd article>.flex>.left .interview .message .left img {
    margin-bottom: 0;
  }
  ._3rd article>.flex>.left .interview .message .right h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  ._3rd article>.flex>.left .interview .message .right p {
    margin-bottom: 30px;
  }
  ._3rd article>.flex>.left .interview .recommend {
    margin-top: -20px;
    margin-bottom: 0;
  }
  ._3rd article>.flex>.left .interview .recommend li {
    padding: 20px 0 20px;
  }
  ._3rd article>.flex>.left .interview .recommend li h3 {
    font-size: 22px;
    margin-left: 36px;
    margin-bottom: 18px;
  }
  ._3rd article>.flex>.left .interview .recommend li p {
    margin-left: 0;
    margin-bottom: 20px;
  }
  ._3rd article>.flex>.right {
    width: 100%;
    margin-bottom: 0;
  }
  ._3rd article>.flex>.right .sticky .index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  ._3rd article>.flex>.right .sticky .index li {
    width: 46%;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
  }
  ._3rd article>.flex>.right .sticky .index li:last-of-type {
    letter-spacing: -.07em;
    width: 56%;
  }
  ._3rd article>.flex>.right .sticky .index li::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 9px;
    height: 8px;
    background: url("../img/arrow-down.svg") no-repeat;
    background-size: contain;
  }
  ._3rd article>.flex>.right .sticky .index li a {
    color: #1A1C1C;
    padding-right: 10px;
  }
  ._3rd article>.flex>.right .sticky .index li a .pcNone {
    display: none;
  }
  ._3rd article>.flex>.right .sticky .index li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px !important;
    width: 100%;
    height: 2px;
    background-color: #6EB1ED;
  }
  ._3rd article>.flex>.right .sticky .index li a:hover, ._3rd article>.flex>.right .sticky .index li a.current {
    padding-left: 0;
  }
  ._3rd article>.flex>.right .sticky .index li a:hover::before, ._3rd article>.flex>.right .sticky .index li a.current::before {
    content: none;
  }
  ._3rd article>.flex>.right .sticky .other {
    display: none;
  }
  .hero-video {
    height: 480px;
  }
}

@media (max-width: 430px){
  header .wrapper nav ul{
    margin-top: 32px;
  }
  /* SP */
  .sp-only {
    display: inline;
  }
  .pc-only {
    display: none;
  }
  /* 1文目と2文目の間の“空き” */
  .sp-gap {
    display: block;
    height: 0.5em;
  }

  .hero-text p{
  text-align: center;
  display:block;
  font-size: clamp(15px,1.8vw,18px);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

  .hero .hero-text h1{
    margin-bottom: 16px;
  }
  .top-slide figure{
    padding: 0 16px;
  }
  ._2nd .hero {
    height: 250px;
  }

  ._2nd .hero .right .visual {
  position: relative;
  height: 100%;
  z-index: 1;

  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  /* 共通のフォールバック（なくてもOK） */
}

/* ページ別の背景差し替え */
.hero.hero--1k .right .visual {
  background-image: url(../img/bg-sp1k.svg);
}

.hero.hero--2k .right .visual {
  background-image: url(../img/bg-sp2k.svg);
}

.hero.hero--tk .right .visual {
  background-image: url(../img/bg-sptk.svg);
}
  
  ._2nd .hero .right .visual h1::before{
    width: 128px;
    height: 28px;
  }
  ._2nd .hero .visual__title-01 {
    display: block;
    font-size: clamp(28px, 5.2vw, 40px);
    margin-bottom: 0px;
  }
  ._2nd section .flex>li .bottom {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  ._3rd .hero {
    height: 250px;
  }
  ._3rd .hero .right .visual h1::before {
    width: 128px;
    height: 28px;
  }
 ._3rd .hero .visual__title-01 {
  display: block;
  font-size: clamp(28px, 5.2vw, 40px);
  margin-bottom: 0px;
 }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem 2.8rem;
}

.grid img {
  width: 100%;
}

/* add_CSS */
._2nd section .flex>li {
  height: 380px;
}
._2nd section .flex>li .bottom {
  bottom: 40px;
}
._2nd section .flex>li .bottom_1 {
    position: absolute;
    bottom: 70px;
    right: 30px;
}
._2nd section .flex>li .bottom_1 a {
  background-image: linear-gradient(151deg, rgb(19 71 166), rgb(11 206 151));
  color: #fff;
  border: none;
  font-family: math;
  font-size: 1.7rem;
  font-weight: bold;
  padding-top: 3px;
}
._2nd section .flex>li .bottom_2 {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
@media screen and (max-width: 1000px) {
  .bottom_wrap {
    left: 100%;
    right: auto;
    position: absolute;
    bottom: 0px;
  }
  ._2nd section .flex>li .bottom_1 a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 430px) {
  ._2nd section .flex>li {
    min-height: 575px;
  }
  .bottom_wrap {
    left: 15%;
  }              
}


/*# sourceMappingURL=style.css.map */