@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
/* ======================================


 initial setting


==================================== */
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Safari6 */
b,
strong {
  font-weight: inherit;
}

/* Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

iframe {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* font
----------------------------- */

/* ======================================


 basic layout


==================================== */
html {
  font-size: 62.5%;
  /*10px*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

body {
  color: #222;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08rem;
  line-height: 1.8em;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: antialiased;
  background-image: url("./bg.jpg");
  background-repeat: repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
/* web icon
----------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("/common/font/webicon/icomoon.eot?rzv2qu");
  src: url("/common/font/webicon/icomoon.eot?rzv2qu#iefix") format("embedded-opentype"),
    url("/common/font/webicon/icomoon.ttf?rzv2qu") format("truetype"),
    url("/common/font/webicon/icomoon.woff?rzv2qu") format("woff"),
    url("/common/font/webicon/icomoon.svg?rzv2qu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 5px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: "\e900";
  font-size: 1.6rem;
}

.icon-blank[data-blank-clr="gry"]:before {
  color: #707070;
}

.icon-blank.reverse {
  margin-left: 0;
  padding-right: 25px;
  position: relative;
}

.icon-blank.reverse::before {
  content: "";
}

.icon-blank.reverse::after {
  border: none;
  content: "\e900";
  font-size: 1.6rem;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
}

@media screen and (max-width: 767px) {
  .icon-blank.reverse {
    display: flex;
  }

  .icon-blank.reverse::after {
    right: 22px;
  }
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

input,
button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  outline: none;
}

/* IE8+, Chrome */
input,
button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

a:hover,
input:hover,
button:hover {
  opacity: 0.8;
}

a.disabled {
  pointer-events: none;
}

*:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: #000;
  cursor: default;
}

