@charset "UTF-8";

/* ==========================================================
 Foundation
========================================================== */

/* Reset box-model and set borders  ------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document  ------------------------------------------*/
/* 1. Correct the line height in all browsers.
   2. Prevent adjustments of font size after orientation changes in iOS.
   3. Remove gray overlay on links for iOS. */

html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
     -moz-text-size-adjust: none;
          text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

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

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

/* Vertical rhythm ------------------------------------------*/
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings ------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) ------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) ------------------------------------------*/
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}

/* Grouping content ------------------------------------------*/
/* 1. Add the correct box sizing in Firefox.
   2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
   2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}

/* Text-level semantics ------------------------------------------*/
/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
   2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/* Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/* Embedded content ------------------------------------------*/
/* Prevent vertical alignment issues. */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms ------------------------------------------*/
/* Reset form fields to make them styleable */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/* Reset radio and checkbox appearance to preserve their look in iOS. */
[type='checkbox'] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
[type='radio'] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
/* Show the overflow in IE.
   1. Show the overflow in Edge. */
button,
input {
  /* 1 */
  overflow: visible;
}

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

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}

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

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Remove arrow in IE10 & IE11. */
select::-ms-expand {
  display: none;
}

/* Remove padding */
option {
  padding: 0;
}

/* Reset to invisible */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/* 1. Correct the outline style in Safari. */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}

/* Remove the inner padding in Chrome and Safari on macOS. */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 1. Correct the inability to style clickable types in iOS and Safari.
   2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Clickable labels */
label[for] {
  cursor: pointer;
}

/* Interactive ------------------------------------------*/
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

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

/* Remove outline for editable content. */
[contenteditable] {
  outline: none;
}

/* Table ------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: middle;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}

/* Misc ------------------------------------------*/
/* Add the correct display in IE 10+. */
template {
  display: none;
}

/* Add the correct display in IE 10. -*/
[hidden] {
  display: none;
}
html {
  position: relative;
  min-width: 320px;
  height: 100%;
  font-size: 10px;
  overflow-x: hidden;
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  background-color: #fff;
  font-family: "BIZ UDPGothic", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo","microsoft yahei","微软雅黑";
  line-height: 1.5;
  color: #333333;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
}
section {
  width: 100%;
}
a {
  text-decoration: none;
  -webkit-transition: all .3s;
          transition: all .3s;
}
a.is-blue {
  color: #009DE0;
}
img {
  width: 100%;
  height: auto;
}
figcaption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
}
.is-hidden-pc {
  display: none;
}
@media screen and (max-width: 450px) {
  .is-hidden-pc {
    display: block;
  }
  .is-hidden-sp {
    display: none;
  }
}

