@charset "UTF-8";
/************************************************
* Library
***********************************************/
/************************************************
* Foundation
***********************************************/
/************************************************
/*
/* All Element
/*
/***********************************************/
/************************************************
/*
/* Document
/*
/***********************************************/
/*
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/************************************************
/*
/* Sections
/*
/***********************************************/
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/************************************************
/*
/* Grouping Content
/*
/***********************************************/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  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: 1em; /* 2 */
}

figure {
  margin: 0;
  padding: 0;
}

/************************************************
/*
/* Text Content
/*
/***********************************************/
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.3;
  font-family: inherit;
  margin: 0;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
  margin: 0;
}

br {
  letter-spacing: 0;
}

/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; /* 1 */
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: none; /* 2 */
}

b, strong {
  font-weight: bold;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: normal;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

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

q {
  quotes: "“" "”" "‘" "’";
}

/************************************************
/*
/* Embedded Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; /* 1 */
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/************************************************
/*
/* Scripting Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/************************************************
/*
/* Form Content
/*
/***********************************************/
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button, input {
  line-height: normal;
}

button {
  background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button:focus {
  outline: none;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: normal;
  cursor: pointer;
  border: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

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

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

/************************************************
/*
/* Interactive Content
/*
/***********************************************/
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/************************************************
/*
/* Table Content
/*
/***********************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th {
  font-weight: normal;
}

/************************************************
/*
/* List Content
/*
/***********************************************/
ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin-left: 0px;
}

/************************************************
/*
/* Hidden
/*
/***********************************************/
[hidden] {
  display: none;
}

/*************************************************************
*
* Variables
*
*************************************************************/
/*************************************************************
* デバイスの基準サイズ
*************************************************************/
/*************************************************************
* コンテンツのコンテナ幅
*************************************************************/
/*************************************************************
* Media Query
*************************************************************/
/*************************************************************
* Gutters Margin
*************************************************************/
/*************************************************************
* Typography
*************************************************************/
/*************************************************************
* Color
*************************************************************/
/*************************************************************
* Margin
*************************************************************/
/*************************************************************
* Animation
*************************************************************/
/**************************************************************
* Media Query
**************************************************************/
/**************************************************************
* Media Query Image Ratio
**************************************************************/
/**************************************************************
* Transition
**************************************************************/
/**************************************************************
* Object Fit
**************************************************************/
/**************************************************************
* 
**************************************************************/
/*************************************************************
*
* Function
*
*************************************************************/
/**
 * Line heightの余白を除いたマージンの取得
 *
 * @param px $baseMargin 本来の余白
 * @param px $fontSize フォントサイズ
 * @param float $lineHeight 行間
 **/
/**
 * Fontの上下余白を取得
 *
 * @param float $lineHeight 行間
 * @param float $capitalLetter フォントの上下余白
 * @param float $ratio 取得する余白割合
 **/
/**
 * Pixel => rem変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => em変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => vw変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/*************************************************************
*
* Aura Custom Normalize
*
*************************************************************/
* {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/* Retinaモニタの際にfont-smoothingを適用 */
@media (min-resolution: 2dppx) {
  html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
/************************************************
/* Document
/***********************************************/
html {
  overflow: auto; /* iOS用*/
  height: 100%; /* iOS用*/
}

/************************************************
/* Grouping Content
/***********************************************/
address {
  font-style: normal;
}

/************************************************
/* Text Content
/***********************************************/
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline-width: 0;
}

strong {
  font-weight: normal;
}

button {
  text-align: left;
  padding: 0;
  border-radius: 0;
  border: none;
}

/*************************************************************
*
* Attribute
*
*************************************************************/
[disabled] {
  cursor: not-allowed;
}

/*************************************************************
*
* Status
*
*************************************************************/
:focus:not(:focus-visible) {
  outline: none;
}

/*************************************************************
*
* Typography
*
*************************************************************/
html {
  color: #333333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 979px) {
  html {
    font-size: 1.2195121951vw;
  }
}
@media screen and (max-width: 549px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  padding-top: 8.8rem !important;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (max-width: 1150px) {
  body {
    padding-top: 6.4rem !important;
  }
}
@media screen and (max-width: 979px) {
  body {
    font-size: 1.2195121951vw;
  }
}
@media screen and (max-width: 549px) {
  body {
    font-size: 2.5641025641vw;
  }
}

body.top {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Hiragino Sans, YuGothic, Verdana, Meiryo, sans-serif;
}

/* テキスト反転色 */
::selection {
  background: #2d4f80; /*背景色*/
  color: #fff; /*文字色*/
}

/************************************************
* Layout
***********************************************/
/**************************************************************
* Hover
**************************************************************/
/**************************************************************
* Animation Line01
**************************************************************/
@keyframes line01 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/**************************************************************
* Animation Line 02
**************************************************************/
@keyframes line02 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/*************************************************************
* Opacity
*************************************************************/
/*************************************************************
* Underline
*************************************************************/
/**************************************************************
*
* Footer
*
**************************************************************/
.l-footer {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  margin: 0 auto;
  padding: 12rem 3rem 0;
}
.l-footer__body {
  padding: 8rem 0 6rem;
}
.l-footer__menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 4rem;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex-shrink: 0;
}
.l-footer__logo {
  display: block;
  width: 21.4rem;
  height: 5.4rem;
}
.l-footer__logo-img {
  width: 100%;
  height: 100%;
}
.l-footer__address {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  font-style: normal;
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  flex: 1;
  max-width: 100%;
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.l-footer__nav-link {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
  white-space: nowrap;
}
.l-footer__nav-link.__vari01 {
  font-weight: 500;
}
.hover .l-footer__nav-link:hover[href], .hover .l-footer__nav-link:hover[type], .l-footer__nav-link.hover[href], .l-footer__nav-link.hover[type] {
  opacity: 0.7;
}
.l-footer__nav-icon {
  display: block;
  width: 1.2rem;
  height: 1rem;
  background-color: #333333;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
  transform: rotate(90deg);
}
.l-footer__copyright {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 4rem;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
}
.l-footer__privacy {
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  text-decoration: underline;
}
.hover .l-footer__privacy:hover[href], .hover .l-footer__privacy:hover[type], .l-footer__privacy.hover[href], .l-footer__privacy.hover[type] {
  opacity: 0.7;
}
.l-footer__copy {
  white-space: nowrap;
}
@media screen and (max-width: 979px) {
  .l-footer__inner {
    padding: 8rem 2.4rem 0;
  }
  .l-footer__body {
    padding: 8rem 0 6rem;
  }
  .l-footer__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .l-footer__nav {
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .l-footer__nav-list, .l-footer__nav-sub-list {
    justify-content: flex-start;
  }
  .l-footer__copyright {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 549px) {
  .l-footer__inner {
    padding: 7.2rem 1.6rem 0;
  }
  .l-footer__body {
    padding: 5.6rem 0 6rem;
  }
  .l-footer__nav {
    row-gap: 4rem;
  }
  .l-footer__nav-item {
    width: 100%;
  }
  .l-footer__nav-link {
    width: 100%;
  }
  .l-footer__nav-list, .l-footer__nav-sub-list {
    gap: 0 1.6rem;
  }
}

/**************************************************************
*
* Header
*
**************************************************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8.8rem;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
}
.l-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.6rem 1.2rem 1.6rem 2.4rem;
  flex-shrink: 0;
}
.l-header__logo-heading {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.l-header__logo-anchor {
  display: inline-block;
  width: 20.8rem;
  height: 5.6rem;
}
.l-header__logo-image {
  width: 100%;
  height: 100%;
}
.l-header__heading {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__tagline {
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-left: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  white-space: nowrap;
}
.l-header__tagline-layer {
  font-weight: 700;
}
.l-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: visible;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__nav-item::before {
  content: "";
  display: block;
  margin-top: 2.8rem;
  width: 1px;
  height: 1.6rem;
  background-color: #CCCCCC;
  flex-shrink: 0;
}
.l-header__nav-item:last-child::after {
  content: "";
  display: block;
  margin-top: 2.8rem;
  width: 1px;
  height: 1.6rem;
  background-color: #CCCCCC;
  flex-shrink: 0;
}
.l-header__nav-item--dropdown {
  position: static;
}
.l-header__nav-item--dropdown:hover .l-header__mega-menu {
  display: block;
}
.l-header__nav-item--dropdown:hover .l-header__nav-layer span {
  color: #fff;
}
.l-header__nav-item--dropdown:hover .l-header__nav-arrow {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.l-header__nav-item--dropdown:hover .l-header__nav-link:after {
  background-color: #15B1A9;
}
.l-header__nav-layer {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  color: #333333;
  z-index: 1;
}
.l-header__nav-layer span {
  font-weight: 700;
}
.l-header__nav-layer.__active:after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E95E01;
}
.l-header__nav-link {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.2rem 2.4rem 2.4rem;
  height: 100%;
  white-space: nowrap;
  text-decoration: none;
}
.l-header__nav-link:after {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6rem;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}
.l-header__nav-link:hover {
  opacity: 1;
}
.l-header__nav-link:hover .l-header__nav-layer {
  color: #fff;
}
.l-header__nav-link:hover .l-header__nav-arrow {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.l-header__nav-link:hover:after {
  background-color: #15B1A9;
}
.l-header__nav-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.l-header__nav-arrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
}
.l-header__mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2d4f80;
  padding: 6.8rem 0 7.2rem;
  z-index: 20;
}
.l-header__mega-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
.l-header__mega-heading {
  padding-bottom: 5.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.l-header__mega-cols {
  display: flex;
  gap: 4rem;
}
.l-header__mega-col {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.l-header__mega-col:hover {
  opacity: 1;
}
.l-header__mega-col:hover .l-header__mega-col-image-img {
  transform: scale(1.05);
}
.l-header__mega-col:hover .l-header__mega-col-layer {
  text-decoration: underline;
}
.l-header__mega-col:hover .l-header__mega-col-title:after {
  opacity: 1;
}
.l-header__mega-col-image {
  margin-bottom: 2rem;
  aspect-ratio: 3/2;
  border-radius: 0.4rem;
  overflow: hidden;
}
.l-header__mega-col-image-img {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-header__mega-col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.l-header__mega-col-title:after {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
  transition-delay: 0ms;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
}
.l-header__mega-col-layer {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
.l-header__mega-col-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.l-header__mega-col-link {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.l-header__mega-col-link::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg) translate(-0.1rem, 0.1rem);
  flex-shrink: 0;
}
.hover .l-header__mega-col-link:hover[href], .hover .l-header__mega-col-link:hover[type], .l-header__mega-col-link.hover[href], .l-header__mega-col-link.hover[type] {
  opacity: 0.7;
}
.l-header__nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  margin: 0;
  padding: 0.8rem 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}
.l-header__nav-dropdown-link {
  display: block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  line-height: 1.5;
}
.hover .l-header__nav-dropdown-link:hover[href], .hover .l-header__nav-dropdown-link:hover[type], .l-header__nav-dropdown-link.hover[href], .l-header__nav-dropdown-link.hover[type] {
  background-color: rgba(45, 79, 128, 0.08);
}
.l-header__right {
  display: flex;
  align-items: stretch;
  height: 100%;
  flex-shrink: 0;
}
.l-header__right-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.l-header__tel-img {
  display: block;
  width: auto;
  height: 3.5rem;
}
.l-header__sub-nav {
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
}
.l-header__sub-link {
  padding: 1.3rem 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}
.hover .l-header__sub-link:hover[href], .hover .l-header__sub-link:hover[type], .l-header__sub-link.hover[href], .l-header__sub-link.hover[type] {
  opacity: 0.7;
}
.l-header__contact {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 100%;
  flex-shrink: 0;
  background-color: #E95E01;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.l-header__contact:hover {
  opacity: 1;
  background-color: #2d4f80;
  color: #fff;
}
@media (max-width: 1580px) {
  .l-header__logo-anchor {
    width: 17.8rem;
    height: 4.8rem;
  }
  .l-header__nav {
    justify-content: flex-end;
  }
  .l-header__nav-item:before, .l-header__nav-item:after {
    margin-top: 4.4rem;
  }
  .l-header__nav-item:last-child:after {
    display: none;
  }
  .l-header__nav-link {
    padding: 5.2rem 2.4rem 0.8rem;
  }
  .l-header__nav-link:after {
    height: 4.3rem;
  }
  .l-header__nav-layer.__active:after {
    content: "";
    position: absolute;
    bottom: -1rem;
  }
  .l-header__right-info {
    position: absolute;
    right: 16rem;
    top: 0;
    flex-direction: row-reverse;
  }
  .l-header__tagline {
    position: absolute;
    top: 0.8rem;
    padding-left: 0.6rem;
    left: 0;
    flex-direction: row;
    column-gap: 0.4rem;
    border-left: none;
  }
  .l-header__logo {
    padding: 2.6rem 1.2rem 0.6rem 1.6rem;
  }
}
@media (max-width: 1150px) {
  .l-header {
    height: 6.4rem;
  }
  .l-header__nav, .l-header__right {
    display: none;
  }
  .l-header__logo {
    padding: 1.2rem 1.2rem 1.2rem 1.6rem;
  }
  .l-header__logo-image {
    max-height: 4.4rem;
  }
  .l-header__tagline {
    position: static;
    padding-left: 1.6rem;
    left: 0;
    flex-direction: column;
    border-left: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 549px) {
  .l-header__logo-anchor {
    width: 11.9rem;
    height: 3.2rem;
  }
  .l-header__tagline {
    margin-left: 1.2rem;
    padding-left: 0.8rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }
}

/**************************************************************
*
* Topmain
*
**************************************************************/
.l-topmain {
  position: relative;
  z-index: 1;
  min-height: 75.8rem;
  display: flex;
  flex-direction: column;
  padding-top: 11.6rem;
}
.l-topmain__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.l-topmain__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-topmain__text {
  margin-bottom: 2.4rem;
  max-width: 78rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.l-topmain__lead {
  margin-right: -1.6rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
.l-topmain__title {
  margin-right: -18rem;
  font-size: 7.8rem;
  font-weight: 900;
  color: #333333;
  line-height: 1.3;
}
.l-topmain__badges {
  max-width: 72rem;
  display: flex;
  gap: 2.4rem;
  filter: drop-shadow(0 0 1.2rem rgb(255, 255, 255));
}
.l-topmain__badges-row {
  display: contents;
}
.l-topmain__badge {
  flex: 1 0 0;
  width: 19.8rem;
  height: 25.6rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #2d4f80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-topmain__badge.__fourth {
  background-color: #44509A;
}
.l-topmain__badge.__fifth {
  background-color: #643F90;
}
.l-topmain__badge-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.l-topmain__badge-subtext {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1259px) {
  .l-topmain__text {
    max-width: 100%;
  }
  .l-topmain__title {
    margin-right: 0;
    width: 100%;
  }
  .l-topmain__lead {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .l-topmain {
    min-height: auto;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .l-topmain__title {
    margin-right: 0;
    font-size: 5.2rem;
  }
  .l-topmain__lead {
    margin-right: 0;
    font-size: 1.8rem;
  }
  .l-topmain__text {
    max-width: 100%;
  }
  .l-topmain__badges {
    gap: 1.6rem;
    max-width: 72rem;
  }
  .l-topmain__badge-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 549px) {
  .l-topmain {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .l-topmain__title {
    margin-bottom: 1.4rem;
    font-size: 4.2rem;
    text-shadow: 0 0 0.8rem #fff, 0 0 0.8rem #fff, 0 0 0.4rem #fff;
  }
  .l-topmain__lead {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .l-topmain__badges {
    margin-left: 1rem;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 0;
  }
  .l-topmain__badges-row {
    display: flex;
  }
  .l-topmain__badges-row.__spread {
    justify-content: space-between;
    width: 100%;
    margin-left: -0.5rem;
    margin-top: -3.7rem;
    column-gap: 1.2rem;
  }
  .l-topmain__badge {
    flex: none;
    width: 17.1rem;
    height: 19.8rem;
  }
  .l-topmain__badge-text {
    font-size: 2rem;
  }
  .l-topmain__badge-subtext {
    font-size: 1.2rem;
  }
}

/**************************************************************
*
* Bread Crumb
*
**************************************************************/
.l-topicpath__item {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
}
.l-topicpath__item:after {
  content: "/";
  margin-left: 0.5rem;
  margin-right: 0.6rem;
}
.l-topicpath__item:last-child:after {
  content: none;
}
.l-topicpath__anchor {
  text-decoration: underline;
}
.hover .l-topicpath__anchor:hover[href], .hover .l-topicpath__anchor:hover[type], .l-topicpath__anchor.hover[href], .l-topicpath__anchor.hover[type] {
  text-decoration: none;
}
/**************************************************************
*
* Navigation: SPメニュー
*
**************************************************************/
.l-navigation {
  position: fixed;
  top: 6.4rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 6.4rem);
  z-index: 200;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1), visibility 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-navigation.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.l-navigation__header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.4rem;
  padding: 0 1.6rem;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
}
.l-navigation__logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem 0;
  text-decoration: none;
}
.l-navigation__logo-image {
  display: block;
  width: 14.3rem;
  height: 3.2rem;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}
.l-navigation__tagline {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 0.8rem;
  border-left: 1px solid #CCCCCC;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}
.l-navigation__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.l-navigation__close-icon {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.l-navigation__close-icon::before, .l-navigation__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 1px;
}
.l-navigation__close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}
.l-navigation__close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}
.l-navigation__body {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 6.4rem);
  background-color: #2d4f80;
  padding: 0 1.6rem;
}
.l-navigation__list {
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-navigation__item {
  border-bottom: 1px solid #5c769c;
}
.l-navigation__item.__has-sub.is-open .l-navigation__trigger {
  border-bottom: 1px solid #5c769c;
}
.l-navigation__item.__has-sub.is-open .l-navigation__trigger-arrow::before {
  transform: rotate(-45deg);
  margin-top: 0.3rem;
}
.l-navigation__link {
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.l-navigation__trigger {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.8rem 0;
  width: 100%;
  background: none;
  border: none;
  border-bottom: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.l-navigation__trigger-text {
  flex: 1;
  color: #fff;
}
.l-navigation__trigger-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.l-navigation__trigger-arrow::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(135deg);
  margin-top: -0.3rem;
  transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1), margin-top 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-navigation__sub {
  list-style: none;
  margin: 0;
}
.l-navigation__sub-item {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.l-navigation__sub-item:first-child {
  margin-top: 1.2rem;
}
.l-navigation__sub-item:last-child {
  margin-bottom: 1.2rem;
}
.l-navigation__sub-link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.l-navigation__sub-nav {
  flex-shrink: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 2.4rem;
}
.l-navigation__sub-nav-item {
  border-bottom: 1px solid #5c769c;
}
.l-navigation__sub-nav-link {
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
}
.l-navigation__foot {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.4rem;
  gap: 1.6rem;
}
.l-navigation__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 5.6rem;
  background-color: #15B1A9;
  text-decoration: none;
}
.l-navigation__tel-icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}
.l-navigation__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.l-navigation__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  background-color: #E95E01;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}

/**************************************************************
*
* Mobile Navigation Menu Button
*
**************************************************************/
.l-navigation-toggle {
  padding: 0;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.3rem;
}
.l-navigation-toggle__container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 210;
  justify-content: center;
  align-items: center;
  padding-top: 0.4rem;
  width: 6.4rem;
  height: 6.3rem;
  background-color: #fff;
}
.l-navigation-toggle__container.is-active .l-navigation-toggle:before {
  transform: translateY(0px) rotate(-45deg);
}
.l-navigation-toggle__container.is-active .l-navigation-toggle:after {
  transform: translateY(0px) rotate(45deg);
}
.l-navigation-toggle__container.is-active .l-navigation-toggle__bar {
  opacity: 0;
  transform: scaleX(0);
}
.l-navigation-toggle:before, .l-navigation-toggle:after {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3.2rem;
  height: 1px;
  background-color: #333333;
}
.l-navigation-toggle:before {
  transform: translateY(-1.2rem);
}
.l-navigation-toggle:after {
  transform: translateY(1.2rem);
}
.l-navigation-toggle__bar {
  display: block;
  width: 3.2rem;
  height: 1px;
  background-color: #333333;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1150px) {
  .l-navigation-toggle__container {
    display: flex;
  }
}
/**************************************************************
*
* Opening Animation
* キャッチコピーを先に表示し、その後各要素がふわっと登場する
*
**************************************************************/
@keyframes opening-fadein {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opening-fadein-reverse {
  from {
    opacity: 0;
    transform: translateY(-3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.top .l-header,
body.top .l-topmain__lead,
body.top .l-topmain__badges,
body.top .p-background01__container,
body.top .p-background02__container,
body.top .p-scroll01 {
  opacity: 0;
}
body.top .l-topmain__title {
  opacity: 0;
}
body.top.is-loaded .l-topmain__title {
  animation: opening-fadein 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 0ms;
}
body.top.is-loaded .l-header,
body.top.is-loaded .l-topmain__lead,
body.top.is-loaded .l-topmain__badges,
body.top.is-loaded .p-background01__container,
body.top.is-loaded .p-background02__container,
body.top.is-loaded .p-scroll01 {
  animation: opening-fadein-reverse 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-delay: 600ms;
}

/************************************************
* Object - Utility
***********************************************/
/*************************************************************
* 要素の回り込み解除
*************************************************************/
.sc {
  clear: both;
}

/*************************************************************
* クリアフィックス
*************************************************************/
.cf {
  zoom: 1;
}
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/*************************************************************
* その他
*************************************************************/
/* objfit */
img.objfit {
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;object-position: center;";
}

/*************************************************************
*
* デバイス毎のスタイル
*
*************************************************************/
/* PCサイズ以上 */
@media screen and (min-width: 1260px) {
  .over-pc-none {
    display: none;
  }
}
/* ノートPCサイズ以上 */
@media screen and (min-width: 980px) {
  .over-lp-none {
    display: none;
  }
}
/* タブレットサイズ以上 */
@media screen and (min-width: 550px) {
  .over-tb-none {
    display: none;
  }
}
/* ノートPCサイズ以下 */
@media screen and (max-width: 1259px) {
  .under-lp-none {
    display: none;
  }
}
/* タブレットサイズ以下 */
@media screen and (max-width: 979px) {
  .under-tb-none {
    display: none;
  }
}
/* スマホサイズ以下 */
@media screen and (max-width: 549px) {
  .under-sp-none {
    display: none;
  }
}
/*************************************************************
*
* ブラウザ更新
*
*************************************************************/
.u-ie-update__bg {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.u-ie-update__box {
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 500px !important;
  transform: translate(-50%, -50%);
  padding: 25px;
  background-color: #fff;
  text-align: center;
}
.u-ie-update__heading {
  font-size: 1.2em;
  color: #2d4f80;
  margin-bottom: 1.25rem;
}
.u-ie-update__subtext {
  display: block;
  color: #999;
  font-size: 0.75em;
  font-weight: normal;
}
.u-ie-update__paragraph {
  text-align: justify;
  text-align-last: left;
  font-size: 0.875em;
  margin-bottom: 1.25rem;
}
.u-ie-update__btn {
  display: block;
  background-color: #2d4f80;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .u-wrapper-window {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 549px) {
  .u-wrapper-window {
    margin-left: -16px;
    margin-right: -16px;
  }
}

/*************************************************************
*
* アウラロゴ
*
*************************************************************/
#logo_aura {
  position: absolute;
  bottom: 1%;
  right: 30px;
  width: 70px;
  opacity: 0.4;
}
@media screen and (max-width: 549px) {
  #logo_aura {
    right: 16px;
  }
}

/*************************************************************
*
* flex
*
*************************************************************/
.u-flex-center {
  display: flex;
  justify-content: center;
}

/*************************************************************
*
* Content
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
/*************************************************************
*
* Container
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
.u-page-container {
  max-width: 1260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 979px) {
  .u-page-container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 549px) {
  .u-page-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.u-page-container.__small {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 979px) {
  .u-page-container.__small {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 549px) {
  .u-page-container.__small {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.u-page-container .u-page-container.__small {
  padding: 0;
}
.u-page-container.__large {
  max-width: 1660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 979px) {
  .u-page-container.__large {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 549px) {
  .u-page-container.__large {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.u-page-container .u-page-container.__large {
  padding: 0;
}

/*************************************************************
*
* Margin
*
*************************************************************/
/*************************************************************
* Content Margin Bottom
*************************************************************/
.u-margin-section-large {
  margin-bottom: 12rem;
}
@media screen and (max-width: 979px) {
  .u-margin-section-large {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 549px) {
  .u-margin-section-large {
    margin-bottom: 8rem;
  }
}

.u-margin-section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 979px) {
  .u-margin-section {
    margin-bottom: 9rem;
  }
}
@media screen and (max-width: 549px) {
  .u-margin-section {
    margin-bottom: 8rem;
  }
}

.u-margin-content-large {
  margin-bottom: 6rem;
}
@media screen and (max-width: 549px) {
  .u-margin-content-large {
    margin-bottom: 6rem;
  }
}

.u-margin-content {
  margin-bottom: 4rem;
}
@media screen and (max-width: 549px) {
  .u-margin-content {
    margin-bottom: 4rem;
  }
}

.u-margin-paragraph {
  margin-bottom: 3rem;
}
@media screen and (max-width: 549px) {
  .u-margin-paragraph {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 979px) {
  .u-margin-paragraph-tb {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 549px) {
  .u-margin-paragraph-sp {
    margin-bottom: 2rem;
  }
}

.u-margin-parts {
  margin-bottom: 2rem;
}

/*************************************************************
*
* Padding
*
*************************************************************/
/*************************************************************
* Content Padding Bottom
*************************************************************/
.u-padding-special-bottom {
  padding-bottom: 16rem;
}
@media screen and (max-width: 979px) {
  .u-padding-special-bottom {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 549px) {
  .u-padding-special-bottom {
    padding-bottom: 8rem;
  }
}

.u-padding-section-large {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 979px) {
  .u-padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 549px) {
  .u-padding-section-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.u-padding-section-large-top {
  padding-top: 12rem;
}
@media screen and (max-width: 979px) {
  .u-padding-section-large-top {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 549px) {
  .u-padding-section-large-top {
    padding-top: 8rem;
  }
}

.u-padding-section-large-bottom {
  padding-bottom: 12rem;
}
@media screen and (max-width: 979px) {
  .u-padding-section-large-bottom {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 549px) {
  .u-padding-section-large-bottom {
    padding-bottom: 6rem;
  }
}

.u-padding-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 979px) {
  .u-padding-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 549px) {
  .u-padding-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.u-padding-content-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 549px) {
  .u-padding-content-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.u-padding-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 549px) {
  .u-padding-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.u-padding-paragraph {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 549px) {
  .u-padding-paragraph {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.u-padding-paragraph-top {
  padding-top: 3rem;
}
@media screen and (max-width: 549px) {
  .u-padding-paragraph-top {
    padding-top: 2rem;
  }
}

.u-padding-paragraph-bottom {
  padding-bottom: 3rem;
}
@media screen and (max-width: 549px) {
  .u-padding-paragraph-bottom {
    padding-bottom: 2rem;
  }
}

.u-padding-parts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/*************************************************************
*
* Color
*
*************************************************************/
/*************************************************************
* Background
*************************************************************/
.u-color-bg-primary {
  background-color: #2d4f80;
}

.u-color-bg-third {
  background-color: #15B1A9;
}

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

.u-color-bg-section {
  background-color: #EEEEEE;
}

/*************************************************************
* Text
*************************************************************/
.u-color-text-primary {
  color: #2d4f80;
}

.u-color-text-white {
  color: #fff;
}

.u-color-text-alert {
  color: #DC000C;
}

/*************************************************************
*
* Typography
*
*************************************************************/
/*************************************************************
* Text Align
*************************************************************/
.u-text-center {
  text-align: center;
}

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

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

.u-text-justify {
  text-align: justify;
}

/*************************************************************
* Text Wrapping
*************************************************************/
/* 文字折り返し禁止 */
.u-text-nowrap {
  white-space: nowrap;
}

/*************************************************************
* Font Size
*************************************************************/
.u-text-small {
  font-size: 0.889em;
}

.u-text-large {
  font-size: 1.266em;
}

.u-text-huge {
  font-size: 2.027em;
}

/*************************************************************
* Font Style
*************************************************************/
.u-text-bold {
  font-weight: bold;
}

/*************************************************************
*
* Form
*
*************************************************************/
/**************************************************************
* テンプレートクラス
**************************************************************/
.u-form__relation-item {
  display: none;
}

.u-form__asterisk {
  display: inline;
  color: #DC000C;
  font-weight: normal;
  line-height: 1;
}

/*************************************************************
*
* Webfont
*
*************************************************************/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?d9b8vn");
  src: url("fonts/icomoon.eot?d9b8vn#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?d9b8vn") format("truetype"), url("fonts/icomoon.woff?d9b8vn") format("woff"), url("fonts/icomoon.svg?d9b8vn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow01:before {
  content: "\e900";
}

.icon-pagetop:before {
  content: "\e901";
}

.icon-tel01:before {
  content: "\e902";
}

/*************************************************************
*
* fade 入場アニメーション
*
*************************************************************/
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(3rem);
}
.fade-in-up.scroll-in {
  animation: fade-in-up 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.fade-in-delay-1 {
  animation-delay: 200ms;
}

.fade-in-delay-2 {
  animation-delay: 400ms;
}

.fade-in-delay-3 {
  animation-delay: 600ms;
}

/************************************************
* Object - Component
***********************************************/
/*************************************************************
* Opacity
*************************************************************/
.c-anchor-alpha {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .c-anchor-alpha:hover[href], .hover .c-anchor-alpha:hover[type], .c-anchor-alpha.hover[href], .c-anchor-alpha.hover[type] {
  opacity: 0.7;
  zoom: 1;
}

/*************************************************************
* Underline
*************************************************************/
.c-anchor-underline {
  text-decoration: underline;
}
.hover .c-anchor-underline:hover[href], .hover .c-anchor-underline:hover[type], .c-anchor-underline.hover[href], .c-anchor-underline.hover[type] {
  text-decoration: none;
}

/*************************************************************
* Underline: Animation
*************************************************************/
.c-anchor-line {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
}
.c-anchor-line:after {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: left center;
}
.hover .c-anchor-line:hover[href]:after, .hover .c-anchor-line:hover[type]:after, .c-anchor-line.hover[href]:after, .c-anchor-line.hover[type]:after {
  transform-origin: left center;
  animation: line02 0.6s ease-in-out forwards;
}
.c-anchor-line {
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
}
.c-anchor-line.__primary {
  color: #2d4f80;
}
.hover .c-anchor-line:hover[href], .hover .c-anchor-line:hover[type], .c-anchor-line.hover[href], .c-anchor-line.hover[type] {
  color: #E95E01;
}

.c-anchor-line-reverse {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
}
.c-anchor-line-reverse:after {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: currentColor;
  transform-origin: left center;
}
.hover .c-anchor-line-reverse:hover[href]:after, .hover .c-anchor-line-reverse:hover[type]:after, .c-anchor-line-reverse.hover[href]:after, .c-anchor-line-reverse.hover[type]:after {
  transform-origin: left center;
  animation: line02 0.6s ease-in-out forwards;
}
.c-anchor-line-reverse {
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
}
.c-anchor-line-reverse.__primary {
  color: #2d4f80;
}
.hover .c-anchor-line-reverse:hover[href], .hover .c-anchor-line-reverse:hover[type], .c-anchor-line-reverse.hover[href], .c-anchor-line-reverse.hover[type] {
  color: #E95E01;
}

/*************************************************************
* Bright
*************************************************************/
.c-anchor-bright {
  transition: filter 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hover .c-anchor-bright:hover[href], .hover .c-anchor-bright:hover[type], .c-anchor-bright.hover[href], .c-anchor-bright.hover[type] {
  filter: brightness(1.1);
}

/**************************************************************
*
* Box01
* 誘導ボタン（画像付きリンクカード）
*
**************************************************************/
.c-box01 {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: border;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.4rem;
  overflow: hidden;
  text-decoration: none;
}
.c-box01__content {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 15rem;
  padding: 0 2.4rem 0 3.2rem;
}
.c-box01__link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 1.6rem;
  width: auto;
}
.c-box01__arrow {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.4rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #2d4f80;
  border-radius: 0.2rem;
  flex-shrink: 0;
  margin-left: 1.2rem;
}
.c-box01__arrow::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.c-box01__body {
  font-size: 1.4rem;
  font-weight: 500;
  color: #666666;
  line-height: 1.75;
  width: 100%;
}
.c-box01__image {
  width: 28rem;
  height: 21rem;
  flex-shrink: 0;
  overflow: hidden;
}
.c-box01__image-img {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-box01.__fourth .c-box01__arrow {
  background-color: #44509A;
}
.c-box01.__fourth .c-heading03__title {
  color: #44509A;
}
.c-box01.__fourth .c-heading03__underline {
  background-color: #44509A;
}
.c-box01.__fifth .c-box01__arrow {
  background-color: #643F90;
}
.c-box01.__fifth .c-heading03__title {
  color: #643F90;
}
.c-box01.__fifth .c-heading03__underline {
  background-color: #643F90;
}
.c-box01__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.c-box01:hover {
  opacity: 1;
  border: 1px solid #E95E01;
}
.c-box01:hover .c-heading03__title {
  color: #E95E01;
}
.c-box01:hover .c-heading03__underline {
  background-color: #fff;
}
.c-box01:hover .c-box01__arrow {
  background-color: #E95E01;
}
.c-box01:hover .c-box01__image-img {
  transform: scale(1.05);
}
@media screen and (max-width: 1259px) {
  .c-box01__image {
    width: 20rem;
  }
}
@media screen and (max-width: 979px) {
  .c-box01 {
    flex-direction: column-reverse;
    align-items: stretch;
    width: calc(50% - 1.2rem);
  }
  .c-box01__content {
    justify-content: flex-start;
    height: auto;
    padding: 2.4rem 2.4rem 1.6rem;
  }
  .c-box01__image {
    width: 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 549px) {
  .c-box01 {
    width: 100%;
  }
  .c-box01__content {
    padding: 2rem 1.6rem 1.6rem;
  }
  .c-box01__link {
    padding-bottom: 1.2rem;
  }
  .c-box01__arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
  .c-box01__arrow::after {
    width: 0.6rem;
    height: 0.6rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

/*************************************************************
*
* Button
*
*************************************************************/
/*************************************************************
* Common Style
*************************************************************/
/*************************************************************
* Theme Common Style
*************************************************************/
/*************************************************************
*
* Button01
*
*************************************************************/
.c-button01 {
  appearance: none;
  display: block;
  width: 100%;
}
.c-button01[href] {
  cursor: pointer;
}
.c-button01.__mauto {
  margin-left: auto;
  margin-right: auto;
}
.c-button01.__mright {
  margin-left: auto;
  margin-right: 0;
}
.c-button01.__inline {
  display: inline-block;
}
.c-button01.__disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.8;
  color: #ababab;
}
.c-button01.__max-width {
  max-width: inherit;
}
.c-button01 {
  /* Small */
}
.c-button01.__small {
  max-width: 130px;
  padding: 0.493em 1em;
  font-size: 0.79em;
}
.c-button01 {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32rem;
  min-width: 32rem;
  height: 9.6rem;
  border-radius: 0.8rem;
}
.c-button01__text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}
.c-button01__icon {
  position: absolute;
  z-index: 1;
  right: 1.6rem;
}
.c-button01:after {
  transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform, opacity;
  transition-delay: 0ms;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E95E01;
  border-radius: 0.8rem;
  transform: translateY(100%);
  opacity: 0;
}
.hover .c-button01:hover:after, .c-button01.hover:after {
  transform: translateY(0%);
  opacity: 1;
}
@media screen and (max-width: 979px) {
  .c-button01 {
    height: 7.2rem;
  }
}
@media screen and (max-width: 549px) {
  .c-button01 {
    width: 100%;
    min-width: 100%;
    height: 7.2rem;
  }
  .c-button01__text {
    font-size: 1.6rem;
  }
}

/**************************************************************
*
* Heading 01
* ラベル（英語）+ 大見出し
*
* Modifiers:
*   .__primary  — ラベル・タイトルともに $color-primary（明るい背景用）
*   .__center   — センター揃え
*
**************************************************************/
.c-heading01__label {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  gap: 0.6rem;
}
.c-heading01__label-icon {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: block;
  width: 1.6rem;
  height: 1.4rem;
  background-color: #E95E01;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
  transform: rotate(90deg);
}
.c-heading01__label-text {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #E95E01;
  line-height: 1;
  letter-spacing: 0;
}
.c-heading01__title {
  margin: 0;
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.c-heading01.__third .c-heading01__label-icon {
  background-color: #15B1A9;
}
.c-heading01.__third .c-heading01__label-text {
  color: #15B1A9;
}
.c-heading01.__third .c-heading01__title {
  color: #333333;
}
.c-heading01.__center .c-heading01__label {
  justify-content: center;
}
.c-heading01.__center .c-heading01__title {
  text-align: center;
}
@media screen and (max-width: 979px) {
  .c-heading01__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 549px) {
  .c-heading01__label {
    margin-bottom: 0;
  }
  .c-heading01__label-text {
    font-size: 2rem;
  }
  .c-heading01__title {
    font-size: 3.6rem;
  }
}

/**************************************************************
*
* Heading 02
* ボーダー付き小見出し
*
**************************************************************/
.c-heading02 {
  border-bottom: 1px solid #CCCCCC;
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  text-align: center;
}

/**************************************************************
*
* Heading 03
* タイトル＋アンダーライン（リンクカード用）
*
**************************************************************/
.c-heading03 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.c-heading03__title {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
  font-size: 2.6rem;
  font-weight: 700;
  color: #2d4f80;
  line-height: 1.5;
  white-space: nowrap;
}
.c-heading03__underline {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #2d4f80;
}
@media screen and (max-width: 1259px) {
  .c-heading03__title {
    font-size: 2rem;
  }
}
/**************************************************************
*
* List01
* ディスクリスト
*
**************************************************************/
.c-list01 {
  list-style: disc;
  margin-left: 2.8rem;
  margin-right: 2.8rem;
  padding-left: 2.4rem;
  display: flex;
  flex-direction: column;
}
.c-list01__item {
  font-size: 1.6rem;
  font-weight: 500 !important;
  color: #333333;
  line-height: 1.75;
}
@media screen and (max-width: 1259px) {
  .c-list01 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 549px) {
  .c-list01 {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
  .c-list01__item {
    font-size: 1.4rem;
  }
}

/*************************************************************
* Paragraph Default
*************************************************************/
.c-paragraph-default {
  line-height: 1.75;
  font-weight: 300;
}
.c-paragraph-default.__center {
  text-align: center;
}

/*************************************************************
* Paragraph01
*************************************************************/
.c-paragraph01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 1259px) {
  .c-paragraph01 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 979px) {
  .c-paragraph01 {
    font-size: 2rem;
    line-height: 2;
  }
}

/**************************************************************
* Crop Line height
**************************************************************/
/**************************************************************
*
* Table
*
**************************************************************/
/*************************************
* Common Style
*************************************/
/*************************************
* Theme Common Style
*************************************/
/**************************************************************
*
* Table01
*
**************************************************************/
.c-table01 {
  width: 100%;
}
/**************************************************************
* Tel01
* 電話番号リンク（アイコン＋番号）
**************************************************************/
.c-tel01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  width: 20rem;
  height: 4.4rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: #2d4f80;
}
.c-tel01__icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: #fff;
  flex-shrink: 0;
}
.c-tel01__number {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.c-tel01:hover {
  opacity: 1;
  background-color: #E95E01;
}

/************************************************
* Object - Form
***********************************************/
/*************************************************************
* チェックボックス01
*************************************************************/
.f-check01 {
  display: flex;
}
.f-check01__input {
  opacity: 0;
  width: 0px;
  position: absolute;
}
.f-check01__input[disabled] + .f-check01__label {
  color: #CACACA;
}
.f-check01__input:checked + .f-check01__label:before {
  background-color: #fff;
  border-color: #CACACA;
}
.f-check01__input:checked + .f-check01__label:after {
  opacity: 1;
}
.f-check01__label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.75;
  white-space: nowrap;
}
.f-check01__label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #CACACA;
}
.f-check01__label:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 9px;
  margin: auto;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.f-check01__container {
  display: flex;
  flex-flow: row wrap;
}
.f-check01__container .f-check01 {
  width: 33.33%;
  padding-right: 10px;
}
.f-check01__container .f-check01:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 979px) {
  .f-check01__container .f-check01 {
    width: 50%;
  }
  .f-check01__container .f-check01:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 549px) {
  .f-check01__container .f-check01 {
    width: 100%;
    padding-right: 0;
  }
  .f-check01__container .f-check01:nth-child(n+2) {
    margin-top: 20px;
  }
  .f-check01__label {
    font-size: 14px;
  }
  .f-check01__label:before {
    min-width: 24px;
  }
}

/*************************************************************
* ファイル
*************************************************************/
.f-file01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
}
.f-file01__input {
  display: none;
}
.f-file01__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px 15px 10px;
  max-width: 280px;
  width: 280px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #2d4f80;
  background-color: #fff;
  color: #333333;
}
.f-file01__button .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #2d4f80;
  width: 10px;
  height: 15px;
}
@media screen and (max-width: 549px) {
  .f-file01__button {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
}

/*************************************************************
* ラジオボタン01
*************************************************************/
.f-radio01 {
  display: inline-flex;
}
.f-radio01:not(:last-child) {
  margin-right: 20px;
}
.f-radio01__input {
  opacity: 0;
  width: 0px;
  position: absolute;
}
.f-radio01__input[disabled] + .f-radio01__label {
  color: #ababab;
}
.f-radio01__input:checked + .f-radio01__label:before {
  background-color: #fff;
  border-color: #fff;
}
.f-radio01__input:checked + .f-radio01__label:after {
  opacity: 1;
}
.f-radio01__label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.f-radio01__label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(25, 25, 25, 0.6);
}
.f-radio01__label:after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  margin: auto;
  background-color: #2d4f80;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*************************************************************
* セレクト01
*************************************************************/
.f-select01 {
  position: relative;
  display: block;
  width: 280px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
}
.f-select01__input {
  position: relative;
  z-index: 1;
  padding: 30px 16px;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #333333;
}
.f-select01__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(90deg);
}
.f-select01.__error, .f-select01:invalid {
  border-color: #DC000C;
}
@media screen and (max-width: 549px) {
  .f-select01 {
    width: 100%;
    height: 44px;
  }
  .f-select01__input {
    padding: 12px 16px;
  }
}

/*************************************************************
* Text01
*************************************************************/
.f-text01 {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  box-sizing: border-box; /* iOS Safari のスタイルをリセット */
  appearance: none;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 30px 16px;
  font-size: 14px;
  color: #333333;
}
.f-text01:focus {
  border: 1px solid #E95E01;
}
.f-text01.__error, .f-text01:invalid {
  border-color: #DC000C;
}
.f-text01.__medium {
  max-width: 400px;
}
.f-text01.__small {
  max-width: 240px;
}
.f-text01.__micro {
  max-width: 170px;
}
.f-text01.__minimum {
  max-width: 120px;
}
.f-text01:-ms-input-placeholder {
  color: #ccc;
}
.f-text01:placeholder-shown {
  color: #ccc;
}
.f-text01::-webkit-input-placeholder {
  color: #ccc;
}
.f-text01:-moz-placeholder {
  color: #ccc;
}
.f-text01::-moz-placeholder {
  color: #ccc;
}
.f-text01:-ms-input-placeholder {
  color: #ccc;
}
.f-text01[type=number]::-webkit-inner-spin-button, .f-text01[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-text01[type=number] {
  -moz-appearance: textfield;
}
.f-text01[type=date] {
  color: #333333; /* SafariのネイティブUIを抑制 */
  appearance: none;
}
@media screen and (max-width: 549px) {
  .f-text01 {
    padding: 12px 16px;
    width: 100%;
    height: 44px;
  }
  .f-text01.__small {
    width: 100%;
  }
  .f-text01.__micro {
    max-width: 140px;
  }
  .f-text01.__minimum {
    max-width: 60px;
  }
}

/*************************************************************
* テキストエリア01
*************************************************************/
.f-textarea01 {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  width: 100%;
  min-height: 280px;
  resize: vertical;
  outline: none;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
}
.f-textarea01:focus {
  border: 2px solid #E95E01;
}
.f-textarea01.__error, .f-textarea01:invalid {
  border: 1px solid #DC000C;
}
@media screen and (max-width: 549px) {
  .f-textarea01 {
    width: 100%;
    min-height: 190px;
    padding: 12px 16px;
  }
}

/*************************************************************
* トグルスイッチ01
*************************************************************/
.f-toggle01__input {
  opacity: 0;
  width: 0px;
}
.f-toggle01__input:checked + .f-toggle01__label:before {
  background-color: #fdc23e;
  border-color: #fdc23e;
}
.f-toggle01__input:checked + .f-toggle01__label:after {
  transform: translateX(1rem);
}
.f-toggle01__label {
  padding-left: 2.8em;
  position: relative;
  line-height: 1.75;
}
.f-toggle01__label:before {
  content: "";
  width: 2rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 4px;
  background-color: #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
}
.f-toggle01__label:after {
  content: "";
  display: block;
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #ededed;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
  transition: transform 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/************************************************
* Object - Project
***********************************************/
/**************************************************************
*
* Background: Honeycomb
* 六角形ハニカムグリッド背景
*
**************************************************************/
.p-top {
  position: relative;
  overflow: hidden;
}

.p-background01 {
  position: absolute;
  top: -25rem;
  left: calc(50% + 30rem);
  transform: translateX(-50%);
  width: 192rem;
  pointer-events: none;
  z-index: 0;
}
.p-background01__grid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 10.4rem;
}
.p-background01__row {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-bottom: -10.4rem;
  flex-shrink: 0;
}
.p-background01__row.__offset {
  padding-right: 26rem;
}
.p-background01__cell {
  width: 48rem;
  height: 55.6rem;
  flex-shrink: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
}
.p-background01__cell.__background01 {
  background-color: #f4f6f9;
}
.p-background01__cell.__background02 {
  background-color: #fff7f2;
}
.p-background01__cell.__background03 {
  background-color: #f3fbfb;
}
.p-background01__cell.__background04 {
  background-color: #f4f6f9;
}
.p-background01__cell.__gray {
  background-color: #EEEEEE;
}
.p-background01__cell.__white {
  background-color: #fff;
}
.p-background01__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-background01.__vari01 {
  top: -37rem;
}
@media screen and (max-width: 979px) {
  .p-background01 {
    display: none;
  }
}

/**************************************************************
*
* Background: Honeycomb
* 六角形ハニカムグリッド背景
*
**************************************************************/
.p-background02 {
  position: absolute;
  top: -10.8rem;
  right: -17.4rem;
  pointer-events: none;
  z-index: 0;
  display: none;
}
.p-background02__grid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 3.7rem;
}
.p-background02__row {
  display: flex;
  gap: 1.4rem;
  align-items: center;
  margin-bottom: -3.7rem;
  flex-shrink: 0;
}
.p-background02__row.__offset {
  padding-right: 9.3rem;
}
.p-background02__cell {
  width: 17.1rem;
  height: 19.8rem;
  flex-shrink: 0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
}
.p-background02__cell.__background01 {
  background-color: #f4f6f9;
}
.p-background02__cell.__background02 {
  background-color: #fff7f2;
}
.p-background02__cell.__background03 {
  background-color: #f3fbfb;
}
.p-background02__cell.__background04 {
  background-color: #f4f6f9;
}
.p-background02__cell.__gray {
  background-color: #EEEEEE;
}
.p-background02__cell.__white {
  background-color: #fff;
}
.p-background02__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-background02.__vari01 {
  top: -12.4rem;
  right: -21rem;
}
@media screen and (max-width: 979px) {
  .p-background02 {
    display: block;
  }
}

/**************************************************************
*
* Scroll01
* スクロールインジケーター
*
**************************************************************/
@keyframes scroll01 {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: calc(100% - 0.7rem);
    opacity: 0;
  }
}
.p-scroll01 {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
  flex-shrink: 0;
}
.p-scroll01__line {
  position: relative;
  display: block;
  width: 1px;
  height: 7.2rem;
  background-color: #2d4f80;
  flex-shrink: 0;
}
.p-scroll01__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.4rem;
  display: block;
  width: 0.8rem;
  height: 0.7rem;
  background-color: #2d4f80;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  flex-shrink: 0;
  transform: rotate(90deg);
  animation: scroll01 2s ease-in-out infinite;
}
.p-scroll01__text {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d4f80;
  letter-spacing: 0.02em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 979px) {
  .p-scroll01__line {
    height: 4.5rem;
  }
  .p-scroll01__text {
    font-size: 1rem;
  }
}

/**************************************************************
*
* Project 01
* お問い合わせCTAボックス（汎用）
*
**************************************************************/
.p-project01 {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  position: relative;
  display: block;
  background-color: #2d4f80;
  border-radius: 0.4rem;
  padding: 5.6rem 6.4rem 8rem;
}
.p-project01:hover {
  opacity: 1;
  background-color: #E95E01;
}
.p-project01:hover .c-heading01__label-icon {
  background-color: #fff;
}
.p-project01:hover .c-heading01__label-text {
  color: #fff;
}
.p-project01__body {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
}
.p-project01__btn {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  background-color: #E95E01;
  border-radius: 0.4rem 0 0.4rem 0;
  text-decoration: none;
}
.p-project01__btn-arrow {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-0.2rem, 0.2rem);
  flex-shrink: 0;
}
@media screen and (max-width: 979px) {
  .p-project01 {
    padding: 4rem 4rem 8rem;
  }
  .p-project01__body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 549px) {
  .p-project01 {
    padding: 3.2rem 1.6rem 5.6rem;
  }
  .p-project01__btn {
    width: 4rem;
    height: 4rem;
  }
  .p-project01__btn-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/**************************************************************
*
* Project 02
* 製造・販売 / 会社案内 カードセクション
*
**************************************************************/
.p-project02__list {
  position: relative;
  display: flex;
  gap: 5.6rem;
  width: 100%;
}
.p-project02__item {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: border;
  transition-delay: 0ms;
  position: relative;
  flex: 1;
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  border: 1px solid #EEEEEE;
  height: 42.8rem;
}
.p-project02__item:hover {
  opacity: 1;
  border: 1px solid #E95E01;
}
.p-project02__item:hover .p-project02__btn {
  background-color: #E95E01;
}
.p-project02__item:hover .p-project02__image-img {
  transform: scale(1.05);
}
.p-project02__item:hover .c-heading01__label-icon {
  background-color: #E95E01;
}
.p-project02__item:hover .c-heading01__label-text {
  color: #E95E01;
}
.p-project02__item:hover .c-heading01__title {
  color: #E95E01;
}
.p-project02__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 24rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 0 0 0 0.4rem;
  flex-shrink: 0;
}
.p-project02__image-img {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: transform;
  transition-delay: 0ms;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-project02__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4rem 4rem 8rem;
  position: relative;
  z-index: 1;
}
.p-project02__heading {
  flex-shrink: 0;
  padding-top: 4rem;
}
.p-project02__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.75;
}
.p-project02__btn {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.6rem;
  width: 8rem;
  height: 8rem;
  background-color: #2d4f80;
  border-radius: 0.4rem 0 0 0;
  text-decoration: none;
}
.p-project02__btn-arrow {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-0.2rem, 0.2rem);
  flex-shrink: 0;
}
@media screen and (max-width: 1259px) {
  .p-project02__list {
    gap: 2.4rem;
  }
  .p-project02__image {
    max-width: 40%;
  }
}
@media screen and (max-width: 979px) {
  .p-project02__content {
    padding: 3.2rem 2.4rem 7.2rem;
  }
  .p-project02__image {
    max-width: 45%;
    height: 14rem;
  }
}
@media screen and (max-width: 549px) {
  .p-project02__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .p-project02__item {
    aspect-ratio: auto;
    min-height: 28rem;
  }
  .p-project02__heading {
    padding-top: 0;
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 549px) {
  .p-project02__content {
    padding: 3rem 1.6rem 5.6rem;
    row-gap: 2rem;
  }
  .p-project02__image {
    width: 13.6rem;
    height: 9.1rem;
  }
  .p-project02__body {
    font-size: 1.4rem;
  }
  .p-project02__btn {
    width: 4rem;
    height: 4rem;
  }
  .p-project02__btn-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/**************************************************************
*
* Project 03
* 新着情報セクション（p-project02 のバリエーション）
*
**************************************************************/
.p-project03 {
  width: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
  padding-top: 8rem;
}
.p-project03__heading {
  padding: 0 4rem 4rem;
}
.p-project03__list {
  margin-left: 4rem;
  margin-right: 4rem;
  border-top: 1px solid #CCCCCC;
}
.p-project03__item {
  position: relative;
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: border-bottom;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
  height: 9.2rem;
  padding: 3.2rem 0.4rem 3.2rem 0;
  border-bottom: 1px solid #CCCCCC;
  text-decoration: none;
  color: #333333;
}
.p-project03__item:hover {
  opacity: 1;
  border-bottom: 1px solid #E95E01;
}
.p-project03__item:hover .p-project03__date {
  color: #E95E01;
}
.p-project03__item:hover .p-project03__tag {
  background-color: #E95E01;
  border: 1px solid #E95E01;
}
.p-project03__item:hover .p-project03__tag-text {
  color: #fff;
}
.p-project03__item:hover .p-project03__title {
  text-decoration: underline;
}
.p-project03__meta {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
}
.p-project03__date {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: color;
  transition-delay: 0ms;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d4f80;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}
.p-project03__tag {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.1rem;
  width: 9.6rem;
  height: 2.8rem;
  border: 1px solid #15B1A9;
  background-color: #fff;
  border-radius: 0.2rem;
  flex-shrink: 0;
}
.p-project03__tag-text {
  font-size: 1.4rem;
  font-weight: 700;
  color: #15B1A9;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.p-project03__title {
  padding-right: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
.p-project03__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(-45deg) translate(-0.2rem, 0.2rem);
  flex-shrink: 0;
}
.p-project03__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 4.8rem;
}
.p-project03__btn {
  transition: 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: background-color;
  transition-delay: 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 24rem;
  height: 8rem;
  padding-left: 2.4rem;
  padding-right: 1.6rem;
  background-color: #2d4f80;
  border-radius: 0.4rem 0 0.4rem 0;
  text-decoration: none;
}
.p-project03__btn:hover {
  opacity: 1;
  background-color: #E95E01;
}
.p-project03__btn-text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  white-space: nowrap;
}
.p-project03__btn-arrow {
  display: block;
  margin-bottom: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(-0.2rem, 0.2rem);
  flex-shrink: 0;
}
@media screen and (max-width: 979px) {
  .p-project03__container {
    padding-top: 5.6rem;
  }
  .p-project03__heading {
    padding: 0 2.4rem 3.2rem;
  }
  .p-project03__list {
    padding: 0 2.4rem;
  }
  .p-project03__item {
    height: auto;
    min-height: 7.2rem;
    padding: 2rem 0.4rem 2rem 0;
  }
  .p-project03__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .p-project03__title {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 549px) {
  .p-project03 {
    padding-top: 4rem;
  }
  .p-project03__heading {
    padding: 0 2.4rem 2rem;
  }
  .p-project03__list {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    padding: 0;
  }
  .p-project03__meta {
    flex-direction: row;
    align-items: center;
    gap: 1.2rem;
  }
  .p-project03__item {
    padding: 1.6rem 0.4rem 1.6rem 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .p-project03__arrow {
    margin-right: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .p-project03__btn {
    width: 20rem;
    height: 4.8rem;
  }
  .p-project03__btn-text {
    font-size: 1.4rem;
  }
  .p-project03__btn-arrow {
    width: 0.8rem;
    height: 0.8rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-project03__footer {
    padding-top: 3.2rem;
  }
}

/*************************************************************
*
* Project04
*
*************************************************************/
.p-project04 {
  position: relative;
  z-index: 1;
}
.p-project04__image {
  width: 100%;
}
.p-project04.__vari01 {
  margin-top: -20rem;
}
@media screen and (max-width: 979px) {
  .p-project04 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-project04__photo {
    height: 42rem;
  }
  .p-project04.__vari01 {
    margin-top: -8rem;
  }
}
@media screen and (max-width: 549px) {
  .p-project04__photo {
    height: 24rem;
  }
}

/**************************************************************
*
* Project 06
* ミッション / 会社メッセージ
*
**************************************************************/
.p-project06 {
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
.p-project06__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-project06__heading {
  padding-bottom: 1.2rem;
}
.p-project06__title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
}
.p-project06__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-project06__text {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  line-height: 2.4;
}
@media screen and (max-width: 979px) {
  .p-project06__heading {
    padding-bottom: 0.6rem;
  }
  .p-project06__title {
    font-size: 3.2rem;
  }
  .p-project06__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 549px) {
  .p-project06__title {
    font-size: 3.2rem;
  }
  .p-project06__text {
    font-size: 1.8rem;
  }
}

/**************************************************************
*
* Project 07
* 事業紹介セクション（2カラム）
*
**************************************************************/
.p-project07 {
  position: relative;
  z-index: 1;
}
.p-project07__inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
.p-project07__left {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-width: 44rem;
}
.p-project07__table {
  background-color: #EEEEEE;
  border-radius: 0.4rem;
  padding: 1.6rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-project07__right {
  width: calc(100% - 48rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1259px) {
  .p-project07__left {
    min-width: 34rem;
  }
  .p-project07__right {
    width: calc(100% - 38rem);
  }
}
@media screen and (max-width: 979px) {
  .p-project07 {
    margin-bottom: 4rem;
  }
  .p-project07__inner {
    flex-direction: column;
    gap: 4rem;
  }
  .p-project07__left {
    flex: none;
    width: 100%;
  }
  .p-project07__right {
    width: 100%;
  }
}
@media screen and (max-width: 549px) {
  .p-project07__table {
    padding: 1.2rem 1.6rem 1.6rem;
  }
  .p-project07__inner {
    gap: 2.4rem;
  }
}