th,
td {
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  img {
    height: auto;
    max-width: inherit;
    width: 100%;
  }

  a:hover {
    opacity: 1;
    text-decoration: none;
  }

  a[href^="tel:"] {
    text-decoration: underline;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}

/* module
----------------------------- */
/* breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-left: 50px;
}

.breadcrumb li {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.breadcrumb li::before {
  content: "/";
  font-weight: 100;
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumb li:first-child::before {
  content: "";
}

.breadcrumb li a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/* button */
.btn {
  margin-top: 40px;
}

button .btn[data-btn="whi"] i {
  position: relative;
  width: 206px;
  line-height: 60px;
  color: #3f44d1;
  border: 1px solid #3f44d1;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
button .btn[data-btn="whi"] i::before {
  position: absolute;
  left: 27px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  content: "";
  width: 22px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2222%22%20height%3D%2215%22%20viewBox%3D%220%200%2022%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%201.5L1%207.5L8%2013.5%22%20stroke%3D%22%233F44D1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M21%207.5H1%22%20stroke%3D%22%233F44D1%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
/* .btn a,
.btn[data-btn="off"] i,
button .btn[data-btn="gradation"] i,
button .btn[data-btn="whi"] i {
	width: 206px;
	height: 60px;
	border: 1px solid #3F44D1;
	border-radius: 50px;
	display: flex;
	justify-content: center;
  align-items: center;
  font-weight: 700;
	width: 100%;
} */

.ie11 .btn a,
.ie11 .btn[data-btn="off"] i,
.ie11 button .btn[data-btn="gradation"] i,
.ie11 button .btn[data-btn="whi"] i {
  padding-top: 5px;
}

.btn a:hover,
button:hover {
  opacity: 1;
}

.btn[data-clr="blk"] a {
  border: 1px solid #222;
  height: 50px;
  max-width: 278px;
}

.btn[data-clr="whi"] a {
  border: 1px solid #fff;
  border-radius: 16px;
  height: 32px;
  max-width: 120px;
}

.btn[data-btn="gradation"] a,
button .btn[data-btn="gradation"] i {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 60px;
  width: 206px;
  background: #000;
  border-radius: 50px;
}

.btn[data-btn="gradation"] a:hover,
button:hover .btn[data-btn="gradation"] i {
  /* background-position: right center; */
}

.btn[data-btn="border"] a {
  background-color: #fff;
  /* border: 1px solid #222; */
  border-radius: 50px;
  color: #222;
  height: 50px;
  max-width: 330px;
}

.btn[data-btn="border"] a:hover {
  /* border-color: #0080CB; */
  color: #0080cb;
}

.btn [data-btn="shadow"] {
  /* box-shadow: 0px 5px 10px 0px rgba(000, 000, 000, .2); */
}

.btn [data-btn="shadow"]:hover {
  /* box-shadow: 0px 10px 10px 0px rgba(000, 000, 000, .2); */
}

.btn[data-btn="off"] i {
  background-color: rgba(210, 220, 224, 1);
  border-radius: 50px;
  color: #fff;
  font-size: 1.8rem;
  height: 50px;
  max-width: 330px;
}

.btn .icon-blank {
  margin-left: auto;
  padding-right: 0;
  position: relative;
}

.btn .icon-blank::before {
  font-weight: 100;
  left: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.btn .icon-blank.reverse {
  margin-left: auto;
  padding-right: 0;
}

.btn .icon-blank.reverse::after {
  right: 30px;
}

.btn .icon-blank i {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "MSゴシック", sans-serif;
}

.btn-pull {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  width: 100%;
  position: relative;
}

.btn-pull .pull_parent {
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  min-height: 50px;
  position: relative;
}

.ie .btn-pull .pull_parent {
  padding-top: 14px;
}

.btn-pull .pull_parent.active {
  border-bottom-color: #fff;
  border-radius: 25px 25px 0 0;
}

.btn-pull .pull_parent::after {
  background-image: url(/common/images/arrowB.svg);
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-pull .pull_parent.active::after {
  background-image: url(/common/images/arrowT.svg);
}

.btn-pull .pull_child {
  display: none;
  border: 1px solid #222;
  border-top: none;
  border-radius: 0 0 25px 25px;
  background-color: #fff;
  margin-top: -1px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

.btn-pull .pull_child li {
  border-top: 1px solid #ddd;
}

.btn-pull .pull_child li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 50px;
}

.ie .btn-pull .pull_child li a {
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  .btn[data-btn="gradation"] a,
  .btn-pull {
    max-width: 278px;
  }

  .btn[data-btn="gradation"] a:hover,
  button:hover .btn[data-btn="gradation"] i {
    background-position: initial;
  }

  .btn[data-btn="border"] a {
    max-width: 278px;
  }

  .btn[data-btn="border"] a:hover {
    border-color: initial;
    color: initial;
  }

  .btn[data-btn="off"] i {
    max-width: 278px;
  }
}

/* border */
.bdr {
  border: none;
  border-top-width: 1px;
  margin-top: 50px;
}

[data-type="solid"] {
  border-top-color: #ddd;
  border-top-style: solid;
}

[data-type="dashed"] {
  border-top-color: #aaa;
  border-top-style: dashed;
}

/* title */
.wrp-title {
  background-image: url(/common/images/titlebg_pc.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 100px;
  position: relative;
}

.wrp-title .wrp-title-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.wrp-title .wrp-title-inside .heading {
  color: #4ae5eb;
  font-family: "Roboto", sans-serif;
  font-size: 7.6rem;
  font-weight: 100;
  line-height: 1.2em;
  text-align: center;
}

.wrp-title .heading span {
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8em;
}

.wrp-title .wrp-title-inside .heading[data-hdg-size="middle"] {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.8em;
}

.wrp-title .wrp-title-inside .heading[data-font="notesans"] {
  font-family: "Noto Sans JP", sans-serif;
}

.wrp-title .breadcrumb {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .wrp-title {
    background-image: url(/common/images/titlebg_sp.jpg);
    margin-bottom: 50px;
  }

  .wrp-title .wrp-title-inside {
    height: 200px;
  }

  .wrp-title .wrp-title-inside .heading {
    font-size: 4.6rem;
  }

  .wrp-title .heading span {
    font-size: 2rem;
    font-weight: 700;
  }

  .wrp-title .wrp-title-inside .heading[data-hdg-size="middle"] {
    font-size: 2.4rem;
  }

  .wrp-title .wrp-title-inside .heading[data-font="notesans"] {
    font-weight: 700;
  }
}

/* heading */
.hdg {
  font-family: "Noto Sans JP", sans-serif;
}

.hdg[data-hdg="1"] {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 55px;
  color: #3f44d1;
}

.hdg[data-hdg="2"],
.hdg[data-hdg="grad_bdr"] {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-top: 30px;
  position: relative;
}

.hdg[data-hdg="2"]::before {
  background-color: #0080cb;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

.hdg[data-hdg="grad_bdr"]::before {
  background: -moz-linear-gradient(left, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
  background: linear-gradient(to right, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

.hdg[data-hdg="3"] {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hdg[data-hdg="4"] {
  font-family: "Roboto", sans-serif;
  font-size: 10rem;
  font-weight: 100;
  line-height: 1;
}

.hdg[data-hdg="5"] {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .hdg[data-hdg="1"] {
    font-size: 18px;
    /* font-weight: 600; */
  }

  .hdg[data-hdg="2"] {
    font-size: 2rem;
    font-weight: 600;
  }

  .hdg[data-hdg="3"] {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .hdg[data-hdg="4"] {
    font-size: 6.6rem;
  }

  .hdg[data-hdg="5"] {
    font-size: 5.2rem;
  }
}

/* text */
.text + * {
  margin-top: 30px;
}

.underline {
  text-decoration: underline;
}

.note {
  color: #666;
  font-size: 1.4rem;
}

.emphasis {
  font-weight: 700;
}

.textlink[data-icn="arwL"] {
  padding-left: 25px;
  position: relative;
}

.textlink a,
.textlink i {
  display: inline-block;
  /* padding-left: 25px; */
  position: relative;
}

.textlink i a {
  padding-left: 0;
}

.textlink a::before,
.textlink i::before {
  content: "";
  position: absolute;
}

.textlink a[data-icn="arwL"]::before,
.textlink i[data-icn="arwL"]::before {
  background-image: url(/common/images/arrowR.svg);
  background-size: contain;
  height: 15px;
  left: 2px;
  top: 7px;
  width: 13px;
}

.ie .textlink a[data-icn="arwL"]::before,
.ie .textlink i[data-icn="arwL"]::before {
  top: 5px;
}

.textlink a[data-icn="blank"]::before {
  background-image: url(/common/images/blank.svg);
  background-size: cover;
  height: 16px;
  left: 0;
  top: 6px;
  width: 16px;
}

.textlink a[data-icn="pdf"]::before {
  background-image: url(/common/images/icon_pdf.svg);
  background-size: cover;
  height: 16px;
  left: 0;
  top: 7px;
  width: 16px;
}

.textlink a:hover {
  text-decoration: underline;
}

.mail {
  display: flex;
}

.mail .textlink a[data-icn="arwL"]::before,
.mail .textlink i[data-icn="arwL"]::before {
  left: 7px;
}

@media only screen and (max-width: 767px) {
  .note {
    font-size: 1.3rem;
  }
}

/* color */
[data-clr="1"] {
  color: #0080cb;
}

[data-clr="2"] {
  color: #e90f53;
}

/* list */
.asterisk,
.disc,
* + .circle,
* + .decimal,
.brackets,
.l-type {
  margin-top: 20px;
}

.asterisk > li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.asterisk li:first-child,
.disc li:first-child,
.circle li:first-child,
.decimal li:first-child,
.brackets li:first-child,
.l-type li:first-child {
  margin-top: 0;
}

.asterisk > li:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.disc > li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.disc > li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  width: 3px;
}

.circle > li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.circle > li:before {
  border: 1px solid #000;
  border-radius: 100%;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 10px;
  width: 8px;
}

.decimal,
.brackets {
  counter-reset: number 0;
}

.decimal > li,
.brackets > li,
.l-type > li {
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}

.decimal > li:before,
.brackets > li:before {
  counter-increment: number 1;
  content: counter(number) "";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.decimal.period > li:before {
  content: counter(number) ".";
}

.brackets > li:before {
  content: counter(number) ")";
}

.l-type > li:before {
  background-image: url(/common/images/l_type.svg);
  background-size: cover;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 16px;
}

/* info list */
.info-list li {
  border-bottom: 1px solid #ddd;
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}

.info-list li:first-child {
  border-top: 1px solid #ddd;
}

.info-list li .each-block:nth-child(1) {
  width: 17%;
}

.info-list li .each-block:nth-child(2) {
  width: 83%;
}

.info-list li .whis-label {
  display: flex;
}

.info-list li .whis-label .each-block:nth-child(1) {
  display: flex;
  width: 37%;
}

.info-list li .whis-label .each-block:nth-child(2) {
  width: 63%;
}

.info-list li .whis-label .each-block:nth-child(1) .label {
  margin-right: 30px;
}

.info-list li .label {
  border: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  height: 30px;
  width: 150px;
}

.info-list li .label[data-labeltype="important"] {
  border-color: #e90f53;
  color: #e90f53;
}

@media only screen and (max-width: 767px) {
  .info-list li {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .info-list li .each-block:nth-child(1) {
    width: auto;
  }

  .info-list li .each-block:nth-child(2) {
    margin-top: 5px;
    width: auto;
  }

  .info-list li .whis-label {
    display: block;
  }

  .info-list li .whis-label .each-block:nth-child(1) {
    width: auto;
  }

  .info-list li .whis-label .each-block:nth-child(2) {
    margin-top: 20px;
    width: auto;
  }
}

/* secondary-list */
.secondary-list {
  margin-top: 50px;
}

.secondary-list > li {
  display: flex;
  border-top: 1px solid #888;
}

.secondary-list .eath-list {
  /* border-top-width: 1px;
  border-top-style: solid; */
  padding-bottom: 44px;
  padding-top: 44px;
}

.secondary-list .eath-list:nth-child(1) {
  /* border-top-color: #0080CB; */
  width: 34%;
}

.secondary-list .eath-list:nth-child(2) {
  /* border-top-color: #DDD; */
  width: 66%;
}

.secondary-list > li:last-child {
  border-bottom: 1px solid#888;
}

.secondary-list > li .both-ends p:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #3f44d1;

  @media only screen and (max-width: 767px) {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-list li {
    display: block;
  }

  .secondary-list .eath-list:nth-child(1) {
    width: auto;
    padding-bottom: 0;
    padding-top: 25px;
  }

  .secondary-list .eath-list:nth-child(2) {
    width: auto;
    padding-bottom: 25px;
    padding-top: 10px;
  }

  .secondary-list > li:last-child {
    border-bottom: none;
  }
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.pagination .prev,
.pagination .next {
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #222;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pagination .prev {
  background-image: url(/common/images/arrowL.svg);
  margin-right: 32px;
}

.pagination .prev.nomore {
  background-image: url(/common/images/arrowL2.svg);
}

.pagination .next {
  background-image: url(/common/images/arrowR.svg);
  margin-left: 32px;
}

.pagination .next.nomore {
  background-image: url(/common/images/arrowR2.svg);
}

.pagination .prev:hover,
.pagination .next:hover {
  border-color: #0080cb;
  opacity: 1;
}

.pagination .prev:hover {
  background-image: url(/common/images/arrowL3.svg);
}

.pagination .next:hover {
  background-image: url(/common/images/arrowR3.svg);
}

.pagination .nomore {
  border-color: #ddd;
  pointer-events: none;
}

.pagination .nomore:hover {
  opacity: 1;
}

.pagination .page {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page li {
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 23px;
}

.pagination .page li:last-child {
  margin-right: 0;
  position: relative;
}

.pagination .page li:last-child::before {
  content: "...";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-125%);
  transform: translateX(-125%);
}

.pagination .page li a {
  text-decoration: none;
}

.pagination .page li a:hover,
.pagination .page li a.current {
  opacity: 1;
  color: #0080cb;
}

.pagination .page li a.current {
  font-weight: 700;
}

/* step flow */
.step-flow {
  display: flex;
  margin-top: 50px;
}

.step-flow li {
  background-color: #fff;
  border: 2px solid #0080cb;
  border-radius: 0 40px 40px 0;
  color: #0080cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 80px;
  position: relative;
  max-width: 380px;
  width: 100%;
}

.step-flow li:nth-child(1) {
  z-index: 2;
}

.step-flow li:nth-child(2) {
  margin-left: -35px;
  z-index: 1;
}

.step-flow li:nth-child(3) {
  margin-left: -35px;
}

.step-flow li.current {
  background-color: #0080cb;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .step-flow {
    background-color: #0080cb;
    border-radius: 0 40px 40px 0;
  }

  .step-flow li {
    text-align: center;
    max-width: initial;
  }

  .step-flow li:nth-child(2) {
    margin-left: -27px;
  }

  .step-flow li:nth-child(3) {
    margin-left: -27px;
  }
}

/* input flow */
.ipt-flow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 130px;
  position: relative;
  max-width: 260px;
  width: 100%;
}

.ipt-flow::before {
  background-color: #d2dce0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 10px;
  max-width: 477px;
  width: 89%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ipt-flow ul {
  display: flex;
  justify-content: space-between;
}

.ipt-flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  color: #c7c7f2;
  /* padding-top: 30px; */
  position: relative;
  z-index: 2;
}

.ipt-flow li::before {
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  background: #c7c7f2;
}

.ipt-flow li.current {
  color: #3f44d1;
}

.ipt-flow li.current::before {
  background-color: #3f44d1;
}

@media only screen and (max-width: 767px) {
  .ipt-flow {
    margin-top: 80px;
    width: 199px;
  }

  .ipt-flow::before {
    top: 5px;
    max-width: 298px;
  }

  .ipt-flow li::before {
    width: 10px;
    height: 10px;
  }
}

/* rounded corners */
.rc {
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  height: 30px;
  width: 60px;

  @media screen and (max-width: 767px) {
    margin-top: 6px;
    width: 50px;
    height: 18px;
    font-size: 10px;
  }
}

[data-label="required"] {
  border-color: #db36e3;
  color: #db36e3;
}

[data-label="any"] {
  border-color: #888;
  color: #888;
}

/* form */
.inp,
textarea {
  background-color: #fff;
  padding: 10px 20px;
  width: 640px;
  border-radius: 5px;
}

.inp.error,
textarea.error {
  background-color: #fdedf2;
}

.inp + .inp {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .inp,
  textarea {
    width: 100%;
  }
}

/* table */
.wrp-table {
  margin-top: 50px;
}

.wrp-table table {
  width: 100%;
}

.wrp-table table th {
  background-color: #e4f2f6;
  border-top: 1px solid #dce6ea;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 15px 0;
  width: 50%;
}

.wrp-table table td {
  border-bottom: 1px solid #dce6ea;
  padding: 25px 0 25px 40px;
  vertical-align: top;
}

.wrp-table table th:nth-child(1),
.wrp-table table td:nth-child(1) {
  border-right: 1px solid #dce6ea;
}

@media only screen and (max-width: 767px) {
  .wrp-table {
    margin-top: 40px;
  }

  .wrp-table table th,
  .wrp-table table td {
    font-size: 1.4rem;
  }

  .wrp-table table th {
    padding: 15px;
  }

  .wrp-table table td {
    padding: 15px 0;
  }

  .wrp-table table td:nth-child(2) {
    padding-left: 15px;
  }
}

/* variable background */
[data-bg="left_variable"] {
  margin-top: 100px;
}

[data-bg="left_variable"] .sec-inside {
  background: -moz-linear-gradient(left, rgba(183, 223, 254, 1) 0%, rgba(172, 237, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(183, 223, 254, 1) 0%, rgba(172, 237, 233, 1) 100%);
  background: linear-gradient(to right, rgba(183, 223, 254, 1) 0%, rgba(172, 237, 233, 1) 100%);
  border-radius: 0 200px 200px 0;
  height: 400px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 30px;
  padding-top: 80px;
  position: relative;
  max-width: 1340px;
}

[data-bg="left_variable"] .sec-inside::before {
  background-color: rgba(183, 223, 254, 1);
  content: "";
  left: -100%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-bg="left_variable"] .btn[data-btn="gradation"] {
  margin-top: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, 25px);
  transform: translate(-50%, 25px);
}

[data-bg="left_variable"] ul li:hover {
  box-shadow: 0px 5px 10px 0px rgba(000, 000, 000, 0.2);
}

[data-bg="left_variable"] ul li:hover a {
  color: #0080cb;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  [data-bg="left_variable"] {
    margin-left: -20px;
    margin-right: -20px;
  }

  [data-bg="left_variable"] .sec-inside {
    border-radius: initial;
    display: block;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    position: relative;
    max-width: initial;
  }

  [data-bg="left_variable"] .sec-inside::before {
    background-color: transparent;
    left: auto;
    height: auto;
    position: initial;
    top: auto;
    width: auto;
  }

  [data-bg="left_variable"] .btn[data-btn="gradation"] {
    position: static;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  [data-bg="left_variable"] ul li:hover {
    box-shadow: initial;
  }

  [data-bg="left_variable"] ul li:hover a {
    color: #000;
  }
}

/* category link company */
.category-link_company ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.category-link_company ul li {
  background-color: #fff;
  border-radius: 25px;
  margin-right: 2.8%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 22%;
}

.category-link_company ul li:nth-child(5),
.category-link_company ul li:nth-child(6),
.category-link_company ul li:nth-child(7) {
  border-radius: 25px;
  width: 31%;
}

.category-link_company ul li:nth-child(4) {
  margin-right: 0;
}

.category-link_company ul li:nth-child(7) {
  margin-right: 0;
}

.category-link_company ul li:nth-child(n + 5) {
  margin-top: 30px;
}

.category-link_company ul li a {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.category-link_company ul li:nth-child(1) a,
.category-link_company ul li:nth-child(2) a,
.category-link_company ul li:nth-child(3) a,
.category-link_company ul li:nth-child(4) a {
  height: 160px;
  max-width: 240px;
}

.category-link_company ul li:nth-child(5) a,
.category-link_company ul li:nth-child(6) a,
.category-link_company ul li:nth-child(7) a {
  border-radius: 25px;
  font-size: 1.4rem;
  height: 50px;
  max-width: 330px;
}

.category-link_company ul li a .category-icon {
  text-align: center;
}

.category-link_company ul li a .category-icon p {
  margin-top: 15px;
}

.category-link_company ul li a .category-icon {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .category-link_company ul li {
    margin-right: 4.6%;
  }

  .category-link_company ul li:nth-child(1),
  .category-link_company ul li:nth-child(2),
  .category-link_company ul li:nth-child(3),
  .category-link_company ul li:nth-child(4) {
    width: 47.7%;
  }

  .category-link_company ul li:nth-child(3),
  .category-link_company ul li:nth-child(4) {
    margin-top: 20px;
  }

  .category-link_company ul li:nth-child(even) {
    margin-right: 0;
  }

  .category-link_company ul li:nth-child(5),
  .category-link_company ul li:nth-child(6),
  .category-link_company ul li:nth-child(7) {
    display: block;
    margin-right: 0;
    width: 100%;
  }

  .category-link_company ul li:nth-child(n + 5) {
    margin-top: 15px;
  }

  .category-link_company ul li:nth-child(1) a,
  .category-link_company ul li:nth-child(2) a,
  .category-link_company ul li:nth-child(3) a,
  .category-link_company ul li:nth-child(4) a {
    height: 160px;
    max-width: 160px;
    width: 100%;
  }

  .category-link_company ul li:nth-child(5) a,
  .category-link_company ul li:nth-child(6) a,
  .category-link_company ul li:nth-child(7) a {
    width: 100%;
  }

  .category-link_company ul li a .category-icon p {
    line-height: 1.5em;
  }

  .category-link_company ul li:nth-child(3) a .category-icon p {
    margin-top: 5px;
  }
}

/* category link service */
.category-link_service ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.category-link_service ul li {
  background-color: #fff;
  border-radius: 25px;
  margin-right: 2.8%;
  max-width: 31.4%;
  width: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .category-link_service ul li {
    margin-right: 2%;
  }
}

.category-link_service ul li:nth-child(4),
.category-link_service ul li:nth-child(5) {
  margin-top: 30px;
}

.category-link_service ul li:nth-child(3),
.category-link_service ul li:nth-child(5) {
  margin-right: 0;
}

.category-link_service ul li a {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .category-link_service ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
  }

  .category-link_service ul li {
    /* background-color: #FFF;
		border-radius: 25px; */
    margin-right: 0;
    max-width: none;
    /* width: 100%; */
    transition: none;
  }

  .category-link_service ul li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .category-link_service ul li:nth-child(3),
  .category-link_service ul li:nth-child(5) {
    margin-right: 0;
  }

  .category-link_service ul li a {
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
  }
}

/* header
----------------------------- */
header {
  width: 100%;
  /* background-color: rgba(255, 255, 255, 1); */
}

.hd-inside {
  display: flex;
  padding: 20px 40px 0;
  max-width: 1440px;
  margin: 0 auto;
}

header .hd-logo {
  display: flex;
  height: auto;
  width: 97px;
}

header .hd-logo a:hover {
  opacity: 1;
}

header .hd-logo img {
  height: 46px;
  width: 280px;
}

.gnav > ul {
  display: flex;
  margin-top: 13px;
}

.gnav > ul > li {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 23px;
}

.gnav > ul > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.gnav > ul li a:hover {
  text-decoration: none;
}

.gnav > ul li.menu-parent i,
.iPadOS .gnav > ul li.menu-parent i,
.ipad .gnav > ul li.menu-parent i {
  cursor: pointer;
  position: relative;
}

.gnav > ul li.menu-parent i {
  display: flex;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1.8rem;
  font-weight: 500;
  height: 25px;
  /* -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; */
}

.gnav > ul li.menu-parent i::before,
.iPadOS .gnav > ul li.menu-parent i::before,
.ipad .gnav > ul li.menu-parent i::before {
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  bottom: 0;
  content: "";
  height: 6px;
  position: absolute;
  left: 50%;
  width: 6px;
  z-index: 1;
  -webkit-transform: translate(-50%, 17px) rotate(135deg);
  transform: translate(-50%, 17px) rotate(135deg);
}

.gnav > ul li.menu-parent:hover i::before {
  -webkit-transform: translate(-50%, 17px) rotate(-45deg);
  transform: translate(-50%, 17px) rotate(-45deg);
}

.iPadOS .gnav > ul li.menu-parent i::before,
.ipad .gnav > ul li.menu-parent i::before {
  -webkit-transform: translate(-50%, 17px) rotate(135deg);
  transform: translate(-50%, 17px) rotate(135deg);
}

.iPadOS .gnav > ul li.menu-parent i.active::before,
.ipad .gnav > ul li.menu-parent i.active::before {
  -webkit-transform: translate(-50%, 17px) rotate(-45deg);
  transform: translate(-50%, 17px) rotate(-45deg);
}

.gnav > ul li.menu-parent i::after {
  bottom: 0;
  content: "";
  height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translate(0, 52px);
  transform: translate(0, 52px);
}

.gnav > ul li .menu-child {
  background: -moz-linear-gradient(left, rgba(165, 214, 253, 1) 0%, rgba(147, 237, 221, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(165, 214, 253, 1) 0%, rgba(147, 237, 221, 1) 100%);
  background: linear-gradient(to right, rgba(165, 214, 253, 1) 0%, rgba(147, 237, 221, 1) 100%);
  display: none;
  left: 0;
  position: absolute;
  top: 120px;
  min-width: 1080px;
  width: 100%;
}

.gnav > ul li .menu-child .menu-child-inside {
  display: flex;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "MSゴシック", sans-serif;
  padding-bottom: 80px;
  padding-top: 73px;
}

.gnav > ul li:hover > a,
.gnav > ul li:hover > span > a,
.gnav > ul li:hover > i {
  color: #0080cb;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.iPadOS .gnav > ul li > a,
.iPadOS .gnav > ul li > span > a,
.iPadOS .gnav > ul li > i,
.ipad .gnav > ul li > a,
.ipad .gnav > ul li > span > a,
.ipad .gnav > ul li > i {
  color: #222;
}

.gnav > ul li:hover .menu-child .menu-child-inside {
  display: flex;
  padding-bottom: 80px;
  padding-top: 73px;
}

.iPadOS .gnav > ul li.menu-parent .menu-child,
.ipad .gnav > ul li.menu-parent.menu-child {
  display: none;
  opacity: 1;
  z-index: 1;
}

.gnav > ul li .menu-child .menu-child-inside {
  color: #fff;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(1) {
  max-width: 330px;
  width: 100%;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(2) {
  max-width: 720px;
  width: 100%;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(1) ul {
  display: block;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(2) ul,
.gnav > ul li .menu-child .menu-child-inside ul.long {
  display: flex;
  flex-wrap: wrap;
}

.gnav > ul li .menu-child .menu-child-inside ul li {
  padding-top: 8px;
}

.gnav > ul li .menu-child .menu-child-inside ul li .btn[data-btn="whi"] {
  margin-top: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul li a {
  color: #222;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 330px;
}

.gnav > ul li .menu-child .menu-child-inside ul li a:hover {
  box-shadow: 0px 5px 10px 0px rgba(000, 000, 000, 0.2);
  color: #0080cb;
}

.iPadOS .gnav > ul li .menu-child .menu-child-inside ul li a:hover,
.ipad .gnav > ul li .menu-child .menu-child-inside ul li a:hover {
  box-shadow: none;
}

.gnav > ul li .menu-child .menu-child-inside ul li .icon-blank {
  padding-right: 45px;
  position: relative;
}

.ie11 .gnav > ul li .menu-child .menu-child-inside ul li .icon-blank {
  padding-top: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul li .icon-blank::before {
  position: absolute;
  left: auto;
  right: 30px;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(2) ul li {
  margin-left: 30px;
  width: calc((100% - 60px) / 2);
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(2) ul li:nth-child(even) {
  margin-right: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul li.cate_name {
  border-bottom: none;
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  font-weight: 100;
  line-height: 0.8em;
  padding-top: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul li.cate_name span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}

.gnav > ul li .menu-child .menu-child-inside ul li.cate_name + li .btn[data-btn="whi"] a {
  font-size: 1.6rem;
  margin-left: 0;
  max-width: 240px;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child:nth-child(2) ul li:nth-child(n + 4) {
  margin-top: 20px;
}

.gnav > ul li .menu-child .menu-child-inside ul li.cate_name + li {
  margin-top: 35px;
}

.gnav > ul li .menu-child .menu-child-inside ul.long {
  width: 100%;
}

.gnav > ul li .menu-child .menu-child-inside ul.long li {
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}

.gnav > ul li .menu-child .menu-child-inside ul.long li:nth-child(3) {
  margin-right: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul.long li.cate_name + li {
  margin-top: 0;
}

.gnav > ul li .menu-child .menu-child-inside ul.long li.cate_name + li .btn[data-btn="whi"] a {
  max-width: 330px;
}

.gnav > ul li .menu-child .megaclose {
  border: 1px solid #fff;
  border-radius: 5px;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

.iPadOS .gnav > ul li .menu-child .megaclose,
.ipad .gnav > ul li .menu-child .megaclose {
  display: block;
}

.gnav > ul li .menu-child .megaclose span {
  display: block;
  height: 40px;
  position: relative;
  text-indent: -999em;
  width: 40px;
}

.gnav > ul li .menu-child .megaclose span::before,
.gnav > ul li .menu-child .megaclose span::after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 17%;
  position: absolute;
  top: 50%;
  width: 26px;
}

.gnav > ul li .menu-child .megaclose span::before {
  transform: rotate(45deg);
}

.gnav > ul li .menu-child .megaclose span::after {
  transform: rotate(-45deg);
}

.gnav > ul > li > .icon-blank.reverse {
  padding-right: 0;
}

.gnav > ul > li > .icon-blank.reverse::after {
  content: "";
}

.ie .gnav > ul > li > .icon-blank.reverse {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "MSゴシック", sans-serif !important;
}

.gnav > ul > li > .icon-blank.reverse > a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.sd-trigger {
  display: none;
}

.sd-menu {
  display: none;
}

.gnav > ul li .menu-child .adn-title {
  display: none;
}

.gnav > ul li .menu-child .menu-child-inside .eact-child .sd-adn .catego-top {
  height: 0;
  width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  header .hd-inside {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .gnav > ul li.menu-parent i,
  .gnav > ul > li > .icon-blank.reverse > a,
  .gnav > ul > li > a {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1094px) {
  header .hd-inside {
    max-width: 1050px;
  }

  .gnav > ul li.menu-parent i,
  .gnav > ul > li > .icon-blank.reverse > a,
  .gnav > ul > li > a {
    font-size: 1.6rem;
  }

  .gnav > ul > li {
    margin-left: 21px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    background-color: rgba(255, 255, 255, 1);
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
  }

  header .hd-inside {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    min-width: auto;
    position: relative;
    z-index: 3001;
  }

  header .hd-logo {
    width: 84px;
  }

  header .hd-logo img {
    width: 100%;
    height: auto;
  }

  header .hd-inside .gnav {
    display: none;
  }

  .sd-menu {
    display: block;
  }

  .sd-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    overflow: hidden;
    position: absolute;
    right: 14px;
    top: 19px;
    width: 36px;
  }

  .sd-trigger p {
    height: 18px;
    width: 24px;
  }

  .sd-trigger p span {
    background-color: #0080cb;
    display: block;
    height: 2px;
    width: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .sd-trigger p span:nth-child(2) {
    margin-top: 6px;
  }

  .sd-trigger p span:nth-child(3) {
    margin-top: 6px;
  }

  .sd-trigger.open p span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .sd-trigger.open p span:nth-child(2) {
    opacity: 0;
  }

  .sd-trigger.open p span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
  }

  .sd-menu .close {
    display: block;
  }

  nav.sd-menu {
    background-color: rgba(255, 255, 255, 1);
    /* transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out; */
    color: #fff;
    display: block;
    overflow: auto;
    opacity: 0;
    position: fixed;
    /* right: -100%; */
    right: 0;
    top: 70px;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  nav.sd-menu.block {
    /* -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); */
    opacity: 1;
    z-index: 3000;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  nav.sd-menu .menu-inside {
    position: relative;
  }

  nav.sd-menu .close {
    cursor: pointer;
    height: 26px;
    position: relative;
    width: 26px;
  }

  nav.sd-menu .close span {
    display: block;
    height: 21px;
    position: relative;
    width: 100%;
  }

  nav.sd-menu .close span:before,
  nav.sd-menu .close span:after {
    background-color: #0080cb;
    content: "";
    height: 2px;
    left: 1px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 26px;
  }

  nav.sd-menu .close span:before {
    transform: rotate(45deg);
  }

  nav.sd-menu .close span:after {
    transform: rotate(-45deg);
  }

  nav.sd-menu .lower {
    padding-bottom: 70px;
    overflow-y: scroll;
    height: 100vh;
  }

  .iphone nav.sd-menu .lower {
    padding-bottom: 185px;
  }

  nav.sd-menu .lower .gnav-link > li {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 1.8rem;
  }

  nav.sd-menu .lower .gnav-link > li:first-child {
    border-top: 1px solid #ddd;
  }

  nav.sd-menu .lower .gnav-link .menu-parent > i {
    display: none;
  }

  nav.sd-menu .lower .gnav-link .cate_name {
    display: none;
  }

  nav.sd-menu .lower .gnav-link .megaclose {
    display: none;
  }

  nav.sd-menu .lower .gnav-link .adn-title,
  nav.sd-menu .lower .gnav-link > li a {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
  }

  nav.sd-menu .lower .gnav-link > li > a:after {
    border-right: 2px solid #0080cb;
    border-top: 2px solid #0080cb;
    content: "";
    height: 14px;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  nav.sd-menu .lower .gnav-link > li > a[class^="icon-"],
  nav.sd-menu .lower .gnav-link > li > a[class*=" icon-"] {
    margin-left: 0;
  }

  nav.sd-menu .lower .gnav-link .adn-title::before,
  nav.sd-menu .lower .gnav-link .adn-title::after {
    background-color: #0080cb;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  nav.sd-menu .lower .gnav-link .adn-title::before {
    height: 2px;
    right: 22px;
    width: 20px;
  }

  nav.sd-menu .lower .gnav-link .adn-title::after {
    height: 20px;
    right: 31px;
    width: 2px;
  }

  nav.sd-menu .lower .gnav-link .adn-title.active::after {
    height: 0;
  }

  nav.sd-menu .lower .gnav-link .sd-adn {
    background-color: #e5f8fd;
    display: none;
    padding-bottom: 16px;
    padding-top: 12px;
  }

  nav.sd-menu .lower .gnav-link .sd-adn li .btn {
    margin-top: 0;
  }

  nav.sd-menu .lower .gnav-link .sd-adn li .btn a {
    background-color: transparent;
    border-radius: 0;
    justify-content: flex-start;
    font-size: 1.6rem;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    max-width: 100%;
  }

  nav.sd-menu .lower .gnav-link .sd-adn li .btn a::before {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    height: 8px;
    left: 24px;
    position: absolute;
    top: 50%;
    width: 8px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  nav.sd-menu .lower .gnav-link > li > .icon-blank.reverse {
    padding-right: 0;
  }

  nav.sd-menu .lower .gnav-link > li > .icon-blank.reverse::after {
    color: #0080cb;
    right: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  nav.sd-menu .lower .gnav-link .sd-adn li .btn .icon-blank::before {
    border: none;
    content: "\e900";
    font-weight: 100;
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
  }

  nav.sd-menu .lower .close {
    background: -moz-linear-gradient(left, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
    background: linear-gradient(to right, rgba(53, 213, 242, 1) 0%, rgba(17, 146, 222, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: auto;
  }

  nav.sd-menu .lower .close span {
    width: auto;
    -webkit-transform: translateX(-13px);
    transform: translateX(-13px);
  }

  nav.sd-menu .lower .close span:before,
  nav.sd-menu .lower .close span:after {
    background-color: #fff;
  }

  /* overlay */
  #sd-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.3s;
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  #sd-overlay.block {
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

/* footer
----------------------------- */
footer {
  background: -moz-linear-gradient(left, rgba(24, 103, 221, 1) 0%, rgba(35, 188, 216, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(24, 103, 221, 1) 0%, rgba(35, 188, 216, 1) 100%);
  background: linear-gradient(to right, rgba(24, 103, 221, 1) 0%, rgba(35, 188, 216, 1) 100%);
  color: #fff;
  margin-top: 145px;
  position: relative;
  min-width: 1080px;
  z-index: 1;
}

footer a {
  color: #fff;
}

footer .ft-inside {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  padding-top: 46px;
  position: relative;
  max-width: 1050px;
  width: 100%;
}

footer a:hover {
  text-decoration: none;
}

footer .icon-blank.reverse:before {
  content: "\e900";
}

footer .ft-adress {
  max-width: 230px;
  width: 100%;
}

footer .ft-adress .ft-logo {
  margin-bottom: 25px;
  width: 170px;
}

footer .ft-adress .btn {
  margin-bottom: 15px;
  margin-top: 15px;
}

footer .ft-adress .btn a {
  margin-left: 0;
  margin-right: 0;
}

footer .ft-adress .btn a:hover {
  background-color: #fff;
  border: 1px solid #0080cb;
  color: #0080cb;
}

footer .ft-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 710px;
  width: 100%;
}

footer .ft-link .each-ftlink {
  padding-top: 17px;
}

footer .ft-link .each-ftlink:nth-child(1) {
  width: 35%;
}

footer .ft-link .each-ftlink:nth-child(2) {
  width: 40%;
}

footer .ft-link .each-ftlink:nth-child(3) {
  width: 25%;
}

footer .ft-link .wide-ftlink {
  display: block;
  width: 100%;
}

footer .ft-link p {
  margin-top: 30px;
}

footer .ft-link .cate_name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
}

footer .ft-link .cate_name::before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: 0px;
  position: absolute;
  top: 50%;
  width: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .ft-link .cate_name::after {
  border-bottom: 1px solid #0080cb;
  border-right: 1px solid #0080cb;
  content: "";
  height: 7px;
  left: 4px;
  position: absolute;
  top: 50%;
  width: 7px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

footer .ft-link .cate_name:hover::before {
  background-color: transparent;
  border: 1px solid #fff;
}

footer .ft-link .cate_name:hover::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.iPadOS footer .ft-link .cate_name:hover::before,
.ipad footer .ft-link .cate_name:hover::before {
  background-color: #fff;
  border: none;
}

.iPadOS footer .ft-link .cate_name:hover::after,
.ipad footer .ft-link .cate_name:hover::after {
  border-bottom-color: #0080cb;
  border-right-color: #0080cb;
}

footer .ft-link .cate_name.none_arw::before,
footer .ft-link .cate_name.none_arw::after {
  content: none;
}

footer .ft-link .cate_name:first-child {
  margin-top: 0;
}

footer .ft-link .cate_name.blank {
  padding-left: 0;
}

footer .ft-link .cate_name.blank::before {
  background-color: transparent;
}

footer .ft-link .cate_name.blank::after {
  border: none;
  position: static;
}

footer .ft-link .blank .icon-blank.reverse::after {
  content: "";
}

footer .ft-link .cate_name.blank:hover::before {
  border: none;
}

footer .ft-link .external_link {
  font-size: 1.6rem;
  font-weight: initial;
}

footer .ft-link .cate_name.blank .icon-blank.reverse,
footer .ft-link .external_link.blank .icon-blank.reverse {
  padding-right: 0;
}

footer .ft-link .cate_name.blank .icon-blank.reverse::before,
footer .ft-link .external_link.blank .icon-blank.reverse::before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .ft-link .cate_name.blank .icon-blank.reverse a,
footer .ft-link .external_link.blank .icon-blank.reverse a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 24px;
}

footer .ft-link ul li:nth-child(n + 2) {
  margin-top: 5px;
}

footer .ft-link ul li {
  padding-left: 24px;
  position: relative;
}

footer .ft-link ul li::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 15px;
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

footer .ft-link ul li.blank {
  padding-left: 0;
}

footer .ft-link ul li.blank::before {
  border: none;
  content: "";
  position: static;
}

footer .ft-link ul li.blank .icon-blank.reverse {
  padding-left: 24px;
  padding-right: 0;
}

footer .ft-link ul li.blank .icon-blank.reverse::before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .ftlink-ir {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

footer .ftlink-ir .inner-ftlink {
  display: flex;
  justify-content: space-between;
}

footer .norton {
  background-color: #eef7fa;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  height: 100px;
  line-height: 1.6em;
}

footer .norton .norton-seal {
  width: 100px;
}

footer .norton .norton-description {
  margin-left: 40px;
  width: 830px;
}

footer .copyright {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  background: #3f44d1;
}

.pagetop {
  bottom: 30px;
  cursor: pointer;
  height: 70px;
  position: fixed;
  right: 40px;
  width: 70px;
}

.pagetop p {
  background-image: url(/common/images/pagetop_color_ball.svg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
  text-align: center;
  width: 70px;
}

.pagetop p i {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-top: 14px;
  position: relative;
}

.pagetop p i::before {
  background-image: url(/common/images/arrowT2.svg);
  background-size: cover;
  content: "";
  height: 9px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
    min-width: auto;
  }

  footer .ft-inside {
    justify-content: center;
    padding-bottom: 0;
    padding-top: 40px;
  }

  footer .ft-adress {
    padding-bottom: 40px;
    text-align: center;
    max-width: initial;
  }

  footer .ft-adress .ft-logo {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  }

  footer .ft-adress .btn {
    margin-bottom: 20px;
  }

  footer .ft-adress .btn a {
    margin-left: auto;
    margin-right: auto;
  }

  footer .ft-adress .btn a:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }

  footer .ft-link {
    display: none;
    max-width: initial;
  }

  footer .ft-link .each-ftlink {
    padding-top: 0;
  }

  footer .ft-link .each-ftlink:nth-child(1) {
    width: auto;
  }

  footer .ft-link .each-ftlink:nth-child(2) {
    width: auto;
  }

  footer .ft-link .each-ftlink:nth-child(3) {
    width: auto;
  }

  footer .ft-link p {
    margin-top: 0;
  }

  footer .ft-link .cate_name {
    border-top: 1px solid #ddd;
    font-size: 1.8rem;
    margin-top: 0;
  }

  footer .ft-link .cate_name:first-child {
    margin-bottom: 0;
  }

  footer .ft-link .external_link {
    border-top: 1px solid #ddd;
  }

  footer .ft-link .cate_name a,
  footer .ft-link .external_link a {
    display: flex;
    align-items: center;
    height: 59px;
    padding-left: 20px;
    padding-right: 20px;
  }

  footer .ft-link .external_link a {
    height: 75px;
  }

  footer .ft-link ul {
    display: none;
  }

  footer .norton {
    display: block;
    height: auto;
    padding: 40px;
  }

  footer .norton .norton-seal {
    margin-left: auto;
    margin-right: auto;
  }

  footer .norton .norton-description {
    margin-left: 0;
    margin-top: 25px;
    text-align: justify;
    width: auto;
  }

  footer .copyright {
    font-size: 1.2rem;
    height: 35px;
    text-align: center;
  }

  .pagetop {
    right: 20px;
  }
}

/* contents
----------------------------- */
#contents {
  position: relative;
  margin-top: 120px;
  min-width: 1080px;
  z-index: 1;
}

.ie #contents {
  min-width: auto;
}

.sec-inside {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 100px;
    padding-top: 0px;
    min-width: initial;
  }

  main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -----------------------------

 news

----------------------------- */
/* -----------------
detail
----------------- */
.news-detail .hdg[data-hdg="1"] {
  margin-bottom: 0;
}

.news-detail .ymd {
  margin-bottom: 50px;
  text-align: right;
}

.news-detail p,
.news-detail ul,
.news-detail ol {
  margin-top: 30px;
}

.news-detail ul,
.news-detail ol {
  margin-left: 22px;
}

.news-detail ul li {
  list-style: disc;
}

.news-detail ol li {
  list-style: decimal;
}

.news-detail .btn[data-btn="border"] {
  margin-top: 100px;
}

.news-detail figure + * {
  margin-top: 40px;
}

.news-detail figcaption {
  margin-top: 20px;
}

.news-detail .col {
  display: flex;
  justify-content: space-between;
}

.news-detail [data-col="2"] .each-col {
  max-width: 510px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .news-detail .ymd {
    margin-bottom: 30px;
  }

  .news-detail .btn[data-btn="border"] {
    margin-top: 60px;
  }

  .news-detail figure + * {
    margin-top: 20px;
  }

  .news-detail figcaption {
    margin-top: 10px;
  }

  .news-detail .col {
    display: block;
  }

  .news-detail [data-col="2"] .each-col {
    max-width: initial;
  }

  .news-detail .col .each-col:nth-child(2) {
    margin-top: 40px;
  }
}

/* -----------------------------

 common contact

----------------------------- */
.common_contact {
  margin-top: 140px;
}

.common_contact .sec-inside {
  background-color: #e5f8fd;
  min-height: 290px;
  text-align: center;
}

.common_contact .contact-hdg {
  color: #0080cb;
  font-family: "Roboto";
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 1;
  margin-bottom: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common_contact .contact-hdg + p {
  margin-top: 30px;
}

.common_contact .contact-infor {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-left: 90px;
  padding-right: 90px;
}

.common_contact .contact-infor > div {
  max-width: 420px;
  width: 100%;
}

.common_contact .contact-infor .contact-infor_hdg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.common_contact .contact-infor .contact-infor_tel {
  color: #0080cb;
  font-family: "Roboto";
  font-size: 3.6rem;
  font-weight: 100;
  margin-top: 30px;
}

.common_contact .contact-infor .contact-infor_note {
  color: #666;
  font-size: 1.3rem;
  margin-top: 10px;
}

.common_contact .contact-infor .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .common_contact {
    margin-top: 105px;
  }

  .common_contact .sec-inside {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }

  .common_contact .contact-hdg {
    font-size: 4.4rem;
    margin-bottom: -22px;
    text-align: center;
  }

  .common_contact .contact-infor {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .common_contact .contact-infor > div:nth-child(2) {
    margin-top: 40px;
  }

  .common_contact .contact-infor .contact-infor_hdg {
    font-size: 1.8rem;
  }

  .common_contact .contact-infor .contact-infor_tel {
    font-size: 3rem;
    margin-top: 20px;
  }

  .common_contact .contact-infor .btn a {
    margin-left: 0;
  }
}

/* -----------------------------

 fade Up Scroll

----------------------------- */
.fadeInUp {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadeInUp.fst {
  transition: all 0.8s;
}

.fadeInUp.second {
  transition: all 0.9s;
}

.fadeInUp.side {
  transition: all 2s;
}

.fadeInUp.sideL {
  transform: translate(-50px, 0);
}

.fadeInUp.sideR {
  transform: translate(50px, 0);
}

.fadeInUp.active {
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
  .fadeInUp {
    transform: translate(0, 50px);
  }
}

/* -----------------------------

 horizontal row

----------------------------- */
.horizontal-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.horizontal-row .each_obj {
  margin-right: 30px;
  width: 100%;
}

[data-row="2"] .each_obj {
  max-width: 510px;
}

[data-row="3"] .each_obj {
  max-width: 330px;
}

[data-row="4"] .each_obj {
  max-width: 240px;
}

[data-row="2"] .each_obj:nth-child(even),
[data-row="3"] .each_obj:nth-child(3n),
[data-row="4"] .each_obj:nth-child(4n) {
  margin-right: 0;
}

[data-row="2"] .each_obj:nth-child(n + 3),
[data-row="3"] .each_obj:nth-child(n + 4),
[data-row="4"] .each_obj:nth-child(n + 5) {
  margin-top: 30px;
}

.horizontal-row .each_obj[data-width="long"] {
  max-width: none;
}

.horizontal-row .each_obj .cr {
  border: 1px solid #0080cb;
  border-radius: 10px;
}

.horizontal-row .each_obj .cr > * {
  background-color: #e5f8fd;
  border-radius: 10px;
  color: #0080cb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  height: 60px;
  text-align: center;
  width: 100%;
}

[data-row="3"] .each_obj .cr > * {
  height: 80px;
}

.horizontal-row .each_obj[data-width="long"] .circle[data-list="horizontal"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.horizontal-row .each_obj[data-width="long"] .circle[data-list="horizontal"] li {
  max-width: 510px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .horizontal-row {
    display: block;
    margin-top: 35px;
  }

  .horizontal-row .each_obj {
    margin-right: 0;
  }

  [data-row="2"] .each_obj {
    max-width: initial;
  }

  [data-row="3"] .each_obj {
    max-width: initial;
  }

  [data-row="4"] .each_obj {
    max-width: initial;
  }

  .each_obj:nth-child(n + 2) {
    margin-top: 10px;
  }

  [data-row="2"] .each_obj:nth-child(n + 3),
  [data-row="3"] .each_obj:nth-child(n + 4),
  [data-row="4"] .each_obj:nth-child(n + 5) {
    margin-top: 10px;
  }

  [data-set="list"] .each_obj:nth-child(n + 2) {
    margin-top: 35px;
  }

  .horizontal-row .each_obj .cr > * {
    line-height: 1.5em;
    padding-bottom: 12px;
    padding-top: 12px;
    min-height: 50px;
    height: auto;
  }

  [data-row="3"] .each_obj .cr > * {
    height: auto;
  }
}

/* -----------------------------

block element

----------------------------- */
.block-element {
  display: flex;
  justify-content: space-between;
}

.block-element .each_block {
  width: 100%;
}

[data-ele-row="2"] .each_block {
  max-width: 510px;
}

@media only screen and (max-width: 767px) {
  .block-element {
    display: block;
  }
}

/* -----------------------------

 other category

----------------------------- */
.other_cate .sec-inside {
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding-left: 90px;
}

.other_cate .sec-inside .each_other_cate {
  max-width: 420px;
  width: 100%;
}

.other_cate .sec-inside .each_other_cate .other_cate_hdg {
  color: #0080cb;
  font-family: "Roboto";
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 30px;
}

.other_cate .sec-inside .each_other_cate .other_cate_img {
  display: none;
}

.other_cate .sec-inside .each_other_cate .btn {
  margin-top: 30px;
}

.other_cate .sec-inside .each_other_cate .btn a {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .other_cate .sec-inside {
    background-image: none;
    display: block;
    padding-left: 0;
    min-height: auto;
  }

  .other_cate .sec-inside .each_other_cate .other_cate_hdg {
    font-size: 4.4rem;
    text-align: center;
  }

  .other_cate .sec-inside .each_other_cate .other_cate_img {
    display: block;
    margin-bottom: 15px;
  }

  .other_cate .sec-inside .each_other_cate .btn a {
    margin-left: auto;
  }
}

/* -----------------------------

 template

----------------------------- */
.template .sec-inside + * {
  margin-top: 100px;
}

.template .text-related > * {
  margin-top: 50px;
}

/* -----------------

----------------- */
/*  */

@media only screen and (max-width: 767px) {
}

.no-palt {
  font-feature-settings: normal;
}