/* ==========================================================
 全体共通
========================================================== */
.l-wrapper {
  padding-top: 90px;
}
.l-common__bg {
  background-color: rgba(255,255,255,0.9);
}
.l-common__fig {
  border-top: 1px solid #FFF;
}
.l-common__fig img {
  object-fit: cover;
  height: 300px;
}
.l-common__title {
  position: relative;
  margin: -65px 0 0 6vw;
  z-index: 10;
}
.l-common__title-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 0 6vw;
}
.l-common__title-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  font-size: 26px;
  font-weight: 600;
  color: #009DE0;
  margin-bottom: 10px;
}
.l-common__title-num span {
  margin: 0 10px;
  white-space: nowrap;
}
.l-common__title-num::before,
.l-common__title-num::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #009DE0;
    pointer-events: none;
}
.l-common__title-jp {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  color: #1C446F;
}
.l-common__title-bg {
  border-bottom: 140px solid #FFF;
  border-left: 65px solid transparent;
}
.l-common__inner {
  padding: 50px 6vw 80px;
}
.l-common__item {
  margin: 0 auto 80px;
}
.l-common__item:last-child {
  margin-bottom: 0;
}
.l-common__h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
.l-common__h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.l-common__p + .l-common__p,
.l-common__p + h3,
.l-common__p + div,
.l-common__p + table {
  margin-top: 30px;
}
.l-common__p + h2 {
  margin-top: 50px;
}
.l-common__fig-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-row-gap: 30px;
     -moz-row-gap: 30px;
          row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-common__fig-item-2col {
  width: calc(50% - 15px);
}
.l-common__fig-item-3col {
  width: calc(33.33% - 20px);
}
.l-common__fig-item-3col p {
  font-size: 14px;
  margin-top: 10px;
}
.l-common__fig-item-4col {
  width: calc(25% - 23px);
}
.l-common__orderset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-row-gap: 50px;
     -moz-row-gap: 50px;
          row-gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-common__orderset-1 {
  width: 100%;
}
.l-common__orderset-2 {
  width: calc(66.66% - 15px);
}
.l-common__orderset-3 {
  width: calc(33.33% - 15px);
}
.l-common__table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  margin-bottom: 10px;
  line-height: 1;
}
.l-common__table.is-pc {
  display: table;
}
.l-common__table.is-sp {
  display: none;
}
.l-common__table th,
.l-common__table td {
  border: solid 1px #333333;
  padding: 6px;
}
.l-common__tableA-thead th,
.l-common__tableB-thead th,
.l-common__tableC-thead th {
  color: #FFFFFF;
  background-color: #009EA0;
}
.l-common__tableA-tbody th,
.l-common__tableB-tbody th,
.l-common__tableC-tbody th {
  color: #FFFFFF;
  background-color: #009DE0;
}
.l-common__tableA-tbody th,
.l-common__tableA-tbody td {
  width: 33.33%;
}
.l-common__tableB-tbody th {
  width: 25%;
}
.l-common__tableB-tbody td {
  width: 75%;
}
.l-common__tableC-tbody th,
.l-common__tableC-tbody td {
  width: 25%;
}

