@charset "UTF-8";
/*_g-font.scss*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Shippori+Mincho:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap");
@import url("https://use.typekit.net/jgw5cba.css");

/*_g-animation.scss*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*_g-icomoon.scss*/
@font-face {
  font-family: "icomoon";
  src: url("/files/user/fonts/icomoon.woff2") format("woff2"), url("/files/user/fonts/icomoon.ttf") format("truetype"), url("/files/user/fonts/icomoon.wof") format("woff"), url("/files/user/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
	font-family: 'icomoon';
	src:
		url('fonts/icomoon.woff2?xwaz8j') format('woff2'),
		url('fonts/icomoon.ttf?xwaz8j') format('truetype'),
		url('fonts/icomoon.woff?xwaz8j') format('woff'),
		url('fonts/icomoon.svg?xwaz8j#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/*_g-mixin.scss*/
/*_g-config.scss*/
/*reset.scss*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: inherit;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: inherit;
}

.clr:before,
.clr:after {
  content: "";
  display: table;
}

.clr:after {
  clear: both;
}

/*_base.scss*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 62.5%;
  /*10px*/
  letter-spacing: 0px;
  font-feature-settings: "palt" 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  color: #183784;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

address {
  font-size: 16px;
  font-size: 1.6rem;
}

strong {
  font-weight: 700;
}

strong.large {
  font-size: 24px;
  font-size: 2.4rem;
}

strong.hd {
  color: #fff;
  padding: 5px;
  background: #142e6e;
}

dt {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

p,
li,
dt,
dd,
address {
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  font-weight: 500;
  line-height: 1.9;
}

p,
ol,
ul,
dl {
  margin: 0 0 20px;
}

[data-ruby] {
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 9px;
  font-size: 0.9rem;
  letter-spacing: 0;
}

/** heading*/
h1,
h2,
h3,
h4 {
  line-height: 1.4;
}

.heading01 {
  margin-top: -20px;
  margin-bottom: 10px;
  background: url(/files/user/images/news/heading_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.heading01__title {
  margin: 0 15px;
  padding: 30px 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.8rem, 1.9910631741rem + 2.157164869vw, 4.2rem);
  color: #fff;
  text-align: center;
}

.heading01__title span {
  margin: 5px 0 0;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.2rem, 0.8533127889rem + 0.9244992296vw, 1.8rem);
}

.heading02 {
  margin-top: -20px;
  margin-bottom: 30px;
  background-image: url(/files/user/images/service/ucom/heading_bg.jpg);
}

.heading02__title {
  margin: 0 15px;
  padding: 30px 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.8rem, 1.9910631741rem + 2.157164869vw, 4.2rem);
  color: #fff;
  text-align: center;
}

.heading02__title span {
  margin: 5px 0 0;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.2rem, 0.8533127889rem + 0.9244992296vw, 1.8rem);
}

.heading02 img {
  margin-bottom: 20px;
}

.heading02 span {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.heading03 {
  margin-top: -20px;
  background-image: url(/files/user/images/service/internet/heading_bg.jpg);
  background-size: cover;
}

.heading03__title {
  margin-bottom: 30px;
  padding-top: 40px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 1.1599383667rem + 2.7734976888vw, 4rem);
  text-align: center;
}

.heading04 {
  background-image: url(/files/user/images/service/internet/service-heading_bg.jpg);
}

.heading03 p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.heading03__p--small {
  margin-bottom: 30px;
  font-size: clamp(1.3rem, 1.0110939908rem + 0.7704160247vw, 1.8rem);
}

.heading03__p--midium {
  margin-bottom: 20px;
  font-size: clamp(1.6rem, 1.2533127889rem + 0.9244992296vw, 2.2rem);
  text-align: center;
}

.heading03__p--large {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #FFE065;
  font-size: clamp(6rem, 4.3821263482rem + 4.3143297381vw, 8.8rem);
  text-align: center;
  line-height: 1;
  display: table;
}

.heading03__p--large span {
  font-size: clamp(1.8rem, 1.2221879815rem + 1.5408320493vw, 2.8rem);
  display: inline;
}

.heading03__p--note {
  padding-bottom: 10px;
  font-size: clamp(1rem, 0.8844375963rem + 0.3081664099vw, 1.2rem);
  font-weight: 400;
  text-align: center;
}

.title01-1 {
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 0.9066255778rem + 1.8489984592vw, 2.8rem);
}

.title01-2 {
  margin-bottom: 40px;
  color: #26282C;
  font-weight: 700;
  font-size: clamp(2rem, 1.1332819723rem + 2.311248074vw, 3.5rem);
  line-height: 1.6;
}

.title01-2 span {
  display: block;
  margin-top: 20px;
  color: #183784;
  font-size: clamp(1.6rem, 1.2533127889rem + 0.9244992296vw, 2.2rem);
}

.title02-1 {
  margin: 0 15px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.8rem, 1.9910631741rem + 2.157164869vw, 4.2rem);
}

.title02-1 span {
  margin: 10px 0 30px;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}

.title02-1.center {
  text-align: center;
}

.title02-2 {
  margin: 0 0 30px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.8rem, 1.8755007704rem + 2.4653312789vw, 4.4rem);
}

.title02-2 span {
  margin: 20px 0 0;
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 1.2533127889rem + 0.9244992296vw, 2.2rem);
  font-weight: 700;
}

.title02-2.center {
  text-align: center;
}

.title02-3 {
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  border-left: 5px solid #183784;
  color: #183784;
  background: #FFE065;
  font-size: clamp(1.8rem, 1.5688751926rem + 0.6163328197vw, 2.2rem);
  font-weight: 700;
}

.title03-1 {
  margin: 0 0 20px;
  font-size: clamp(2.3rem, 2.0110939908rem + 0.7704160247vw, 2.8rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.title03-1 span {
  margin: 0 0 5px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.3rem, 1.1266563945rem + 0.4622496148vw, 1.6rem);
}

.title03-1 span.small {
  display: inline;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}

.title03-2 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3c3c3;
  color: #26282C;
  font-size: clamp(1.6rem, 1.3688751926rem + 0.6163328197vw, 2rem);
  position: relative;
}

.title03-2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 22px;
  height: 2px;
  background: #183784;
}

.title03-3 {
  padding-top: 10px;
  padding-bottom: 40px;
  color: #183784;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  text-align: center;
  font-weight: 700;
  position: relative;
}

.title03-3:before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 60px #FFE065;
  border-left: solid 120px transparent;
  border-right: solid 120px transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.title04 {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 10px 15px;
  border-left: solid 5px #183784;
  color: #26282C;
  background: #F3F3F3;
  font-size: clamp(1.8rem, 1.4533127889rem + 0.9244992296vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
}

.title04.trans {
  background: transparent;
}

.title05 {
  margin: 0 0 30px;
  padding-left: 25px;
  color: #183784;
  font-size: clamp(1.6rem, 1.3688751926rem + 0.6163328197vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.title05:before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 1px;
}

.title06 {
  margin-bottom: 10px;
  color: #26282C;
  font-size: clamp(1.1rem, 1.1rem + 0vw, 1.1rem);
}

.title07 {
  margin-bottom: 20px;
  color: #183784;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  font-weight: 700;
}

.title-xlarge {
  margin-bottom: 20px;
  color: #183784;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(4rem, 3.7688751926rem + 0.6163328197vw, 4.4rem);
}

.title-large {
  margin-bottom: 20px;
  color: #183784;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(3rem, 2.7110939908rem + 0.7704160247vw, 3.5rem);
}

.title-midium {
  margin-bottom: 20px;
  color: #183784;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 2.2110939908rem + 0.7704160247vw, 3rem);
}

.title-small {
  margin-bottom: 20px;
  color: #183784;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.5688751926rem + 0.6163328197vw, 2.2rem);
}

.title-xsmall {
  margin-bottom: 20px;
  color: #183784;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2844375963rem + 0.3081664099vw, 1.6rem);
}

.basic-title02 {
  margin: 0 0 20px;
  padding-left: 25px;
  color: #183784;
  font-size: clamp(2rem, 1.8844375963rem + 0.3081664099vw, 2.2rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.basic-title02:before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 1px;
}

.basic-title03 {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
  color: #26282C;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}

.basic-title03:after {
  content: "";
  height: 1px;
  width: 22px;
  background: #183784;
  position: absolute;
  left: 0;
  bottom: 0;
}

.basic-title04 {
  margin: 0 0 20px;
  padding-bottom: 10px;
  color: #183784;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
}

a {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.sp-tel a {
  display: inline;
}

a {
  outline: none;
  text-decoration: none;
  color: #183784;
  display: block;
}

a.a-inline {
  display: inline;
}

.notransition a,
.notransition a * {
  -webkit-transiton: none;
  -moz-transiton: none;
  -ms-transiton: none;
  -o-transiton: none;
  transiton: none;
}

img {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

figure.fig {
  margin-bottom: 20px;
}

figure.fig p {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
}

figure.fig p.left {
  text-align: left;
}

figure.fig.sp-right {
  margin-left: 60px;
  float: right;
  width: 50%;
}

figure.fig.sp-left {
  margin-right: 60px;
  float: left;
  width: 50%;
}

figure.fig.original img {
  max-width: 100%;
  width: auto;
}

figure.fig.original.center {
  text-align: center;
}

p {
  letter-spacing: 1px;
  color: #26282C;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

p.date {
  color: #183784;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
  display: flex;
}

p.date .date__badge {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: clamp(1rem, 0.8266563945rem + 0.4622496148vw, 1.3rem);
  border-radius: 5px;
  color: #fff;
}

p.date .date__badge.news {
  background-color: #29A7DE;
}

p.date .date__badge.release {
  background-color: #183784;
}

p.sign {
  color: #26282C;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  text-align: right;
}

p.small {
  font-size: clamp(1rem, 0.8844375963rem + 0.3081664099vw, 1.2rem);
  line-height: 1.4;
}

p.catch1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(2rem, 1.7688751926rem + 0.6163328197vw, 2.4rem);
  line-height: 1.6;
}

p.catch2 {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  line-height: 1.6;
}

p.tx-center {
  text-align: center;
}

p.tx-right {
  text-align: right;
}

.sup {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.sub {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: bottom;
  position: relative;
  top: -0.1em;
}

hr.border {
  margin: 20px 0;
  height: 1px;
  color: #c3c3c3;
}

.color-black {
  color: #26282C !important;
}

.color-siteColor1 {
  color: #183784;
}

@supports (-ms-ime-align: auto) {
  p {
    text-justify: inter-ideograph;
  }
}

ul.dot>li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.5rem;
  color: #26282C;
  line-height: 1.4;
}

ul.dot>li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #c3c3c3;
}

ul.check>li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 1.8rem;
  color: #26282C;
  line-height: 1.4;
}

ul.check>li:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 4px;
  color: #183784;
}

ul.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.flex>li {
  width: 48%;
}

ul.flex.sp-col-1>li {
  width: 100% !important;
}

ul.flex.col-3>li {
  width: 31%;
}

ul.flex.col-4>li {
  width: 23%;
}

ul.service>li {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.2844375963rem + 0.3081664099vw, 1.6rem);
  line-height: 1.6;
  font-weight: 700;
}

ul.service>li>a {
  padding-left: 15px;
  border-left: 3px solid #F3F3F3;
}

ul.service>li>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

ul.service>li ul {
  margin: 20px 0 0;
  padding-left: 18px;
}

ul.service>li ul>li {
  margin-bottom: 20px;
  padding-left: 15px;
  font-size: clamp(1.3rem, 1.1844375963rem + 0.3081664099vw, 1.5rem);
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}

ul.service>li ul>li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #c3c3c3;
}

ul.service>li ul>li>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

ul.accordion>li .accordion-trigger {
  margin-bottom: 20px;
  padding: 10px;
  background: #F3F3F3;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  font-weight: 700;
  color: #26282C;
  cursor: pointer;
}

ul.accordion>li .accordion-trigger:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #fff;
  background: #183784;
}

