/*!
global > color
------------------------------
*/
:root {
  --color-font-base: #49515f;
  --color-font-light: #9a9eac;
  --color-white: #ffffff;
  --color-dark: #222a38;
  --color-grey: #eaecef;
  --color-red: #c82b2b;
  --color-light-grey: #eeeeee;
  --color-blue1: #1e4aa4;
  --color-blue2: #1462bb;
  --color-link: #497fdf;
  --color-border: #e5ebf0;
  --color-border2: #dcdcdc;
  --color-border3: #dadada;
  --color-bg-base: #f5f8fb;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 920px;
  --width-content: 1000px;
  --width-content-l: 1300px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Zen Kaku Gothic New", sans-serif;
  --font-family-english: "Play", sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-modal: 100;
  --z-index-header: 30;
  --z-index-menu: 10;
  --z-index-default: 1;
}

/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

select {
  cursor: pointer;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: inherit;
}

tbody {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

/*!
foundation > base
------------------------------
*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  color: var(--color-font-base);
  font-family: var(--font-family-base);
  line-height: normal;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

/*!
component > button
------------------------------
*/
.c-button a {
  background-color: var(--color-bg-base);
  font-family: var(--font-family-english);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  width: 200px;
  border-radius: 36px;
}

.c-button-img {
  width: 12px;
  height: 11px;
  transition: all 0.3s;
}

.c-button a:hover .c-button-img {
  transform: translateX(5px);
}

.c-button-level2 {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-button-level2 {
    margin-top: 64px;
  }
}

.c-button-level2 a {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.2);
  font-family: var(--font-family-english);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-white);
  padding: 24px 32px;
  width: 100%;
  max-width: 272px;
  border-radius: 36px;
  margin: 0 auto;
}

.c-button-level2-img {
  width: 12px;
  height: 11px;
  transition: all 0.3s;
}

.c-button-level2 a:hover .c-button-level2-img {
  transform: translateX(5px);
}

/*!
component > title
------------------------------
*/
.c-title--english {
  font-size: 1.06rem;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}
@media screen and (min-width: 768px) {
  .c-title--english {
    font-size: 1.25rem;
  }
}

.c-title--japanese {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-title--japanese {
    font-size: 2rem;
  }
}

.c-title-level2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.c-title-level2--english {
  font-size: 2.5rem;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}

.c-title-level2--japanese {
  font-size: 0.9rem;
  color: var(--color-font-light);
}

.c-title--level3--english {
  font-size: 40px;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}

.c-title--level3--japanese {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-font-light);
  white-space: nowrap;
}

.c-title-level4 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-title-level4--english {
  font-size: 1.3rem;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}
@media screen and (min-width: 1080px) {
  .c-title-level4--english {
    font-size: 1.5rem;
  }
}

.c-title-level4--japanese {
  color: var(--color-font-light);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1080px) {
  .c-title-level4--japanese {
    font-size: 1.125rem;
  }
}

/*!
component > kv
------------------------------
*/
.c-kv {
  background-color: var(--color-bg-base);
  display: flex;
  position: relative;
  padding: 121px 0 46px;
}
@media screen and (min-width: 1080px) {
  .c-kv {
    padding: 183px 0 99px;
  }
}

.c-kv-english {
  font-size: 3.3rem;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}
@media screen and (min-width: 1080px) {
  .c-kv-english {
    font-size: 4.5rem;
  }
}

.c-kv-japanese {
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .c-kv-japanese {
    font-size: 1.125rem;
  }
}

.c-kv2 {
  background-color: var(--color-bg-base);
  display: flex;
}

.c-kv2-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 19px;
  position: relative;
  padding: 121px 0 46px;
}
@media screen and (min-width: 1080px) {
  .c-kv2-inner {
    display: grid;
    grid-template-columns: 1fr 484px;
    gap: 56px;
    padding: 183px 0 99px;
  }
}

.c-kv2-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-kv2-type {
  display: flex;
  gap: 8px;
}

.c-kv2-english {
  font-size: 20px;
  font-family: var(--font-family-english);
  color: var(--color-blue1);
}
@media screen and (min-width: 1080px) {
  .c-kv2-english {
    font-size: 24px;
  }
}

.c-kv2-japanese {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--color-font-light);
}
@media screen and (min-width: 1080px) {
  .c-kv2-japanese {
    font-size: 18px;
  }
}

.c-kv2-time {
  font-size: 17px;
  font-family: var(--font-family-english);
}