@-moz-document url-prefix(){
  .l-common__table-inner {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .l-common__item {
    max-width: 1400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-common__fig img {
    height: 220px;
  }
  .l-common__title-num {
    font-size: 24px;
  }
  .l-common__title-jp {
    font-size: 30px;
  }
  .l-common__h2 {
    font-size: 24px;
  }
  .l-common__h3 {
    font-size: 18px;
  }
  .l-common__fig-item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 20px;
       -moz-row-gap: 20px;
            row-gap: 20px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .l-common__fig-item.narrow {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 38px;
       -moz-row-gap: 38px;
            row-gap: 38px;
  }
  .l-common__fig-item-2col {
    width: calc(50% - 5px);
  }
  .l-common__fig-item-3col {
    width: calc(50% - 5px);
  }
  .l-common__fig-item-4col {
    width: calc(50% - 5px);
  }
  .l-common__orderset-1 {
    -webkit-box-ordinal-group: 2;
               -ms-flex-order: 1;
                        order: 1;
    width: calc(50% - 15px);
  }
  .l-common__orderset-2 {
    -webkit-box-ordinal-group: 4;
               -ms-flex-order: 3;
                        order: 3;
    width: 100%;
  }
  .l-common__orderset-3 {
    -webkit-box-ordinal-group: 3;
               -ms-flex-order: 2;
                        order: 2;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-top: 80px;
  }
  .l-common__fig img {
    height: 220px;
  }
  .l-common__title {
    margin: 0;
  }
  .l-common__title-text {
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .l-common__title-num {
    font-size: 22px;
  }
  .l-common__title-jp {
    font-size: 26px;
  }
  .l-common__title-bg {
    border-left: 0 solid transparent;
  }
  .l-common__inner {
    padding: 50px 6vw;
  }
  .l-common__item {
    margin: 0 auto 50px;
  }
  .l-common__h2 {
    font-size: 22px;
  }
  .l-common__h3 {
    font-size: 18px;
  }
  .l-common__fig-item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 20px;
       -moz-row-gap: 20px;
            row-gap: 20px;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
  }
  .l-common__fig-item.narrow {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 38px;
       -moz-row-gap: 38px;
            row-gap: 38px;
  }
  .l-common__fig-item-2col {
    width: 100%;
  }
  .l-common__fig-item-3col {
    width: 100%
  }
  .l-common__fig-item-4col {
    width: calc(50% - 5px);
  }
  .l-common__table.is-pc {
    display: none;
  }
  .l-common__table.is-sp {
    display: table;
  }
  .l-common__tableA-tbody th,
  .l-common__tableB-tbody th,
  .l-common__tableC-tbody th {
    width: 120px;
  }
  .l-common__tableA-tbody td,
  .l-common__tableB-tbody td,
  .l-common__tableC-tbody td {
    width: calc(100% - 120px);
  }
  .l-common__orderset {
    -webkit-row-gap: 30px;
       -moz-row-gap: 30px;
            row-gap: 30px;
  }
  .l-common__orderset-1 {
    -webkit-box-ordinal-group: 3;
               -ms-flex-order: 2;
                        order: 2;
    width: 100%;
  }
  .l-common__orderset-2 {
    -webkit-box-ordinal-group: 4;
               -ms-flex-order: 3;
                        order: 3;
    width: 100%;
  }
  .l-common__orderset-3 {
    -webkit-box-ordinal-group: 2;
               -ms-flex-order: 1;
                        order: 1;
    width: 100%;
  }
}

/* ==========================================================
 ヘッダー
========================================================== */

/* ロゴ ------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#1C446F), to(#0F8BC9));
  background: linear-gradient(90deg, #1C446F, #0F8BC9);
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  z-index: 900;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: end;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  height: 90px;
  padding: 0 20px;
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 140px;
  background-image: url("/assets/img/common/bg_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 910;
}
.l-header__logo-link {
  position: relative;
  display: block;
  width: inherit;
  height: inherit;
}
.l-header__logo-img {
  position: absolute;
  top: 22px;
  left: 75px;
  width: 90px;
}
.l-header__logo-text {
  position: absolute;
  bottom: 20px;
  left: 39px;
}
.l-header__logo-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}
.l-header__logo-subTitle {
  margin-top: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo {
    width: 250px;
    height: 120px;
  }
  .l-header__logo-img {
    top: 19px;
    left: 70px;
    width: 70px;
  }
  .l-header__logo-text {
    bottom: 18px;
    left: 33px;
  }
  .l-header__logo-title {
    font-size: 16px;
  }
  .l-header__logo-subTitle {
    margin-top: 2px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
  .l-header__inner {
    height: 80px;
    padding: 0;
  }
  .l-header__logo {
    width: 210px;
    height: 100px;
  }
  .l-header__logo-img {
    position: absolute;
    width: 70px;
    top: 10px;
    left: 55px;
  }
  .l-header__logo-text {
    bottom: 8px;
    left: 18px;
  }
  .l-header__logo-title {
    font-size: 16px;
  }
  .l-header__logo-subTitle {
    margin-top: 2px;
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  .l-header,
  .l-header__inner {
    height: 100px;
  }
}

/* コンバージョン ------------------------------------------*/
.l-header__conv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-header__conv-item {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.l-header__conv-item-document a,
.l-header__conv-item-contact a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.l-header__conv-item-document a {
  background-color: #00B4AD;
}
.l-header__conv-item-contact a {
  background-color: #DE50AD;
}
.l-header__conv-item-document a img,
.l-header__conv-item-contact a img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1024px) {
  .l-header__conv-item-document a:hover,
  .l-header__conv-item-contact a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo {
    width: 250px;
    height: 120px;
  }
  .l-header__logo-img {
    top: 19px;
    left: 70px;
    width: 70px;
  }
  .l-header__logo-text {
    bottom: 18px;
    left: 33px;
  }
  .l-header__logo-title {
    font-size: 16px;
  }
  .l-header__logo-subTitle {
    margin-top: 2px;
    font-size: 12px;
  }
  .l-header__conv-inner {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .l-header__conv-item {
    font-size: 16px;
  }
  .l-header__conv-item-document a img,
  .l-header__conv-item-contact a img {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
  }
  .l-header__inner {
    height: 80px;
    padding: 0;
  }
  .l-header__logo {
    width: 210px;
    height: 100px;
  }
  .l-header__logo-img {
    position: absolute;
    width: 70px;
    top: 10px;
    left: 55px;
  }
  .l-header__logo-text {
    bottom: 8px;
    left: 18px;
  }
  .l-header__logo-title {
    font-size: 16px;
  }
  .l-header__logo-subTitle {
    margin-top: 2px;
    font-size: 12px;
  }
  .l-header__conv-inner {
    display: -ms-grid;
    display: grid;
  }
  .l-header__conv-item {
    font-size: 16px;
  }
  .l-header__conv-item-document a,
  .l-header__conv-item-contact a {
    width: 100vw;
    height: 40px;
    -webkit-box-pack: end;
       -ms-flex-pack: end;
     justify-content: end;
     padding: 0 15px 0 0;
  }
  .l-header__conv-item-document a img,
  .l-header__conv-item-contact a img {
    width: 23px;
    height: 23px;
  }
  .l-header__conv-item-contact {
    z-index: 10;
  }
}

@media screen and (max-width: 450px) {
  .l-header,
  .l-header__inner {
    height: 100px;
  }
  .l-header__conv-item {
    line-height: 1.2;
  }
  .l-header__conv-item-document a,
  .l-header__conv-item-contact a {
    height: 50px;
  }
  .l-header__conv-item-document a img,
  .l-header__conv-item-contact a img {
    width: 25px;
    height: 25px;
  }
}

/* ==========================================================
 キービジュアル
========================================================== */

/* テキスト ------------------------------------------*/
.l-kv {
  position: relative;
  height: calc(100vh - 90px);
  min-height: 650px;
}
.l-kv__textbnr {
  position: absolute;
  width: 100%;
  padding: 0 6vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.l-kv__text-title-en {
  font-size: 80px;
  -webkit-animation: title-en-fade 0.5s ease-out;
          animation: title-en-fade 0.5s ease-out;
}
.l-kv__text-title-en-mb80 {
  margin-bottom: 80px;
}
@-webkit-keyframes title-en-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}
@keyframes title-en-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}
.l-kv__text-title-jp {
  font-size: 26px;
  margin: 15px 0 80px;
  -webkit-animation: title-jp-fade 0.5s ease-out;
          animation: title-jp-fade 0.5s ease-out;
}
@-webkit-keyframes title-jp-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}
@keyframes title-jp-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-kv {
    height: calc(100svh - 90px);
    min-height: 640px;
  }
  .l-kv__text {
    position: absolute;
    width: 100%;
    height: calc(100ssvh - 80px);
  }
}