ul.accordion>li .accordion-trigger.open:before {
  content: "\e909";
}

ul.accordion>li .accordion-inner {
  display: none;
  padding: 0 0 20px;
}

ul.accordion>li .accordion-inner p {
  margin: 0;
}

ul.point .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #fff;
  background: #183784;
  border-radius: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: clamp(1.8rem, 1.5688751926rem + 0.6163328197vw, 2.2rem);
}

ul.point .title span {
  font-size: clamp(2.2rem, 2.0844375963rem + 0.3081664099vw, 2.4rem);
}

ul.point>li {
  margin-bottom: 10px;
}

ul.point>li:last-child {
  margin-bottom: 0;
}

ul.support .title {
  margin-bottom: 20px;
  color: #183784;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  font-size: clamp(1.8rem, 1.5688751926rem + 0.6163328197vw, 2.2rem);
}

ul.support .title span {
  font-size: clamp(2.2rem, 2.0844375963rem + 0.3081664099vw, 2.4rem);
}

ul.support .title2 {
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #183784;
  border-radius: 20px;
  color: #183784;
  background: #fff;
  text-align: center;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

ul.support p.catch {
  margin-bottom: 20px;
  border-radius: 20px;
  color: #fff;
  background: #183784;
  text-align: center;
  font-size: clamp(1.6rem, 1.3688751926rem + 0.6163328197vw, 2rem);
  font-weight: 700;
}

ul.support .box-split .fig {
  width: 25%;
}

ul.support .box-split div {
  width: 75%;
}

ul.support .box-split div p {
  margin: 0 0 15px;
  padding: 0;
  color: #26282C;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  font-weight: 400;
  width: auto;
}

ul.support .box-split div p.small {
  font-size: clamp(1rem, 0.8844375963rem + 0.3081664099vw, 1.2rem);
}

ul.support>li {
  margin-bottom: 20px;
  padding: 20px 30px;
  background: #FFEB9B;
  box-shadow: 3px 3px #183784;
}

ul.support>li:nth-child(2) ul>li {
  margin-bottom: 10px;
  padding-left: 35px;
  color: #26282C;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  position: relative;
  line-height: 1.4;
}

ul.support>li:nth-child(2) ul>li span {
  margin-right: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 100%;
  color: #fff;
  background: #183784;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 0;
}

ul.support>li:nth-child(3) .fig {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

dl.note {
  display: flex;
  flex-wrap: wrap;
}

dl.note dt {
  margin-bottom: 10px;
  color: #26282C;
  font-size: clamp(1.1rem, 1.0422187982rem + 0.1540832049vw, 1.2rem);
  flex-basis: 10%;
}

dl.note dd {
  margin-bottom: 10px;
  color: #26282C;
  font-size: clamp(1.1rem, 1.0422187982rem + 0.1540832049vw, 1.2rem);
  flex-basis: 90%;
}

dl.table {
  border: 1px solid #c3c3c3;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}

dl.table dt {
  padding: 10px;
  border-bottom: 1px solid #c3c3c3;
  color: #26282C;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  font-weight: 700;
  width: 25%;
}

dl.table dd {
  border-bottom: 1px solid #c3c3c3;
  padding: 10px;
  color: #26282C;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  width: 75%;
}

dl.qa dt {
  margin-bottom: 20px;
  padding-left: 30px;
  color: #183784;
  font-size: clamp(1.5rem, 1.3844375963rem + 0.3081664099vw, 1.7rem);
  font-weight: 700;
  flex-basis: 10%;
  position: relative;
}

dl.qa dt:before {
  content: "Q.";
  font-family: "Shippori Mincho", serif;
  color: #b7c3dc;
  font-size: clamp(2.4rem, 2.1688751926rem + 0.6163328197vw, 2.8rem);
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0;
}

dl.qa dd {
  margin-bottom: 40px;
  padding-left: 30px;
  color: #26282C;
  font-size: clamp(1.3rem, 1.1844375963rem + 0.3081664099vw, 1.5rem);
  position: relative;
}

dl.qa dd:before {
  content: "A.";
  font-family: "Shippori Mincho", serif;
  color: #b7c3dc;
  font-size: clamp(2.4rem, 2.1688751926rem + 0.6163328197vw, 2.8rem);
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0;
}

dl.qa .fig {
  margin-top: 20px;
}

.box-sp {
  display: block !important;
}

.box-pc {
  display: none !important;
}

[data-ruby] {
  position: relative;
}

[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 5px;
  font-size: 0.5rem;
}

[data-ruby] rt {
  display: none;
}

.c-no-icon:after {
  content: none !important;
}

.c-arw {
  display: inline-block;
}

.c-arw:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  padding-left: 10px;
}

.c-btn {
  margin: 0 0 20px;
  border: 1px solid #183784;
  padding: 15px 20px;
  font-size: clamp(1.2rem, 1.1422187982rem + 0.1540832049vw, 1.3rem);
  color: #183784;
  background: #fff;
  display: inline-block;
  line-height: 1.4;
  width: auto !important;
  text-align: center;
}

.c-btn:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-left: 10px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.c-btn.plane {
  padding: 0;
  border: none;
}

.c-btn.plane:after {
  padding-left: 5px;
}

.c-btn.back:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  padding-right: 10px;
}

.c-btn.back:after {
  content: none;
}

.c-btn.external:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  padding-left: 10px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.c-btn.pdf {
  position: relative;
  padding-right: 80px;
}

.c-btn.pdf:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: 8px;
}

.c-btn.color1 {
  color: #fff;
  background: #183784;
}

.c-btn.color3 {
  background-color: #FFCC00;
}

.c-btn.large {
  padding: 20px 20px;
  display: block;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

.c-btn.large.color2 {
  border: none;
  color: #183784;
  background: #FFCC00;
  box-shadow: 5px 5px #183784;
  font-weight: 700;
}

.c-btn.xlarge {
  padding: 20px;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
}

.c-btn.xlarge.color2 {
  border: none;
  color: #183784;
  background: #FFCC00;
  box-shadow: 5px 5px #183784;
  font-weight: 700;
}

.c-btn.full {
  padding: 20px 0;
  display: block;
}

.c-btn.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.c-btn.right {
  margin-right: 0;
  margin-left: auto;
  display: table;
}

.c-plane {
  color: #183784;
  display: inline-block;
  line-height: 1.4;
  width: auto !important;
  text-align: center;
}

.c-plane:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding: 0 10px;
}

.c-plane.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.c-arw-l {
  padding: 0;
  border: none;
}

.c-arw-l:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  margin-right: 10px;
  padding: 5px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  background: #183784;
  border-radius: 100%;
}

.c-external {
  color: #183784;
  display: inline-block;
  line-height: 1.4;
  width: auto !important;
}

.c-external:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  padding: 0 10px;
}

.c-external.center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.c-pdf {
  padding-right: 40px;
  color: #183784;
  display: inline-block;
  line-height: 1.4;
  width: auto !important;
  text-align: center;
  position: relative;
}

.c-pdf:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  top: -4px;
}

.c-underline {
  display: inline-block;
  text-decoration: underline;
}

.c-breadcrumb-nav {
  margin-bottom: 20px;
  padding-left: 20px;
  background: #F3F3F3;
}

.c-breadcrumb-nav ol {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #F3F3F3;
  line-height: 1.4;
}

.c-breadcrumb-nav ol>li {
  font-size: clamp(1.1rem, 0.9266563945rem + 0.4622496148vw, 1.4rem);
  line-height: 1;
  display: inline;
}

.c-breadcrumb-nav ol>li>a {
  color: #183784;
  display: inline;
}

.c-breadcrumb-nav ol>li>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  padding: 0 5px;
}

.c-page-nav {
  margin-top: 30px;
}

.c-page-nav ul {
  display: flex;
  justify-content: center;
}

.c-page-nav ul>li {
  margin: 0 5px;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #F3F3F3;
}

.c-page-nav ul>li a {
  color: #183784;
}

.c-page-nav ul>li a span {
  display: none;
}

.c-page-nav ul>li.current {
  background: #183784;
}

.c-page-nav ul>li.current a {
  color: #fff;
}

.c-page-nav ul>li.prev a:after {
  padding: 0px 0px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
}

.c-page-nav ul>li.next a:after {
  padding: 0px 0px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

.c-page-nav ul>li.hide {
  display: none;
}

.c-pagetop-nav {
  border: 1px solid #183784;
  position: fixed;
  right: 5px;
  bottom: 5px;
  z-index: 2000;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  opacity: 0;
}

.c-pagetop-nav.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-pagetop-nav a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.c-pagetop-nav span {
  font-size: clamp(1.1rem, 1.1rem + 0vw, 1.1rem);
}

.c-pagetop-nav span:before {
  margin-bottom: -5px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: block;
  transform: rotate(-90deg);
  font-size: clamp(2rem, 1.4221879815rem + 1.5408320493vw, 3rem);
}

.c-tab-nav ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c3c3c3;
}

.c-tab-nav ul li {
  padding: 0 10px 10px;
  color: #26282C;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: clamp(2rem, 1.8844375963rem + 0.3081664099vw, 2.2rem);
  position: relative;
}

.c-tab-nav ul li a {
  color: #26282C;
}

.c-tab-nav ul li.current {
  font-weight: 700;
}

.c-tab-nav ul li.current:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #183784;
}

.c-tab-nav .support {
  padding: 0;
  width: 100%;
  background: #183784;
  text-align: center;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  font-family: "Noto Sans JP", sans-serif;
}

.c-tab-nav .support a {
  padding: 10px 0;
  color: #fff;
}

.c-pagedown-nav {
  margin: 0 0 20px;
  padding: 10px 10px;
  background: #EFF8FF;
}

.c-pagedown-nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.c-pagedown-nav ul li {
  padding: 0 10px;
  font-weight: 700;
}

.c-pagedown-nav ul li a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
}

.loadingBar {
  width: 0;
  height: 1px;
  background: rgba(24, 55, 132, 0.3);
  position: fixed;
  top: 50%;
  left: 0;
  transition: all 0.2s linear 0s;
  z-index: 1200001;
}

.box-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1200000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.box-loading__inner {
  width: 200px;
  height: 100px;
}

.box-loading--ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
  background: rgba(24, 55, 132, 0.6);
}

.box-loading--ball:nth-child(2n+1) {
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

.box-loading--ball:nth-child(2n) {
  -webkit-animation: left 1s infinite ease-in-out;
  -moz-animation: left 1s infinite ease-in-out;
  animation: left 1s infinite ease-in-out;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }

  50% {
    -webkit-transform: translate(15px);
  }

  100% {
    -webkit-transform: translate(-15px);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }

  50% {
    -webkit-transform: translate(-15px);
  }

  100% {
    -webkit-transform: translate(15px);
  }
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }

  50% {
    -moz-transform: translate(15px);
  }

  100% {
    -moz-transform: translate(-15px);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }

  50% {
    -moz-transform: translate(-15px);
  }

  100% {
    -moz-transform: translate(15px);
  }
}

@keyframes right {
  0% {
    transform: translate(-15px);
  }

  50% {
    transform: translate(15px);
  }

  100% {
    transform: translate(-15px);
  }
}