.c-kv2-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (min-width: 1080px) {
  .c-kv2-title {
    font-size: 44px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1080px) {
  .c-kv2-thumbnail {
    position: absolute;
    right: 0;
    bottom: -71px;
  }
}

.c-kv2-thumbnail img {
  border: 1px solid var(--color-light-grey);
  border-radius: 0 0 0 56px;
}
@media screen and (min-width: 1080px) {
  .c-kv2-thumbnail img {
    width: 484px;
    height: 323px;
  }
}

/*!
component > bread
------------------------------
*/
.c-bread {
  font-size: 0.9em;
  padding-left: 20px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .c-bread {
    padding-left: 0;
    margin-top: 29px;
  }
}

.c-bread-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.c-bread-item:last-child {
  color: var(--color-blue1);
}

.c-bread-item {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c-bread-item a {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
}

.c-bread-item a:hover {
  opacity: 0.5;
}

.c-bread-triangle {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
}

/*!
layout > container
------------------------------
*/
.l-container-s {
  width: min(90%, var(--width-content-s));
  margin-inline: auto;
}

.l-container {
  width: min(90%, var(--width-content));
  margin-inline: auto;
}

.l-container-l {
  width: min(90%, var(--width-content-l));
  margin-inline: auto;
}

/*!
layout > header
------------------------------
*/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 40px 20px 0;
}
@media screen and (min-width: 1080px) {
  .header {
    padding: 47px 0 0;
  }
}

.header-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  margin-inline: auto;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: block;
  width: 160px;
  height: 48px;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .header-logo {
    width: 246px;
    height: 74px;
  }
}

.header-logo:hover {
  opacity: 0.5;
}

.hamburger-logo {
  width: 160px;
  height: 48px;
}
@media screen and (min-width: 1080px) {
  .hamburger-logo {
    display: none;
  }
}

.header-menu {
  border: none;
  background-color: inherit;
  margin: 0;
  padding: 32px 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background-color: var(--color-blue1);
}
@media screen and (min-width: 1080px) {
  .header-menu {
    display: block;
    padding: 0;
    position: static;
    width: auto;
    height: auto;
    background-color: inherit;
  }
}

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

.header-nav {
  width: 100%;
  margin-top: 64px;
}
@media screen and (min-width: 1080px) {
  .header-nav {
    margin-top: 0;
  }
}

.header-list {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .header-list {
    color: var(--color-font-base);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.header-list-top {
  color: var(--color-white);
}

.header-item {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header-item {
    width: auto;
  }
}

.header-item a {
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 20px 16px;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .header-item a {
    width: auto;
    border: none;
    padding: 0;
  }
}

.header-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1080px) {
  .header-item:first-child {
    border: none;
  }
}

.header-item:nth-child(3) {
  padding: 0;
}

.header-link {
  transition: all 0.3s;
}

.header-link:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .header-top-dropdown {
    position: relative;
  }
}

.dropdown-arrow {
  transition: 0.3s;
}

.dropdown-arrow .is-active {
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .header-top-business {
    display: flex;
    align-items: center;
    gap: 9px;
  }
}

@media screen and (min-width: 768px) {
  .header-top-business img {
    width: 9px;
    height: 9px;
  }
}

.menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu {
    color: var(--color-white);
    background-color: var(--color-blue1);
    border-radius: 16px;
    width: 312px;
    position: absolute;
    top: calc(100% + 10px);
    left: -124px;
    z-index: 999;
    margin: 0;
    padding: 24px 8px;
  }
}