@media screen and (max-width: 767px) {
  .l-kv {
    height: calc(100svh - 80px);
  }
  .l-kv__text {
    position: absolute;
    width: 100%;
    height: calc(100svh - 80px);
  }
  .l-kv__text-inner {
    padding: 0;
  }
  .l-kv__text-title-en {
    font-size: 45px;
  }
  .l-kv__text-title-jp {
    font-size: 20px;
    margin: 15px 0 30px;
  }
}

@media screen and (max-width: 410px) {
  .l-kv__text-title-en {
    font-size: 40px;
  }
  .l-kv__text-title-jp {
    margin: 10px 0 30px;
  }
}

@media screen and (min-width: 660px) and (max-width: 767px) {
  .l-kv {
    min-height: 370px;
  }
}

@media screen and (min-width: 376px) and (max-width: 659px) {
  .l-kv {
    min-height: 550px;
  }
}

@media screen and (max-width: 375px) {
  .l-kv {
    min-height: 510px;
  }
}

/* バナー ------------------------------------------*/
.l-kv__bnr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 0 auto 50px;
  max-width: 890px;
  -webkit-animation: banner-fade 0.5s ease-out;
          animation: banner-fade 0.5s ease-out;
}
@-webkit-keyframes banner-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}
@keyframes banner-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);	
  }
}

.l-kv__bnr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
  flex-direction: column;
  place-items: center;
  width: calc(33.33% - 20px);
}
.l-kv__bnr-item-txt {
  border: 1px solid #FFF;
  padding: 10px 5px;
  font-size: 20px;
  -webkit-transition: 0.5s;
          transition: 0.5s;
}
.l-kv__bnr-item-ico {
  width: 7px;
  height: 30px;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transition: 0.5s;
          transition: 0.5s;
}