@keyframes left {
  0% {
    transform: translate(15px);
  }

  50% {
    transform: translate(-15px);
  }

  100% {
    transform: translate(15px);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*width*/
.sppd {
  padding-left: 3.3333333333%;
  padding-right: 3.3333333333%;
}

.sppd0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wrapper {
  overflow: hidden;
  zoom: 1;
}

.box-sp {
  display: block !important;
}

.box-pc {
  display: none !important;
}

.no-font-fearure {
  font-feature-settings: initial;
}

.unit {
  margin-bottom: 40px;
}

.relative {
  position: relative;
}

.wrapper {
  overflow: hidden;
}

.tx-c-red {
  color: #CF1225;
}

.tx-c-blue {
  color: #183784;
}

.box-note {
  margin: 0 0 20px;
  /*
  padding: 30px 15px;
  padding: 30px 30px;
  */
  background: #F3F3F3;
}

.box-note.color1 {
  background: #EFF8FF;
}

.box-note.color2 {
  background: #FFE065;
}

.box-note.plane {
  border: 1px solid #c3c3c3;
  background: transparent;
}

.box-note.pd-20 {
  padding: 20px;
}

.box-note .title01 {
  color: #26282C;
  font-size: clamp(2.2rem, 2.2rem + 0vw, 2.2rem);
  margin: 0 0 20px;
}

.box-note .title02 {
  margin: 0 0 10px;
  color: #183784;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
}

.box-note .title02.center {
  text-align: center;
}

.box-note .strong {
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
  color: #26282C;
  text-align: center;
  font-size: clamp(1.3rem, 1.0110939908rem + 0.7704160247vw, 1.8rem);
}

.box-note p.catch {
  color: #183784;
  font-size: clamp(1.7rem, 1.6422187982rem + 0.1540832049vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
}

.box-note p.center {
  text-align: center;
}

.box-note * {
  margin: 0;
}

.box-split {
  display: flex;
}

.box-split .fig {
  padding: 5px 20px 0 5px;
  width: 20%;
  height: auto;
}

.box-split p {
  padding-right: 20px;
  width: 80%;
  color: #183784;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
  font-weight: 700;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

table {
  margin: 0 0 30px;
  font-size: clamp(1.2rem, 1.0844375963rem + 0.3081664099vw, 1.4rem);
  table-layout: fixed;
  border-collapse: collapse;
  border-right: 1px solid #4976da;
  width: 100%;
}

table th {
  font-weight: 700;
}

table th,
table td {
  padding: 10px 15px;
  border-bottom: 1px solid #4976da;
  border-left: 1px solid #4976da;
  font-size: clamp(1.2rem, 1.0844375963rem + 0.3081664099vw, 1.4rem);
  line-height: 1.6;
  vertical-align: middle;
}

table thead th,
table tfoot th {
  vertical-align: middle;
  color: #fff;
  background-color: #183784;
}

table thead th.hd,
table tfoot th.hd {
  background-color: #2049af;
}

table thead td,
table tfoot td {
  color: #fff;
  background-color: #183784;
  font-weight: 700;
}

table tbody th {
  font-weight: 700;
}

table tbody td {
  color: #26282C;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.0844375963rem + 0.3081664099vw, 1.4rem);
}

table tbody td p.note {
  font-size: clamp(1.1rem, 1.0422187982rem + 0.1540832049vw, 1.2rem);
}

table tr.evern th,
table tr.evern td {
  background-color: #ecf0fc;
}

table thead th.even {
  color: #183784;
}

table th.even {
  background-color: #ecf0fc;
}

table td.even {
  background-color: #fafafa;
}

table tr.hover th {
  background-color: #183784 !important;
}

table tr.hover td {
  background-color: #809ee8 !important;
}

table.blue,
table.red,
table.plane {
  border-color: #c3c3c3;
  border-top: 1px solid #c3c3c3;
}

table.blue th,
table.blue td,
table.red th,
table.red td,
table.plane th,
table.plane td {
  padding: 15px 15px;
  border-color: #c3c3c3;
  color: #26282C;
}

table.blue th {
  border-top: 4px solid #183784;
}

table.red th {
  border-top: 4px solid #CF1225;
}

table .p-1 {
  width: 1%;
}

table .p-2 {
  width: 2%;
}

table .p-3 {
  width: 3%;
}

table .p-4 {
  width: 4%;
}

table .p-5 {
  width: 5%;
}

table .p-6 {
  width: 6%;
}

table .p-7 {
  width: 7%;
}

table .p-8 {
  width: 8%;
}

table .p-9 {
  width: 9%;
}

table .p-10 {
  width: 10%;
}

table .p-11 {
  width: 11%;
}

table .p-12 {
  width: 12%;
}

table .p-13 {
  width: 13%;
}

table .p-14 {
  width: 14%;
}

table .p-15 {
  width: 15%;
}

table .p-16 {
  width: 16%;
}

table .p-17 {
  width: 17%;
}

table .p-18 {
  width: 18%;
}

table .p-19 {
  width: 19%;
}

table .p-20 {
  width: 20%;
}

table .p-21 {
  width: 21%;
}

table .p-22 {
  width: 22%;
}

table .p-23 {
  width: 23%;
}

table .p-24 {
  width: 24%;
}

table .p-25 {
  width: 25%;
}

table .p-30 {
  width: 30%;
}

table .p-35 {
  width: 35%;
}

table .p-40 {
  width: 40%;
}

table .p-45 {
  width: 45%;
}

table .p-50 {
  width: 50%;
}

table .p-55 {
  width: 55%;
}

table .p-60 {
  width: 60%;
}

table .p-65 {
  width: 65%;
}

table .p-70 {
  width: 70%;
}

table .p-75 {
  width: 75%;
}

table .p-80 {
  width: 80%;
}

table .p-85 {
  width: 85%;
}

table .p-90 {
  width: 90%;
}

table .p-95 {
  width: 95%;
}

table .p-100 {
  width: 100%;
}

.table-wrap.tw-1024 table {
  width: 1024px;
}

.table-wrap.tw-90 table {
  width: 904px;
}

.table-wrap.tw-80 table {
  width: 819px;
}

.table-wrap.tw-70 table {
  width: 716px;
}

.table-wrap.tw-632 table {
  width: 632px;
}

@media screen and (max-width: 1024px) {
  .table-wrap {
    padding-bottom: 40px;
    margin-bottom: 20px;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .table-wrap table {
    margin-bottom: 0;
    width: 800px !important;
  }

  .table-wrap>* {
    -webkit-transform: translateZ(0px);
  }

  .table-wrap:after {
    content: "※ 表は左右にスクロールできます";
    color: #CF1225;
    font-size: clamp(1.1rem, 1.0422187982rem + 0.1540832049vw, 1.2rem);
    position: absolute;
    bottom: 10px;
  }

  /*20241028*/
  .ac-inner__title--2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .header__main-nav0 {
      display: none;
  }
}

.c-select__wrapper {
  position: relative;
  display: inline-block;
  background: #F3F3F3;
}

.c-select__wrapper:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #183784;
  content: "\e908";
  transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 4%;
  margin-top: -9px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.c-select__wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 5px 25px 5px 10px;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  text-align: center;
  font-size: clamp(1.1rem, 0.9266563945rem + 0.4622496148vw, 1.4rem);
  color: #183784;
  cursor: pointer;
}

.c-select__wrapper select:focus {
  color: #3e4147;
}

.c-select__wrapper select::-ms-expand {
  display: none;
}

.c-select__wrapper.inline label {
  position: absolute;
  z-index: -1;
  top: -18px;
  left: 0;
  width: 100%;
  transition: 300ms;
  color: #26282C;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-select__wrapper.inline label span.attention {
  padding: 2px 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  transition: 300ms;
  opacity: 1;
}

.c-select__wrapper.inline:after {
  content: none;
}

.c-select__wrapper.inline .select-inner {
  position: relative;
  width: 13rem;
  display: inline-block;
}

.c-select__wrapper.inline .select-inner:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #183784;
  content: "\e905";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 6rem;
  margin-top: -9px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.c-select__wrapper.inline .select-inner .focus_line {
  width: 0;
  left: 3rem !important;
}

.c-select__wrapper.inline .select-inner select:focus~.focus_line {
  width: 7rem;
  z-index: 10;
  left: 0 !important;
}

.c-select__wrapper.inline select {
  width: 6rem;
  display: inline;
  padding-left: 3rem;
}

.c-select__wrapper.inline.date .box-text {
  margin: 15px 0 0;
  display: table;
  padding: 10px;
}

.c-select__wrapper.inline.date .box-text p {
  margin: 0;
  color: #555a63;
  font-size: 13px;
  font-size: 1.3rem;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  /*
  &:hover, &:focus {
      outline: none;
      background: transparent;
      color: transparent;
      &:before {
          opacity: $slick-opacity-on-hover;
      }
  }
  */
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.box-slick {
  position: relative;
}

.box-slick ul.slick-dots {
  position: relative;
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  bottom: -40px;
}

.box-slick ul.slick-dots li {
  margin: 0 5px;
  border: none;
}

.box-slick ul.slick-dots li button {
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.box-slick ul.slick-dots li button:before {
  content: none;
}

.box-slick .slick-list {
  padding: 0;
}

.box-slick .slick-prev,
.box-slick .slick-next {
  margin-top: -5.5px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  outline: none;
  transition: all 0.5s ease-in-out;
  display: table;
  background: url(../../images/common/arw-r.png) no-repeat 50% 50% transparent;
  background-size: 100% auto;
  width: 43px;
  height: 43px;
}

.box-slick .slick-prev:before,
.box-slick .slick-next:before {
  content: none;
}

.box-slick .slick-prev.slick-disabled,
.box-slick .slick-next.slick-disabled {
  display: none !important;
}

.box-slick .slick-prev {
  background-image: url(../../images/common/arw-l.png);
  left: 5px;
}

.box-slick .slick-next {
  right: 5px;
}

.box-slick .target {
  position: relative;
  padding: 0;
}

.box-slick .target p.caption {
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #183784;
}

.box-slick .target img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.box-slick .slick-track {
  display: flex;
}

.box-slick .slick-slide {
  height: auto !important;
}

.box-slick ul.slick-dots {
  overflow: auto;
  margin: 0;
  padding: 10px 0;
  justify-content: center;
  bottom: -20px;
}

.box-slick ul.slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #cdcdcd;
}

.box-slick ul.slick-dots li button {
  width: 7px;
  height: 7px;
}

.box-slick ul.slick-dots li a {
  display: block;
}

.box-slick ul.slick-dots li.slick-active {
  background: #183784 !important;
}

.box-slick .slick-num {
  margin: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}

.box-slick .slick-num .inner {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background: rgba(221, 221, 221, 0.8);
  border-radius: 20px;
}

body.open {
  height: 100%;
  overflow: hidden;
}

body.open .header__main-nav {
  display: block;
}

body.open .header__menu-icon span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

body.open .header__menu-icon span:nth-child(2) {
  transform: translateY(6px) rotate(-45deg);
}

body.open .header__menu-icon span:nth-child(3) {
  opacity: 0;
  top: 48px;
}

body.open .header__menu-icon p {
  opacity: 0;
}

.header__alteria {
  border-bottom: 1px solid #F3F3F3;
  display: flex;
  align-items: center;
  height: 48px;
}

.header__alteria img {
  margin: 0 auto;
  width: 100px;
  display: block;
}

.header__inner {
  display: flex;
}

.header__title {
  margin: 0;
  width: calc(100% - 96px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__title img {
  //width: auto;
  height: 14px;
}

.header__sp-nav {
  position: relative;
  z-index: 1900;
  width: 48px;
  height: 48px;
}

.header__sp-nav a {
  margin: 0;
  width: 52px;
  height: 48px;
  background: #F3F3F3;
}

.header__sp-nav a span {
  color: #183784;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.header__sp-nav a span:before {
  margin-bottom: 4px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.header__main-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(24, 55, 132, 0.95);
  padding: 0;
}

@media screen and (min-width: 1024px) {
.header__main-nav0 {
  background: rgba(255, 255, 255, 0.95);
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  overflow: auto;
  padding: 0;
}
}

.header__main-nav--alteria {
  background: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__main-nav--alteria img {
  width: 100px;
}

.header__main-nav--title {
  margin-bottom: 0px;
  border: none !important;
  max-width: 280px;
  margin-right: auto;
}

.header__main-nav--lv1 {
  padding: 0 15px;
}

.header__main-nav--lv1 .header__main-nav--title {
  margin-right: 0;
}

.header__main-nav--lv1>li {
  border-bottom: 1px solid #3f5da1;
  cursor: pointer;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0ms;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.header__main-nav--lv1>li:nth-child(1) {
  animation-delay: 100ms;
}

.header__main-nav--lv1>li:nth-child(2) {
  animation-delay: 150ms;
}

.header__main-nav--lv1>li:nth-child(3) {
  animation-delay: 200ms;
}

.header__main-nav--lv1>li:nth-child(4) {
  animation-delay: 250ms;
}

.header__main-nav--lv1>li:nth-child(4) {
  animation-delay: 300ms;
}

.header__main-nav--lv1>li:nth-child(5) {
  animation-delay: 350ms;
}

.header__main-nav--lv1>li:nth-child(6) {
  animation-delay: 400ms;
}

.header__main-nav--lv1>li:nth-child(7) {
  animation-delay: 450ms;
}

.header__main-nav--lv1>li:nth-child(8) {
  animation-delay: 500ms;
}

.header__main-nav--lv1>li:nth-child(9) {
  animation-delay: 550ms;
}

.header__main-nav--lv1>li:nth-child(2) {
  border-top: 1px solid #3f5da1;
}

.header__main-nav--lv1>li:nth-child(10)>a {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.header__main-nav--lv1>li:nth-child(10)>a:after {
  content: none;
}

.header__main-nav--lv1>li>a {
  padding: 15px 5px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__main-nav--lv1>li>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header__main-nav--lv1>li .ac-trigger {
  padding: 15px 5px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__main-nav--lv1>li .ac-trigger:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: rotate(90deg);
}

.header__main-nav--lv1>li .ac-trigger.open:after {
  transform: rotate(-90deg);
}

.header__main-nav--lv1>li .ac-inner {
  display: none;
}

/*20250701*/
.header__main-nav--lv0 {
  padding: 0 15px;
}

.header__main-nav--lv0>li {
  border-bottom: 1px solid #3f5da1;
  cursor: pointer;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0ms;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.header__main-nav--lv0>li:nth-child(1) {
  animation-delay: 100ms;
}

.header__main-nav--lv0>li:nth-child(2) {
  animation-delay: 150ms;
}

.header__main-nav--lv0>li:nth-child(3) {
  animation-delay: 200ms;
}

.header__main-nav--lv0>li:nth-child(4) {
  animation-delay: 250ms;
}

.header__main-nav--lv0>li:nth-child(4) {
  animation-delay: 300ms;
}

.header__main-nav--lv0>li:nth-child(5) {
  animation-delay: 350ms;
}

.header__main-nav--lv0>li:nth-child(6) {
  animation-delay: 400ms;
}

.header__main-nav--lv0>li:nth-child(7) {
  animation-delay: 450ms;
}

.header__main-nav--lv0>li:nth-child(8) {
  animation-delay: 500ms;
}

.header__main-nav--lv0>li:nth-child(9) {
  animation-delay: 550ms;
}

.header__main-nav--lv0>li:nth-child(2) {
  border-top: 1px solid #3f5da1;
}

.header__main-nav--lv0>li:nth-child(10)>a {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.header__main-nav--lv0>li:nth-child(10)>a:after {
  content: none;
}

.header__main-nav--lv0>li>a {
  padding: 15px 5px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__main-nav--lv0>li>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header__main-nav--lv0>li .ac-trigger {
  padding: 15px 5px;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__main-nav--lv0>li .ac-trigger:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  transform: rotate(90deg);
}

.header__main-nav--lv0>li .ac-trigger.open:after {
  transform: rotate(-90deg);
}

.header__main-nav--lv0>li .ac-inner {
  display: none;
}

/**/

.header__main-nav--service .large {
  padding: 5px 0 5px 10px;
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 0.9688751926rem + 0.6163328197vw, 1.6rem);
}

.header__main-nav--service .large>a {
  padding: 5px 0;
  color: #fff !important;
}

.header__main-nav--service .large:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #3f5da1;
  margin-right: 10px;
}

.header__main-nav--service .ac-inner {
  margin: -5px 0 15px;
}

.header__main-nav--service .header__main-nav--lv2>li {
  padding-left: 20px;
}

.header__main-nav--service .header__main-nav--lv2 .ac-inner__title {
  padding-left: 10px;
  display: flex;
  color: white;
}

.header__main-nav--lv2 {
  margin: -5px 0 15px;
}

.header__main-nav--lv2>li {
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}

.header__main-nav--lv2>li>a {
  padding: 5px 0;
  color: #fff !important;
}

.header__main-nav--lv2>li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #3f5da1;
  margin-right: 10px;
}

.header__main-nav--general-nav {
  padding: 35px 5px;
  border: none !important;
}

.header__main-nav--general-nav>ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.header__main-nav--general-nav>ul>li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.header__main-nav--general-nav>ul>li a {
  color: #fff;
}

.header__main-nav--support {
  display: none;
}

.header__main-nav--recruit>a {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.header__main-nav--recruit>a:after {
  content: none !important;
}

.header__main-nav--group {
  display: none;
}

.header__menu-icon {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2001;
  background: #183784;
  cursor: pointer;
}

.header__menu-icon span {
  background: #fff;
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  left: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__menu-icon span:nth-child(1) {
  top: 12px;
}

.header__menu-icon span:nth-child(2) {
  top: 17px;
}

.header__menu-icon span:nth-child(3) {
  top: 22px;
  width: 17px;
}

.header__menu-icon p {
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: #183784;
}

.footer__sns-nav {
  margin-bottom: 40px;
  padding: 20px 20px 5px;
  background: #09226c;
  display: flex;
  flex-wrap: wrap;
}

.footer__sns-nav>li {
  margin: 0 30px 20px 0;
  font-size: clamp(1.1rem, 0.9844375963rem + 0.3081664099vw, 1.3rem);
  line-height: 1.4;
}

.footer__sns-nav>li>a {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer__sns-nav>li img {
  margin-right: 10px;
  width: auto;
  height: 28px;
}

.footer__main-nav {
  margin: 0;
}

.footer__main-nav>li {
  border-bottom: 1px solid #3f5da1;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2844375963rem + 0.3081664099vw, 1.6rem);
}

.footer__main-nav>li:nth-child(1) {
  border-top: 1px solid #3f5da1;
}

.footer__main-nav>li .footer__title--h2>a {
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__main-nav>li .footer__title--h2>a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__main-nav>li .footer__title--end {
  border-bottom: 1px solid #3f5da1;
}

.footer__main-nav>li .footer__title--h3 {
  padding: 5px 10px;
  color: #fff;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  display: flex;
  align-items: center;
}

.footer__main-nav>li .footer__title--h3:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #3f5da1;
  margin-right: 10px;
}

.footer__main-nav>li .ac-trigger {
  padding: 20px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.footer__main-nav>li .ac-trigger:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-right: 0;
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__main-nav>li .ac-trigger.open:after {
  transform: rotate(-90deg);
}

.footer__main-nav>li .ac-inner {
  display: none;
  margin: -5px 0 15px;
}

.footer__main-nav>li .ac-inner li {
  font-family: "Noto Sans JP", sans-serif;
}

.footer__main-nav>li .ac-inner li>a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}

.footer__main-nav>li .ac-inner li>a:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #3f5da1;
  margin-right: 10px;
}

.footer__main-nav>li .ac-inner__lv3 {
  margin: 0;
  padding-left: 15px;
}

.footer__general-nav {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.footer__general-nav>li {
  margin-right: 20px;
  font-size: clamp(1.2rem, 1.1422187982rem + 0.1540832049vw, 1.3rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.footer__general-nav>li a {
  padding: 5px 10px;
  color: #fff;
}

.footer__title--h1 {
  margin-bottom: 20px;
  max-width: 322px;
}

.footer__address {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}

.footer__copyright {
  color: #fff;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

.home-mainvisual {
  margin-bottom: 30px;
  /*
  &__inner {
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 80px;
  	z-index: 100;
  	letter-spacing: 0;
  	@include g.maxW(300px);
  	p {
  		margin: 0;
  		color: g.$c-white;
  		font-weight: 500;
  		font-family: g.$minchou-j;
  		line-height: 1;
  	}
  	&--p {
  		@include g.font-vw(16,33);
  	}
  	&--large {
  		margin-top: 10px !important;
  		margin-bottom: 10px !important;
  		@include g.font-vw(70,151);
  		span {
  			@include g.font-vw(25,49);
  		}
  	}
  	&--small {
  		@include g.font-vw(9,12);
  		font-family: g.$gothic-j !important;
  	}
  }
  &__link{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	z-index: 100;
  	p {
  		margin: 0;
  	}
  	a {
  		padding: 12px 30px;
  		@include g.font-vw(14,14);
  		background: g.$c-white;
  		&:after {
  			padding-left: 10px;
  			@include g.icomoon;
  			content: '\e905';
  		}
  	}
  }
  */
}

.home-mainvisual .target {
  position: relative;
}

.home-mainvisual .target img {
  width: 100%;
  height: auto;
}

.home-mainvisual .target p {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.home-mainvisual .target p a {
  padding: 12px 30px;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  background: #fff;
}

.home-mainvisual .target p a:after {
  padding-left: 10px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}

.home-important__inner {
  padding: 20px 10px;
  border: 2px solid #183784;
  background: #F3F3F3;
}

.home-important__h2 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2844375963rem + 0.3081664099vw, 1.6rem);
}

.home-important__date {
  margin: 0;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
  font-weight: 500;
}

.home-important__main {
  margin: 0;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #183784;
  color: #26282C;
}

.home-important__ul {
  margin: 0;
}

.home-important__ul>li {
  margin-bottom: 20px;
}

.home-important__ul>li:last-child {
  margin-bottom: 0;
}

.home-important__ul>li a,
.home-important__ul>li p {
  line-height: 1.6;
}

.home-important .c-plane {
  text-align: left;
}

.home-important .c-pdf {
  padding-right: 0;
  text-align: left;
}

.home-important .c-pdf:after {
  position: relative;
  top: 6px;
  line-height: 1.4rem;
}

.db-news {
  margin-bottom: 60px;
}

.db-news__list>li {
  padding: 15px 15px;
  border-top: 1px solid #b9c4de;
  display: flex;
  flex-wrap: wrap;
}

.db-news__list>li:last-child {
  border-bottom: 1px solid #b9c4de;
}

.db-news__list>li p {
  margin: 10px 0 0;
  color: #26282C;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  line-height: 1.6;
  width: 100%;
}

.db-news__list>li a {
  margin-top: 10px;
  width: 100%;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  line-height: 1.6;
  color: #183784;
}

.db-news__list>li a.c-pdf {
  padding-right: 0;
  text-align: left !important;
}

.db-news__list>li a.c-pdf:after {
  position: relative;
  top: 6px;
  line-height: 1.8rem;
}

.db-news__date {
  margin-right: 15px;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
}

.db-news__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: clamp(1rem, 0.8266563945rem + 0.4622496148vw, 1.3rem);
  border-radius: 5px;
  color: #fff;
}

.db-news__badge.news {
  background-color: #29A7DE;
}

.db-news__badge.release {
  background-color: #183784;
}

.home-service {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F3F3F3;
}

.home-service__topbox--p {
  text-align: center;
  color: #183784;
}

.home-service__box {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.home-service__box--fig {
  margin-bottom: 0;
  position: relative;
}

.home-service__box--number {
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "linotype-didot", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.5rem, 2.748844376rem + 2.0030816641vw, 4.8rem);
  color: #fff;
}

.home-service__box .sppd {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
}

.home-service__box .sppd p {
  color: #183784;
}

.home-service__box .sppd .c-btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.home-about {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/files/user/images/home/about_bg.jpg) no-repeat 0 -15px;
  background-size: 130% auto;
}

.home-about__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-about__ul>li {
  margin-bottom: 15px;
  width: 49%;
}

.home-about__ul .fig {
  margin: 0;
}

.home-about__ul span {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #183784;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

.home-about__ul span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-left: 10px;
}

.home-recruit {
  padding-top: 50px;
  background: url(/files/user/images/home/recruit_bg.jpg) no-repeat 50% 0;
  background-size: 100% auto;
}

.home-recruit .title02-2 {
  color: #fff;
}

.home-recruit p {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}

.home-recruit__ul-txt>li .c-btn {
  padding: 20px 20px;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

.home-recruit__link {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/files/user/images/home/recruit-link_bg.jpg) no-repeat 50% 0;
  background-size: auto 100%;
}

.home-recruit__link p {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 0.9377503852rem + 1.2326656394vw, 2.2rem);
}

.home-recruit__link--ul {
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
}

.home-recruit__link--ul>li {
  margin-bottom: 10px;
}

.home-recruit__link--ul>li .c-btn {
  padding: 15px 20px;
}

.home-support {
  padding-top: 50px;
  padding-bottom: 40px;
  background: url(/files/user/images/home/support_bg.jpg) no-repeat 50% 0 #F3F3F3;
  background-size: auto 100%;
}

.home-support__ul {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.home-support__ul>li {
  margin-bottom: 15px;
  padding: 30px 23px;
  background: #fff;
}

.home-support__ul>li h3 {
  margin-bottom: 30px;
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
}

.home-support__ul--inner {
  margin: 0;
}

.home-support__ul--inner>li {
  padding: 15px 0;
  border-bottom: 1px solid #C9D3E9;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

.home-support__ul--inner>li:first-child {
  border-top: 1px solid #C9D3E9;
}

#news .c-select {
  margin-bottom: 10px;
}

#news .c-select form {
  display: flex;
  justify-content: flex-end;
}

#news .c-select__wrapper {
  margin-left: 10px;
}

#service.index .heading01 {
  margin-bottom: 30px;
  background-image: url(/files/user/images/service/heading_bg.jpg);
}

#service.index .box01 .fig p {
  font-size: clamp(1rem, 0.8844375963rem + 0.3081664099vw, 1.2rem);
}

/*#service.index .box01 p {
  color: #183784;
}*/
#service.index .box01__ul>li {
  margin-bottom: 60px;
}

#service.index .box03__ul>li {
  margin-bottom: 30px;
}

#service.index .box03__ul>li p {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

#service.index .box04__ul>li p {
  font-weight: 700;
}

#service.index .box05__ul>li {
  margin-bottom: 40px;
}

#service.index .box05__ul>li ul {
  margin-bottom: 20px;
}

#service.index .box05__ul>li ul .c-btn {
  margin-bottom: 0;
}

#service.index .box05__ul>li ul .c-btn>li {
  font-weight: 700;
}

#service.ucom-index .box01 p.service {
  text-align: center;
}

#service.ucom-index .box01 p.service a {
  padding: 10px 0;
  display: block !important;
}

#service.ucom-index .box02__ul1>li {
  color: #183784;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.4844375963rem + 0.3081664099vw, 1.8rem);
}

