@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0378d2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #00c5eb;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*, html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (max-width: 1159.98px) {
  .header {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .header {
    padding: 20px 20px 0;
  }
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.header__logo {
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.header__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .header__logo {
    width: 143px;
  }
}

.footer {
  position: relative;
}

.c-copyright {
  display: block;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
  font-size: 12px;
}
@media screen and (max-width: 1159.98px) {
  .c-copyright {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .c-copyright {
    padding: 20px;
  }
}

.c-copyright__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  color: #656565;
}
@media screen and (max-width: 1159.98px) {
  .c-copyright__group {
    justify-content: center;
  }
}
@media screen and (max-width: 959.98px) {
  .c-copyright__group {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1159.98px) {
  .c-copyright__item {
    margin: 5px 0;
  }
}
@media screen and (max-width: 959.98px) {
  .c-copyright__item {
    margin: 0 0 20px;
  }
}
.c-copyright__item + .c-copyright__item {
  margin-left: 20px;
}
@media screen and (max-width: 1159.98px) {
  .c-copyright__item + .c-copyright__item {
    margin: 5px 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .c-copyright__item + .c-copyright__item {
    margin: 0 0 20px;
  }
}
.c-copyright__item:last-child {
  margin-left: auto;
}
@media screen and (max-width: 1159.98px) {
  .c-copyright__item:last-child {
    margin: 5px 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .c-copyright__item:last-child {
    margin: 0;
  }
}

.c-copyright__copy {
  font-size: 10px;
}

.c-cert__anchor {
  transition: all 0.2s linear;
}
.c-cert__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .c-cert__anchor {
    transition: none;
  }
  .c-cert__anchor:hover {
    opacity: 1;
  }
}
.c-cert__anchor:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 959.98px) {
  .c-cert__anchor:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 959.98px) {
  .c-cert__logo {
    height: 20px;
  }
}

.pagetop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  transition: visibility 0.25s linear, opacity 0.25s linear, bottom 0.15s linear;
}
@media screen and (max-width: 959.98px) {
  .pagetop {
    top: auto;
    bottom: 0;
  }
}
.pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #039fad;
  transition: all 0.2s linear;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .pagetop a {
    transition: none;
  }
  .pagetop a:hover {
    opacity: 1;
  }
}
.pagetop a:before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}

.c-breadcrumb {
  position: relative;
}
@media screen and (min-width: 520px) {
  .c-breadcrumb {
    position: absolute;
    top: 80px;
  }
}

.c-breadcrumb__group {
  display: inline-block;
  line-height: 1.6;
}

.c-breadcrumb__anchor {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .c-breadcrumb__anchor {
    font-size: 11px;
  }
}
.c-breadcrumb__anchor:hover {
  color: #fff;
  text-decoration: underline;
}

.c-breadcrumb__item {
  display: inline;
}
.c-breadcrumb__item:last-child .c-breadcrumb__anchor {
  font-weight: normal;
  color: #fff;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-breadcrumb__item:first-child .c-breadcrumb__anchor {
  position: relative;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 7px;
  color: #eceff1;
  transition: 0.2s;
}