@media screen and (min-width: 1024px) {
  .l-kv__bnr-item a:hover .l-kv__bnr-item-txt {
    color: #1C446F;
    background-color: #FFF;
  }
  .l-kv__bnr-item a:hover .l-kv__bnr-item-ico {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-kv__bnr-inner {
    -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .l-kv__bnr-item-txt {
    font-size: 18px;
  }
  .l-kv__bnr-item {
  width: calc(33.33% - 7px);
  }
}

@media screen and (min-width: 767px) and (max-width: 660px) {
  .l-kv__bnr-item {
  width: calc(33.33% - 7px);
  }
}

@media screen and (max-width: 767px) {
  .l-kv__bnr-inner {
    -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 5px;
       -moz-row-gap: 5px;
            row-gap: 5px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
      justify-content: center;
    margin: 0 auto 10px;
  }
  .l-kv__bnr-item-txt {
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: -0.05rem;
  }
}

@media screen and (max-width: 659px) {
  .l-kv__bnr-inner {
    max-width: 365px;
  }
  .l-kv__bnr-item {
    width: calc(50% - 5px);
  }
}

/* ビデオ ------------------------------------------*/
.l-kv__video {
  position: fixed;
  width: 100%;
  min-width: 320px;
  height: calc(100vh - 80px);
  z-index: -10;
}
.l-kv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-kv__video {
    height: calc(100vh - 80px);
  }
}

@media screen and (max-width: 767px) {
  .l-kv__video {
    height: calc(100vh - 80px);
  }
}


/* ==========================================================
 リード
========================================================== */
.l-lead {
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 139, 201, 0.9)),to(rgba(28, 68, 111, 0.9)));
  background: linear-gradient(90deg, rgba(15, 139, 201, 0.9),rgba(28, 68, 111, 0.9));
  padding: 80px 6vw;
}
.l-lead__copy {
  color: #FFF;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
.l-lead__h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  white-space: nowrap;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin: 80px 0 50px;
}
.l-lead__h2::before,
.l-lead__h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  pointer-events: none;
}
.l-lead__h2 span {
  margin: 0 10px;
}
.l-lead__p-white {
  color: #FFF;
  text-align: center;
}
.l-lead__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin: 50px 0 0;
}
.l-lead__point-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  place-items: center;
  width: calc(33.33% - 20px);
  background-color: #FFF;
}
.l-lead__point-catch {
  background-color: #009DE0;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-lead__point-wrap {
  padding: 0 30px 30px;
}
.l-lead__point-h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #1C446F;
  text-align: center;
  margin-bottom: 20px;
}
.l-lead__point-text li {
  position: relative;
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}
.l-lead__point-text li:last-child {
  margin-bottom: 0px;
}
.l-lead__point-text li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #333;
  top: 11px;
}