#service.ucom-index .box02__ul1>li p.small {
  margin-top: 10px;
}

#service.ucom-index .box02__ul2 {
  display: flex;
  justify-content: space-between;
}

#service.ucom-index .box02__ul2>li {
  padding: 10px;
  width: 32%;
  text-align: center;
  color: #000;
  background: #EFF8FF;
  line-height: 1.4;
}

#service.ucom-index .box02__ul2>li strong {
  margin-bottom: 10px;
  color: #183784;
  font-weight: 700;
  display: block;
  font-size: clamp(1.4rem, 1.2844375963rem + 0.3081664099vw, 1.6rem);
}

#service.ucom-index .box02 .box-note {
  padding: 20px 10px;
}

#service.ucom-index .box02 .box-note .btn {
  padding: 10px 0;
  text-align: center;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

#service.ucom-index .box02 .box-note__btn1 {
  margin-bottom: 20px;
  color: #fff;
  background: #0686EF;
}

#service.ucom-index .box02 .box-note__btn2 {
  background: #FFCC00;
  text-align: center;
}

#service.ucom-index #box04 .box04__ul li {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #F3F3F3;
}

#service.ucom-case .box01 p.service {
  text-align: center;
}

#service.ucom-case .box01 p.service a {
  padding: 10px 0;
  display: block !important;
}

