@charset "UTF-8";

/* ===============================================
#ホバー時
=============================================== */

/* ===============================================
#全体
=============================================== */

/* ===============================================
#　カラー
=============================================== */

@font-face {
  font-family: "chillax";
  src: url("https://www.shizuoka-musicsupport.jp/wp/wp-content/themes/shizuoka-music/fonts/ttf/Chillax-Variable.ttf") format("truetype");
}

/* ===============================================
# フォント
=============================================== */

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  color: #454545;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

a,
span,
picture {
  display: inline-block;
}

address {
  text-decoration: none;
}

main {
  overflow: hidden;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

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

.footer {
  padding-block: 7.7rem 6.1rem;
}

.footer_bg {
  background-color: #0D4796;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

.footer_logo {
  width: 12rem;
}

.footer_title {
  color: white;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2.9rem;
}

.footer_address {
  color: white;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 2rem;
}

.footer_tel {
  color: white;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1;
  margin-top: 2rem;
}

.footer_tel::before {
  background: url("../images/common/icons/icon-tel.svg") center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 2.1rem;
  margin-right: 0.8rem;
  vertical-align: baseline;
  width: 1.6rem;
}

.footer_tel > small {
  font-size: 1.6rem;
}

.footer_nav {
  display: flex;
  gap: 9rem;
}

.footer_nav_list li + li {
  margin-top: 3rem;
}

.footer_nav_list li > a {
  color: white;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  transition: opacity 0.4s ease;
}

.sub-menu {
  margin-left: 4rem;
  margin-top: 2rem;
}

.sub-menu li + li {
  margin-top: 2rem;
}

.footer_copy {
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 8.6rem;
  text-align: center;
}

.header {
  padding-block: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header.filter {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.header .sp-menu {
  display: none;
}

.header .sub-menu {
  display: none;
}

.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(134.4rem + 6%);
  padding-inline: 3%;
}

.header_logo {
  position: relative;
  width: 22.9rem;
  z-index: 100;
}

.header_logo svg {
  height: auto;
  transition: fill 0.3s;
  width: 100%;
}

.header_logo.active svg path {
  fill: #fff;
}

.header_nav_button {
  display: none;
}

.header_nav_button span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  margin-bottom: 0.4rem;
  position: absolute;
  right: 1.6rem;
  transition: all 0.3s ease;
}

.header_nav_button span:nth-child(1) {
  top: 1.7rem;
  width: 2.2rem;
}

.header_nav_button span:nth-child(2) {
  top: 2.6rem;
  width: 1.7rem;
}

.header_nav_button span:nth-child(3) {
  top: 3.5rem;
  width: 1.2rem;
}

.header_nav_button.active {
  background: #006CC9;
  filter: unset;
}

.header_nav_button.active span:nth-child(1) {
  right: 1.4rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 2.5rem;
}

.header_nav_button.active span:nth-child(2) {
  opacity: 0;
}

.header_nav_button.active span:nth-child(3) {
  right: 1.4rem;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 2.5rem;
}

.header_nav.active {
  opacity: 1;
  pointer-events: auto;
}

.header_nav_list {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.header_nav_list li a::after {
  background-color: currentColor;
  bottom: -10px;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}

.header_nav_list li a:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.header_nav_list li > a {
  color: #003276;
  font-size: 1.4rem;
  letter-spacing: 0.125em;
  line-height: 1;
  position: relative;
}

.banner {
  display: grid;
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.8rem;
  z-index: 10;
}

.banner_link {
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
  padding-block: 1.5rem;
  padding-inline: 2.9rem 2.5rem;
  text-orientation: upright;
  transition: opacity 0.4s ease;
  writing-mode: vertical-rl;
}

.banner_link.contact {
  background: linear-gradient(to bottom, #35a6f8 0%, #b6effc 100%);
  border-radius: 15px 0 0 0;
}

.banner_link.contact::before {
  background: url(../images/common/icons/icon-mail.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin-bottom: 8px;
  width: 1.7rem;
}

.banner_link.support {
  background: linear-gradient(to bottom, #004096 0%, #589be0 100%);
  border-radius: 0 0 0 15px;
}

.banner_link.support::before {
  background: url(../images/common/icons/icon-flag.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.8rem;
  margin-bottom: 8px;
  width: 2rem;
}

#associate .mv {
  padding-top: 15.9rem;
}

#associate .mv_bg {
  position: relative;
}

#associate .mv_bg::before {
  background: url(../images/associate/pc/associate-bg.png) top left/contain no-repeat;
  content: "";
  display: block;
  height: 72.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 77.9rem;
  z-index: -1;
}

#associate .mv_inner {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#associate .mv_title {
  width: 57.3rem;
}

#associate .kanren {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
  padding-top: 15.5rem;
}

#associate .kanren_title {
  text-align: center;
}

#associate .kanren_title h2 {
  color: #0055A5;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

#associate .kanren_anker a {
  color: #0055A5;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

#associate .kanren_anker a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

#associate .associate_lists {
  margin-top: 10rem;
}

#associate .associate_item {
  display: flex;
  gap: 6rem;
}

#associate .associate_item:nth-child(n+2) {
  margin-top: 12.5rem;
}