@media screen and (min-width: 1024px) {
  .l-lead__inner {
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-lead__copy {
    font-size: 16px;
  }
  .l-lead__h2 {
    font-size: 24px;
  }
  .l-lead__point {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .l-lead__point-item {
    width: calc(50% - 5px);
  }
  .l-lead__point-wrap {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-lead {
    padding: 50px 6vw;
  }
  .l-lead__copy {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .l-lead__copy-break {
    display: none;
  }
  .l-lead__h2 {
    font-size: 22px;
    margin: 50px 0 30px;
  }
  .l-lead__point {
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    margin: 30px 0 0;
  }
  .l-lead__point-item {
    width: 100%;
  }
  .l-lead__point-wrap {
    padding: 0 20px 20px;
  }
}

/* ==========================================================
  その他
========================================================== */
.l-other__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.l-other__case-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
     -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  place-items: center;
  width: calc(50% - 15px);
  background-color: #FFF;
}
.l-other__case-wrap {
  padding: 30px;
}
.l-other__case-h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #1C446F;
  text-align: center;
  margin-bottom: 20px;
}
.l-other__road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  margin-bottom: 30px;
}
.l-other__road-blue,
.l-other__road-green,
.l-other__road-yellow,
.l-other__road-orange,
.l-other__road-red,
.l-other__road-azuki,
.l-other__road-purple {
  width: calc(14.28% - 1.72px);
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
.l-other__road-darkblue {
  color: #FFF;
  padding: 10px 5px;
  background-color: #2084B7;
}
.l-other__road-lightblue {
  padding: 10px 5px;
  background-color: #B6D3E2;
  margin-top: 2px;
}
.l-other__road-darkgreen {
  color: #FFF;
  padding: 10px 5px;
  background-color: #418B25;
}
.l-other__road-lightgreen {
  padding: 10px 5px;
  background-color: #BFDBB5;
  margin-top: 2px;
}
.l-other__road-darkyellow {
  color: #FFF;
  padding: 10px 5px;
  background-color: #CB9C00;
}
.l-other__road-lightyellow {
  padding: 10px 5px;
  background-color: #EDE1B9;
  margin-top: 2px;
}
.l-other__road-darkorange {
  color: #FFF;
  padding: 10px 5px;
  background-color: #C67200;
}
.l-other__road-lightorange {
  padding: 10px 5px;
  background-color: #EBD6B8;
  margin-top: 2px;
}
.l-other__road-darkred {
  color: #FFF;
  padding: 10px 5px;
  background-color: #C73636;
}
.l-other__road-lightred {
  padding: 10px 5px;
  background-color: #EFD0D0;
  margin-top: 2px;
}
.l-other__road-darkazuki {
  color: #FFF;
  padding: 10px 5px;
  background-color: #9D3E8B;
}
.l-other__road-lightazuki {
  padding: 10px 5px;
  background-color: #E5CCE0;
  margin-top: 2px;
}
.l-other__road-darkpurple {
  color: #FFF;
  padding: 10px 5px;
  background-color: #594EAC;
}
.l-other__road-lightpurple {
  padding: 10px 5px;
  background-color: #CCC9E6;
  margin-top: 2px;
}
.l-other__roadtxt {
  padding: 30px;
  border: 1px solid #333;
}
.l-other__roadtxt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.l-other__roadtxt-category {
  width: 105px;
  height: 22px;
  color: #FFF;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  padding: 5px 0;
}
.l-other__roadtxt-blue {
  background-color: #2084B7;
}
.l-other__roadtxt-green {
  background-color: #418B25;
}
.l-other__roadtxt-yellow {
  background-color: #CB9C00;
}
.l-other__roadtxt-orange {
  background-color: #C67200;
}
.l-other__roadtxt-red {
  background-color: #C73636;
}
.l-other__roadtxt-azuki {
  background-color: #9D3E8B;
}
.l-other__roadtxt-purple {
  background-color: #594EAC;
}
.l-other__roadtxt-p {
  font-size: 15px;
  width: calc(100% - 105px);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .l-other__case {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .l-other__case-item {
    width: calc(50% - 5px);
  }
  .l-other__case-wrap {
    padding: 20px;
  }
  .l-other__road {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
  }
  .l-other__road-blue,
  .l-other__road-green,
  .l-other__road-yellow,
  .l-other__road-orange,
  .l-other__road-red,
  .l-other__road-azuki,
  .l-other__road-purple {
    width: calc(25% - 1.5px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .l-other__case {
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }
  .l-other__case-item {
    width: 100%;
  }
  .l-other__case-wrap {
    padding: 20px;
  }
  .l-other__road {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
  }
  .l-other__road-blue,
  .l-other__road-green,
  .l-other__road-yellow,
  .l-other__road-orange,
  .l-other__road-red,
  .l-other__road-azuki,
  .l-other__road-purple {
    width: calc(50% - 1px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-other__roadtxt {
    padding: 20px;
  }
  .l-other__roadtxt-item {
    display: -ms-grid;
    display: grid;
    -webkit-row-gap: 10px;
       -moz-row-gap: 10px;
            row-gap: 10px;
    margin-bottom: 10px;
  }
  .l-other__roadtxt-p {
    width: 100%;
  }
}


/* ==========================================================
 フッター
========================================================== */
.l-footer__inner {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  background-color: #FFF;
}
.l-footer__head {
  padding: 0 6% 20px 6%;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__logo-img {
  width: 80px;
  height: 44px;
}
.l-footer__logo-text {
  position: relative;
  top: -4px;
  margin-left: 15px;
}
.l-footer__logo-title {
  font-size: 16px;
  font-weight: bold;
  color: #009de0;
}
.l-footer__logo-subTitle {
  font-size: 12px;
  font-weight: bold;
  color: #009de0;
}
.l-footer__breadcrumbs {
  margin-top: 10px;
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-breadcrumbs__item {
  position: relative;
}
.c-breadcrumbs__item:not(:first-child) {
  padding-left: 18px;
  margin-left: 10px;
}
.c-breadcrumbs__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%) skewX(-30deg);
      -ms-transform: translate(-50%, -50%) skewX(-30deg);
          transform: translate(-50%, -50%) skewX(-30deg);
  display: block;
  content: '';
  width: 10px;
  height: 14px;
  border-right: 1px solid #333333;
}
.c-breadcrumbs__link {
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: 0.5s;
          transition: 0.5s;
  pointer-events: none;
}
.c-breadcrumbs__link--current {
  color: #009de0;
}
.l-footer__bottom {
  padding: 30px 6%;
  background-color: #eeeeee;
}
.l-footer__copyright {
  margin-top: 0px;
  font-size: 12px;
}
.l-footer__pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 115px;
  height: 35px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
          transition: 0.5s opacity;
}
.l-footer__pagetop.is-show {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .l-footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer__breadcrumbs {
    position: relative;
    top: -4px;
    margin-top: 0px;
    margin-left: 20px;
  }
}


/* ==========================================================
 英語
========================================================== */

/* ヘッダー  ------------------------------------------*/
.l-header__logo-text_eng {
  left: 19px;
}

@media all and (min-width: 1024px) {
  .l-header__logo-text_eng {
    bottom: 20px;
    left: 19px;
  }
  .l-header__logo-title_eng {
    margin-left: 9px;
  }
}

@media all and (max-width: 767px) {
  .l-header__logo_eng {
    width: 250px;
  }
  .l-header__logo-title_eng {
    margin-left: 5px;
  }
  .l-header__logo-img_eng {
    left: 75px;
  }
}

/* その他  ------------------------------------------*/
.l-other__road-blue.eng-ver,
.l-other__road-green.eng-ver,
.l-other__road-yellow.eng-ver,
.l-other__road-orange.eng-ver,
.l-other__road-red.eng-ver,
.l-other__road-azuki.eng-ver,
.l-other__road-purple.eng-ver {
  white-space: normal;
}
.l-other__roadtxt-category.eng-ver {
  width: 150px;
}
.l-other__road-darkblue.eng-ver,
.l-other__road-lightblue.eng-ver,
.l-other__road-darkgreen.eng-ver,
.l-other__road-lightgreen.eng-ver,
.l-other__road-darkyellow.eng-ver,
.l-other__road-lightyellow.eng-ver,
.l-other__road-darkorange.eng-ver,
.l-other__road-lightorange.eng-ver,
.l-other__road-darkred.eng-ver,
.l-other__road-lightred.eng-ver,
.l-other__road-darkazuki.eng-ver,
.l-other__road-lightazuki.eng-ver,
.l-other__road-darkpurple.eng-ver,
.l-other__road-lightpurple.eng-ver {
  display: table;
  width: 100%;
  height: 42px;
  padding: 5px;
}
.l-other__road-darkblue.eng-ver p,
.l-other__road-lightblue.eng-ver p,
.l-other__road-darkgreen.eng-ver p,
.l-other__road-lightgreen.eng-ver p,
.l-other__road-darkyellow.eng-ver p,
.l-other__road-lightyellow.eng-ver p,
.l-other__road-darkorange.eng-ver p,
.l-other__road-lightorange.eng-ver p,
.l-other__road-darkred.eng-ver p,
.l-other__road-lightred.eng-ver p,
.l-other__road-darkazuki.eng-ver p,
.l-other__road-lightazuki.eng-ver p,
.l-other__road-darkpurple.eng-ver p,
.l-other__road-lightpurple.eng-ver p {
  display: table-cell;
  vertical-align: middle;
}