#service.ucom-case .box02__ul>li {
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c3c3c3;
}

#service.ucom-case .box02__ul>li:last-child {
  border: none;
}

#service.ucom-case .box03__ul li {
  margin-bottom: 20px;
}

#service.ucom-case .box03__ul li .c-btn {
  font-weight: 700;
  background: transparent;
}

#service.ucom-case-detail .box01 p.service {
  text-align: center;
}

#service.ucom-case-detail .box01 p.service a {
  padding: 10px 0;
  display: block !important;
}

#service.internet .heading03__p--note {
  padding-bottom: 10px;
}

#service.internet section {
  position: relative;
}

/*
#service.internet .box01 {
  margin-top: -35px;
  margin-left: 3.3333333333%;
  margin-right: 3.3333333333%;
  padding: 20px 20px 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}*/

#service.internet .box01 .box-note {
  padding: 20px;
}

#service.internet .box02 ul.flex>li p {
  margin-bottom: 10px;
}

#service.internet .box02 ul.dot>li {
  margin-bottom: 20px;
  /*
  font-size: clamp(1rem, 0.9422187982rem + 0.1540832049vw, 1.1rem);
  */
  font-size: 1.5rem;
  position: relative;
  color: #26282C;
  line-height: 1.4;
}

#service.internet .box06 ul.flex>li .fig {
  margin-bottom: 10px;
}

#service.internet .box06 ul.flex>li .fig img {
  border: 1px solid #A7ADB9;
}

#service.internet .box06 ul.flex>li .c-btn {
  text-align: left;
}

#service.internet .box08 .fig {
  margin-bottom: 15px;
}

#service.internet .box08 .title03 {
  margin-bottom: 15px;
}

#service.internet .box08 p {
  margin-bottom: 0;
}

#service.internet .c-btn.large.color2 {
  padding: 20px;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
}

#service.teng .heading03 {
  background-image: url(/files/user/images/service/10g/heading_bg.jpg);
}

#service.teng .heading03__p--large {
  margin: 0;
  font-style: italic;
}

#service.teng .heading03__p--yellow {
  margin: 0;
  color: #FFE065;
}

#service.teng .heading03__p--midium {
  padding-bottom: 40px;
  text-align: center;
}

#service.teng .heading03__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#service.teng .box01__inner {
  margin-top: -35px;
  margin-bottom: 40px;
  margin-left: 3.3333333333%;
  margin-right: 3.3333333333%;
  padding: 20px 20px 0;
  border: 1px solid #183784;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}

#service.teng .box01__inner .box-note {
  padding: 20px;
}

#service.teng .box01__inner .box-split .fig {
  width: 40%;
}

#service.teng .box01__inner .box-split p {
  width: 60%;
}

#service.teng ul.dot>li {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9422187982rem + 0.1540832049vw, 1.1rem);
  line-height: 1.8;
}

#service.teng .box02__p--catch {
  color: #183784;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 1.8844375963rem + 0.3081664099vw, 2.2rem);
}

#service.teng .box02 .box-note {
  padding: 20px 20px 20px;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}

#service.teng .box02 .box-note p {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

#service.teng .box03 ul.flex>li .fig img {
  border: 1px solid #A7ADB9;
}

#service.teng .box03 .c-btn.large {
  padding: 20px;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
}

.service.internet .heading03__p--note {
  padding-bottom: 25px;
}

.service.internet section {
  position: relative;
}

/*.service.internet .box01 {
  margin-top: -35px;
  margin-left: 3.3333333333%;
  margin-right: 3.3333333333%;
  padding: 20px 20px 0;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}
*/

.service.internet .box01 .box-note {
  padding: 20px;
}

.service.internet .box02 ul.flex>li p {
  margin-bottom: 10px;
}

.service.internet .box02 ul.dot>li {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9422187982rem + 0.1540832049vw, 1.1rem);
  line-height: 1.8;
}

.service.internet .box06 ul.flex>li .fig {
  margin-bottom: 10px;
}

.service.internet .box06 ul.flex>li .fig img {
  border: 1px solid #A7ADB9;
}

.service.internet .box06 ul.flex>li .c-btn {
  text-align: left;
}

.service.internet .box08 .fig {
  margin-bottom: 15px;
}

.service.internet .box08 .title03 {
  margin-bottom: 15px;
}

.service.internet .box08 p {
  margin-bottom: 0;
}

.service.internet .c-btn.large.color2 {
  padding: 20px;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
}

.service.teng .heading03 {
  background-image: url(/files/user/images/service/10g/heading_bg.jpg);
}

.service.teng .heading03__p--large {
  margin: 0;
  font-style: italic;
}

.service.teng .heading03__p--yellow {
  margin: 0;
  color: #FFE065;
}

.service.teng .heading03__p--midium {
  padding-bottom: 40px;
  text-align: center;
}

.service.teng .heading03__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service.teng .box01__inner {
  margin-top: -35px;
  margin-bottom: 40px;
  margin-left: 3.3333333333%;
  margin-right: 3.3333333333%;
  padding: 20px 20px 0;
  border: 1px solid #183784;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}

.service.teng .box01__inner .box-note {
  padding: 20px;
}

.service.teng .box01__inner .box-split .fig {
  width: 40%;
}

.service.teng .box01__inner .box-split p {
  width: 60%;
}

.service.teng ul.dot>li {
  margin-bottom: 0;
  font-size: clamp(1rem, 0.9422187982rem + 0.1540832049vw, 1.1rem);
  line-height: 1.8;
}

.service.teng .box02__p--catch {
  color: #183784;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2rem, 1.8844375963rem + 0.3081664099vw, 2.2rem);
}

.service.teng .box02 .box-note {
  padding: 20px 20px 20px;
  border: 1px solid #c3c3c3;
  background: linear-gradient(#fff, 20%, #DDF8FF);
  box-shadow: 5px 5px #183784;
}

.service.teng .box02 .box-note p {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 1.3422187982rem + 0.1540832049vw, 1.5rem);
}

.service.teng .box03 ul.flex>li .fig img {
  border: 1px solid #A7ADB9;
}

.service.teng .box03 .c-btn.large {
  padding: 20px;
  font-size: clamp(1.8rem, 1.6844375963rem + 0.3081664099vw, 2rem);
}

#profile.index .heading01 {
  margin-bottom: 30px;
  background-image: url(/files/user/images/profile/heading_bg.jpg);
}