#associate .associate_item_image {
  width: 31.3%;
}

#associate .associate_item_texts {
  flex: 1;
}

#associate .associate_item_texts h3 {
  color: #0055A5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}

#associate .associate_item_plofile {
  border-bottom: 1px dashed #65AFEF;
  display: flex;
  padding-bottom: 1.5rem;
}

#associate .associate_item_plofile:nth-child(n+2) {
  padding-top: 2rem;
}

#associate .associate_item_plofile dt {
  color: #0055A5;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  width: 12rem;
}

#associate .associate_item_plofile dd {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.4;
}

#associate .associate_item_link:hover {
  text-decoration: underline;
}

#associate .cooperation {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-block: 23.7rem 22.5rem;
  padding-inline: 3%;
}

#associate .cooperation_bg {
  position: relative;
}

#associate .cooperation_bg::before {
  background: url(../images/associate/pc/cooperation-bg.png) top right/contain no-repeat;
  content: "";
  display: block;
  height: 58.7rem;
  position: absolute;
  right: 0;
  top: -5rem;
  width: 37.3rem;
  z-index: -1;
}

#associate .cooperation_title {
  color: #0055A5;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
}

#news .mv {
  padding-top: 15.9rem;
}

#news .mv_bg {
  position: relative;
}

#news .mv_bg::before {
  background: url(../images/news/pc/news-bg-top.png) top left/contain no-repeat;
  content: "";
  display: block;
  height: 72.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 77.9rem;
  z-index: -1;
}

#news .mv_inner {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#news .mv_title {
  width: 31.6rem;
}

#news .news {
  padding-block: 15.6rem 15rem;
}

#news .news_bg {
  background: linear-gradient(rgba(227, 242, 255, 0) 0%, #e3f2ff 20%, #e3f2ff 100%);
}

#news .news_inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#news .news_item {
  background-color: white;
  border-radius: 0 0 0 40px;
}

#news .news_item_img img {
  aspect-ratio: 376/187;
  -o-object-fit: cover;
  object-fit: cover;
}

#news .news_item_head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  padding-inline: 3rem;
}

#news .news_item_head time {
  color: #006CC9;
  font-size: 1.4rem;
  font-weight: 700;
}

#news .news_item_cat {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

#news .news_item_cat span {
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #006CC9;
  font-size: 1.2rem;
  padding-block: 0.3rem;
  padding-inline: 1.5rem 1.2rem;
}

#news .news_item_texts {
  margin-top: 1rem;
  padding: 0 3rem 4rem;
}

#news .news_item_texts h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

#news .news_item_texts p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 1.5rem;
}

#news .news_pager {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-inline: auto;
  margin-top: 15rem;
  width: -moz-fit-content;
  width: fit-content;
}

#news .news_pager li .page-numbers {
  color: #0D4796;
  font-family: "chillax", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.03em;
  transition: opacity 0.4s ease;
}

#news .news_pager li .page-numbers.next {
  margin-left: 1.5rem;
}

#news .news_pager li .page-numbers.next .arrow {
  background: url(../images/top/pc/icon-next.svg) center center/contain no-repeat;
  height: 1.5rem;
  width: 1.2rem;
}

#news .news_pager li .page-numbers.prev {
  margin-right: 1.5rem;
}

#news .news_pager li .page-numbers.prev .arrow {
  background: url(../images/top/pc/icon-prev.svg) center center/contain no-repeat;
  height: 1.5rem;
  width: 1.2rem;
}

#news .news_pager li .page-numbers.current::after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 3px;
  margin-inline: auto;
  width: 9px;
}

#news .mv_detail {
  padding-top: 18.8rem;
}

#news .mv_detail_title {
  color: #0055A5;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
}

#news .mv_detail_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

#news .mv_detail_cat time {
  color: #006CC9;
  font-size: 1.4rem;
}

#news .mv_detail_cat a {
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #006CC9;
  font-size: 1.2rem;
  padding-block: 0.3rem;
  padding-inline: 1.3rem 1rem;
}

#news .mv_detail_cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#news .news_detail {
  padding-bottom: 14.9rem;
}

#news .news_content {
  margin-inline: auto;
  margin-top: 8rem;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#news .news_content img {
  margin-bottom: 8rem;
}

#news .news_content h2 {
  color: #0055A5;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.68;
  margin-block: 4rem 2.5rem;
}

#news .news_content h3 {
  color: #0055A5;
  font-size: 2.2rem;
  font-weight: 700;
  margin-block: 4rem 2.5rem;
}

#news .news_content h4 {
  color: #0055A5;
  font-size: 2.2rem;
  font-weight: 700;
  margin-block: 3.6rem 2.5rem;
}

#news .news_content p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#news .news_content ul {
  list-style-type: disc;
  margin-block: 1rem;
  padding-left: 1.4rem;
}

#news .news_content ul > li {
  font-size: 1.4rem;
  line-height: 1.85;
}

#news .news_content ol {
  list-style-type: decimal;
  margin-block: 1rem;
  padding-left: 2rem;
}

#news .news_content ol > li {
  font-size: 1.4rem;
  line-height: 1.85;
}

