@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

em {
  font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    -webkit-clip-path: rect(0 0 0 0) !important;
            clip-path: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

:root {
  --white: #fff;
  --black: #000;
  --black2: #333;
  --navy: #112D5C;
  --paleBlue: #EDEFF8;
  --silver: #F3F7FA;
  --gray1: #F2F2F2;
  --gray2: #C9C9C9;
  --gray3: #666;
  --orange: #FF8400;
  --orange2: #FF4f00;
  --red: #800000;
  --red2: #D21F1E;
  --paleRed: #F4E8EA;
  --pink: #D2346A;
  --dullBlue: #B0C1D3;
  --blue: #017ACD;
  --gold:#877300;
  --gold2:#dbd5b2;
  --yellow:#FFE135;
}

html {
  overflow-y: scroll;
  font-size: 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: var(--black2);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

sup {
  font-size: 0.6em;
}

img,
video {
  max-width: 100%;
  height: auto;
}

input {
  all: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font: inherit;
  line-height: normal;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
}
a:link, a:visited {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  cursor: pointer;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: 0;
}

a,
button {
  outline: none;
}

fieldset {
  border: none;
}

.l-contents {
  margin-top: 12.6rem;
}
@media screen and (max-width:750px) {
  .l-contents {
    margin-top: 6.4rem;
  }
}
.l-contents-main {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 6rem;
}
@media screen and (max-width:750px) {
  .l-contents-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-contents-fullArea {
  margin-left: -6rem;
  margin-right: -6rem;
}
@media screen and (max-width:750px) {
  .l-contents-fullArea {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.l-contents-areaWrap {
  padding: 0 6rem;
}
@media screen and (max-width:750px) {
  .l-contents-areaWrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-contents-mv {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.l-contents-mv__cont {
  max-width: 128rem;
  width: 100%;
  margin: auto;
  padding: 0 6rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width:750px) {
  .l-contents-mv__cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-contents-mv__img {
  width: 100%;
}
.l-contents-mv__img img {
  width: 100%;
  height: 62rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:750px) {
  .l-contents-mv__img img {
    height: 37rem;
  }
}
.l-contents-mv__backImage {
  width: 100%;
}
.l-contents-mv__backImage img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:750px) {
  .l-contents-mv__backImage img {
    height: 25rem;
  }
}
.l-contents-mv__backImage--h-auto img {
  height: auto;
}
.l-contents-mv__backImage--top img {
  -o-object-position: center top;
     object-position: center top;
}
.l-contents-mv__backImage--bottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.l-contents-mv__autoImg {
  width: 100%;
}
.l-contents-mv__autoImg img {
  width: 100%;
  height: auto;
}
.l-contents-mv__floatImg {
  position: absolute;
}
.l-contents-mv__floatImg--harebare {
  max-width: 42.2rem;
  height: auto;
  margin: auto;
  top: 4rem;
  left: 0;
  right: 0;
}
@media screen and (max-width:750px) {
  .l-contents-mv__floatImg--harebare {
    max-width: 30.5rem;
    width: 81.3333333333vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}
.l-contents-mv__floatText {
  margin: auto;
  display: block;
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8rem;
}
@media screen and (max-width:750px) {
  .l-contents-mv__floatText {
    font-size: 2rem;
  }
}
.l-contents-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 4rem;
}
@media screen and (max-width: 980px) {
  .l-contents-container {
    display: block;
  }
}

.l-contents-article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 29rem - 4rem);
          flex: 1 1 calc(100% - 29rem - 4rem);
          max-width: 100%;
}
#about-ma .l-contents-article {
  max-width: 83rem;
}
.l-contents-side {
  max-width: 29rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29rem;
          flex: 0 0 29rem;
}
@media screen and (max-width: 980px) {
  .l-contents-side {
    /*display: none;*/
    margin:6rem auto;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29rem;
            flex: 0 0 29rem;
  }
}

.l-footer {
  padding-top: 4rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#071838), to(#0D2F6F));
  background: -webkit-linear-gradient(top left, #071838, #0D2F6F);
  background: linear-gradient(to bottom right, #071838, #0D2F6F);
  overflow: hidden;
}
.l-footer__logo {
  width: 30rem;
  height: auto;
  margin: 0 auto 5rem;
}
@media screen and (max-width:750px) {
  .l-footer__logo {
    max-width: 22.1rem;
    margin-bottom: 4rem;
  }
}
.l-footer__head {
  max-width: 109rem;
  margin: 0 auto;
  padding: 0 6rem 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width:750px) {
  .l-footer__head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4.5rem;
    gap: 2rem 8.6956521739%;
  }
}
.l-footer__head__list {
  max-width: 15.2rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  list-style: none;
}
@media screen and (max-width:750px) {
  .l-footer__head__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 44.2028985507%;
            flex: 1 1 44.2028985507%;
  }
}
@media screen and (max-width:750px) {
  .l-footer__head__list--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 8.6956521739%;
  }
}
.l-footer__link {
  margin-bottom: 1rem;
}
.l-footer__link a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.l-footer__link a:link, .l-footer__link a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-footer__link a:hover {
    text-decoration: underline;
  }
}
.l-footer__link--head {
  margin-bottom: 2rem;
}
@media screen and (max-width:750px) {
  .l-footer__link--head {
    margin-bottom: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 44.2028985507%;
            flex: 1 1 44.2028985507%;
  }
}
.l-footer__link--head a {
  line-height: 1.25;
  font-size: 1.52rem;
  color: var(--white);
}
.l-footer__link--head a:link, .l-footer__link--head a:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-footer__link--head a:hover {
    text-decoration: underline;
  }
}
.l-footer__inquiry {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 3rem;
  padding: 5rem 6rem 6rem;
  background: #071839;
  position: relative;
}
@media screen and (max-width:750px) {
  .l-footer__inquiry {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 5.7rem;
    grid-row-gap: 4rem;
    
  }
}
.l-footer__inquiry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
  list-style: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .l-footer__inquiry__list {
    display: block;
  }
}
@media screen and (max-width:750px) {
  .l-footer__inquiry__list {
    display: block;
    gap: 1.3rem;
  }
}
.l-footer__inquiry__list--bottom {
  gap: 4rem;
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .l-footer__inquiry__list--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media screen and (max-width:750px) {
  .l-footer__inquiry__list--bottom {
    max-width: 40rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.7rem;
  }
}
.l-footer__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.2rem;
          flex: 0 0 29.2rem;
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .l-footer__tel {
    max-width: 22.8rem;
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width:750px) {
  .l-footer__tel {
    max-width: 22.8rem;
    margin: 0 auto 1.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8rem;
            flex: 0 0 22.8rem;
  }
}
.l-footer__tel a {
  display: block;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (min-width:751px) {
  .l-footer__tel a :hover {
    opacity: 0.75;
  }
}
.l-footer__tel a img {
  width: 100%;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.l-footer__linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  color: var(--white);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}
.l-footer__linkText:link, .l-footer__linkText:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-footer__linkText:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width:750px) {
  .l-footer__linkText {
    gap: 1rem;
    font-size: 1.6rem;
  }
}
.l-footer__linkText::before {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  border: 0.1rem solid var(--white);
  border-radius: 50%;
  content: "";
  transform: translate(0, 0.075rem);
}
@media screen and (max-width:750px) {
  .l-footer__linkText::before {
    width: 2rem;
    height: 2rem;
  }
}
.l-footer__linkText::after {
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
  display: block;
  border-right: 0.15rem solid var(--white);
  border-bottom: 0.15rem solid var(--white);
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0.6rem;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.l-footer__linkArrow {
  width: 1.9rem;
  height: 1.9rem;
}
@media screen and (max-width:750px) {
  .l-footer__linkArrow {
    width: 2rem;
    height: 2rem;
  }
}
.l-footer__lion {
  width: 26rem;
  height: auto;
  position: absolute;
  left: calc(50% + 30rem);
  bottom: 0;
}
@media screen and (min-width: 751px) and (max-width: 1080px) {
  .l-footer__lion {
    left: calc(100% - 24rem);
  }
}
@media screen and (max-width:750px) {
  .l-footer__lion {
    width: 14rem;
    height: auto;
    left: auto;
    right: 0;
  }
}
.l-footer__cta {
  width: 35rem;
  height: 7rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  background: var(--orange);
  border: 0.1rem solid var(--orange);
  border-radius: 0.5rem;
  text-align: center;
  color: var(--white);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
}
.l-footer__cta:link, .l-footer__cta:visited {
  color: var(--white);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-footer__cta:hover {
    background: var(--silver);
    border-color: var(--navy);
    color: var(--navy);
  }
  .l-footer__cta:hover svg {
    fill: var(--navy);
  }
}
@media screen and (max-width:750px) {
  .l-footer__cta {
    max-width: 100%;
    width: 26rem;
    height: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.1rem;
  }
}
.l-footer__cta__mail {
  width: 3rem;
  height: 2.4rem;
}
.l-footer__cta__mail svg {
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
  fill: var(--white);
}
.l-footer__bottom {
  padding: 2.4rem 6rem 3.2rem;
  position: relative;
}
@media screen and (max-width:750px) {
  .l-footer__bottom {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
  }
}
.l-footer__bottom__list, .l-footer__bottom__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.l-footer__bottom__list {
  max-width: 84rem;
  margin: auto;
  margin-right: auto;
  margin-bottom: 3.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width:750px) {
  .l-footer__bottom__list {
    display: block;
    text-align: center;
  }
}
.l-footer__bottom__snsList {
  margin-bottom: 2.4rem;
  gap: 4rem;
}
@media screen and (max-width:750px) {
  .l-footer__bottom__snsList {
    gap: 4.2rem;
  }
}
.l-footer__sns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (min-width:751px) {
  .l-footer__sns:hover {
    opacity: 0.75;
  }
}
.l-footer__fb {
  width: 2.4rem;
  height: auto;
}
.l-footer__yt {
  width: 2.9rem;
  height: auto;
}
.l-footer__yt img {
  vertical-align: bottom;
}
.l-footer__x {
  width: 2.4rem;
  height: auto;
}
.l-footer__linkAside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.l-footer__linkAside a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.14;
}
.l-footer__linkAside a:link, .l-footer__linkAside a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-footer__linkAside a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width:750px) {
  .l-footer__linkAside a {
    font-size: 1.4rem;
  }
}
.l-footer__linkAside--head {
  margin-bottom: 2rem;
}
.l-footer__linkAside--head a {
  line-height: 1.25;
  font-size: 1.6rem;
  color: var(--white);
}
.l-footer__linkAside--head a:link, .l-footer__linkAside--head a:visited {
  color: var(--white);
  text-decoration: none;
}
.l-footer__copyright {
  color: var(--white);
  text-align: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.27;
  letter-spacing: 0.066rem;
}
.l-footer__jpx {
  position: absolute;
  right: 6rem;
  bottom: 7.6rem;
}
@media screen and (max-width:750px) {
  .l-footer__jpx {
    margin-top: 1.5rem;
    position: static;
    text-align: center;
  }
}