.pc-mode a:hover img {
  opacity: 0.6;
}

@media screen and (min-width: 1024px) {

  .sppd,
  [class*=sppd-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .box-sp {
    display: none !important;
  }

  .box-pc {
    display: block !important;
  }

  header {
    width: 100%;
    height: 92px;
    position: fixed;
    left: 0;
    z-index: 3000;
  }

  .small .header__main-nav,
  .small .header__main-nav--lv1,
  .small .header__main-nav--lv1>li {
    height: 40px;
  }

  .small .header__main-nav--support {
    padding: 0px 3px 0px 10px;
  }

  .header__alteria,
  .header__title {
    display: none;
  }

  .header .header__main-nav,
  .header__main-nav--lv1,
  .header__main-nav--lv1>li {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  /*20250701*/
  .header .header__main-nav,
  .header__main-nav--lv0,
  .header__main-nav--lv0>li {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  /**/

  .header__main-nav--service:after,
  .header__main-nav--company:after,
  .header__main-nav--recruit:after,
  .header__main-nav--news:after,
  .header__main-nav--inquiry:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: #183784;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .header__main-nav--service:hover:after,
  .header__main-nav--company:hover:after,
  .header__main-nav--recruit:hover:after,
  .header__main-nav--news:hover:after,
  .header__main-nav--inquiry:hover:after {
    left: 0;
    width: 100%;
  }

  .header__main-nav {
    display: flex;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    overflow: visible;
    margin-top: 62px;
  }

  .header__main-nav--lv1 {
    margin-bottom: 0;
    display: flex;
    //max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 40px;
    align-items: center;
    //justify-content: space-between;
  }

  .header__main-nav--lv1>li {
    border: none;
    line-height: 1.4;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 19px;
  }

  .header__main-nav--lv1>li:nth-child(2) {
    border-top: none;
  }

  .header__main-nav--lv1>li.current:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #183784;
  }

  .header__main-nav--lv1>li .ac-trigger,
  .header__main-nav--lv1>li>a {
    color: #183784;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
  }

  .header__main-nav--lv1>li .ac-trigger:after,
  .header__main-nav--lv1>li>a:after {
    content: none;
  }

  .header__main-nav--lv1>li:hover .ac-inner {
    display: block;
  }

  .header__main-nav--lv1>li .ac-inner {
    display: none;
    margin: 0;
    padding: 40px 20px;
    position: absolute;
    top: 100%;
    left: -50%;
    width: 300px;
    z-index: 3100;
    background: #183784;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0ms;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .header__main-nav--lv1>li .ac-inner__title {
    display: block;
    margin: 0 0 10px;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
  }

  .header__main-nav--lv1>li .ac-inner__title:before {
    content: none;
  }

  .header__main-nav--lv1>li .ac-inner__title.large {
    margin-bottom: 20px;
  }

  /*20250701*/
  .header__main-nav--lv0 {
    margin-bottom: 0;
    display: flex;
    //max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 102px;
    align-items: flex-start;
    justify-content: end;
  }

  .header__main-nav--lv0>li {
    border: none;
    line-height: 1.4;
    height: 62px;
    display: flex;
    align-items: center;
    position: relative;
    position: relative;
  }

  .header__main-nav--lv0>li:nth-child(2) {
    border-top: none;
  }

  .header__main-nav--lv0>li.current:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #183784;
  }

  .header__main-nav--lv0>li .ac-trigger,
  .header__main-nav--lv0>li>a {
    color: #183784;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
  }

  .header__main-nav--lv0>li .ac-trigger:after,
  .header__main-nav--lv0>li>a:after {
    content: none;
  }

  .header__main-nav--lv0>li:hover .ac-inner {
    display: block;
  }

  .header__main-nav--lv0>li .ac-inner {
    display: none;
    margin: 0;
    padding: 40px 20px;
    position: absolute;
    top: 100%;
    left: -50%;
    width: 300px;
    z-index: 3100;
    background: #183784;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0ms;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .header__main-nav--lv0>li .ac-inner__title {
    display: block;
    margin: 0 0 10px;
    font-family: "Shippori Mincho", serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
  }

  .header__main-nav--lv0>li .ac-inner__title:before {
    content: none;
  }

  .header__main-nav--lv0>li .ac-inner__title.large {
    margin-bottom: 20px;
  }

  /**/

  .header__main-nav--lv2>li {
    line-height: 1.6;
  }

  .header__main-nav--lv2>li>a:hover {
    padding-left: 3px;
  }

  .header__main-nav--lv3>li a {
    color: #fff;
  }

  .header__main-nav--service .ac-inner {
    width: 1000px !important;
    left: auto !important;
    //left: -300px !important;
  }

  .header__main-nav--service:hover .ac-inner {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header__main-nav--service:hover .ac-inner__title--large,
  .header__main-nav--service:hover .ac-inner__title {
    width: 100%;
  }

  .header__main-nav--service:hover .ac-inner__title--large a,
  .header__main-nav--service:hover .ac-inner__title a {
    color: #fff;
  }

  .header__main-nav--service:hover .ac-inner__title--large a:hover,
  .header__main-nav--service:hover .ac-inner__title a:hover {
    padding-left: 3px;
  }

  .header__main-nav--service:hover .ac-inner>ul {
    width: 23%;
  }

  .header__main-nav--service:hover .ac-inner>ul>li {
    display: flex;
  }

  .header__main-nav--service .header__main-nav--lv2 {
    display: block;
    /*20241028追加*/
    margin-bottom: 0;
  }

  .header__main-nav--title {
    margin-bottom: 0;
  }

  .header__main-nav--title:after {
    content: none !important;
  }

  .header__main-nav--support {
    padding: 0px 3px 0px 10px;
    border: 1px solid #183784 !important;
    border-radius: 10px;
    height: auto !important;
    display: flex;
    background: #F5F8FF;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .header__main-nav--support>a {
    padding: 5px 5px !important;
    color: #183784;
    font-weight: 700 !important;
  }

  .header__main-nav--support:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    margin-right: 5px;
    font-size: 25px;
    font-size: 2.5rem;
    color: #183784;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .header__main-nav--support:hover {
    background: #dce6ff;
  }

  .header__main-nav--group>a {
    padding: 0 15px !important;
  }

  .header__main-nav--group:after {
    content: none !important;
  }

  /*20241028*/
  .ac-inner__title--2 {
    margin-top: 30px !important;
  }

  footer {
    padding-top: 60px;
  }

  .footer {
    /*
    &__inquiry-nav {
    	position: absolute;
    	left: 50%;
    	bottom: 50px;
    }
    */
  }

  .footer__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer__sns-nav {
    margin-bottom: 30px;
    padding: 25px 167px;
    justify-content: space-between;
  }

  .footer__sns-nav>li {
    margin-bottom: 0;
    flex: 1;
  }

  .footer__sns-nav>li:nth-child(4) {
    margin-right: 0;
  }

  .footer__sns-nav>li img {
    height: 40px;
  }

  .footer__main-nav {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }

  .footer__main-nav>li {
    border: none !important;
    flex-basis: 25%;
  }

  .footer__main-nav>li a {
    position: relative;
  }

  .footer__main-nav>li a:after {
    content: "" !important;
    width: 0;
    height: 1px;
    background: #7b93cb;
    position: absolute;
    left: 0%;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .footer__main-nav>li a:hover {
    color: #fff;
  }

  .footer__main-nav>li a:hover:after {
    width: 50px;
    left: 0%;
  }

  .footer__main-nav>li .footer__title--h3 {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
  }

  .footer__main-nav>li .footer__title--h3:before {
    content: none;
  }

  .footer__main-nav>li:nth-child(1) {
    margin-bottom: 10px;
    flex-basis: 100%;
  }

  .footer__main-nav>li:nth-child(1) .ac-trigger {
    padding-left: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .footer__main-nav>li:nth-child(1) .ac-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__main-nav>li:nth-child(1) .ac-inner>li {
    flex-basis: 25%;
  }

  .footer__main-nav>li:nth-child(1) .ac-inner>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
  }

  .footer__main-nav>li:nth-child(1) .ac-inner>li>a:before {
    content: none;
  }

  .footer__main-nav>li:nth-child(1) .ac-inner>li:nth-child(1) {
    flex-basis: 100%;
  }

  .footer__main-nav>li .footer__title--h2>a {
    padding-left: 0;
  }

  .footer__main-nav>li .footer__title--h2>a:after {
    content: none;
  }

  .footer__main-nav>li .footer__title--end {
    border: none !important;
  }

  .footer__main-nav>li .ac-trigger {
    cursor: default;
  }

  .footer__main-nav>li .ac-inner {
    display: block;
  }

  .footer__main-nav>li .ac-inner>li>a {
    padding-left: 0;
  }

  .footer__main-nav>li .ac-inner__lv3 {
    padding-left: 0;
  }

  .footer__main-nav>li .ac-inner__lv3>li>a {
    padding-left: 0;
  }

  .footer__main-nav>li .ac-trigger {
    padding-left: 0;
  }

  .footer__main-nav>li .ac-trigger:after {
    content: none;
  }

  .footer__plan-nav {
    position: absolute;
    left: 25%;
    bottom: -10px;
  }

  .footer__general-nav--inner>li a {
    padding-left: 0;
  }

  .footer__news-nav a:after {
    bottom: 10px !important;
  }

  .footer__title--h1 {
    margin-bottom: 30px;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__address {
    margin-bottom: 30px;
    text-align: center;
  }

  .footer__copyright {
    margin-bottom: 60px;
    text-align: center;
  }

  .heading01 {
    margin-bottom: 60px;
  }

  .heading01__title {
    padding: 90px 0;
  }

  .heading02 {
    margin-bottom: 20px;
    padding: 0 30px;
  }

  .heading02__title {
    padding: 90px 0;
  }

  .heading02 h1 {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
  }

  .heading02 img {
    margin: 0;
    max-width: 400px;
  }

  .heading02__inner {
    padding-left: 60px;
  }

  .heading02__inner span {
    margin-top: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .heading03 {
    background-image: url(/files/user/images/service/internet/heading_bg-pc.jpg);
  }

  .heading03__p--small {
    text-align: center;
  }

  .heading03__p--note {
    text-align: right;
  }

  .heading03 .catch-wrapper {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title01-1 {
    margin-bottom: 30px;
  }

  .title04 {
    margin-bottom: 40px;
    margin-top: 80px;
  }

  .title05 {
    margin-bottom: 40px;
  }

  .title07 {
    margin-bottom: 40px;
  }

  a:hover {
    color: #809ee8;
  }

  .c-btn {
    padding-right: 50px;
    padding-left: 50px;
  }

  .c-btn.large {
    padding: 20px 40px;
    display: table;
  }

  .c-btn.full {
    display: block !important;
  }

  .c-btn:hover {
    color: #183784;
    background: #d6e0f8;
  }

  .c-btn.plane:hover {
    color: #809ee8;
    background: transparent;
  }

  .c-breadcrumb-nav ol {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-page-nav {
    margin-top: 50px;
  }

  .c-page-nav ul>li {
    margin: 0 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .c-page-nav a:hover {
    color: #fff;
    background: #557de0;
  }

  .c-pagetop-nav {
    right: 20px;
    bottom: 20px;
  }

  .c-pagetop-nav a {
    width: 56px;
    height: 56px;
  }

  .c-tab-nav {
    margin-bottom: 60px;
    position: relative;
  }

  .c-tab-nav ul li {
    padding: 20px;
  }

  .c-tab-nav ul li a:hover {
    color: #183784;
  }

  .c-tab-nav .support {
    margin: 0;
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .c-tab-nav .support a {
    padding: 20px;
  }

  .c-tab-nav .support a:hover {
    color: #183784;
    background: #d6e0f8;
  }

  .c-pagedown-nav ul li a {
    padding: 20px;
  }

  p {
    margin-bottom: 40px;
  }

  p.date .date__badge {
    width: 130px;
  }

  figure.fig {
    margin-bottom: 40px;
  }

  figure.fig.original.left {
    width: auto;
    max-width: initial;
  }

  figure.fig.original.right {
    width: auto;
    max-width: initial;
  }

  figure.fig.original.center {
    width: auto;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }

  figure.fig.right {
    margin-left: 50px;
    float: right;
    width: 50%;
    max-width: 400px;
  }

  figure.fig.left {
    margin-right: 50px;
    float: left;
    width: 50%;
    max-width: 400px;
  }

  figure.fig.p-50 {
    width: auto;
    max-width: 50%;
  }

  figure.fig.p-60 {
    width: auto;
    max-width: 60%;
  }

  figure.fig.p-70 {
    width: auto;
    max-width: 70%;
  }

  dl.note {
    margin-bottom: 40px;
  }

  dl.note dt {
    flex-basis: 5%;
  }

  dl.note dd {
    flex-basis: 95%;
  }

  dl.table {
    margin-bottom: 40px;
  }

  dl.qa .fig.right {
    max-width: 320px;
  }

  dl.qa dt {
    padding-left: 35px;
  }

  dl.qa dd {
    margin-bottom: 60px;
    padding-left: 35px;
  }

  ul.point {
    display: flex;
    justify-content: space-between;
  }

  ul.point>li {
    position: relative;
  }

  ul.point>li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #183784;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 10;
  }

  ul.point>li:last-child:after {
    content: none;
  }

  ul.point.col-2>li {
    width: 45%;
  }

  ul.point.col-2>li:after {
    right: -55px;
  }

  ul.point.col-3>li {
    width: 30%;
  }

  ul.point.col-4>li {
    width: 22%;
  }

  ul.point.col-4>li:after {
    right: -24px;
  }

  ul.point.col-5 {
    flex-wrap: wrap;
  }

  ul.point.col-5>li {
    margin-bottom: 40px;
    width: 30%;
  }

  ul.point.col-5>li:nth-child(3):after,
  ul.point.col-5>li:nth-child(6):after {
    content: none;
  }

  ul.flex.pc-col-3>li {
    width: 31%;
  }

  ul.flex>li {
    width: 48% !important;
  }

  ul.flex.col-2>li {
    width: 48% !important;
  }

  ul.flex.col-3>li {
    width: 31% !important;
  }

  ul.flex.col-4>li {
    width: 23% !important;
  }

  ul.support {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.support>li {
    width: 48%;
  }

  .w-180 {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    max-width: 180px !important;
  }

  .w-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-980 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-1024 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-1070 {
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }

  .w-1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box-note {
    padding: 50px 30px;
  }

  .box-split .fig {
    width: 30%;
  }

  .box-split p {
    width: 70%;
  }

  .box-pc-split {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }

  .box-pc-split h3 {
    margin-right: 20px;
    padding-top: 20px;
    width: 240px;
  }

  .box-pc-split h3:before {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-top: solid 92px #FFE065;
  }

  .box-pc-split div {
    flex: 1;
  }

  .box-pc-split div p {
    margin-bottom: 10px;
  }

  #home .container {
    margin-bottom: 0;
  }

  .home-mainvisual {
    margin-bottom: 80px !important;
    position: relative;
  }

  .home-mainvisual .target {
    overflow: hidden;
  }

  .home-mainvisual__inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
  }

  .home-mainvisual__inner--large {
    margin-bottom: 100px !important;
  }

  .home-mainvisual.box-slick ul.slick-dots {
    bottom: -15px;
  }

  .home-mainvisual a:hover img {
    opacity: 1;
  }

  .home-important {
    margin-bottom: 100px;
  }

  .home-important__inner {
    display: flex;
    align-items: center;
    border-width: 4px;
  }

  .home-important__h2 {
    width: 25%;
  }

  .home-important__date {
    width: 20%;
  }

  .home-important__ul>li {
    display: flex;
  }

  .db-news .sppd {
    display: flex;
    position: relative;
  }

  .db-news__btn {
    position: absolute;
    left: 0;
    top: 100px;
  }

  .db-news__btn .c-btn {
    padding: 15px;
  }

  .db-news__list {
    margin-left: 60px;
    display: flex;
    flex-wrap: wrap;
  }

  .db-news__list>li {
    align-items: flex-start;
    width: 100%;
  }

  .db-news__list>li p,
  .db-news__list>li a {
    margin: 0;
    flex: 2;
    line-height: 1.8;
  }

  .db-news__badge {
    margin-right: 15px;
    width: 130px;
  }

  .db-news .title02-1 {
    margin-left: 0;
  }

  .home-service {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .home-service__topbox--p {
    margin-bottom: 100px;
    line-height: 2.5;
  }

  .home-service__box--fig {
    margin-top: -30px;
    margin-left: -30px !important;
    float: left;
    max-width: 518px;
  }

  .home-service__box {
    margin-bottom: 30px;
  }

  .home-service__box .sppd {
    margin-bottom: 60px;
    padding: 50px 30px 50px 530px !important;
  }

  .home-service__box .sppd .title03-1 span {
    margin-bottom: 15px;
  }

  .home-service__box .sppd p {
    line-height: 2.3;
  }

  .home-service__box .sppd .c-btn {
    margin-left: 0;
  }

  .home-about {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 1419px auto;
    background-position: 160px -70px;
  }

  .home-about .title02-2 {
    margin-bottom: 60px;
  }

  .home-about__ul {
    margin-bottom: 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-about__ul>li {
    width: 24.8%;
  }

  .home-recruit {
    padding-top: 0;
    background: #183784;
  }

  .home-recruit__upper {
    display: flex;
    align-items: center;
  }

  .home-recruit__upper--fig {
    width: 50%;
  }

  .home-recruit__upper--inner {
    width: 50%;
  }

  .home-recruit__ul-txt {
    display: flex;
    justify-content: center;
  }

  .home-recruit__ul-txt>li {
    padding: 0 15px;
  }

  .home-recruit__ul-txt>li .c-btn {
    padding: 20px 30px;
    font-size: 1.6rem;
  }

  .home-recruit__link {
    margin-top: 0;
    padding-top: 80px;
    background-size: cover;
  }

  .home-recruit__link p {
    margin-bottom: 60px;
  }

  .home-recruit__link--ul {
    margin-bottom: 70px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }

  .home-recruit__link--ul>li {
    width: 31%;
  }

  .home-support {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-support .title02-2 {
    margin-bottom: 60px;
  }

  .home-support__ul {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-support__ul>li {
    padding-top: 40px;
    width: 31.5%;
  }

  .home-support__ul>li h3 {
    margin-bottom: 50px;
    max-width: 230px;
  }

  .home-support__ul--inner>li {
    padding: 20px 0;
  }

  #news .container {
    margin-bottom: 0;
  }

  #news .db-news {
    display: block;
  }

  #news .db-news__list {
    margin-left: 0;
    margin-right: 0;
  }

  #news .db-news__list>li {
    width: 100%;
  }

  #news .c-select {
    position: absolute;
    right: 30px;
    top: 5px;
  }

  #news .c-select p {
    margin: 0 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Shippori Mincho", serif;
  }

  #service.index .box01__ul {
    display: flex;
    justify-content: space-between;
  }

  #service.index .box01__ul>li {
    width: 48%;
  }

  #service.index .box01__ul>li .fig {
    margin-bottom: 30px;
  }

  #service.index .box02 .fig {
    margin-right: 50px;
  }

  #service.index .box02__ul>li {
    margin-bottom: 20px;
  }

  #service.index .box03 .fig {
    margin-right: 50px;
  }

  #service.index .box03__ul {
    margin-bottom: 40px;
  }

  #service.index .box04__ul {
    display: flex;
    justify-content: space-between;
  }

  #service.index .box04__ul>li {
    width: 30%;
  }

  #service.index .box04__ul>li p {
    margin-top: 15px;
  }

  #service.index .box05__ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #service.index .box05__ul>li {
    width: 30%;
  }

  #service.index .box05__ul>li .fig {
    margin-bottom: 20px;
  }

  #service.index .box06 p {
    text-align: center;
  }

  #service.index .box07 p {
    text-align: center;
  }

  #service.ucom-index .box01 p.service {
    margin-bottom: 20px;
  }

  #service.ucom-index .box01 p.service a {
    text-align: right;
  }

  #service.ucom-index .box01 .c-pagedown-nav {
    margin-bottom: 60px;
  }

  #service.ucom-index .box02 .fig {
    max-width: 400px;
  }

  #service.ucom-index .box02 .box-note {
    padding: 50px;
  }

  #service.ucom-index .box02 .box-note__btn1 {
    margin-bottom: 50px;
  }

  #service.ucom-index .box02 .box-note .btn {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 60px;
    display: table;
  }

  #service.ucom-index .box02 .box-note .btn:hover {
    color: #fff;
    background: #183784;
  }

  #service.ucom-index #box04 .clr .fig {
    max-width: 710px;
  }

  #service.ucom-index #box04 .fig.center {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.ucom-index #box04 .box-note {
    padding: 50px;
  }

  #service.ucom-index #box04 .box04__ul {
    display: flex;
    justify-content: space-between;
  }

  #service.ucom-index #box04 .box04__ul li {
    padding: 30px;
    width: 48%;
  }

  #service.ucom-index #box04 .box04__ul li p {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #service.ucom-index #box04 .box04__ul li img {
    display: block;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.ucom-index #box05 .fig {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.ucom-index #box06 .box-note {
    margin-bottom: 60px;
    padding: 50px;
  }

  #service.ucom-index #box06 .fig {
    max-width: 400px;
  }

  #service.ucom-index #box06 ul li:nth-child(1) {
    margin-bottom: 60px;
  }

  #service.ucom-case .box01 p.service {
    margin-bottom: 20px;
  }

  #service.ucom-case .box01 p.service a {
    text-align: right;
  }

  #service.ucom-case .box01 .c-pagedown-nav {
    margin-bottom: 60px;
  }

  #service.ucom-case .box02__ul>li {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  #service.ucom-case .box03 .box-note .strong {
    margin-bottom: 30px;
  }

  #service.ucom-case .box03 .box-note ul {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }

  #service.ucom-case .box03 .box-note ul li {
    width: 47%;
  }

  #service.ucom-case .box04 .fig {
    margin-bottom: 0;
  }

  #service.ucom-case-detail .box01 p.service {
    margin-bottom: 20px;
  }

  #service.ucom-case-detail .box01 p.service a {
    text-align: right;
  }

  #service.ucom-case-detail .box01 .c-pagedown-nav {
    margin-bottom: 60px;
  }

  #service.ucom-case-detail .fig {
    max-width: 320px;
  }

  #service.internet .heading03__p--note {
    padding-bottom: 10px;
  }

  /*
  #service.internet .box01 {
    margin-top: -90px;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 45px;
  }
  */

  #service.internet .box03 .box-split h3 {
    width: 40%;
  }

  #service.internet .box03 .box-split p {
    width: 60%;
  }

  #service.internet .c-btn.large.color2.center {
    padding: 30px 70px;
  }

  #service.teng .heading03 {
    padding-bottom: 60px;
    background-image: url(/files/user/images/service/10g/heading_bg-pc.jpg);
  }

  #service.teng .heading03__flex {
    margin-bottom: 20px;
  }

  #service.teng .heading03 .catch-wrapper {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.teng .box01 {
    margin-top: -90px;
  }

  #service.teng .box01 .fig {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.teng .box02 .fig {
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
  }

  #service.teng .box02 .box-note {
    padding: 60px;
    display: flex;
    justify-content: space-between;
  }

  #service.teng .box02 .box-note .fig {
    margin: 0;
    width: 40%;
  }

  #service.teng .box02 .box-note div {
    width: 55%;
  }

  #service.teng .box02 .box-note div p {
    margin-bottom: 40px;
  }

  #service.teng .box02 .box-note div .c-btn {
    padding: 20px 50px;
    display: inline-block !important;
  }

  #service.teng .box03 .c-btn.large {
    padding: 30px 70px;
  }

  .service.internet .heading03__p--note {
    padding-bottom: 60px;
  }

  /*
  .service.internet .box01 {
    margin-top: -90px;
    margin-right: 0;
    margin-left: 0;
    padding: 30px 45px;
  }*/

  .service.internet .box03 .box-split h3 {
    width: 40%;
  }

  .service.internet .box03 .box-split p {
    width: 60%;
  }

  .service.internet .c-btn.large.color2.center {
    padding: 30px 70px;
  }

  .service.teng .heading03 {
    padding-bottom: 60px;
    background-image: url(/files/user/images/service/10g/heading_bg-pc.jpg);
  }

  .service.teng .heading03__flex {
    margin-bottom: 20px;
  }

  .service.teng .heading03 .catch-wrapper {
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .service.teng .box01 {
    margin-top: -90px;
  }

  .service.teng .box01 .fig {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }

  .service.teng .box02 .fig {
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
  }

  .service.teng .box02 .box-note {
    padding: 60px;
    display: flex;
    justify-content: space-between;
  }

  .service.teng .box02 .box-note .fig {
    margin: 0;
    width: 40%;
  }

  .service.teng .box02 .box-note div {
    width: 55%;
  }

  .service.teng .box02 .box-note div p {
    margin-bottom: 40px;
  }

  .service.teng .box02 .box-note div .c-btn {
    padding: 20px 50px;
    display: inline-block !important;
  }

  .service.teng .box03 .c-btn.large {
    padding: 30px 70px;
  }
}