.contents__notify {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
.contents__notify-list, .contents__notify-list--asterisk {
  padding: 17px 0 0 12px;
  font-size: 12px;
  line-height: 1.5;
}
.contents__notify-list--asterisk li {
  list-style-type: "※";
}
.contents__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 959.98px) {
  .contents__wrap {
    flex-wrap: wrap;
  }
}
.contents__item:nth-child(1) {
  max-width: 350px;
}
@media screen and (max-width: 959.98px) {
  .contents__item:nth-child(1) {
    max-width: initial;
  }
}
.contents__item:nth-child(2) {
  max-width: 280px;
  margin: 0 20px;
}
@media screen and (max-width: 959.98px) {
  .contents__item:nth-child(2) {
    max-width: initial;
    margin: 30px 0;
  }
}
.contents__item:nth-child(3) {
  max-width: 353px;
}
@media screen and (max-width: 959.98px) {
  .contents__item:nth-child(3) {
    max-width: initial;
  }
}
@media screen and (max-width: 959.98px) {
  .contents__item {
    width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .contents__item:last-child {
    margin-top: 30px;
  }
}
.contents__img {
  display: flex;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.contents__under {
  padding-top: 16px;
}

.contents-section, .contents-section--faq {
  width: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section, .contents-section--faq {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 959.98px) {
  .contents-section, .contents-section--faq {
    padding: 0 20px 60px;
  }
}
.contents-section--faq {
  padding-bottom: 30px;
}
@media screen and (max-width: 1159.98px) {
  .contents-section--faq {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section--faq {
    padding-bottom: 30px;
  }
}
.contents-section__body {
  max-width: 1100px;
  margin: 0 auto;
}
.contents-section__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 959.98px) {
  .contents-section__item {
    margin-bottom: 40px;
  }
}
.contents-section__item.icon-list-no2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 519.98px) {
  .contents-section__item.accordion {
    margin: 0 -20px;
  }
}
.contents-section__title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contents-section__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.contents-section__lead {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #039fad;
}
@media screen and (max-width: 959.98px) {
  .contents-section__lead {
    margin-bottom: 9px;
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section__lead {
    text-align: left;
  }
}
.contents-section__lead.mb15 {
  margin-bottom: 15px;
}
.contents-section__desc, .contents-section__desc--bottom {
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .contents-section__desc, .contents-section__desc--bottom {
    text-align: left;
  }
}
.contents-section__desc--bottom {
  margin: 33px 0 0 0;
  text-align: left;
}
.contents-section__text {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contents-section__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519.98px) {
  .contents-section__text {
    text-align: left;
  }
}

.merit-item__title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .merit-item__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 519.98px) {
  .merit-item__title {
    font-size: 18px;
  }
}
.merit-item__title-strong {
  font-weight: bold;
  font-size: 48px;
  color: #039fad;
}
@media screen and (max-width: 959.98px) {
  .merit-item__title-strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 519.98px) {
  .merit-item__title-strong {
    font-size: 32px;
  }
}
.merit-item__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 20px;
  background: #039fad;
}
@media screen and (max-width: 959.98px) {
  .merit-item__catch {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 519.98px) {
  .merit-item__catch {
    margin: 0 -20px 30px;
    font-size: 18px;
  }
}
.merit-item__body {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.98px) {
  .merit-item__body {
    flex-direction: column;
    align-items: center;
  }
}
.merit-item__desc {
  margin-bottom: 0;
  line-height: 1.75;
}
.merit-item__img {
  margin-left: 30px;
}
@media screen and (max-width: 959.98px) {
  .merit-item__img {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 519.98px) {
  .merit-item__img {
    width: 100%;
  }
}
.merit-item__footer {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 959.98px) {
  .merit-item__footer {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1159.98px) {
  .merit-item__footer-item {
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 959.98px) {
  .merit-item__footer-item {
    width: 300px;
  }
}
.merit-item__footer-item img {
  width: 100%;
}
.merit-item__footer-item figcaption {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.icon-list, .icon-list--6column, .icon-list--4column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 959.98px) {
  .icon-list, .icon-list--6column, .icon-list--4column {
    justify-content: space-around;
  }
}
.icon-list--4column {
  max-width: 900px;
}
.icon-list--4column .icon-list__item {
  width: 25%;
}
@media screen and (max-width: 959.98px) {
  .icon-list--4column .icon-list__item {
    width: 240px;
    margin-bottom: 10px;
  }
}
.icon-list--4column .icon-list__item-desc {
  margin-top: 15px;
  font-size: 16px;
  color: #039fad;
}
@media screen and (max-width: 959.98px) {
  .icon-list--4column .icon-list__item-desc {
    margin-top: 5px;
  }
}
.icon-list--6column {
  max-width: 1100px;
}
.icon-list--6column .icon-list__item {
  width: 16.6666666667%;
}
@media screen and (max-width: 959.98px) {
  .icon-list--6column .icon-list__item {
    width: 160px;
    margin-bottom: 10px;
  }
}
.icon-list--6column .icon-list__item-desc {
  margin-top: 15px;
  font-size: 16px;
}
@media screen and (max-width: 959.98px) {
  .icon-list--6column .icon-list__item-desc {
    margin-top: 5px;
    font-size: 14px;
  }
}
.icon-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-list__item-desc {
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}
.icon-list__supplement {
  list-style: none;
  font-size: 12px;
  line-height: 1.83;
}

.img-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.98px) {
  .img-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.img-item:last-child {
  margin-bottom: 0;
}
.img-item__text {
  width: 80%;
  max-width: 810px;
}
@media screen and (max-width: 959.98px) {
  .img-item__text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .img-item__text + .c-img-item__img--large {
    margin: 0 0 auto auto;
    border-radius: 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__text + .c-img-item__img--large {
    margin: 0 calc(50% - 50vw) 20px;
    border-radius: 0;
  }
}
.img-item__title, .img-item__title-black {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #039fad;
}
@media screen and (max-width: 959.98px) {
  .img-item__title, .img-item__title-black {
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__title, .img-item__title-black {
    margin-bottom: 0;
    padding: 10px 0;
  }
}
.img-item__title-black {
  color: #333333;
}
.img-item__desc {
  margin-bottom: 0;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .img-item__desc {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.img-item__desc + .img-item__desc {
  margin-top: 1rem;
}
.img-item__link {
  margin: 15px 0 0;
}
@media screen and (max-width: 959.98px) {
  .img-item__link {
    margin: 15px 0 20px;
  }
}
.img-item--column {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.img-item figure {
  margin-bottom: 0;
}
.img-item__fig-anchor {
  display: block;
}
@media screen and (max-width: 959.98px) {
  .img-item__fig {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 959.98px) {
  .img-item__fig {
    width: 43%;
    margin: 0 0 auto auto;
  }
}
@media screen and (max-width: 959.98px) and (max-width: 519.98px) {
  .img-item__fig {
    width: 100%;
  }
}
@media screen and (max-width: 959.98px) {
  .img-item__fig img {
    width: 100%;
    height: auto;
  }
}
.img-item__fig figcaption {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .img-item__fig figcaption {
    font-size: 12px;
  }
}
.img-item__img, .img-item__img--secondary {
  height: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 959.98px) {
  .img-item__img, .img-item__img--secondary {
    width: 43%;
    margin: 0 0 auto auto;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img, .img-item__img--secondary {
    width: 100%;
  }
}
.img-item__img.is-left, .is-left.img-item__img--secondary {
  margin-right: 30px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img.is-left, .is-left.img-item__img--secondary {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img.is-left, .is-left.img-item__img--secondary {
    width: 100%;
    margin: 0 auto 10px auto;
  }
}
.img-item__img.is-border, .is-border.img-item__img--secondary {
  border: 1px solid #DFE3E5;
}
@media screen and (max-width: 519.98px) {
  .img-item__img.is-half, .is-half.img-item__img--secondary {
    width: 50%;
    margin: 0 auto 10px auto;
  }
}
.img-item__img--secondary {
  height: auto;
}
@media screen and (max-width: 959.98px) {
  .img-item__img--secondary {
    display: inline-block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img--secondary {
    margin: 0 0 20px;
  }
}
.img-item__img--large {
  width: 40%;
  max-width: 420px;
  height: auto;
  margin-left: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .img-item__img--large {
    width: 43%;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__img--large {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
}
.img-item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 959.98px) {
  .img-item__inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 519.98px) {
  .img-item__inner {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 519.98px) {
  .c-accordion {
    width: 100vw;
    margin-left: -20px;
  }
}

.c-accordion__switching-pc {
  margin-bottom: 30px;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__switching-pc {
    display: none !important;
  }
}

@media screen and (max-width: 519.98px) {
  .c-accordion__unit {
    border-top: 1px solid #b2b2b2;
  }
  .c-accordion__unit:last-of-type {
    border-bottom: 1px solid #b2b2b2;
  }
}

.c-accordion__title {
  position: relative;
  display: none;
  align-items: center;
  min-height: 70px;
  padding: 0 50px 0 20px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.15;
  background-color: #fff;
  transition-duration: 0.3s;
}
.c-accordion__title::before, .c-accordion__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-accordion__title::before {
  margin-bottom: calc(-0.225em + 0px);
}
.c-accordion__title::after {
  margin-top: calc(-0.1972222222em + 0px);
}
@media screen and (max-width: 519.98px) {
  .c-accordion__title {
    display: flex;
  }
}
.c-accordion__title::before, .c-accordion__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 11px;
  height: 2px;
  margin: auto;
  background-color: #333;
  border-radius: 2px;
  transition-duration: 0.3s;
}
.c-accordion__title::before {
  right: 24px;
  transform: translate(0, -4px) rotate(45deg);
  transform-origin: left center;
}
.c-accordion__title::after {
  right: 20px;
  transform: translate(0, -4px) rotate(-45deg);
  transform-origin: right center;
}
.c-accordion__title.is-expand {
  color: #fff;
  background-color: #1e3453;
}
.c-accordion__title.is-expand::before, .c-accordion__title.is-expand::after {
  background-color: #fff;
}
.c-accordion__title.is-expand::before {
  transform: translate(0, 3px) rotate(-45deg);
}
.c-accordion__title.is-expand::after {
  transform: translate(0, 3px) rotate(45deg);
}

@media screen and (min-width: 520px) {
  .c-accordion--qa {
    border-bottom: 1px solid #b2b2b2;
  }
}

.c-accordion__unit--qa {
  border-top: 1px solid #b2b2b2;
}

@media screen and (min-width: 520px) {
  .c-accordion--secondary {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
}

.c-accordion__answer {
  margin-bottom: 0;
  padding: 0 72px 35px;
  line-height: 1.9;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__answer {
    padding: 0 20px 20px;
  }
}
.c-accordion__answer .c-accordion__answer-list {
  padding-left: 16px;
}
.c-accordion__answer .c-accordion__answer-list li {
  list-style-type: "・";
}
.c-accordion__answer a[target=_blank] {
  position: relative;
}
.c-accordion__answer a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 3px 0 5px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%230378D2%22%20stroke-width%3D%221.3%22%3E%3Cpath%20d%3D%22M3%206h8V1H3z%22%2F%3E%3Cpath%20d%3D%22M7%208H1V2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 0/12px 10px;
  transition: 0.2s;
}
.c-accordion__answer a[target=_blank]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%2301818E%22%20stroke-width%3D%221.3%22%3E%3Cpath%20d%3D%22M7%208H1V2%22%2F%3E%3Cpath%20d%3D%22M3%206h8V1H3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-accordion__question--icon-none, .c-accordion__question {
  position: relative;
  display: flex;
  margin-bottom: 0;
  margin-left: -20px;
  padding: 35px 22px;
  font-weight: bold;
  font-size: 18px;
  color: #001c30;
  color: #0095a0;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__question--icon-none, .c-accordion__question {
    padding: 15px 15px 15px 20px;
    font-size: 16px;
  }
}
.c-accordion__question--icon-none + .c-accordion__answer, .c-accordion__question + .c-accordion__answer {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__question--icon-none + .c-accordion__answer, .c-accordion__question + .c-accordion__answer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 519.98px) {
  .c-accordion__question {
    margin-left: 0;
  }
}
.c-accordion__question::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 18px;
  background-image: url("/img/lp_aws_organizations_2022/project/icon-q.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 31px 31px;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__question::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 26px;
    height: 21px;
    margin-right: 10px;
    background-image: url("/img/lp_aws_organizations_2022/project/icon-q.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 21px;
  }
}

.c-accordion__question-text {
  width: calc(100% - 86px);
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 519.98px) {
  .c-accordion__question-text {
    width: calc(100% - 66px);
    font-size: 18px;
  }
}

.js-accordion-content {
  display: none;
}

.c-table--2, .c-table--1, .c-table--1-2 {
  word-break: break-all;
}
.c-table--2 table, .c-table--1 table, .c-table--1-2 table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 959.98px) {
  .c-table--2 table, .c-table--1 table, .c-table--1-2 table {
    font-size: 14px;
    line-height: 1.71;
  }
}
.c-table--2 th, .c-table--1 th, .c-table--1-2 th,
.c-table--2 td,
.c-table--1 td,
.c-table--1-2 td {
  width: auto;
  padding: 20px;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 519.98px) {
  .c-table--2 th, .c-table--1 th, .c-table--1-2 th,
  .c-table--2 td,
  .c-table--1 td,
  .c-table--1-2 td {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 519.98px) {
  .c-table--2, .c-table--1, .c-table--1-2 {
    overflow-x: scroll;
  }
  .is-short.c-table--2 tbody, .is-short.c-table--1 tbody, .is-short.c-table--1-2 tbody,
  .is-short.c-table--2 tr,
  .is-short.c-table--1 tr,
  .is-short.c-table--1-2 tr,
  .is-short.c-table--2 th,
  .is-short.c-table--1 th,
  .is-short.c-table--1-2 th,
  .is-short.c-table--2 td,
  .is-short.c-table--1 td,
  .is-short.c-table--1-2 td {
    display: block;
    width: auto;
    min-width: 0;
  }
  .is-short.c-table--2 th, .is-short.c-table--1 th, .is-short.c-table--1-2 th {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.c-table--2 sup, .c-table--1 sup, .c-table--1-2 sup {
  margin-left: 0.3em;
  font-size: 1.2rem;
}
.c-table--2 + .c-list-notice, .c-table--1 + .c-list-notice, .c-table--1-2 + .c-list-notice {
  margin-top: 20px;
}
.c-table--2 .table__txt--notify, .c-table--1 .table__txt--notify, .c-table--1-2 .table__txt--notify {
  display: block;
  font-size: 12px;
}
.c-table--2 span:not([class]), .c-table--1 span:not([class]), .c-table--1-2 span:not([class]) {
  display: inline-block;
}

.c-table--2 table, .c-table--1 table, .c-table--1-2 table {
  table-layout: fixed;
  border-left: 1px solid #b2b2b2;
}
.c-table--2 thead th, .c-table--1 thead th, .c-table--1-2 thead th {
  text-align: center;
}
.c-table--2 th, .c-table--1 th, .c-table--1-2 th,
.c-table--2 td,
.c-table--1 td,
.c-table--1-2 td {
  border-right: 1px solid #b2b2b2;
}
.c-table--2 tbody th, .c-table--1 tbody th, .c-table--1-2 tbody th {
  padding-right: 20px;
  padding-left: 20px;
}
.is-short.c-table--2 table, .is-short.c-table--1 table, .is-short.c-table--1-2 table {
  width: 100%;
}
.is-short.c-table--2 th, .is-short.c-table--1 th, .is-short.c-table--1-2 th,
.is-short.c-table--2 td,
.is-short.c-table--1 td,
.is-short.c-table--1-2 td {
  padding-bottom: 15px;
  border-bottom: 1px solid #b2b2b2;
}

.c-table--1 th, .c-table--1-2 th {
  color: #333;
  background-color: #ccebee;
}
.c-table--1 th, .c-table--1-2 th,
.c-table--1 td,
.c-table--1-2 td {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .c-table--1 th:first-child, .c-table--1-2 th:first-child {
    width: 200px;
  }
}
.c-table--1 th:not(:first-child), .c-table--1-2 th:not(:first-child) {
  width: 17%;
}
@media screen and (max-width: 959.98px) {
  .c-table--1 th:not(:first-child), .c-table--1-2 th:not(:first-child) {
    width: 20%;
  }
}
@media screen and (max-width: 519.98px) {
  .c-table--1 th:not(:first-child), .c-table--1-2 th:not(:first-child) {
    width: 175px;
  }
}
.c-table--1 th:last-child, .c-table--1-2 th:last-child {
  padding: 20px 6px;
}
@media screen and (max-width: 519.98px) {
  .c-table--1 tbody th, .c-table--1-2 tbody th {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.c-table--1 tbody td:first-child, .c-table--1-2 tbody td:first-child {
  text-align: left;
}
.c-table--1 tbody td p, .c-table--1-2 tbody td p {
  margin-bottom: 0;
}
.c-table--1 tbody td a, .c-table--1-2 tbody td a {
  font-size: 12px;
}
.c-table--1 tbody.is-additions, .c-table--1-2 tbody.is-additions {
  display: none;
}

@media screen and (max-width: 519.98px) {
  .c-table--1-2 th:first-child {
    width: 205px;
  }
}
.c-table--1-2 th:not(:first-child) {
  width: 26%;
}
@media screen and (max-width: 959.98px) {
  .c-table--1-2 th:not(:first-child) {
    width: 30%;
  }
}
@media screen and (max-width: 519.98px) {
  .c-table--1-2 th:not(:first-child) {
    width: 200px;
  }
}
.c-table--1-2 tbody th {
  text-align: left;
}

.c-table--2 table {
  width: 100%;
}
.c-table--2 thead th {
  background-color: #ccebee;
}
.c-table--2 thead th:first-child {
  width: 22%;
}
@media screen and (max-width: 519.98px) {
  .c-table--2 thead th:first-child {
    width: 80px;
  }
}
@media screen and (max-width: 959.98px) {
  .c-table--2 thead th:not(:first-child) {
    width: 25%;
  }
}
@media screen and (max-width: 519.98px) {
  .c-table--2 thead th:not(:first-child) {
    width: 200px;
  }
}
.c-table--2 thead th:last-child {
  padding: 20px 10px;
}
.c-table--2 tbody th {
  min-width: unset;
  background-color: #ccebee;
}
@media screen and (max-width: 519.98px) {
  .c-table--2 tbody th {
    padding: 15px 10px;
  }
}
.c-table--2 tbody td {
  min-width: unset;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .c-table--2 tbody {
    font-size: 14px;
  }
}

.c-table__button {
  position: relative;
  display: block;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  font-weight: bold;
  color: #039fad;
  background: #fff;
  border: 2px solid #039fad;
  border-radius: 30px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 519.98px) {
  .c-table__button {
    width: 100%;
  }
}
.c-table__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-table__button:focus {
  outline: 0;
}
.c-table__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 2px;
  margin: auto 0;
  background: #039fad;
}
.c-table__button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  width: 2px;
  height: 16px;
  margin: auto 0;
  background: #039fad;
}
@media screen and (max-width: 519.98px) {
  .c-table__button.is-open {
    height: 70px;
    border-radius: 35px;
  }
}
.c-table__button.is-open:after {
  content: none;
}

@media screen and (max-width: 959.98px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  margin-bottom: 0;
}
.nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  transition: all 0.3s ease;
}
.nav__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}

.nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .nav-sp.is-active {
    right: 0;
  }
}
.nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  background: #fff;
}
.nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #039fad;
  border-bottom: 2px solid #039fad;
  border-left: 0;
  transform: rotate(-45deg);
}
.nav-sp__btn, .nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #039fad;
  border: 0;
}
.nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.nav-sp__overlay.is-active {
  display: block;
}

.nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #039fad;
    border: 0;
  }
}
.nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.hero-section {
  height: auto;
  background: #039fad;
}
@media screen and (min-width: 520px) {
  .hero-section {
    height: 600px;
    overflow: hidden;
  }
}

.hero__content {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 1159.98px) {
  .hero__content {
    margin: 0 30px;
  }
}
@media screen and (max-width: 959.98px) {
  .hero__content {
    margin: 0 20px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    padding: 70px 0 0;
  }
}

.hero__text {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  width: 620px;
}
@media screen and (max-width: 959.98px) {
  .hero__text {
    bottom: 70px;
    width: 420px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__text {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

.hero__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.35;
}
@media screen and (max-width: 959.98px) {
  .hero__title {
    font-size: 32px;
    line-height: 1.47;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 1.35;
  }
}

.hero__lead {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 959.98px) {
  .hero__lead {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }
}

.hero__catch {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
  color: #ffff00;
}
@media screen and (max-width: 959.98px) {
  .hero__catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__catch {
    font-size: 18px;
  }
}

.hero__highlight {
  font-size: 24px;
}
@media screen and (max-width: 959.98px) {
  .hero__highlight {
    font-size: 24px;
  }
}

.hero__notify {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 959.98px) {
  .hero__notify {
    font-size: 12px;
  }
}

.hero__img {
  position: absolute;
  bottom: 0;
  left: 525px;
}
@media screen and (max-width: 959.98px) {
  .hero__img {
    left: 400px;
    height: auto;
  }
}
@media screen and (max-width: 519.98px) {
  .hero__img {
    position: relative;
    left: 0;
    width: 320px;
    max-width: 100%;
    margin: 36px auto 0;
  }
}

.contact {
  padding: 80px 30px;
  background: #212121;
}
@media screen and (max-width: 959.98px) {
  .contact {
    padding: 40px 20px;
  }
}

.contact__title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__title {
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.contact__title-catch {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__title-catch {
    font-size: 16px;
  }
}

.contact__body {
  max-width: 900px;
  margin: 0 auto;
}

.contact__tel {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border: solid 4px #424242;
  border-radius: 10px;
}
@media screen and (max-width: 959.98px) {
  .contact__tel {
    display: block;
    text-align: center;
    border: solid 2px #424242;
  }
}

.contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.contact__telNumber-wrap {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber-wrap {
    padding-left: 0;
  }
}

.contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.contact__telNumber a {
  color: #fff;
  transition: all 0.2s linear;
}
.contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber a {
    transition: none;
  }
  .contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 959.98px) {
  .contact__telNumber {
    font-size: 24px;
  }
}

.contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .contact__receptionTime {
    font-size: 12px;
  }
}

.contact__form {
  margin-top: 50px;
}
@media screen and (max-width: 959.98px) {
  .contact__form {
    margin-top: 30px;
  }
}

.form__item {
  display: flex;
  align-items: center;
  padding: 20px 0 15px;
  border-bottom: 1px solid #424242;
}
.form__item:first-child {
  border-top: 1px solid #424242;
}
@media screen and (max-width: 959.98px) {
  .form__item {
    display: block;
    padding: 15px 0;
  }
}

.form__titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 959.98px) {
  .form__titleWrap {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.form__itemTitle {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .form__itemTitle {
    margin: 4px 0 0;
    font-size: 14px;
  }
}

.form__itemRequired, .form__itemOptionally {
  margin: 0;
  padding: 0;
}
.form__itemRequired span, .form__itemOptionally span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background: #ff623c;
  border-radius: 3px;
}
@media screen and (max-width: 959.98px) {
  .form__itemRequired span, .form__itemOptionally span {
    margin-bottom: 0;
  }
}

.form__itemOptionally span {
  background: #5a6a81;
}

.form__itemInput {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.form__itemInput input, .form__itemInput textarea {
  margin: 0;
  padding: 0;
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  color: #333333;
  background: none;
  background: #fff;
  border: 0;
  border: #d3d6d5 1px solid;
  border-radius: 0;
  -webkit-appearance: none;
}
.form__itemInput input:-ms-input-placeholder, .form__itemInput textarea:-ms-input-placeholder {
  color: #888888;
}
.form__itemInput input:placeholder-shown, .form__itemInput textarea:placeholder-shown {
  color: #888888;
}
.form__itemInput input::-webkit-input-placeholder, .form__itemInput textarea::-webkit-input-placeholder {
  color: #888888;
}
.form__itemInput input:-moz-placeholder, .form__itemInput textarea:-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.form__itemInput input::-moz-placeholder, .form__itemInput textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.form__itemInput input:-ms-input-placeholder, .form__itemInput textarea:-ms-input-placeholder {
  color: #888888;
}
@media screen and (max-width: 959.98px) {
  .form__itemInput input, .form__itemInput textarea {
    padding: 10px;
    font-size: 14px;
  }
}
.form__itemInput textarea {
  display: block;
  width: 100%;
  height: 224px;
}
.form__itemInput input {
  width: 100%;
}
.form__itemInput p {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.form__itemInput p.errTxt {
  margin-top: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #ff6d3b;
}
@media screen and (max-width: 959.98px) {
  .form__itemInput p.errTxt {
    font-size: 14px;
  }
}
.form__itemInput p.errTxt span {
  color: #ff6d3b;
}

.form__item--name {
  font-size: 0;
  line-height: 0;
}
.form__item--name .form__itemInput {
  display: flex;
}
.form__item--name .form__itemInput .form__itemInput-wrap {
  width: 200px;
}
@media screen and (max-width: 959.98px) {
  .form__item--name .form__itemInput .form__itemInput-wrap {
    width: calc(50% - 5px);
  }
}
.form__item--name .form__itemInput .form__itemInput-wrap:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 959.98px) {
  .form__item--name .form__itemInput .form__itemInput-wrap:first-child {
    margin-right: 10px;
  }
}

.form__item--tel .form__itemInput input, .form__item--mail .form__itemInput input {
  width: 400px;
}
@media screen and (max-width: 959.98px) {
  .form__item--tel .form__itemInput input, .form__item--mail .form__itemInput input {
    width: 100%;
  }
}

.form__privacy {
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
@media screen and (max-width: 959.98px) {
  .form__privacy {
    margin-top: 30px;
  }
}
.form__privacy p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 959.98px) {
  .form__privacy p {
    text-align: left;
  }
}

.form__button-area {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 40px auto 0;
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 959.98px) {
  .form__button-area {
    max-width: 480px;
    height: 80px;
    margin: 30px auto 0;
  }
}
.form__button-area .form__button {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: #039fad;
  transition: all 0.3s ease;
}
.form__button-area .form__button input {
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background: transparent;
  border: none;
}
@media screen and (max-width: 959.98px) {
  .form__button-area .form__button input {
    font-size: 24px;
  }
}
.form__button-area .form__button input:hover {
  cursor: pointer;
}
.form__button-area .form__button input:focus {
  outline: 0;
}
.form__button-area .form__button:hover {
  cursor: pointer;
}
.form__button-area .form__button:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #2ac3c9;
  transition: all 0.3s ease;
}
.form__button-area .form__button:hover:before {
  top: 0;
}

.contact-anchor {
  margin-top: 40px;
}
.contact-anchor__text {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__text {
    font-size: 18px;
  }
}

.contact-anchor__btn-area, .contact-anchor__btn-area--hero {
  position: relative;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__btn-area, .contact-anchor__btn-area--hero {
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
.contact-anchor__btn-area:after, .contact-anchor__btn-area--hero:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  transform: translate(0, -50%) rotate(-45deg);
}

.contact-anchor__btn-area--hero {
  max-width: 320px;
  height: 60px;
  margin: 0 auto 0 0;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (max-width: 959.98px) {
  .contact-anchor__btn-area--hero {
    margin: 0 auto;
  }
}
@media screen and (max-width: 519.98px) {
  .contact-anchor__btn-area--hero {
    max-width: 400px;
  }
}
.contact-anchor__btn-area--hero::after {
  border-color: transparent transparent #039fad #039fad;
}

.contact-anchor__btn, .contact-anchor__btn--hero {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #039fad;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover, .contact-anchor__btn--hero:hover {
  color: #fff;
  text-decoration: none;
}
.contact-anchor__btn:before, .contact-anchor__btn--hero:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.contact-anchor__btn:hover:before, .contact-anchor__btn--hero:hover:before {
  top: 0;
}

.contact-anchor__btn--hero {
  color: #039fad;
  background: #fff;
}
.contact-anchor__btn--hero:hover {
  color: #2ac3c9;
  text-decoration: none;
}
.contact-anchor__btn--hero:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #2ac3c9;
  transition: all 0.3s ease;
}
.contact-anchor__btn--hero:hover:before {
  top: 0;
}

.flow__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 959.98px) {
  .flow__title {
    font-size: 18px;
  }
}
.flow__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 959.98px) {
  .flow__list {
    flex-direction: column;
  }
}
.flow__list.mb-large {
  margin-bottom: 40px;
}
@media screen and (max-width: 959.98px) {
  .flow__list.mb-large {
    margin-bottom: 30px;
  }
}
.flow__item, .flow__item--no4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 190px;
  height: 190px;
  padding-top: 80px;
  background: #ccebee;
  border-radius: 10px;
}
@media screen and (max-width: 1159.98px) {
  .flow__item, .flow__item--no4 {
    width: calc(20% - 15px);
  }
}
@media screen and (max-width: 959.98px) {
  .flow__item, .flow__item--no4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16px 10px;
  }
  .flow__item:not(:first-child), .flow__item--no4:not(:first-child) {
    margin-top: 16px;
  }
}
.flow__item--no4 {
  padding-top: 55px;
}
@media screen and (max-width: 1159.98px) {
  .flow__item--no4 {
    display: flex;
  }
}
@media screen and (max-width: 959.98px) {
  .flow__item--no4 {
    padding: 16px 10px;
  }
}
.flow__item:not(:first-child):before, .flow__item--no4:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 11px 0 11px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #039fad;
}
@media screen and (max-width: 1159.98px) {
  .flow__item:not(:first-child):before, .flow__item--no4:not(:first-child):before {
    left: -14px;
    border-width: 8px 0 8px 10px;
  }
}
@media screen and (max-width: 959.98px) {
  .flow__item:not(:first-child):before, .flow__item--no4:not(:first-child):before {
    top: -13px;
    right: 0;
    bottom: auto;
    left: 0;
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #039fad transparent transparent transparent;
  }
}
.flow__number {
  position: absolute;
  top: 10px;
  left: 50%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: #ccebee;
  background-color: #0090a0;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959.98px) {
  .flow__number {
    position: static;
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    transform: none;
  }
}
.flow__desc, .flow__desc--md, .flow__desc--sm {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 55px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #0090a0;
}
@media screen and (max-width: 1159.98px) {
  .flow__desc, .flow__desc--md, .flow__desc--sm {
    font-size: 20px;
  }
}
@media screen and (max-width: 959.98px) {
  .flow__desc, .flow__desc--md, .flow__desc--sm {
    height: auto;
    text-align: left;
  }
}
@media screen and (max-width: 519.98px) {
  .flow__desc, .flow__desc--md, .flow__desc--sm {
    font-size: 18px;
  }
}
.flow__desc--sm {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 959.98px) {
  .flow__desc--sm {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }
}
.flow__desc--md {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 959.98px) {
  .flow__desc--md {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 14px;
    text-align: left;
  }
}
.flow__desc span, .flow__desc--sm span, .flow__desc--md span {
  display: inline-block;
}
.flow__desc span.is-red, .flow__desc--sm span.is-red, .flow__desc--md span.is-red {
  color: #ff623c;
}

.case__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0 0;
  list-style: none;
}
.case__item {
  width: calc(20% - 20px);
  margin: 0 20px 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 12px 0 rgba(150, 150, 150, 0.2);
  transition-duration: 0.3s;
}
.case__item:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 959.98px) {
  .case__item {
    width: calc(50% - 20px);
  }
}
.case__anchor {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px 20px;
  text-align: center;
}
.case__anchor:hover {
  text-decoration: none;
}
.case__img {
  max-width: 100%;
  margin-bottom: 15px;
}
.case__name {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.case__supplement {
  display: block;
  margin-top: -10px;
  font-size: 12px;
  text-align: right;
}
.case__desc {
  margin: 15px 0 10px;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .case__desc {
    font-size: 14px;
  }
}
.case__all-list-anchor {
  display: block;
  text-align: center;
}
@media screen and (max-width: 519.98px) {
  .case__all-list-anchor {
    font-size: 14px;
  }
}

.merit-list {
  list-style: none;
}
.merit-list > li:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 959.98px) {
  .merit-list > li:not(:last-child) {
    margin-bottom: 50px;
  }
}

.anchor-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 20px 0 0 20px;
}
.anchor-list li {
  margin-top: 20px;
  padding: 0 12px;
  list-style: none;
}
@media screen and (min-width: 960px) {
  .anchor-list li {
    padding: 0 20px;
  }
}
.anchor-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 520px) {
  .anchor-list {
    justify-content: center;
    padding: 60px 0 0 0;
  }
}

.c-link--arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.c-link--arrow::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 0;
  border-right: 2px solid #0378d2;
  border-bottom: 2px solid #0378d2;
  border-left: 0;
  transform: rotate(-45deg);
  transform-origin: center center;
  transition: 0.2s;
}
.c-link--arrow:hover::before {
  border-color: #0095a0;
}
.c-link--arrow.c-link--arrow-down::before {
  top: 0.3em;
  transform: rotate(45deg);
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

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

.u-text--center {
  text-align: center !important;
}

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

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 1159.98px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 959.98px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

@media screen and (max-width: 519.98px) {
  .u-hidden--sp {
    display: none !important;
  }
}

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 959.98px) {
  .u-show--ipad {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width: 519.98px) {
  .u-show--sp {
    display: block !important;
  }
}

.u-medium {
  font-weight: 500;
}

.u--center {
  text-align: center !important;
}
@media screen and (max-width: 519.98px) {
  .u--center {
    text-align: left !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=maps/lp_aws_organizations_2022.css.map */