#news .news_content blockquote {
  background-color: #EDF7FF;
  border-radius: 15px;
  color: #0D4796;
  margin-block: 1rem;
  max-width: 66.8rem;
  padding-block: 2rem;
  padding-inline: 3rem;
}

#news .news_content a {
  color: #1068B4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#news .news_content a[target=_blank] {
  text-decoration: none;
}

#news .news_content a[target=_blank]::after {
  background: url(../images/common/icons/icon-external.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.7rem;
  vertical-align: sub;
  width: 1.7rem;
}

#news .news_content .marker {
  background: linear-gradient(transparent 50%, rgba(101, 175, 239, 0.5) 50%);
  width: -moz-fit-content;
  width: fit-content;
}

#news .news_content .news_detail_link {
  align-items: center;
  display: flex;
  font-size: 2rem;
  gap: 3.1rem;
  margin-top: 12rem;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

#news .news_content .news_detail_link::before {
  background: url(../images/common/icons/icon-arrow-news-detail.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1rem;
}

#news .news_content b,
#news .news_content strong {
  font-weight: 700;
}

#profile .mv {
  padding-top: 15.9rem;
}

#profile .mv_bg {
  position: relative;
}

#profile .mv_bg::before {
  background: url(../images/associate/pc/associate-bg.png) top left/contain no-repeat;
  content: "";
  display: block;
  height: 72.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 77.9rem;
  z-index: -1;
}

#profile .mv_inner {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#profile .mv_title {
  width: 38.1rem;
}

#profile .profile {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-block: 15.5rem 12rem;
  padding-inline: 3%;
}

#profile .profile_item {
  border-bottom: 1px dashed #65AFEF;
  display: flex;
  padding-bottom: 3rem;
  padding-inline: 2rem;
}

#profile .profile_item dt {
  color: #0055A5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  width: 23.9rem;
}

#profile .profile_item dd {
  flex: 1;
  font-size: 2rem;
  line-height: 1.4;
}

#profile .profile_item + .profile_item {
  padding-block: 3rem;
}

#profile .profile_item .style_desc li::before {
  content: "・";
}

#profile .profile_riji {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  max-width: 68rem;
}

#profile .profile_koukoku {
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: max-content max-content max-content;
}

#profile .profile_koukoku a {
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

#top .link {
  color: #65AFEF;
  font-family: "chillax", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: opacity 0.3s ease;
}

#top .link:hover {
  opacity: 0.7;
}

#top .link_arrow {
  align-items: center;
  display: inline-flex;
  gap: 2.5rem;
}

#top .link_arrow:hover::after {
  transform: translateX(100%);
}

#top .link_arrow::after {
  background: url(../images/common/icons/icon-arrow-link.svg) center/contain no-repeat;
  content: "";
  display: block;
  height: 1.3rem;
  transition: transform 0.4s ease;
  width: 1rem;
}

#top .link_bg {
  position: relative;
}

#top .link_bg::before {
  background: url(../images/top/pc/arrow-acc.png) center/contain no-repeat;
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 5.6rem;
  left: -4rem;
  opacity: 0.2;
  position: absolute;
  width: 7.2rem;
}

#top .fade_up-1,
#top .fade_up-2,
#top .fade_up-3 {
  opacity: 0;
  transform: translateY(20px);
}

#top .fade_down-1,
#top .fade_down-2 {
  opacity: 0;
  transform: translateY(-20px);
}

#top .fade_text {
  opacity: 0;
  transform: translateY(10px);
}

#top .mv {
  padding-block: 14.6rem 20.2rem;
  position: relative;
}

#top .mv_bg {
  background: url("../images/top/pc/mv-bg.png") no-repeat center bottom/144rem;
}

#top .mv_inner {
  display: flex;
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
  position: relative;
}

#top .mv_image {
  transform: scale(1.1);
  width: 20%;
}

#top .mv_image:nth-child(even) {
  margin-top: 7.5rem;
}

#top .mv_text {
  bottom: -5rem;
  height: 21.6rem;
  left: 41%;
  position: absolute;
  transform: translateX(-50%);
  width: 33.3rem;
}

#top .mv_scroll {
  background: url(../images/top/pc/icon-arrow-scroll.svg) center/1.8rem no-repeat;
  bottom: 0;
  height: 14.1rem;
  position: absolute;
  right: 7rem;
  width: 14.1rem;
}

#top .mv_scroll::after {
  animation: rotate 10s linear infinite;
  background: url(../images/top/pc/scroll-circle.png) center/contain no-repeat;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: inherit;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#top .mv_copy {
  color: #006CC9;
  left: -21rem;
  position: absolute;
  top: 56%;
  transform: rotate(90deg);
}

#top .news {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#top .news_title {
  margin-left: auto;
  width: 31.6rem;
}

#top .news_list {
  margin-top: 5rem;
}

#top .news_link {
  border-bottom: 1px dashed #65AFEF;
  display: block;
  padding-bottom: 3rem;
  padding-inline: 3rem;
  transition: opacity 0.4s ease;
}

#top .news_link + .news_link {
  padding-top: 3rem;
}