.l-header {
  width: 100%;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1281px) {
  .l-header__wrap {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media screen and (max-width:750px) {
  .l-header__wrap {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    gap: 5.7971014493%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: /*flex-start*/ center;
  }
}
.l-header__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (max-width:750px) {
  .l-header__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.6231884058%;
            flex: 0 0 53.6231884058%;
  }
}
.l-header__aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width:751px) {
  .l-header__aside {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width:750px) {
  .l-header__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.5797101449%;
            flex: 0 0 40.5797101449%;
  }
}
.l-header__logo {
  max-width: 32.8rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: block;
}
@media screen and (max-width:750px) {
  .l-header__logo {
    max-width: 18.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem 1.5625vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media screen and (min-width: 1281px) {
  .l-header__gnav {
    gap: 0.8rem 3rem;
  }
}
@media screen and (max-width:750px) {
  .l-header__gnav {
    width: 100%;
    height: calc(100vh - 6.4rem);
    display: block;
    background: var(--white);
    border-top: 0.1rem solid var(--gray2);
    overflow: scroll;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    position: absolute;
    top: 100%;
    right: 0;
  }
  .l-header__gnav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width:751px) {
  .l-header__gnav__wrap {
    position: relative;
  }
}
@media screen and (min-width:751px) {
  .l-header__gnav__wrap:hover .l-header__under {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-header__gnav__link {
  padding-bottom: 1.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  color: var(--gray3);
  font-size: 1.171875vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, -webkit-text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease;
  transition: color 0.35s ease, text-decoration 0.35s ease, -webkit-text-decoration 0.35s ease;
}
@media screen and (min-width: 1281px) {
  .l-header__gnav__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:750px) {
  .l-header__gnav__link {
    padding: 1.5rem 1.5rem;
    border-bottom: 0.1rem solid var(--gray2);
    font-size: 1.4rem;
    position: relative;
  }
  .l-header__gnav__link::after {
    width: 0.9rem;
    height: 0.9rem;
    margin: auto;
    display: block;
    content: "";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 1.5rem;
    bottom: 0;
    overflow: hidden;
    border-right: 0.2rem solid var(--navy);
    border-bottom: 0.2rem solid var(--navy);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    cursor: pointer;
  }
  .l-header__gnav__link[aria-expanded=false]::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__gnav__link[aria-expanded=true]::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
.l-header__gnav__link:link, .l-header__gnav__link:visited {
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .l-header__gnav__link:link, .l-header__gnav__link:visited {
    color: var(--gray3);
  }
}
@media screen and (max-width:750px) {
  .l-header__gnav__link:link, .l-header__gnav__link:visited {
    color: var(--navy);
  }
}
@media screen and (min-width:751px) {
  .l-header__gnav__link:hover {
    color: var(--navy);
    text-decoration: underline;
  }
}
@media screen and (min-width:751px) {
  .l-header__gnav__link.is-current {
    color: var(--navy);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }
}
@media screen and (min-width:751px) {
  .l-header__under {
    width: 100vw;
    padding-top: 3rem;
    padding-bottom: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .l-header__under:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .l-header__under::after {
    width: 200vw;
    height: 100%;
    background: var(--white);
    border-top: 0.1rem solid var(--gray2);
    border-bottom: 0.1rem solid var(--gray2);
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    z-index: 0;
  }
}
@media screen and (max-width:750px) {
  .l-header__under {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s linear, padding 0.35s linear;
    transition: max-height 0.35s linear, padding 0.35s linear;
  }
}
.l-header__under__link:link, .l-header__under__link:visited {
  text-decoration: none;
  color: var(--navy);
}
@media screen and (min-width:751px) {
  .l-header__under__link {
    margin-bottom: 1.8rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--navy);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.075rem;
    position: relative;
    z-index: 1;
  }
  .l-header__under__link:hover {
    text-decoration: underline;
  }
  .l-header__under__link::before {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    border-right: 0.2rem solid var(--navy);
    border-bottom: 0.2rem solid var(--navy);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
  }
  .l-header__under__link:nth-child(1) {
    /*display: none;*/
  }
}
@media screen and (max-width:750px) {
  .l-header__under__link {
    padding: 1rem 1.5rem 1rem 3rem;
    display: block;
    background: var(--silver);
    font-size: 1.4rem;
    border-bottom: 0.1rem solid var(--gray2);
  }
}
@media screen and (max-width:750px) {
  .l-header__under__arrow {
    display: none;
  }
}
.l-header__links {
  padding-bottom: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.8rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:750px) {
  .l-header__links {
    display: none;
  }
}
.l-header__freeConsultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:750px) {
  .l-header__freeConsultation {
    gap: 2rem;
  }
}
.l-header__lang, .l-header__asideNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: right;
}
.l-header__lang span,
.l-header__lang a, .l-header__asideNav span,
.l-header__asideNav a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.036rem;
}
@media screen and (min-width: 1281px) {
  .l-header__lang span,
  .l-header__lang a, .l-header__asideNav span,
  .l-header__asideNav a {
    font-size: 1.2rem;
  }
}
.l-header__asideNav span,
.l-header__asideNav a {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  padding-right: 1rem;
}
.l-header__asideNav span:link, .l-header__asideNav span:visited,
.l-header__asideNav a:link,
.l-header__asideNav a:visited {
  text-decoration: none;
}
.l-header__asideNav span:hover,
.l-header__asideNav a:hover {
  text-decoration: underline;
}
.l-header__asideNav span::after,
.l-header__asideNav a::after {
  width: 0.1rem;
  height: 0.9375vw;
  margin: auto;
  display: block;
  content: "";
  background: var(--gray3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1281px) {
  .l-header__asideNav span::after,
  .l-header__asideNav a::after {
    height: 1.2rem;
  }
}
.l-header__asideNav span.is-current,
.l-header__asideNav a.is-current {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-header__lang {
  gap: 0.8rem;
}
.l-header__lang a {
  color: var(--gray2);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.l-header__lang a:link, .l-header__lang a:visited {
  color: var(--black);
  text-decoration: none;
}
.l-header__lang a:hover {
  text-decoration: underline;
}
.l-header__tel {
  margin-right: 0.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.34375vw;
          flex: 0 0 12.34375vw;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media screen and (min-width: 1281px) {
  .l-header__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.8rem;
            flex: 0 0 15.8rem;
  }
}
@media screen and (min-width:751px) {
  .l-header__tel:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width:750px) {
  /*
  .l-header__tel {
    display: none;
  }
  */

}
.l-header__mail {
  max-width: 10.9375vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10.9375vw;
          flex: 0 0 10.9375vw;
  height: 3.125vw;
  -ms-flex: 0 0 14rem;
      flex: 0 0 14rem;
  padding: 0.625vw 0.78125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25vw;
  gap: 1.25vw;
  background: var(--orange);
  border-radius: 0.5rem;
  line-height: 1;
  color: var(--white);
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease;
}
.l-header__mail:link, .l-header__mail:visited {
  text-decoration: none;
  color: var(--white);
}
@media screen and (min-width: 1281px) {
  .l-header__mail {
    height: 4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
            flex: 0 0 14rem;
    padding: 0.8rem 1rem;
    gap: 1.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width:751px) {
  .l-header__mail:hover {
    background: var(--navy);
  }
}
.l-header__mail svg {
  width: 2.34375vw;
  height: auto;
  fill: var(--white);
  -webkit-transition: fill 0.35s ease;
  transition: fill 0.35s ease;
}
@media screen and (min-width: 1281px) {
  .l-header__mail svg {
    width: 3rem;
  }
}
.l-header__mail_sp{
  display: none;
}
@media screen and (max-width:750px) {
  /*.l-header__mail {
    max-width: 10rem;
    height: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.4rem;
    gap: 0.65rem;
  }
  .l-header__mail svg {
    max-width: 1.9rem;
    width: 100%;
    height: 1.5rem;
  }*/
  .l-header__mail{
    display: none;
  }
  .l-header__mail_sp{
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0rem;
    font-size: 1.4rem;
    gap: 0.65rem;
    flex: 0 0 3rem;
    margin: auto 0;
  }
  .l-header__tel {
    /*
    max-width: 100%;
    height: auto;
    padding-left: 0.5rem;
    padding-right: 0rem;
    font-size: 1.4rem;
    gap: 0.65rem;
    flex:0 0 10.5rem;
    margin:auto;
    */
    max-width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0rem;
    font-size: 1.4rem;
    gap: 0.65rem;
    flex: 0 0 3rem;
    margin: auto 0 auto 1rem;
  }
  .l-header__tel svg {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.l-header__burger {
  display: none;
}
@media screen and (max-width:750px) {
  .l-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.45rem;
  }
  .l-header__burger.is-open .l-header__bar:nth-child(1) {
    width: 1.95rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header__burger.is-open .l-header__bar:nth-child(2) {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
  }
  .l-header__burger.is-open .l-header__bar:nth-child(3) {
    width: 1.95rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width:750px) {
  .l-header__bar {
    width: 2rem;
    height: 0.2rem;
    display: block;
    background: var(--navy);
    -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  }
  .l-header__bar:nth-child(1) {
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .l-header__bar:nth-child(3) {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
@media screen and (min-width:751px) {
  .l-header__separate {
    padding-right: 1.5625vw;
    position: relative;
  }
}
@media screen and (min-width:751px) and (min-width: 1281px) {
  .l-header__separate {
    padding-right: 3rem;
  }
}
@media screen and (min-width:751px) {
  .l-header__separate::after {
    width: 0.1rem;
    height: 1.5625vw;
    margin: auto;
    background: var(--gray2);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width:751px) and (min-width: 1281px) {
  .l-header__separate::after {
    height: 2rem;
  }
}
.l-header__bottomSp {
  display: none;
}
@media screen and (max-width:750px) {
  .l-header__bottomSp {
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }
  .l-header__bottomSp__tel {
    width: 26.5rem;
    height: 7rem;
    margin: 0 auto 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--white);
    border: 0.1rem solid var(--navy);
    border-radius: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.8rem;
            flex: 0 0 15.8rem;
  }
  .l-header__bottomSp__tel img {
    width: 18.3rem;
    height: auto;
  }
  .l-header__bottomSp__mail {
    width: 26.5rem;
    height: 7rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14rem;
            flex: 0 0 14rem;
    margin: 0 auto;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    background: var(--orange);
    border-radius: 1rem;
    line-height: 1;
    color: var(--white);
    font-size: 2rem;
  }
  .l-header__bottomSp__mail svg {
    max-width: 3.2rem;
    width: 100%;
    height: 3rem;
    fill: var(--white);
  }
  .l-header__bottomSp__mail:link, .l-header__bottomSp__mail:visited {
    text-decoration: none;
    color: var(--white);
  }
  .l-header__bottomSp__block {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
  .l-header__bottomSp__link {
    width: 11rem;
    height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    border: 0.1rem solid var(--gray2);
    border-radius: 0.6rem;
  }
  .l-header__bottomSp__link:link, .l-header__bottomSp__link:visited {
    text-decoration: none;
  }
  .l-header__bottomSp__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4rem 1.5rem;
    border-top: 0.1rem solid var(--gray2);
    border-bottom: 0.1rem solid var(--gray2);
    color: var(--black2);
    font-size: 1.4rem;
  }
  .l-header__bottomSp__en:link, .l-header__bottomSp__en:visited {
    text-decoration: none;
  }
  .l-header__bottomSp__en::after {
    width: 0.9rem;
    height: 0.9rem;
    display: block;
    border-right: 0.2rem solid var(--navy);
    border-bottom: 0.2rem solid var(--navy);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
  }
}

.c-separator {
  width: 100%;
  height: 0.1rem;
  background: var(--gray2);
  display: block;
  border: none;
}
.c-separator--trans {
  height: 0;
  background: transparent;
}

.c-sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  -webkit-clip-path: rect(0, 0, 0, 0);
          clip-path: rect(0, 0, 0, 0);
  border: 0;
}

.c-breadcrumb {
  border-top: 0.1rem solid var(--gray2);
  border-bottom: 0.1rem solid var(--gray2);
}
@media screen and (max-width:750px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__wrap {
  max-width: 128rem;
  margin: 0 auto;
  padding: 1.2rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
}
.c-breadcrumb__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb__list::after {
  width: 0.1rem;
  height: 1.2rem;
  display: block;
  background: var(--gray3);
  content: "";
}
.c-breadcrumb__list:last-child::after {
  content: none;
}
.c-breadcrumb__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  color: var(--gray3);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  word-wrap: break-word;
  word-break: break-all;
}
.c-breadcrumb__link:link, .c-breadcrumb__link:visited {
  color: var(--gray3);
  text-decoration: none;
}
@media screen and (min-width:751px) {
  .c-breadcrumb__link:link:hover, .c-breadcrumb__link:visited:hover {
    color: var(--navy);
    text-decoration: underline;
  }
}
.c-breadcrumb__link.is-current {
  color: var(--navy);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}


/** add style itemlist **/

.ir_news_listitem{
  display:flex;
}

.ir_news_listitem .c-news-list-data__label{
  max-height: 2.8rem;
}
.ir_news2{
  min-width:7rem;
}
.ir_label_clr_ptrn1{
  background:#fff;
}
.ir_label_clr_ptrn2{
  background:#fff;
}
.ir_label_clr_ptrn3{
  background:#fff;
}
.ir_label_clr_ptrn4{
  background:#fff;
}
.ir_news_listitem_txt img {
  width: 1.6rem;
  height: auto;
  transform: translate(0, 0.6rem);
}
@media screen and (max-width:750px){
  .c-news-list-data__time{
    flex:0 0 10.4rem;
  }
  .ir_news_listitem{
    flex-wrap:wrap;
  }
  .ir_news_listitem_txt{
    width:100%;
    display:block;
  }
}

/*2025/08/21*/
ul {
  list-style-type: none;
}
.tab-area {
  display: flex;
  cursor: pointer;
	align-items: center;
	color: #666666;
}
.tab {
  width: calc(100%/7);
  height: 8rem;
  text-align: center;
	border-bottom: 0.4rem solid #ccc;
}
.tab.color1.active {
  border-bottom: 0.4rem solid #2fa6c6;
  color: #2fa6c6;
}
.tab.color2.active {
  border-bottom: 0.4rem solid #064997;
  color: #064997;
}
.tab.color3.active {
  border-bottom: 0.4rem solid #313363;
  color: #313363;
}
.tab-sub {
	display: block;
}
.panel {
  display: none;
	padding: 4rem 6rem;
}
.panel.color1 {
	background-color: #eaf9fd;
}
.panel.color2 {
	background-color: #e8f0fb;
}
.panel.color3 {
	background-color: #ebebf8;
}
.panel.active {
  display: block;
}
.panel-list {
	background-color: #fff;
	padding: 4rem 5rem;
    display: flex;
	flex-wrap: wrap;
}
.panel-list li {
	width: 30%;
}
.panel-list li:nth-of-type(n+2) {
	margin-left: 5%;
}
.panel-list li:nth-of-type(3n+1) {
	margin-left: 0;
}
.panel-list li:nth-of-type(n+4) {
	margin-top: 1rem;
}
.panel-link {
	position: relative;
	padding-left: 2rem;
}
.panel-link::before {
	content: "";
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    border-right: 0.2rem solid #666;
    border-bottom: 0.2rem solid #666;
    position: absolute;
    top:50%;
    left: 0;
    -webkit-transform:translate(0,-50%) rotate(-45deg);
    transform:translate(0,-50%) rotate(-45deg);
}
.panel-link:link {
	text-decoration: none;
	color: #333;
	display: inline-block;
}
.spOnly {
	display: none;
}
@media screen and (min-width: 900px),print{
	.panel-link:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:900px) {
	.h2-small {
		font-size: 2rem;
	}
	.tab-area {
		display: block;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		color: #fff;
		margin-bottom: 1rem;
	}
	.tab-area li + li {
		margin-top: 1rem;
	}
	.tab {
		width: 100%;
		height: auto;
	}
	.tab,.tab.color1.active,.tab.color2.active,.tab.color3.active {
		border-bottom: none;
		text-align: left;
		padding: 1rem;
	}
	.tab.color1.active {
	  border: 0.1rem solid #2fa6c6;
	}
	.tab.color2.active {
		border: 0.1rem solid #064997;
	}
	.tab.color3.active {
		border: 0.1rem solid #313363;
	}
	.tab.color1 {
	  background-color: #2fa6c6;
	}
	.tab.color2 {
	  background-color: #064997;
	}
	.tab.color3 {
	  background-color: #313363;
	}
	.tab.active {
		background-color: #fff;
	}
	.tab-sub {
		display: inline;
		margin-right: 1rem;
	}
	.panel {
		padding: 2rem 1.5rem;
	}
	.panel-list {
		display: block;
	}
	.panel-list li {
		width: 100%;
	}
	.panel-list li:nth-of-type(n+2) {
		margin-left: 0;
	}
	.panel-list li + li {
		margin-top: 1rem;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}