@media screen and (min-width: 768px) {
  .menu.is-open {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .menu-list {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .menu-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .menu-item a {
    display: grid;
    grid-template-columns: 1fr 9px;
    align-items: center;
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .menu-item:not(:first-child) a {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .menu-item:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  .menu-item-img {
    height: 9px;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .menu-item a:hover .menu-item-img {
    transform: translate(8px);
  }
}

.header-contact-item {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header-contact-item {
    width: auto;
  }
}

.header-contact-item a {
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  white-space: nowrap;
}

.header-contact-link {
  padding: 20px 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .header-contact-link {
    display: inline-block;
    background-color: var(--color-blue1);
    color: var(--color-white);
    border: 2px solid var(--color-blue1);
    padding: 10px 30px;
    border-radius: 56px;
  }
}

.header-contact-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1080px) {
  .header-contact-link:hover {
    background-color: var(--color-white);
    color: var(--color-blue1);
    opacity: 1;
  }
}

.header-english {
  font-size: 1.6rem;
  font-family: var(--font-family-english);
}
@media screen and (min-width: 1080px) {
  .header-english {
    font-size: 1rem;
    font-family: var(--font-family-base);
  }
}

.header-item-inner {
  width: 100%;
}

.header-business-text {
  font-weight: 500;
}

@media screen and (min-width: 1080px) {
  .header-business-list {
    display: none;
  }
}

.header-item-body {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 20px 16px;
}
@media screen and (min-width: 1080px) {
  .header-item-body {
    padding: 0;
    border: none;
  }
}

.header-business-item {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .header-business-item {
    width: auto;
  }
}

.header-business-item-sp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header-business-item-sp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1080px) {
  .header-business-item-sp {
    width: auto;
  }
}

@media screen and (min-width: 1080px) {
  .header-business-item-sp:last-child {
    width: auto;
  }
}

.header-business-item-sp a {
  display: grid;
  grid-template-columns: 1fr 9px;
  align-items: center;
  width: 100%;
  padding: 16px 16px;
  white-space: nowrap;
}

.header-business-item-img {
  transition: all 0.3s;
}

.header-business-item-sp a:hover .header-business-item-img {
  transform: translateX(8px);
}

/*!
hamburger
------------------------------
*/
.hamburger,
.close-hamburger {
  background-color: var(--color-blue1);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  padding: 7px 12px;
}
@media screen and (min-width: 1080px) {
  .hamburger,
  .close-hamburger {
    display: none;
  }
}

.close-hamburger {
  border: 1px solid var(--color-white);
  border-radius: 50%;
}

.hamburger-line {
  display: block;
  border: 1px solid var(--color-white);
  width: 32px;
  position: absolute;
  left: 12px;
  transition: all 0.3s;
}

.hamburger-line1 {
  top: 20px;
}

.hamburger-line2 {
  top: 28px;
}

.hamburger-line3 {
  top: 36px;
}

.open .hamburger-line1 {
  rotate: -26deg;
  top: 50%;
  rotate: -50%;
}

.open .hamburger-line2 {
  display: none;
}

.open .hamburger-line3 {
  rotate: 26deg;
  top: 50%;
  rotate: -50%;
}

.hamburger-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*!
layout > footer
------------------------------
*/
.footer {
  background-color: var(--color-dark);
  border-radius: 32px 32px 0 0;
  position: relative;
  padding: 80px 0;
  margin-top: -40px;
}

.footer-contact {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    margin-top: 120px;
  }
}

.footer-content {
  color: var(--color-white);
}
@media screen and (min-width: 1080px) {
  .footer-content {
    display: flex;
    justify-content: space-between;
  }
}

.footer-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .footer-body {
    align-items: flex-start;
  }
}

.footer-logo img {
  width: 160px;
  height: 48px;
}
@media screen and (min-width: 1080px) {
  .footer-logo img {
    width: 245px;
    height: 70px;
  }
}

.footer-address {
  margin-top: 32px;
}

.footer-address-content,
.footer-address-tell,
.footer-copyright {
  font-size: 0.8rem;
}

.footer-address-tell {
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .footer-address-tell {
    text-align: left;
  }
}

.footer-address-tell-number {
  font-size: 1.4rem;
}

.footer-copyright {
  margin-top: 56px;
}
@media screen and (min-width: 1080px) {
  .footer-copyright {
    margin-top: 121px;
  }
}

.page-top-button {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -16px;
}

.page-top-button a {
  background-color: var(--color-dark);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.page-top-button a:hover .page-top-triangle {
  transform: translateY(-10px);
}

.page-top-triangle {
  width: 14px;
  height: 12px;
  transition: all 0.3s;
}

.footer-info {
  display: none;
}
@media screen and (min-width: 1080px) {
  .footer-info {
    display: flex;
    flex-wrap: wrap;
    gap: 96px;
  }
}

.footer-info-list {
  display: flex;
  flex-direction: column;
}

.footer-info-list1 {
  gap: 18px;
}

.footer-info-list2 {
  gap: 40px;
}

.footer-info-list3 {
  gap: 24px;
}

.footer-info-item a {
  position: relative;
}

.footer-info-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-white);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer-info-item a:hover::after {
  transform: scale(1, 1);
}

.footer-info-item--home {
  margin-bottom: 40px;
}

.footer-business-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.footer-business-item {
  font-size: 0.8rem;
}

/*!
layout > contact-cta
------------------------------
*/
.contact-cta {
  background-color: var(--color-bg-base);
  border-radius: 32px 32px 0 0;
  width: 100%;
  height: 425px;
  padding: 84px 0 156px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact-cta {
    border-radius: 56px 56px 0 0;
    height: 570px;
    padding: 172px 0 212px;
  }
}

.contact-cta-content {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s;
}

.contact-cta-content:hover {
  letter-spacing: 0.15em;
  transform: scale(1.1);
}

.contact-link {
  color: var(--color-white);
  background-color: var(--color-blue2);
  width: 218px;
  height: 218px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .contact-link {
    width: 280px;
    height: 280px;
  }
}

.contact-link::before {
  content: "";
  box-sizing: content-box;
  border: 1px solid var(--color-blue2);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .contact-link::before {
    width: 308px;
    height: 308px;
  }
}

.contact-cta-text {
  font-size: 2rem;
  font-family: var(--font-family-english);
}
@media screen and (min-width: 768px) {
  .contact-cta-text {
    font-size: 2.5rem;
  }
}

.contact-cta img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.contact-cta-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-text {
  font-size: 8rem;
  font-family: var(--font-family-english);
  color: rgba(73, 82, 95, 0.07);
  display: inline-block;
  padding-left: 2rem;
  animation: marquee 10s linear infinite;
}
@media screen and (min-width: 768px) {
  .marquee-text {
    font-size: 11rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-contact-cta {
  margin-top: 0;
}

/*!
page > top > top-kv
------------------------------
*/
.top-kv {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 95vh;
}

#top-kv-slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.top-kv-img img {
  width: 100%;
  height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-kv-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding-bottom: 104px;
}
@media screen and (min-width: 1080px) {
  .top-kv-wrapper {
    gap: 24px;
  }
}

.top-kv-head {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .top-kv-head {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top-kv-head span {
    display: block;
  }
}

.top-kv-text {
  color: var(--color-white);
  font-family: var(--font-family-english);
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05;
  opacity: 68%;
}
@media screen and (min-width: 1080px) {
  .top-kv-text {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

/*!
page > top > top-news
------------------------------
*/
.top-news {
  background-color: var(--color-white);
  width: 95%;
  border-radius: 32px 0 0 0;
  padding: 64px 20px;
  margin: -32px 0 0 auto;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .top-news {
    border-radius: 56px 0 0 0;
    padding: 64px 80px;
  }
}

.top-news-inner {
  width: 100%;
  max-width: 1210px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news-inner {
    flex-direction: row;
    gap: 80px;
  }
}

.top-news-left {
  display: contents;
}
@media screen and (min-width: 768px) {
  .top-news-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.top-news-title {
  order: 1;
}

.top-news-content {
  order: 2;
}

.top-news-button {
  margin-left: auto;
  order: 3;
}

.top-news-content {
  width: 100%;
  max-width: 930px;
}

.top-news-item {
  border-top: 1px solid var(--color-border);
}

.top-news-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-news-item a {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 32px 16px;
  }
}

.top-news-item a:hover {
  opacity: 0.5;
}

.top-news-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.top-news-head {
  font-size: 17px;
  font-family: var(--font-family-english);
  width: 120px;
}

.top-news-text {
  font-weight: 500;
}

/*!
page > top > top-business
------------------------------
*/
.top-business {
  position: relative;
  overflow-x: clip;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .top-business {
    padding: 120px 0 144px;
  }
}

.top-business-inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .top-business-inner {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .top-business-img {
    width: 44%;
    height: 600px;
  }
}

.top-business-img img {
  height: 100%;
  border-radius: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .top-business-img img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 0 56px;
  }
}

@media screen and (min-width: 768px) {
  .top-business-content {
    width: 51%;
  }
}

.top-business-head {
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .top-business-head {
    font-size: 2rem;
    padding-top: 16px;
  }
}

.top-business-head span {
  display: block;
}

@media screen and (min-width: 768px) {
  .top-business-head span:first-child {
    display: inline;
  }
}

.top-business-text {
  font-weight: 500;
  line-height: 1.9;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .top-business-text {
    padding-top: 40px;
  }
}

.top-business-text span {
  display: block;
}

.top-business-list {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .top-business-list {
    margin-top: 56px;
  }
}

.top-business-item a {
  font-weight: 500;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--color-light-grey);
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .top-business-item a {
    padding: 24px 16px;
  }
}

.top-business-item a:hover .top-business-button {
  transform: translateX(10px);
}

.top-business-item:last-child {
  border-bottom: 1px solid var(--color-light-grey);
}

.top-business-item-text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05;
}
@media screen and (min-width: 768px) {
  .top-business-item-text {
    font-size: 20px;
  }
}

.top-business-button {
  display: grid;
  place-items: center;
  background-color: var(--color-bg-base);
  border-radius: 100%;
  height: 40px;
  padding: 12px 16px;
  transition: all 0.3s;
}

.top-business-item img {
  width: 12px;
  height: 11px;
}

.top-business-bg-text {
  font-size: 8rem;
  font-family: var(--font-family-english);
  position: absolute;
  bottom: -5%;
  left: 20%;
  opacity: 0.03;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top-business-bg-text {
    font-size: 15rem;
    bottom: -12%;
    left: 43%;
  }
}

/*!
page > top > top-business
------------------------------
*/
.top-product {
  background-image: url(../img/top-product-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 0;
  border-radius: 32px;
}
@media screen and (min-width: 768px) {
  .top-product {
    border-radius: 56px;
  }
}

.top-product-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .top-product-top {
    gap: 16px;
  }
}

.top-product-title {
  color: var(--color-white);
}

.top-product-head {
  color: var(--color-white);
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .top-product-head {
    font-size: 2rem;
  }
}

.top-product-text {
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.9;
  padding-top: 40px;
}

.top-product-text span {
  display: block;
}

.top-product-list {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-product-list {
    gap: 32px;
    margin-top: 56px;
  }
}

.top-product-list::-webkit-scrollbar {
  display: none;
}

.top-product-item {
  width: 300px;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .top-product-item {
    width: 404px;
  }
}

.top-product-item:hover {
  transform: scale(0.9);
}

.top-product-item img {
  border-radius: 0 0 0 32px;
}

.top-product-category {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border: 1px solid var(--color-white);
  border-radius: 16px;
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-top: 16px;
}

.top-product-name {
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 8px;
  letter-spacing: 0.05;
}
@media screen and (min-width: 768px) {
  .top-product-name {
    font-size: 1.25rem;
  }
}

/*!
page > top > top-highlight
------------------------------
*/
.top-highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px;
}
@media screen and (min-width: 1440px) {
  .top-highlight {
    flex-direction: row;
    width: 90%;
    max-width: 1300px;
    padding: 80px 0;
    margin: 0 auto;
  }
}

.top-highlight-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 768px;
  padding: 16px 0;
}
@media screen and (min-width: 1440px) {
  .top-highlight-item {
    display: grid;
    place-items: center;
    width: 32%;
    height: 276px;
    position: relative;
    gap: 32px;
    padding: 0;
  }
}