@media screen and (min-width: 1200px) {
  .header__main-nav--title {
    max-width: 350px;
  }
}

/* 2024.08.14 add */
.c-panelList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-panelList>li {
  margin-bottom: 15px;
  width: 49%;
}

.c-panelList .fig {
  margin: 0;
}

.c-panelList span {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #183784;
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
}

.c-panelList a span:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  padding-left: 10px;
}

.home-topics {
  padding: 50px 0;
  background-color: #F3F3F3;
  margin-bottom: 50px;
}

.home-topics__topbox--p {
  text-align: center;
  color: #183784;
}

.home-topics__box {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.home-topics__box--fig {
  margin-bottom: 0;
  position: relative;
}

.home-topics__box--number {
  margin: 0;
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "linotype-didot", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(3.5rem, 2.748844376rem + 2.0030816641vw, 4.8rem);
  color: #fff;
}

.home-topics__box .sppd {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
}

.home-topics__box .sppd p {
  color: #183784;
}

.home-topics__box .sppd .c-btn {
  margin-left: auto;
  margin-right: auto;
  display: table;
}


.c-topicsList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}

.c-topicsListItem {
  width: calc(50% - 8px);
}

.c-topicsLink {
  display: block;
}

.c-topicsImg {
  position: relative;
  transition: 0.3s cubic-bezier(0.36, 0.1, 0.16, 1);
}