#top .news_link_cat {
  display: inline-flex;
}

#top .news_link_cat time {
  color: #65AFEF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

#top .news_link_cat_list {
  align-items: center;
  display: inline-flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1rem;
  margin-left: 3rem;
}

#top .news_link_cat_list span {
  background: linear-gradient(to top, #006cc9 0%, #24a1fd 1%, #4aa9f5 90%, #76bfff 100%);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  line-height: 1.2;
  padding-block: 0.3rem;
  padding-inline: 1.8rem 1.5rem;
}

#top .news_link_text {
  color: #0055A5;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 3rem;
}

#top .news_button {
  margin-inline: auto;
  margin-top: 8.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

#top .about {
  padding-block: 16.7rem 12rem;
}

#top .about_bg {
  background: url(../images/top/pc/about-bg.png) right bottom/107.4rem no-repeat;
}

#top .about_inner {
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#top .about_texts {
  width: 40.4%;
}

#top .about_title {
  width: 35.6rem;
}

#top .about_strong {
  color: #0055A5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.7;
  margin-top: 6rem;
}

#top .about_text {
  margin-top: 3rem;
}

#top .about_images {
  width: 56%;
}

#top .about_images picture,
#top .about_images img {
  display: block;
}

#top .about_images .about_image:nth-child(1) {
  margin-left: auto;
  margin-right: 4.4rem;
  width: 23.7rem;
}

#top .about_images .about_image:nth-child(2) {
  margin-top: -10rem;
  width: 36.1rem;
}

#top .about_images .about_image:nth-child(3) {
  margin-left: auto;
  margin-top: -16rem;
  width: 26.9rem;
}

#top .initiative {
  padding-bottom: 15.7rem;
}

#top .initiative_bg {
  background: linear-gradient(rgba(227, 242, 255, 0) 0%, #e3f2ff 30%, #e3f2ff 100%);
}

#top .initiative_inner {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#top .initiative_title {
  margin-inline: auto;
  width: 53.9rem;
}

#top .initiative_note {
  color: #0055A5;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.65;
  margin-top: 7.1rem;
  text-align: center;
}

#top .initiative_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  margin-top: 7.6rem;
}

#top .initiative_block {
  background-color: white;
  border-radius: 0 0 0 40px;
  display: grid;
  grid-template-rows: max-content auto;
  width: 37.6rem;
}

#top .initiative_block:nth-child(1) .initiative_num {
  width: 10.6rem;
}

#top .initiative_texts {
  display: flex;
  flex-direction: column;
  padding-block: 3rem 4rem;
  padding-inline: 2rem;
  position: relative;
}

#top .initiative_num {
  left: 1.9rem;
  position: absolute;
  top: -5.5rem;
  width: 12.8rem;
}

#top .initiative_strong {
  color: #0055A5;
  font-size: 1.8rem;
  line-height: 1.5;
}

#top .initiative_text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: auto;
  padding-top: 2rem;
}

#top .creeting {
  padding-block: 15.2rem 15rem;
}

#top .creeting_bg {
  background: url(../images/top/pc/creeting-bg.png) center bottom/100% 100% no-repeat;
}

#top .creeting_inner {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-inline: 3%;
}

#top .creeting_title {
  margin-inline: auto;
  width: 50.9rem;
}

#top .creeting_container {
  background-color: white;
  border: 1px solid #65AFEF;
  border-radius: 20px;
  margin-top: 6rem;
  padding: 7.5rem;
}

#top .creeting_strong {
  color: #0055A5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.7;
}

#top .creeting_block {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3rem;
}

#top .creeting_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.5;
  width: 74.1rem;
}

#top .creeting_image {
  width: 23.8rem;
}

#top .creeting_name {
  color: #0055A5;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 3rem;
}

#top .creeting_desc {
  font-size: 1.4rem;
  line-height: 1.8;
}

#top .creeting_company {
  color: #0055A5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.7;
  margin-top: 16rem;
  text-align: center;
}

#top .creeting_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 9rem;
  justify-content: center;
  margin-top: 10rem;
}

#top .creeting_item {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.49);
  border: 2px solid #65afef;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 22.9rem;
  justify-content: center;
  padding-bottom: 2rem;
  width: 22.9rem;
}

#top .creeting_item p {
  color: #65AFEF;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 0.5rem;
  text-align: center;
}

#top .creeting_icon {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

#top .contact {
  padding-block: 14.1rem 14.8rem;
}

#top .contact_bg {
  background-color: #0069c3;
}

#top .contact_inner {
  margin-inline: auto;
  max-width: calc(100rem + 6%);
  padding-inline: 3%;
}

#top .contact_js {
  display: none;
}

#top .contact_content {
  margin-top: 11rem;
}

#top .contact_content li + li {
  margin-top: 5rem;
}

#top .contact_content li + li label {
  margin-left: 2rem;
}

#top .contact_content label {
  color: white;
  font-size: 2rem;
  font-weight: 500;
}

#top .contact_content input[type=text],
#top .contact_content input[type=email],
#top .contact_content input[type=tel] {
  background-color: white;
  border-radius: 7px;
  height: 7.2rem;
  margin-top: 2.1rem;
  padding: 1rem;
  width: 100%;
}