.top-highlight-item:first-child {
  padding-top: 0;
}
@media screen and (min-width: 1440px) {
  .top-highlight-item:first-child {
    border-right: 1px solid var(--color-light-grey);
    padding-top: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .top-highlight-item:nth-child(2) {
    width: 35%;
  }
}

.top-highlight-item:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .top-highlight-item:last-child {
    border-left: 1px solid var(--color-light-grey);
    padding-bottom: 16px;
  }
}

.top-highlight-item:not(:last-child) {
  border-bottom: 1px solid var(--color-light-grey);
}
@media screen and (min-width: 1440px) {
  .top-highlight-item:not(:last-child) {
    border-bottom: none;
  }
}

.top-highlight-item-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1440px) {
  .top-highlight-item-inner {
    max-width: 372px;
    position: relative;
    gap: 32px;
  }
}

.top-highlight-text {
  font-weight: 500;
  line-height: 1.9;
}

.top-highlight-button {
  background-color: var(--color-bg-base);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin-left: auto;
  transition: all 0.3s;
}
@media screen and (min-width: 1440px) {
  .top-highlight-button {
    width: 44px;
    height: 44px;
  }
}

.top-highlight-button img {
  width: 12px;
  height: 11px;
}

.top-highlight-item a:hover .top-highlight-button {
  transform: translateX(10px);
}