.c-topicsImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #F0F1F4;
}

a.c-topicsLink:hover .c-topicsImg::before {
  border: 3px solid #183784;
}

.c-topicsDate {
  display: block;
  margin: 10px 0;
  font-size: clamp(1.2rem, 1.0266563945rem + 0.4622496148vw, 1.5rem);
}

.c-topicsTitle {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  line-height: 1.6 !important;
  color: #26282C;
  text-align: left !important;
  margin-bottom: 0;
}

a.c-topicsLink .c-topicsTitle {
  color: #183784;
}

.c-topicsTitle.c-pdf:after {
  position: static;
  vertical-align: middle;
}

/*20250701*/
@media screen and (min-width: 1025px) {
  .container {
    padding-top: 102px;
  }
}

/**/

@media screen and (min-width: 1024px) {
  .c-panelList {
    margin-bottom: 40px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-panelList.col-4>li {
    width: 24.8%;
  }

  .c-panelList.col-3>li {
    width: 33%;
  }

  .c-panelList.col-2>li {
    width: 49%;
  }

  .c-officerList>li {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
  }

  .c-officerPosition {
    width: 50%;
  }

  .home-topics {
    padding: 60px 0;
    /* margin-top: 100px;
      padding-bottom: 100px; */
  }

  .home-topics__topbox--p {
    margin-bottom: 100px;
    line-height: 2.5;
  }

  .home-topics__box--fig {
    margin-top: -30px;
    margin-left: -30px !important;
    float: left;
    max-width: 518px;
  }

  .home-topics__box {
    margin-bottom: 30px;
  }

  .home-topics__box .sppd {
    margin-bottom: 60px;
    padding: 50px 30px 50px 530px !important;
  }

  .home-topics__box .sppd .title03-1 span {
    margin-bottom: 15px;
  }

  .home-topics__box .sppd p {
    line-height: 2.3;
  }

  .home-topics__box .sppd .c-btn {
    margin-left: 0;
  }

  .c-topicsList {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px 20px;
  }

  .c-topicsListItem {
    width: 25%;
  }
}

/* 2024.08.22 add */
ul.c-officerList>li {
  margin: 0;
  line-height: 1.9;
}

ul.c-officerList>li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #c3c3c3;
}


/* 20241112 検索窓追加 */
/* スマホフッターPDFアイコン消失対策 */
.spmenu a.footer-c-pdf span {
  position: relative;
}

.spmenu a.footer-c-pdf span::after {
  position: absolute;
  display: inline-block;
  top: -3px;
}

/* マスクオーバーレイ表示時にスクロールをさせない */
html {
  overflow-y: scroll;
}

body.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

/* ヘッダ ARTEROAグループロゴ サイズ制限 */
li.header__main-nav--group img {
  max-width: 130px;
}

/* スマホサイズの時は検索表示しない */
body.spmenu .header__main-nav--search {
  //display: none;
}

.header__main-nav--search span.btn_header_search {
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
}

/* オーバーレイマスク */
#l-header_overlay {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.36, 0.1, 0.16, 1);
  pointer-events: none;
}

#l-header_overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

/* サイト内検索用パネル */
#header_search_panel {
  position: fixed;
  z-index: 155;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
  padding: 50px 0;
  opacity: 0;
  pointer-events: none;

  &.is-active {
    opacity: 1;
    pointer-events: all;
  }

  #header_search_panel_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    >div {
      position: relative;
    }

    label {
      line-height: 1.5;
      color: #31383e;
      font-size: 1.6rem;
      margin-right: 1em;
      padding: 0.5em 0;
    }

    input {
      width: 30em;
      max-width: 95vw;
      margin: 0;
      padding: 12px 20px 11px;
      font-size: 1.5rem;
      line-height: normal;
      letter-spacing: 0.05em;
      border: 1px solid #c7cad6;
      background-color: #fff;
      vertical-align: middle;
    }

    button.header_search_panel_button {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      background: url("/files/user/images/common/icon_search.svg") center no-repeat;
    }
  }
}

/* フッター用pdfリンクアイコン */
a.footer-c-pdf span::after {
  font-family: "icomoon" !important;
  content: "\e904" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-feature-settings: "liga";
  font-size: 30px;
  font-size: 3rem;
  top: 3px;
  position: absolute;
  display: inline-block;
  line-height: 1em;
}

/* SP用検索ボックス */
body.spmenu header {
  z-index: 155;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
}

.header__sp-nav.header__sp_search a span::before {
  display: none;
}

.header__sp-nav.header__sp_search a div {
  display: flex;
  justify-content: center;
}

.header__sp-nav.header__sp_search a div img {
  margin: 6px;
  width: 20px;
}
}

/* 2024.12.05 add */
.sustainability__link {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.sustainability--ul {
  max-width: 216px;
  margin-left: auto;
  margin-right: auto;
}

.sustainability--ul>li {
  margin-bottom: 10px;

}

@media screen and (min-width: 600px) {
  .sustainability--ul>li {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .sustainability__link {
    margin-top: 0;
    padding-top: 80px;
  }

  .sustainability--ul {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;
  }

  .sustainability--ul>li {
    width: 31%;

  }

}

/* 2025.01.06 add */
.responsive_0108 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .responsive_0108 {
    display: block;
    justify-content: center;
  }
}

/* 2025.03.19 add */
ul.resp_20250326 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

ul.resp_20250326>li:last-child {
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  ul.resp_20250326>li {
    width: 100% !important;
  }

  ul.resp_20250326>li:last-child {
    margin-left: 0px;
  }

  .resp_20250326_center {
    text-align: center;
  }
}

/* 2025.03.26 add */
a {
  word-break: break-all;
}

/* 2025.06.06 add */
div.box250606 {
  padding: 30px 10px;
  background: #F3F3F3;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  div.heading04_250606 {
    background-size: cover;
  }

  div.box250606 {
    padding: 0;
    background: #F3F3F3;
    margin-bottom: 40px;
  }
}

/* 2025.06.09 add */
.sppd_250609 {
  padding-left: -3.3333333333%;
  padding-right: -3.3333333333%;
}

/* 2025.07.01 add */
.c-ui-ipv {
  display: inline-flex;
  align-items: center;
  border: 1px solid #31383E;
  background: #fff;
  font-size: 9px;
  font-size: 0.9rem !important;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  padding: 0 !important;
}

body:not(.is-touch) .c-ui-ipv {
  transition: opacity 0.4s cubic-bezier(0.36, 0.1, 0.16, 1);
}

body:not(.is-touch) .c-ui-ipv:hover {
  opacity: .7;
}

body.is-touch .c-ui-ipv:active {
  opacity: .7;
}

.c-ui-ipv>* {
  padding: 3px 7px;
  line-height: 1;
}

.c-ui-ipv_left {
  background: #183784;
  color: #fff;
}

.c-ui-ipv_right {
  font-weight: 700;
}

.c-ui-ipv.c-ui-ipv4 {
  color: #183784;
}

.c-ui-ipv.c-ui-ipv6 {
  border-color: #CF1225;
  color: #CF1225;
}

.c-ui-ipv.c-ui-ipv6 .c-ui-ipv_left {
  background: #CF1225;
}

.u-display-pc {
  margin-right: 10px;
  margin-left: auto;
}




/*******************************************************************************
 * Copyright (c) 2023 cyclops.
 *******************************************************************************/

/*# sourceMappingURL=style.css.map */