#top .contact_content input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  position: relative;
  width: 4rem;
}

#top .contact_content input[type=radio]:checked::before {
  background-color: #65AFEF;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 2.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
}

#top .contact_content input[type=radio] + .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 2rem;
  vertical-align: middle;
}

#top .contact_content textarea {
  background-color: white;
  border-radius: 9px;
  height: 28rem;
  margin-top: 2.1rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}

#top .contact_content .wpcf7-radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

#top .contact_content .wpcf7-list-item {
  margin: unset;
}

#top .contact_content .tag {
  color: #FF9696;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1rem;
}

#top .contact_button {
  padding-bottom: 9rem;
}

#top .contact_button input[type=submit] {
  align-items: center;
  background: linear-gradient(#82C6FB 0%, #2792F2 100%);
  border-radius: 999px;
  color: white;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  height: 6.4rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 22.4rem;
  text-align: center;
  width: 39.5rem;
}

#top .contact_text {
  color: white;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.7;
  text-align: center;
}

#top .contact_button_support {
  align-items: center;
  background: linear-gradient(to bottom, #82c6fb 0%, #2792f2 100%);
  border-radius: 999px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 2.8rem;
  height: 10.9rem;
  justify-content: center;
  line-height: 1;
  margin-inline: auto;
  margin-top: 6rem;
  width: 67.3rem;
}

#top .contact_button_other {
  align-items: center;
  background-color: white;
  border: 3px solid #1C9FFF;
  border-radius: 999px;
  color: #1C9FFF;
  cursor: pointer;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  height: 8.2rem;
  justify-content: center;
  line-height: 1;
  margin-inline: auto;
  margin-top: 4rem;
  width: 51.1rem;
}

#top .contact_small {
  color: white;
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 6.5rem;
  text-align: center;
}

#top .contact_tel {
  color: white;
  display: block;
  font-size: 5.3rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1;
  margin-top: 3rem;
  text-align: center;
}

#top .contact_tel > small {
  font-size: 3rem;
}

#top .contact_tel::before {
  background: url(../images/common/icons/icon-tel.svg) center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 4.7rem;
  margin-right: 1rem;
  vertical-align: bottom;
  width: 3.6rem;
}

#top .support {
  margin-inline: auto;
  max-width: calc(118.8rem + 6%);
  padding-block: 15rem;
  padding-inline: 3%;
  text-align: center;
}

#top .support_tite {
  color: #65AFEF;
  font-size: 2.8rem;
  font-weight: 500;
}

#top .support_content {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
}

#top .support_logo {
  aspect-ratio: 220/180;
  border: 1px solid #65AFEF;
  border-radius: 6px;
  height: 100%;
  padding: 2rem;
  text-align: center;
  width: 100%;
}

#top .support_logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* クラスを3つ定義 */