/*!
page > company > company-body
------------------------------
*/
.company-kv img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .company-kv img {
    border-radius: 0 0 0 56px;
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
}

.company-info {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .company-info {
    margin-top: 56px;
  }
}

.company-info-item {
  line-height: 1.9;
  border-top: 1px solid var(--color-border);
  display: grid;
  gap: 4px;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .company-info-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0;
    padding: 32px 0;
  }
}

.company-info-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.company-info-title {
  font-weight: bold;
}

.company-info-content {
  font-weight: 500;
}

/*!
page > business > business-main
------------------------------
*/
.business-body {
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 1080px) {
  .business-body {
    display: flex;
    gap: 146px;
    margin-top: 152.5px;
  }
}

@media screen and (min-width: 1080px) {
  .business-main {
    order: 2;
  }
}

.business-problem-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .business-problem-top {
    gap: 24px;
  }
}

.business-problem-body {
  background-color: var(--color-bg-base);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 20px;
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .business-problem-body {
    padding: 48px 40px;
  }
}

.business-problem-item {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .business-problem-item {
    grid-template-columns: 27px 1fr;
  }
}

.business-problem-img {
  background-color: var(--color-blue1);
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1080px) {
  .business-problem-img {
    height: 27px;
  }
}

.business-problem-text {
  font-size: 1.06rem;
  font-weight: bold;
}
@media screen and (min-width: 1080px) {
  .business-problem-text {
    font-size: 1.125rem;
  }
}