@media screen and (min-width:769px) {
  html {
    font-size: 10px;
  }

  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width:1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: min(2.6666666667vw, 17.0666666667px);
  }

  body {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  .footer {
    padding-block: 8rem 10rem;
  }

  .footer_inner {
    padding-inline: 4%;
    width: 100%;
  }

  .footer_inner {
    flex-direction: column;
  }

  .footer_logo {
    margin-inline: auto;
  }

  .footer_title {
    display: block;
    font-size: 1.4rem;
    margin-top: 3rem;
    text-align: center;
  }

  .footer_address {
    font-size: 1.4rem;
    text-align: center;
  }

  .footer_tel {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }

  .footer_tel::before {
    height: 1.6rem;
    vertical-align: sub;
  }

  .footer_tel > small {
    font-size: 1rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: unset;
    margin-top: 10rem;
  }

  .footer_nav_list li + li {
    margin-top: 4.5rem;
  }

  .footer_nav_list + .footer_nav_list {
    margin-top: 4.5rem;
  }

  .sub-menu {
    margin-top: 4rem;
  }

  .sub-menu li + li {
    margin-top: 3.5rem;
  }

  .footer_copy {
    font-size: 1.2rem;
    padding-inline: 3%;
  }

  .header.filter {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }

  .header .sp-menu {
    display: block;
  }

  .header .sub-menu {
    display: block;
  }

  .header_inner {
    padding-inline: 4%;
  }

  .header_logo {
    width: 17.4rem;
  }

  .header_nav_button {
    background: linear-gradient(#006cc9 0%, #24a1fd 37.86%, #4aa9f5 73.89%, #76bfff 100%);
    border-radius: 50%;
    display: block;
    filter: drop-shadow(-2px 2px 6px rgba(111, 152, 186, 0.52));
    height: 5.2rem;
    position: relative;
    transition: background-color 0.3s;
    width: 5.2rem;
    z-index: 100;
  }

  .header_nav {
    background: #006CC9;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: auto;
    padding-bottom: 2rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 10;
  }

  .header_nav_list {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 7.5%;
    padding-top: 11.2rem;
  }

  .header_nav_list li a::after {
    display: none;
  }

  .header_nav_list li a:hover::after {
    transform: unset;
  }

  .header_nav_list li > a {
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .banner {
    bottom: 0;
    display: flex;
    left: 0;
    right: unset;
    top: unset;
    transform: unset;
    width: auto;
  }

  .banner_link {
    height: auto;
    padding: 1.5rem;
    text-orientation: unset;
    writing-mode: unset;
  }

  .banner_link.contact {
    border-radius: 0;
  }

  .banner_link.contact::before {
    display: block;
    margin-bottom: 10px;
    margin-inline: auto;
  }

  .banner_link.support {
    border-radius: 0 20px 0 0;
  }

  .banner_link.support::before {
    display: block;
    margin-bottom: 3px;
    margin-inline: auto;
  }

  #associate .mv {
    padding-top: 11.7rem;
  }

  #associate .mv_bg::before {
    background: url(../images/associate/sp/associate-bg.png) top left/contain no-repeat;
    height: 33.3rem;
    top: 1.5rem;
    width: 36rem;
  }

  #associate .mv_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #associate .mv_title {
    width: 29.9rem;
  }

  #associate .kanren {
    padding-inline: 4%;
    width: 100%;
  }

  #associate .kanren {
    padding-top: 6rem;
  }

  #associate .kanren_title h2 {
    font-size: 2rem;
  }

  #associate .kanren_anker a {
    font-size: 1.4rem;
  }

  #associate .associate_lists {
    margin-top: 6rem;
  }

  #associate .associate_item {
    flex-direction: column;
    gap: unset;
  }

  #associate .associate_item:nth-child(n+2) {
    margin-top: 6rem;
  }

  #associate .associate_item_image {
    width: 100%;
  }

  #associate .associate_item_texts {
    margin-top: 3rem;
  }

  #associate .associate_item_texts h3 {
    font-size: 1.6rem;
  }

  #associate .associate_item_plofile {
    flex-direction: column;
    gap: 1.5rem;
  }

  #associate .cooperation {
    padding-inline: 4%;
    width: 100%;
  }

  #associate .cooperation {
    padding-block: 12rem 15rem;
  }

  #associate .cooperation_bg::before {
    background: url(../images/associate/sp/cooperation-bg.png) top right/contain no-repeat;
    height: 31.9rem;
    top: -3rem;
    width: 20.3rem;
  }

  #associate .cooperation_title {
    font-size: 2rem;
  }

  #news .mv {
    padding-top: 11.7rem;
  }

  #news .mv_bg::before {
    background: url(../images/news/sp/news-bg-top.png) top left/contain no-repeat;
    height: 33.3rem;
    top: 1.5rem;
    width: 36rem;
  }

  #news .mv_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #news .mv_title {
    width: 16.5rem;
  }

  #news .news {
    padding-block: 11.7rem 10rem;
  }

  #news .news_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #news .news_inner {
    grid-template-columns: unset;
  }

  #news .news_item_head {
    padding-inline: 2rem;
  }

  #news .news_item_head time {
    font-size: 1.2rem;
  }

  #news .news_item_cat span {
    font-size: 0.9rem;
  }

  #news .news_item_texts {
    padding-inline: 1.5rem;
  }

  #news .news_item_texts h3 {
    padding-inline: 0.5rem;
  }

  #news .news_pager {
    margin-top: 8rem;
  }

  #news .news_pager li .page-numbers.next {
    margin-left: 5rem;
  }

  #news .news_pager li .page-numbers.prev {
    margin-right: 5rem;
  }

  #news .mv_detail {
    padding-top: 11.7rem;
  }

  #news .mv_detail_cat a {
    font-size: 0.9rem;
  }

  #news .mv_detail_cat_list {
    gap: 1rem;
  }

  #news .news_detail {
    padding-bottom: 24.7rem;
  }

  #news .news_content {
    padding-inline: 4%;
    width: 100%;
  }

  #news .news_content {
    margin-top: 3rem;
  }

  #news .news_content img {
    margin-bottom: 3rem;
  }

  #news .news_content h2 {
    margin-block: 3rem 2rem;
  }

  #news .news_content h3 {
    margin-block: 3rem 2rem;
  }

  #news .news_content h4 {
    margin-block: 3rem 2rem;
  }

  #news .news_content ul > li {
    font-weight: 300;
  }

  #news .news_content ol > li {
    font-weight: 300;
  }

  #news .news_content blockquote {
    font-weight: 300;
  }

  #news .news_content a {
    font-weight: 300;
  }

  #news .news_content .marker {
    font-weight: 300;
  }

  #news .news_content .news_detail_link {
    font-weight: 300;
    margin-top: 8rem;
  }

  #news .news_content b,
  #news .news_content strong {
    font-weight: 500;
  }

  #profile .mv {
    padding-top: 11.7rem;
  }

  #profile .mv_bg::before {
    background: url(../images/associate/sp/associate-bg.png) top left/contain no-repeat;
    height: 33.3rem;
    top: 1.5rem;
    width: 36rem;
  }

  #profile .mv_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #profile .mv_title {
    width: 19.9rem;
  }

  #profile .profile {
    padding-inline: 4%;
    width: 100%;
  }

  #profile .profile {
    padding-block: 9.1rem 10rem;
  }

  #profile .profile_item {
    flex-direction: column;
    padding-bottom: 2rem;
    padding-inline: 0.5rem;
  }

  #profile .profile_item dt {
    font-size: 1.6rem;
    width: 100%;
  }

  #profile .profile_item dd {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  #profile .profile_item + .profile_item {
    padding-block: 1.5rem 2rem;
  }

  #profile .profile_item .style_desc {
    padding-left: 1.5rem;
  }

  #profile .profile_item .style_desc li {
    text-indent: -1.5rem;
  }

  #profile .profile_riji {
    max-width: 31.1rem;
  }

  #profile .profile_koukoku {
    gap: 1rem;
    grid-template-columns: max-content max-content;
  }

  #top .link {
    font-size: 2.2rem;
  }

  #top .link_arrow {
    gap: 1.75rem;
  }

  #top .link_arrow:hover::after {
    transform: unset;
  }

  #top .link_arrow::after {
    height: 1.1rem;
    width: 0.8rem;
  }

  #top .link_bg::before {
    height: 4.4rem;
    left: -3rem;
    width: 5.7rem;
  }

  #top .mv {
    padding-block: 5.1rem 12.2rem;
  }

  #top .mv_bg {
    background: url("../images/top/sp/mv-bg.png") bottom/cover no-repeat;
  }

  #top .mv_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #top .mv_inner {
    right: -1rem;
    width: 110%;
  }

  #top .mv_image {
    width: 100%;
  }

  #top .mv_image:nth-child(even) {
    margin-top: 0;
  }

  #top .mv_image:nth-child(1) {
    margin-top: 9rem;
  }

  #top .mv_image:nth-child(n+3) {
    display: none;
  }

  #top .mv_text {
    bottom: 5rem;
    height: 12rem;
    left: initial;
    right: 8rem;
    transform: unset;
    width: 20rem;
  }

  #top .mv_scroll {
    bottom: -10rem;
    right: 2.3rem;
  }

  #top .mv_copy {
    left: -15.5rem;
  }

  #top .news {
    padding-inline: 4%;
    width: 100%;
  }

  #top .news {
    padding-top: 5rem;
  }

  #top .news_title {
    width: 16.5rem;
  }

  #top .news_list {
    margin-top: 4rem;
  }

  #top .news_link {
    padding-bottom: 1.5rem;
    padding-inline: 0;
  }

  #top .news_link + .news_link {
    padding-top: 2rem;
  }

  #top .news_link_cat time {
    font-size: 1.3rem;
  }

  #top .news_link_cat_list {
    gap: 2.7rem;
    margin-left: 1rem;
  }

  #top .news_link_cat_list span {
    font-size: 1.2rem;
    padding-inline: 1.2rem;
  }

  #top .news_link_text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }

  #top .news_button {
    margin-top: 7rem;
  }

  #top .about {
    padding-block: 8rem 10rem;
  }

  #top .about_bg {
    background: url(../images/top/sp/about-bg.png) 0% 40%/contain no-repeat;
  }

  #top .about_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #top .about_inner {
    flex-direction: column;
  }

  #top .about_texts {
    display: contents;
    width: 100%;
  }

  #top .about_title {
    order: 0;
    width: 18.6rem;
  }

  #top .about_strong {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  #top .about_strong {
    margin-top: 9rem;
    order: 2;
  }

  #top .about_text {
    margin-top: 2rem;
    order: 3;
  }

  #top .about_images {
    margin-inline: calc(50% - 50vw);
    order: 1;
    width: 100vw;
  }

  #top .about_images .about_image:nth-child(1) {
    margin-right: 1.5rem;
    width: 12.3rem;
  }

  #top .about_images .about_image:nth-child(2) {
    margin-left: 3.4rem;
    margin-top: -6rem;
    width: 19.4rem;
  }

  #top .about_images .about_image:nth-child(3) {
    margin-top: -8.5rem;
    width: 15.5rem;
  }

  #top .initiative {
    padding-bottom: 10rem;
  }

  #top .initiative_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #top .initiative_title {
    width: 28.1rem;
  }

  #top .initiative_note {
    font-size: 1.4rem;
    margin-top: 4rem;
    text-align: left;
  }

  #top .initiative_container {
    gap: 2rem;
    margin-top: 3rem;
  }

  #top .initiative_block {
    width: 100%;
  }

  #top .initiative_block:nth-child(1) .initiative_num {
    width: 10.5rem;
  }

  #top .initiative_num {
    top: -5.1rem;
    width: 12rem;
  }

  #top .initiative_strong {
    font-size: 1.4rem;
  }

  #top .initiative_text {
    font-size: 1.3rem;
  }

  #top .creeting {
    padding-block: 7rem 10rem;
  }

  #top .creeting_bg {
    background: url(../images/top/sp/creeting-bg.png) center bottom/100% 100% no-repeat;
  }

  #top .creeting_inner {
    padding-inline: 4%;
    width: 100%;
  }

  #top .creeting_title {
    width: 26.5rem;
  }

  #top .creeting_container {
    margin-top: 4rem;
    padding-block: 4rem 5rem;
    padding-inline: 2rem;
  }

  #top .creeting_strong {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  #top .creeting_block {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  #top .creeting_text {
    font-size: 1.4rem;
    line-height: 1.57;
  }

  #top .creeting_text {
    width: 100%;
  }

  #top .creeting_image {
    margin-inline: auto;
    margin-top: 3rem;
    width: 13.7rem;
  }

  #top .creeting_name {
    font-size: 1.3rem;
    text-align: center;
  }

  #top .creeting_desc {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }

  #top .creeting_company {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  #top .creeting_company {
    font-size: 1.6rem;
    margin-top: 6rem;
    text-align: left;
  }

  #top .creeting_list {
    gap: 1.5rem;
    margin-top: 3.9rem;
  }

  #top .creeting_item {
    aspect-ratio: 1/1;
    height: 100%;
    padding-bottom: 2rem;
    width: calc(50% - 0.75rem);
  }

  #top .creeting_item p {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  #top .creeting_icon {
    align-items: center;
    display: flex;
    height: 5.5rem;
    transform: scale(0.75);
  }

  #top .contact {
    padding-block: 8rem 9.8rem;
    padding-inline: 4%;
  }

  #top .contact_inner {
    padding-inline: 4%;
  }

  #top .contact_content {
    margin-top: 8rem;
  }

  #top .contact_content label {
    font-size: 1.6rem;
  }

  #top .contact_content input[type=text],
  #top .contact_content input[type=email],
  #top .contact_content input[type=tel] {
    height: 6rem;
  }

  #top .contact_content input[type=radio] {
    height: 3.4rem;
    width: 3.4rem;
  }

  #top .contact_content input[type=radio]:checked::before {
    height: 2rem;
    width: 2rem;
  }

  #top .contact_button {
    padding-bottom: 4rem;
  }

  #top .contact_button input[type=submit] {
    height: 5.3rem;
    margin-top: 10rem;
    width: 100%;
  }

  #top .contact_text {
    font-size: 1.8rem;
    line-height: 1.9;
  }

  #top .contact_button_support {
    font-size: 1.9rem;
    height: 8.9rem;
    width: 100%;
  }

  #top .contact_button_other {
    font-size: 1.6rem;
    height: 6.8rem;
    width: 100%;
  }

  #top .contact_small {
    font-size: 1.8rem;
    line-height: 1.9;
  }

  #top .contact_tel {
    align-items: baseline;
    background-color: white;
    border: 3px solid #0D4796;
    border-radius: 999px;
    color: #0D4796;
    display: flex;
    font-size: 2.6rem;
    height: 8.2rem;
    justify-content: center;
    margin-inline: auto;
    margin-top: 4rem;
    padding-top: 2.4rem;
    width: 100%;
  }

  #top .contact_tel > small {
    font-size: 1.4rem;
  }

  #top .contact_tel::before {
    background: url(../images/common/icons/icon-tel-navy.svg) center/contain no-repeat;
    height: 2.4rem;
    transform: translateY(0.2rem);
    width: 1.8rem;
  }

  #top .support {
    padding-inline: 4%;
    width: 100%;
  }

  #top .support {
    padding-block: 8rem 10rem;
  }

  #top .support_tite {
    font-size: 1.8rem;
  }

  #top .support_content {
    gap: 1.1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6rem;
  }

  #top .support_logo {
    padding: 1.5rem;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (hover: hover) and (max-width:768px) {
  .footer_nav_list li > a:hover {
    opacity: 1;
  }

  .banner_link:hover {
    opacity: 1;
  }

  #news .news_pager li .page-numbers:hover {
    opacity: 1;
  }

  #news .news_content .news_detail_link:hover {
    opacity: 1;
  }

  #profile .profile_koukoku a:hover {
    opacity: 1;
  }

  #top .news_link:hover {
    opacity: 1;
  }
}