.business-problem-img img {
  width: 13px;
}
@media screen and (min-width: 1080px) {
  .business-problem-img img {
    width: 17px;
  }
}

.business-feature {
  margin-top: 80px;
}

.business-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .business-feature-list {
    margin-top: 32px;
  }
}

.business-feature-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .business-feature-item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    gap: 32px;
  }
}

.business-feature-item img {
  aspect-ratio: 340/170;
  border-radius: 0 0 0 40px;
}
@media screen and (min-width: 1080px) {
  .business-feature-item img {
    height: 160px;
  }
}

.business-feature-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.business-feature-text1 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .business-feature-text1 {
    font-size: 1.5rem;
  }
}

.business-feature-text2 {
  font-weight: 500;
  line-height: 1.9;
}

.business-flow {
  margin-top: 80px;
}

.business-flow-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px;
}
@media screen and (min-width: 1080px) {
  .business-flow-list {
    gap: 24px;
  }
}

.business-flow-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 26px;
  counter-increment: item-counter;
}
@media screen and (min-width: 1080px) {
  .business-flow-item {
    grid-template-columns: 150px 1fr;
    gap: 32px;
  }
}

.business-flow-img {
  height: 100px;
  background-color: var(--color-bg-base);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1080px) {
  .business-flow-img {
    height: 150px;
  }
}

.business-flow-item img {
  width: 33px;
}
@media screen and (min-width: 1080px) {
  .business-flow-item img {
    width: 56px;
  }
}

.business-flow-title {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .business-flow-title {
    font-size: 1.5rem;
  }
}

.business-flow-text {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (min-width: 1080px) {
  .business-flow-text {
    font-size: 1rem;
  }
}

.business-flow-title::before {
  content: "0" counter(item-counter) ".";
  color: var(--color-blue1);
  font-family: var(--font-family-english);
  font-size: 1.06rem;
}
@media screen and (min-width: 1080px) {
  .business-flow-title::before {
    font-size: 1.5rem;
  }
}

.business-contact-cta {
  margin-top: 80px;
}
@media screen and (min-width: 1080px) {
  .business-contact-cta {
    margin-top: 206px;
  }
}

/*!
page > business > business-aside
------------------------------
*/
.business-aside {
  width: 240px;
  height: 100%;
  position: sticky;
  top: 20px;
}
@media screen and (min-width: 1080px) {
  .business-aside {
    order: 1;
  }
}

.business-aside-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.business-aside-item {
  color: var(--color-font-base);
  font-weight: 500;
  transition: all 0.3s;
}

.business-aside-item:hover {
  color: var(--color-font-light);
}

.business-aside-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.business-aside-link img {
  width: 9px;
  height: 9px;
  transition: all 0.3s;
}

.business-aside-item:hover .business-aside-link img {
  transform: translateX(10px);
}

/*!
page > product > product-body
------------------------------
*/
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}
@media screen and (min-width: 768px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 44px;
  }
}

.product-item {
  transition: all 0.3s;
}

.product-item:hover {
  transform: translateY(-10px);
}

.product-item a {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .product-item a {
    gap: 16px;
  }
}

.product-item-img img {
  border: 1px solid var(--color-border2);
  border-radius: 0 0 0 24px;
}
@media screen and (min-width: 768px) {
  .product-item-img img {
    border-radius: 0 0 0 32px;
  }
}

.product-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .product-item-wrapper {
    gap: 8px;
  }
}

.product-item-category {
  font-size: 0.86rem;
  border: 1px solid var(--color-font-base);
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
}
@media screen and (min-width: 768px) {
  .product-item-category {
    font-size: 1rem;
  }
}

.product-item-text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .product-item-text {
    font-size: 1.25rem;
  }
}

/*!
page > single > single-body
------------------------------
*/
.single-body {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .single-body {
    margin-top: 144.5px;
  }
}

.single-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .single-top {
    gap: 24px;
  }
}

.single-large-thumbnail img {
  border-radius: 0 0 0 56px;
  border: 1px solid var(--color-border3);
}
@media screen and (min-width: 768px) {
  .single-large-thumbnail img {
    height: 500px;
  }
}

.single-small-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .single-small-thumbnail {
    gap: 16px;
  }
}

.single-small-item {
  cursor: pointer;
  transition: all 0.3s;
}

.single-small-item:hover {
  transform: scale(1.1);
}

.single-small-img img {
  width: 72px;
  height: 72px;
  border: 1px solid var(--color-border3);
}
@media screen and (min-width: 768px) {
  .single-small-img img {
    width: 104px;
    height: 104px;
  }
}

.single-bottom {
  margin-top: 56px;
}

.single-bottom-item {
  border-top: 1px solid rgba(73, 81, 95, 0.1);
  padding: 23px 0;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .single-bottom-item {
    display: grid;
    grid-template-columns: 224px 1fr;
    align-items: center;
    padding: 31px 0;
  }
}

.single-bottom-item:last-child {
  border-bottom: 1px solid rgba(73, 81, 95, 0.1);
}

.single-bottom-head {
  font-weight: bold;
}

.single-bottom-text {
  font-weight: 500;
}

.single-contact-cta {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .single-contact-cta {
    margin-top: 120px;
  }
}

/*!
page > access > access-body
------------------------------
*/
.access {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .access {
    gap: 72px;
    margin-top: 120px;
  }
}

.access-item-top,
.access-info,
.access-item-right,
.access-item-left,
.access-bottom-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.access-item-top {
  border-bottom: 1px solid var(--color-light-grey);
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .access-item-top {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .access-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.access-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.access-place {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .access-place {
    font-size: 1.5rem;
  }
}

.access-address {
  font-weight: 500;
}

.access-button a {
  display: grid;
  grid-template-columns: 1fr 12px;
}

.access-button img {
  height: 11px;
}

.access-map iframe {
  width: 100%;
  height: 226px;
  border-radius: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .access-map iframe {
    height: 408px;
    border-radius: 0 0 0 52px;
  }
}

@media screen and (min-width: 768px) {
  .access-bottom-map iframe {
    height: 320px;
  }
}

.access-item-content {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .access-item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .access-item-left,
  .access-item-right {
    width: 48%;
  }
}

.access-item-left {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-light-grey);
}
@media screen and (min-width: 768px) {
  .access-item-left {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.access-item-right {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .access-item-right {
    padding-top: 0;
  }
}

.access-contact-cta {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .access-contact-cta {
    margin-top: 120px;
  }
}

/*!
page > message > message-body
------------------------------
*/
.message-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .message-body {
    flex-direction: row;
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .message-img {
    width: 40%;
  }
}

.message-img img {
  border-radius: 0 0 0 32px;
}
@media screen and (min-width: 768px) {
  .message-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 0 56px;
  }
}

@media screen and (min-width: 768px) {
  .message-content {
    width: 54%;
  }
}

.message-head {
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .message-head {
    font-size: 2rem;
  }
}

.message-head span:first-child {
  color: var(--color-blue1);
  display: block;
}

@media screen and (min-width: 768px) {
  .message-head span:nth-child(2) {
    display: block;
  }
}

.message-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  line-height: 190%;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .message-text {
    padding-top: 24px;
  }
}

.message-name {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .message-name {
    padding-top: 40px;
  }
}

.message-name p {
  font-weight: 500;
  line-height: 190%;
}

.message-name h3 {
  font-size: 1.86rem;
  font-weight: 500;
  letter-spacing: 5%;
}
@media screen and (min-width: 768px) {
  .message-name h3 {
    font-size: 2rem;
  }
}

/*!
page > contact
------------------------------
*/
.contact {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 120px;
  }
}

.contact-text {
  font-weight: 500;
  line-height: 1.9;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    gap: 32px;
  }
}

.form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 16px;
  }
}

.label {
  font-weight: bold;
}