@media screen and (hover: none) and (max-width:768px) {
  .footer_nav_list li > a:active {
    opacity: 1;
  }

  .banner_link:active {
    opacity: 1;
  }

  #news .news_pager li .page-numbers:active {
    opacity: 1;
  }

  #news .news_content .news_detail_link:active {
    opacity: 1;
  }

  #profile .profile_koukoku a:active {
    opacity: 1;
  }

  #top .news_link:active {
    opacity: 1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (hover: hover) {
  .footer_nav_list li > a:hover {
    opacity: 0.6;
  }

  .banner_link:hover {
    opacity: 0.6;
  }

  #news .news_pager li .page-numbers:hover {
    opacity: 0.6;
  }

  #news .news_content .news_detail_link:hover {
    opacity: 0.6;
  }

  #profile .profile_koukoku a:hover {
    opacity: 0.6;
  }

  #top .news_link:hover {
    opacity: 0.6;
  }
}

@media (hover: none) {
  .footer_nav_list li > a:active {
    opacity: 0.6;
  }

  .banner_link:active {
    opacity: 0.6;
  }

  #news .news_pager li .page-numbers:active {
    opacity: 0.6;
  }

  #news .news_content .news_detail_link:active {
    opacity: 0.6;
  }

  #profile .profile_koukoku a:active {
    opacity: 0.6;
  }

  #top .news_link:active {
    opacity: 0.6;
  }
}