.label span {
  color: var(--color-red);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 8px;
}

.text,
.textarea {
  background-color: var(--color-bg-base);
  font-weight: 500;
  padding: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .text,
  .textarea {
    line-height: 1.5;
    padding: 16px 24px;
  }
}

.textarea {
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .textarea {
    min-height: 160px;
  }
}

.contact-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .contact-bottom {
    margin-top: 80px;
  }
}

.contact-bottom-text {
  font-weight: 500;
  line-height: 1.9;
}

.contact-bottom-text span {
  color: var(--color-blue1);
  border-bottom: 1px solid var(--color-blue1);
}

.contact-button {
  color: var(--color-white);
  background-color: var(--color-blue1);
  border: 2px solid var(--color-blue1);
  border-radius: 56px;
  font-weight: 500;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 320px;
  padding: 22px 30px;
  transition: all 0.3s;
}

.contact-button:hover {
  color: var(--color-blue1);
  background-color: var(--color-white);
}

.contact-footer {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .contact-footer {
    margin-top: 120px;
  }
}

/*!
page > news > news
------------------------------
*/
.news-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (min-width: 1080px) {
  .news-body {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
}

.news-content {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .news-content {
    order: 2;
  }
}

.news-content-item {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.news-content-item:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.news-content-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 19px 16px;
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .news-content-item a {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 31px 16px;
  }
}

.news-content-item a:hover {
  opacity: 0.5;
}

.news-content-head {
  display: block;
  font-family: var(--font-family-english);
  font-size: 17px;
}

.news-content-text {
  font-weight: 500;
  line-height: 1.9;
}

.news-aside {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1080px) {
  .news-aside {
    order: 1;
  }
}

.news-aside-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-aside-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 240px;
}

.news-aside-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1080px) {
  .news-aside-list {
    justify-content: flex-start;
  }
}

.news-aside-item {
  width: 100%;
}

.news-aside-item a {
  color: rgba(73, 81, 95, 0.5);
  font-size: 19px;
  font-family: var(--font-family-english);
  display: grid;
  grid-template-columns: 1fr 9px;
  align-items: center;
  transition: all 0.3s;
}

.news-aside-item a:hover {
  color: var(--color-font-base);
}

.news-aside-link img {
  height: 9px;
  transition: all 0.3s;
}

.news-aside-item:hover .news-aside-link img {
  transform: translateX(10px);
}

/*!
page > article > article
------------------------------
*/
.article-body {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.article-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.article-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5;
}
@media screen and (min-width: 768px) {
  .article-title {
    font-size: 1.5rem;
  }
}

.article-text {
  font-weight: 500;
  line-height: 1.9;
}

.article-text span {
  display: block;
}

.article-title2 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .article-title2 {
    font-size: 1.25rem;
  }
}

.article-text2 {
  font-weight: bold;
  line-height: 1.9;
}

.article-item {
  font-weight: bold;
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-item img {
  width: 8px;
  height: 8px;
}

.article-item2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  display: flex;
  align-items: center;
  gap: 8px;
  counter-increment: item-counter;
}

.article-item2::before {
  content: "0" counter(item-counter) ".";
  color: var(--color-blue1);
  font-size: 20px;
  font-family: var(--font-family-english);
  display: inline-block;
}

.article-link a {
  color: var(--color-link);
  -webkit-text-decoration: underline 1px solid var(--color-link);
          text-decoration: underline 1px solid var(--color-link);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: 500;
  line-height: 1.9;
  transition: all 0.3s;
}

.article-link a:hover {
  opacity: 0.5;
}

.article-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-button {
  background-color: var(--color-grey);
  font-family: var(--font-family-english);
  font-size: 16px;
  width: 144px;
  height: 51px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.article-button img {
  width: 12px;
  height: 11px;
  transition: all 0.3s;
}

.article-button-back:hover .article-button-img {
  transform: translateX(-10px);
}

.article-button-next:hover .article-button-img {
  transform: translateX(10px);
}

/*!
utility > utility
------------------------------
*/
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  margin: -1px !important;
}

.u-mtb {
  margin: 80px auto;
}
@media screen and (min-width: 768px) {
  .u-mtb {
    margin: 120px auto;
  }
}

.visible-humburger {
  display: block;
}
@media screen and (min-width: 1080px) {
  .visible-humburger {
    display: none;
  }
}

.visible-pc {
  display: none;
}
@media screen and (min-width: 1080px) {
  .visible-pc {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */