/*!
 * Bootstrap Reboot v4.1.1 (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 {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  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: 0;
}

p {
  margin: 0;
}

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

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

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  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-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 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;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 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, body {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.025em;
  background-color: #e7f7fb;
}
@media (max-width: 600px) {
  html, body {
    letter-spacing: 0.01em;
  }
}

a {
  color: #000;
  transition: 0.4s opacity;
}
a:hover {
  opacity: 0.7;
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

br.pc {
  display: block;
}
@media (max-width: 640px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media (max-width: 640px) {
  br.sp {
    display: block;
  }
}

#wrap {
  width: 100%;
  min-width: 1280px;
  margin-top: 135px;
  overflow: hidden;
}
@media (max-width: 640px) {
  #wrap {
    min-width: inherit;
    margin-top: 105px;
  }
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
}
section h2 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  section h2 {
    margin-bottom: 20px;
  }
}
section h2 img {
  width: auto;
  max-width: 100%;
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  section h2 img {
    height: 35px;
  }
}

.box {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 640px) {
  .box {
    padding: 0 7.5%;
  }
}

#main-visual {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 640px) {
  #main-visual {
    height: auto;
  }
}
#main-visual:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 120px;
  background-image: url(../image/mv-edge.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 5;
}
@media (max-width: 640px) {
  #main-visual:after {
    left: -15px;
    width: calc(100% + 30px);
  }
}
#main-visual #contact-fixed {
  position: fixed;
  top: 170px;
  right: 2.5%;
  display: block;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
  transition: 0.2s;
  z-index: 10;
}
@media (max-width: 640px) {
  #main-visual #contact-fixed {
    top: auto;
    bottom: 0;
    width: 150px;
  }
}
#main-visual #contact-fixed.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#main-visual #catch {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 45%;
  max-width: 600px;
  z-index: 5;
}
@media (max-width: 640px) {
  #main-visual #catch {
    top: 3.5%;
    left: 1.25%;
    width: 55%;
  }
}
#main-visual #catch > div {
  width: 100%;
}
#main-visual #catch > div.catch-001, #main-visual #catch > div.catch-002 {
  width: 80%;
}
@media (max-width: 640px) {
  #main-visual #catch > div.catch-001, #main-visual #catch > div.catch-002 {
    width: 100%;
  }
}
#main-visual #catch > div.catch-001 img, #main-visual #catch > div.catch-002 img {
  max-width: 70%;
}
@media (max-width: 640px) {
  #main-visual #catch > div.catch-001 img, #main-visual #catch > div.catch-002 img {
    max-width: 90%;
  }
}
#main-visual #catch > div.catch-002 {
  margin-top: -35px;
}
@media (max-width: 640px) {
  #main-visual #catch > div.catch-002 {
    margin-top: -10px;
  }
}
#main-visual #catch > div.catch-002 img {
  margin-left: auto;
}
#main-visual #catch > div#main-catch {
  position: relative;
  margin: 0;
  padding: 50px;
}
@media (max-width: 640px) {
  #main-visual #catch > div#main-catch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
  }
}
#main-visual #catch > div#main-catch img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 10;
}
#main-visual #catch > div#main-catch span.paint {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 125%;
  height: 100%;
  margin-left: -30%;
  background-image: url(../image/catch-main_background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
@media (max-width: 640px) {
  #main-visual #catch > div#main-catch span.paint {
    top: -25%;
    width: 165%;
    height: 150%;
    margin-left: -60%;
  }
}
#main-visual #visual-slider .swiper-slide img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 640px) {
  #main-visual #visual-slider .swiper-slide img {
    height: auto;
  }
}

#kodawari {
  position: relative;
  background-image: url(../image/background-text-001.svg);
  background-repeat: no-repeat;
  background-position: center right 5.5%;
  background-size: 160px 80%;
}
@media (max-width: 640px) {
  #kodawari {
    background-position: center right -10px;
    background-size: 140px 40%;
  }
}
#kodawari:before {
  content: "";
  position: absolute;
  top: -7%;
  right: 50%;
  display: block;
  width: 240px;
  height: 260px;
  transform: translateX(620px);
  background-image: url(../image/kodawari-illust-001.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
@media (max-width: 640px) {
  #kodawari:before {
    display: none;
  }
}
#kodawari h2 img {
  height: 120px;
}
@media (max-width: 640px) {
  #kodawari h2 img {
    margin-top: 20px;
    height: 90px;
  }
}
#kodawari .kodawari-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  z-index: 2;
}
#kodawari .kodawari-wrap > img {
  position: relative;
  width: 50%;
  z-index: 2;
}
@media (max-width: 640px) {
  #kodawari .kodawari-wrap > img {
    width: 100%;
  }
}
#kodawari .kodawari-wrap .text {
  width: 48%;
}
@media (max-width: 640px) {
  #kodawari .kodawari-wrap .text {
    width: 100%;
  }
}
#kodawari .kodawari-wrap .text h3 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 4em;
  margin: 0;
  padding-left: 95px;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  line-height: 1.25;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center left;
  z-index: 1;
}
@media (max-width: 640px) {
  #kodawari .kodawari-wrap .text h3 {
    padding-left: 65px;
    font-size: 23px;
    background-size: 55px;
  }
}
#kodawari .kodawari-wrap .text h3.num-001 {
  background-image: url(../image/kodawari-001.svg);
}
#kodawari .kodawari-wrap .text h3.num-002 {
  background-image: url(../image/kodawari-002.svg);
}
#kodawari .kodawari-wrap .text h3.num-003 {
  background-image: url(../image/kodawari-003.svg);
}
#kodawari .kodawari-wrap .text h3 span {
  display: block;
  width: 100%;
}
#kodawari .kodawari-wrap .text h3 strong {
  position: relative;
  display: inline-block;
}
#kodawari .kodawari-wrap .text h3 strong:before, #kodawari .kodawari-wrap .text h3 strong:after {
  content: "";
  position: absolute;
  display: block;
  width: 55%;
  height: 0;
  border: 0.2em solid transparent;
  z-index: -1;
}
#kodawari .kodawari-wrap .text h3 strong:before {
  left: 0;
  bottom: 0;
  border-bottom: 0.4em solid #fed200;
}
#kodawari .kodawari-wrap .text h3 strong:after {
  right: 0;
  bottom: -0.2em;
  border-top: 0.4em solid #fed200;
}
#kodawari .kodawari-wrap .text p {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #00365a;
}
@media (max-width: 640px) {
  #kodawari .kodawari-wrap .text p {
    padding-top: 0;
    font-size: 14px;
  }
}
#kodawari .kodawari-wrap .text p:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 150%;
  height: 3px;
  border-radius: 999px;
  background-color: #00365a;
}
@media (max-width: 640px) {
  #kodawari .kodawari-wrap .text p:after {
    display: none;
  }
}
@media (min-width: 641px) {
  #kodawari .kodawari-wrap.swap > img {
    order: 2;
  }
  #kodawari .kodawari-wrap.swap .text {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  #kodawari .kodawari-wrap.swap .text h3 {
    width: auto;
  }
  #kodawari .kodawari-wrap.swap .text h3 span {
    width: auto;
  }
  #kodawari .kodawari-wrap.swap .text p {
    text-align: right;
  }
  #kodawari .kodawari-wrap.swap .text p:after {
    left: 0;
    right: auto;
  }
}

#works {
  margin-top: 120px;
  overflow: hidden;
}
#works .box {
  max-width: 100%;
}
@media (max-width: 640px) {
  #works .box {
    padding: 0;
  }
}
#works #works-slider {
  position: relative;
  width: 100%;
}
#works #works-slider .works-item {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 60px 5%;
  background-image: url(../image/background-text-002.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15% 80%;
  background-color: #fff;
}
@media (max-width: 640px) {
  #works #works-slider .works-item {
    width: 100%;
    padding: 30px 10%;
    background-position: left -15px center;
    background-size: 35% 80%;
  }
}
#works #works-slider .works-item:before, #works #works-slider .works-item:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 10%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  #works #works-slider .works-item:before, #works #works-slider .works-item:after {
    display: none;
  }
}
#works #works-slider .works-item:before {
  left: -9.5%;
  background-image: url(../image/works-edge-001.svg);
  background-position: center right;
}
#works #works-slider .works-item:after {
  right: -9.5%;
  background-image: url(../image/works-edge-002.svg);
  background-position: center left;
}
#works #works-slider .works-item .text {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text {
    margin-top: 20px;
  }
}
#works #works-slider .works-item .text .area, #works #works-slider .works-item .text .comment {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 200px);
  margin-left: 200px;
  padding: 15px 0;
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  border-top: 2px solid #00365a;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area, #works #works-slider .works-item .text .comment {
    width: calc(100% - 110px);
    margin-left: 110px;
    font-size: 14px;
  }
}
#works #works-slider .works-item .text .area .title, #works #works-slider .works-item .text .comment .title {
  width: 30%;
  font-size: 20px;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area .title, #works #works-slider .works-item .text .comment .title {
    width: 100%;
    font-size: 13px;
  }
}
#works #works-slider .works-item .text .area p, #works #works-slider .works-item .text .comment p {
  width: 70%;
  padding: 10px 0 10px 24px;
  background-image: url(../image/common/dotted.png);
  background-size: 4px 12px;
  background-repeat: no-repeat space;
  background-position: top left;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area p, #works #works-slider .works-item .text .comment p {
    width: 100%;
    padding: 0;
    font-weight: 700;
    background: none;
  }
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area {
    border-bottom: 2px solid #00365a;
  }
}
#works #works-slider .works-item .text .area:before {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area:before {
    left: -110px;
    width: 85px;
    height: 85px;
  }
}
#works #works-slider .works-item .text .area p {
  font-size: 24px;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .area p {
    font-size: 16px;
  }
}
#works #works-slider .works-item .text .comment {
  border-bottom: 2px solid #00365a;
}
@media (max-width: 640px) {
  #works #works-slider .works-item .text .comment {
    width: 100%;
    margin: 0;
    border-top: none;
  }
}
#works #works-slider .works-item .text.num-001 .area:before {
  background-image: url(../image/works-num-001.svg);
}
#works #works-slider .works-item .text.num-002 .area:before {
  background-image: url(../image/works-num-002.svg);
}
#works #works-slider .works-item .text.num-003 .area:before {
  background-image: url(../image/works-num-003.svg);
}
#works #works-slider .swiper-button-prev,
#works #works-slider .swiper-button-next {
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 640px) {
  #works #works-slider .swiper-button-prev,
#works #works-slider .swiper-button-next {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
#works #works-slider .swiper-button-prev:before, #works #works-slider .swiper-button-prev:after,
#works #works-slider .swiper-button-next:before,
#works #works-slider .swiper-button-next:after {
  display: none;
}
#works #works-slider .swiper-button-prev {
  background-image: url(../image/works-slide-prev.svg);
}
@media (max-width: 640px) {
  #works #works-slider .swiper-button-prev {
    left: 5px;
    background-image: url(../image/works-slide-prev_sp.svg);
  }
}
#works #works-slider .swiper-button-next {
  background-image: url(../image/works-slide-next.svg);
}
@media (max-width: 640px) {
  #works #works-slider .swiper-button-next {
    right: 5px;
    background-image: url(../image/works-slide-next_sp.svg);
  }
}

#greeting {
  margin-top: 120px;
}
@media (max-width: 640px) {
  #greeting {
    background-image: url(../image/background-text-003.svg);
    background-repeat: no-repeat;
    background-position: top 100px right 10px;
    background-size: 140px 40%;
  }
}
#greeting h2 {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  #greeting h2 {
    margin-bottom: 30px;
  }
}
#greeting .greeting-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#greeting .greeting-wrap .image {
  width: 47.5%;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .image {
    width: 100%;
    order: 1;
  }
}
#greeting .greeting-wrap .image img {
  width: 100%;
}
#greeting .greeting-wrap .image .name {
  display: block;
  width: 100%;
  margin-top: 15px;
}
#greeting .greeting-wrap .image .name p {
  font-size: 17px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .image .name p {
    font-size: 13px;
  }
}
#greeting .greeting-wrap .image .name b {
  font-size: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #00365a;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .image .name b {
    font-size: 20px;
  }
}
#greeting .greeting-wrap .image .name b span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  letter-spacing: 0.025em;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .image .name b span {
    font-size: 14px;
  }
}
#greeting .greeting-wrap .text {
  width: 48.5%;
  background-image: url(../image/background-text-003.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 180px 95%;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .text {
    width: 100%;
    margin-bottom: 20px;
    background-image: none;
  }
}
#greeting .greeting-wrap .text h3 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  line-height: 1.5;
  z-index: 1;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .text h3 {
    font-size: 22px;
  }
}
#greeting .greeting-wrap .text h3 strong {
  position: relative;
  display: inline-block;
}
#greeting .greeting-wrap .text h3 strong:before, #greeting .greeting-wrap .text h3 strong:after {
  content: "";
  position: absolute;
  display: block;
  width: 55%;
  height: 0;
  border: 0.2em solid transparent;
  z-index: -1;
}
#greeting .greeting-wrap .text h3 strong:before {
  left: 0;
  bottom: 0;
  border-bottom: 0.4em solid #fed200;
}
#greeting .greeting-wrap .text h3 strong:after {
  right: 0;
  bottom: -0.2em;
  border-top: 0.4em solid #fed200;
}
#greeting .greeting-wrap .text p {
  font-size: 16px;
  color: #00365a;
}
@media (max-width: 640px) {
  #greeting .greeting-wrap .text p {
    font-size: 14px;
  }
}

#flow {
  margin-top: 120px;
}
#flow .box {
  background-image: url(../image/background-text-004.svg);
  background-repeat: no-repeat;
  background-position: left 7.5% center;
  background-size: 170px 80%;
}
@media (max-width: 640px) {
  #flow .box {
    background-position: left -30px center;
    background-size: 170px 50%;
  }
}
#flow .flow-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 25px;
}
@media (max-width: 640px) {
  #flow .flow-wrap {
    position: relative;
  }
}
#flow .flow-wrap .step {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #00365a;
}
@media (max-width: 640px) {
  #flow .flow-wrap .step {
    position: static;
    justify-content: center;
    width: 50px;
    font-size: 30px;
    line-height: 1;
  }
}
#flow .flow-wrap .step small {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
@media (max-width: 640px) {
  #flow .flow-wrap .step small {
    margin: 0 0 5px 0;
    font-size: 15px;
  }
}
#flow .flow-wrap .step:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 100%;
  transform: translateY(100%);
  background-image: url(../image/flow-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media (max-width: 640px) {
  #flow .flow-wrap .step:after {
    left: 25px;
    right: auto;
    width: 15px;
    height: calc(100% - 90px);
    transform: translateY(0);
    background-image: url(../image/flow-arrow_sp.svg);
    background-size: 14px 150px;
    background-position: bottom right;
  }
}
#flow .flow-wrap .content {
  width: calc(100% - 220px);
}
@media (max-width: 640px) {
  #flow .flow-wrap .content {
    width: calc(100% - 60px);
  }
}
#flow .flow-wrap .content .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 2.5em;
  padding-left: 110px;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  line-height: 1.4;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  #flow .flow-wrap .content .title {
    padding-left: 65px;
    font-size: 20px;
  }
}
#flow .flow-wrap .content p {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  color: #00365a;
  background-image: url(../image/common/dotted-side.png);
  background-size: 12px 4px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media (max-width: 640px) {
  #flow .flow-wrap .content p {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
}
#flow .flow-wrap .content.step-001 .title {
  background-image: url(../image/flow-001.svg);
}
#flow .flow-wrap .content.step-002 .title {
  background-image: url(../image/flow-002.svg);
}
#flow .flow-wrap .content.step-003 .title {
  background-image: url(../image/flow-003.svg);
}
#flow .flow-wrap .content.step-004 .title {
  background-image: url(../image/flow-004.svg);
}
#flow .flow-wrap .content.step-005 .title {
  background-image: url(../image/flow-005.svg);
}
#flow .flow-wrap .content.step-006 .title {
  background-image: url(../image/flow-006.svg);
}
#flow .flow-wrap .content.step-007 .title {
  background-image: url(../image/flow-007.svg);
}
#flow .flow-wrap .content.step-008 .title {
  background-image: url(../image/flow-008.svg);
}
#flow .flow-wrap .content.step-009 .title {
  background-image: url(../image/flow-009.svg);
}
#flow .flow-wrap.end .step:after {
  display: none;
}
#flow .flow-wrap.end .content p {
  background: none;
}

#faq {
  margin-top: 120px;
}
#faq .faq-wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
#faq .faq-wrap + .faq-wrap {
  margin-top: 20px;
}
@media (max-width: 640px) {
  #faq .faq-wrap + .faq-wrap {
    margin-top: 12px;
  }
}
#faq .faq-wrap .title {
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 70px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #00365a;
}
@media (max-width: 640px) {
  #faq .faq-wrap .title {
    padding: 15px 40px 15px 50px;
    font-size: 17px;
    line-height: 1.4;
  }
}
#faq .faq-wrap .title:hover {
  cursor: pointer;
}
#faq .faq-wrap .title:before, #faq .faq-wrap .title:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background-color: #00365a;
}
@media (max-width: 640px) {
  #faq .faq-wrap .title:before, #faq .faq-wrap .title:after {
    top: calc(50% - 1px);
    right: 15px;
    width: 16px;
    height: 2px;
    border-radius: 0;
  }
}
#faq .faq-wrap .title:after {
  transform: rotate(90deg);
}
#faq .faq-wrap .title span:before {
  content: "Q";
  position: absolute;
  top: calc(50% - 17px);
  left: 20px;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 640px) {
  #faq .faq-wrap .title span:before {
    top: calc(50% - 11px);
    left: 15px;
    font-size: 22px;
  }
}
#faq .faq-wrap .title.open:before {
  transform: rotate(45deg);
}
#faq .faq-wrap .title.open:after {
  transform: rotate(135deg);
}
#faq .faq-wrap .content {
  position: relative;
  display: none;
  margin: 0;
  padding: 10px 20px 20px 20px;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media (max-width: 640px) {
  #faq .faq-wrap .content {
    padding: 5px 15px 15px 15px;
  }
}
#faq .faq-wrap .content strong {
  position: relative;
  display: inline;
  color: #00365a;
  font-weight: 900;
  -webkit-text-decoration: underline wavy #fed200;
          text-decoration: underline wavy #fed200;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
#faq .faq-wrap .content p {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 640px) {
  #faq .faq-wrap .content p {
    padding-left: 35px;
    font-size: 14px;
  }
}
#faq .faq-wrap .content p:before {
  content: "A";
  position: absolute;
  top: calc(50% - 17px);
  left: 5px;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #00365a;
  line-height: 1;
}
@media (max-width: 640px) {
  #faq .faq-wrap .content p:before {
    top: calc(50% - 11px);
    left: 0;
    font-size: 22px;
  }
}

#contact {
  margin-top: 120px;
  margin-bottom: 120px;
}
#contact .contact-wrap h3, #contact .recruit-wrap h3 {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
}
@media (max-width: 640px) {
  #contact .contact-wrap h3, #contact .recruit-wrap h3 {
    font-size: 18px;
  }
}
#contact .contact-wrap h3:before, #contact .recruit-wrap h3:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid #00365a;
}
@media (max-width: 640px) {
  #contact .contact-wrap h3:before, #contact .recruit-wrap h3:before {
    border-top: 1px solid #00365a;
  }
}
#contact .contact-wrap h3 span, #contact .recruit-wrap h3 span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  background-color: #e7f7fb;
  z-index: 5;
}
#contact .contact-wrap p {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  text-align: center;
}
@media (max-width: 640px) {
  #contact .contact-wrap p {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
  }
}
#contact .contact-wrap p strong {
  font-size: 30px;
}
@media (max-width: 640px) {
  #contact .contact-wrap p strong {
    font-size: 16px;
  }
}
#contact .contact-wrap ul.pattern {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 0;
}
@media (max-width: 640px) {
  #contact .contact-wrap ul.pattern {
    margin: 20px 0;
  }
}
#contact .contact-wrap ul.pattern li {
  width: 32%;
  list-style: none;
}
@media (max-width: 640px) {
  #contact .contact-wrap ul.pattern li {
    width: 100%;
    max-width: 260px;
    margin: 10px auto;
  }
}
#contact .contact-wrap .contact-info {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 30px auto 60px auto;
}
@media (max-width: 640px) {
  #contact .contact-wrap .contact-info {
    max-width: 420px;
    margin: 20px auto 40px auto;
  }
}
#contact .contact-wrap .contact-info:after {
  content: "";
  position: absolute;
  top: -60px;
  right: -220px;
  display: block;
  width: 180px;
  height: 180px;
  background-image: url(../image/contact-batch.svg);
  background-size: contain;
  background-position: center;
}
@media (max-width: 640px) {
  #contact .contact-wrap .contact-info:after {
    display: none;
  }
}
#contact .contact-wrap .contact-info > a {
  display: block;
  margin-bottom: 15px;
}
#contact .contact-wrap .contact-info > div {
  margin-top: 30px;
}
#contact .recruit-wrap .recruit-content {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 40px auto;
  padding: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #00365a;
  text-align: center;
  border-radius: 12px;
  background-color: #fed200;
  background-image: url(../image/contact-illust-001.svg);
  background-size: 60px 70px;
  background-repeat: no-repeat;
  background-position: top 30px right 20px;
}
@media (max-width: 640px) {
  #contact .recruit-wrap .recruit-content {
    padding: 20px;
    background-size: 40px 45px;
  }
}
@media (max-width: 420px) {
  #contact .recruit-wrap .recruit-content {
    background-image: none;
  }
}
#contact .recruit-wrap .recruit-content:before, #contact .recruit-wrap .recruit-content:after {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: #00365a;
}
#contact .recruit-wrap .recruit-content:before {
  left: 15px;
}
#contact .recruit-wrap .recruit-content:after {
  right: 15px;
}
#contact .recruit-wrap .recruit-content > div:before, #contact .recruit-wrap .recruit-content > div:after {
  content: "";
  position: absolute;
  bottom: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: #00365a;
}
#contact .recruit-wrap .recruit-content > div:before {
  left: 15px;
}
#contact .recruit-wrap .recruit-content > div:after {
  right: 15px;
}
#contact .recruit-wrap .recruit-content i {
  position: absolute;
  top: -10px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #00365a;
  line-height: 1;
}
@media (max-width: 640px) {
  #contact .recruit-wrap .recruit-content i {
    top: -8px;
    font-size: 18px;
  }
}
#contact .recruit-wrap .recruit-content b {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 640px) {
  #contact .recruit-wrap .recruit-content b {
    font-size: 16px;
  }
}
#contact .recruit-wrap .recruit-content p {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #contact .recruit-wrap .recruit-content p {
    font-size: 13px;
  }
}
#contact .recruit-wrap .recruit-content > span {
  position: absolute;
  left: calc(50% - 40px);
  bottom: -30px;
  display: block;
  width: 80px;
  height: 50px;
  background-color: #fed200;
}
@media (max-width: 640px) {
  #contact .recruit-wrap .recruit-content > span {
    left: calc(50% - 25px);
    bottom: -20px;
    display: block;
    width: 50px;
    height: 40px;
  }
}

.inks {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  z-index: 0;
}
.inks div[class^=ink-] {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
}
.inks div[class^=ink-] img.ink {
  transform-origin: center;
  transform: scale(0);
}
.inks div[class^=ink-] img.ink.splat {
  -webkit-animation-name: splat;
          animation-name: splat;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 0.95, 0.56, 1.05);
          animation-timing-function: cubic-bezier(0.19, 0.95, 0.56, 1.05);
}
.inks div[class^=ink-].ink-000 {
  display: none;
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-000 {
    display: block;
    width: 60px;
    transform: translate(230%, -270%);
  }
}
.inks div[class^=ink-].ink-001 {
  width: 160px;
  transform: translate(-620px, -170px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-001 {
    display: none;
  }
}
.inks div[class^=ink-].ink-002 {
  width: 90px;
  transform: translate(510px, -40px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-002 {
    width: 90px;
    transform: translate(-190%, 15%);
  }
}
.inks div[class^=ink-].ink-003 {
  width: 160px;
  transform: translate(-580px, 0px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-003 {
    width: 80px;
    transform: translate(125%, 45%);
  }
}
.inks div[class^=ink-].ink-004 {
  width: 210px;
  transform: translate(320px, 30px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-004 {
    width: 80px;
    transform: translate(-245%, 15%);
  }
}
.inks div[class^=ink-].ink-005 {
  width: 110px;
  transform: translate(500px, 220px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-005 {
    width: 40px;
    transform: translate(-305%, 135%);
  }
}
.inks div[class^=ink-].ink-006 {
  width: 120px;
  transform: translate(-630px, -330px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-006 {
    display: none;
  }
}
.inks div[class^=ink-].ink-007 {
  width: 170px;
  transform: translate(-580px, -100px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-007 {
    width: 80px;
    transform: translate(135%, 15%);
  }
}
.inks div[class^=ink-].ink-008 {
  width: 180px;
  transform: translate(430px, 30px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-008 {
    width: 70px;
    transform: translate(-285%, 45%);
  }
}
.inks div[class^=ink-].ink-009 {
  width: 90px;
  transform: translate(610px, 170px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-009 {
    width: 35px;
    transform: translate(-400%, 105%);
  }
}
.inks div[class^=ink-].ink-010 {
  width: 150px;
  transform: translate(-580px, -210px);
}
@media (max-width: 640px) {
  .inks div[class^=ink-].ink-010 {
    width: 70px;
    transform: translate(150%, -145%);
  }
}

@-webkit-keyframes splat {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes splat {
  0% {
    transform: scale(0);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.animation {
  opacity: 0;
  transform: translateY(-15px);
  transition: 0.5s opacity, 0.5s transform;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation.view {
  opacity: 1;
  transform: translateY(0);
}

#catch .catch-001, #catch .catch-002 {
  opacity: 0;
  transform: translateY(15px);
}
#catch #main-catch img {
  opacity: 0;
  transition: 0.2s opacity;
}
#catch #main-catch span.paint {
  transform: translate(-90%, 25%);
}
#catch.view .catch-001, #catch.view .catch-002 {
  -webkit-animation-name: catch;
          animation-name: catch;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
#catch.view .catch-002 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#catch.view #main-catch img {
  opacity: 1;
  transition-delay: 1.7s;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
#catch.view #main-catch span.paint {
  -webkit-animation-name: paint;
          animation-name: paint;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes catch {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes catch {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes paint {
  0% {
    transform: translate(-90%, 35%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}
@keyframes paint {
  0% {
    transform: translate(-90%, 35%);
  }
  100% {
    transform: translate(5%, -5%);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 999;
}
@media (max-width: 640px) {
  header {
    min-width: inherit;
  }
}
header .header-wrap {
  background-color: #fff;
}
header .header-wrap .under {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 15px 75px 0 0;
  background-color: #00365a;
}
@media (max-width: 640px) {
  header .header-wrap .under {
    padding: 10px 10px 0 10px;
  }
}
header .header-wrap .under:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 40px;
  background-image: url(../image/common/header-under.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  header .header-wrap .under:before {
    bottom: -10px;
    background-image: url(../image/common/header-under_sp.svg);
  }
}
header .header-wrap .under .tel {
  position: relative;
  display: inline-block;
  width: 480px;
  margin-right: 20px;
  z-index: 5;
}
@media (max-width: 640px) {
  header .header-wrap .under .tel {
    display: none;
  }
}
header .header-wrap .under .instagram {
  position: relative;
  width: 34px;
  height: 34px;
  z-index: 5;
}
@media (max-width: 640px) {
  header .header-wrap .under .instagram {
    margin-right: 20px;
    padding: 5px;
  }
}
header .header-wrap .under #humb {
  display: none;
}
@media (max-width: 640px) {
  header .header-wrap .under #humb {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    z-index: 998;
  }
  header .header-wrap .under #humb span {
    position: absolute;
    top: calc(50% - 1px);
    left: 4px;
    display: block;
    width: 26px;
    height: 2px;
    transition: 0.3s;
    background-color: #fff;
  }
  header .header-wrap .under #humb span.bar-001 {
    top: calc(50% - 7px);
  }
  header .header-wrap .under #humb span.bar-003 {
    top: calc(50% + 5px);
  }
  header .header-wrap .under #humb.open span.bar-001 {
    top: calc(50% - 1px);
    transform: rotate(20deg);
  }
  header .header-wrap .under #humb.open span.bar-002 {
    opacity: 0;
  }
  header .header-wrap .under #humb.open span.bar-003 {
    top: calc(50% - 1px);
    transform: rotate(-20deg);
  }
}
header .header-wrap .bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 60px 20px 60px;
  z-index: 1;
}
@media (max-width: 640px) {
  header .header-wrap .bottom {
    padding: 15px 10px 10px 10px;
  }
}
header .header-wrap .bottom h1 {
  width: 265px;
}
@media (max-width: 640px) {
  header .header-wrap .bottom h1 {
    width: 220px;
  }
}
@media (max-width: 425px) {
  header .header-wrap .bottom h1 {
    width: 190px;
  }
}
header .header-wrap .bottom #sp-tel {
  display: none;
}
@media (max-width: 640px) {
  header .header-wrap .bottom #sp-tel {
    display: block;
    width: 160px;
    max-width: calc(100% - 220px);
  }
}
header .header-wrap .bottom ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 640px) {
  header .header-wrap .bottom ul {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7vh 15%;
    background-color: #00365a;
    transform: translateY(-15px);
    transition: 0.2s opacity, 0.2s transform;
    visibility: hidden;
    opacity: 0;
    z-index: 997;
  }
  header .header-wrap .bottom ul:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../image/common/header-edge_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}
header .header-wrap .bottom ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 640px) {
  header .header-wrap .bottom ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #fff;
  }
  header .header-wrap .bottom ul li:last-child {
    border-bottom: 1px solid #fff;
  }
}
header .header-wrap .bottom ul li a {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #00365a;
}
@media (max-width: 640px) {
  header .header-wrap .bottom ul li a {
    color: #fff;
  }
}
header .header-wrap .bottom ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 90%;
  transform: translateY(-50%) rotate(12deg);
  background-color: #00365a;
}
header .header-wrap .bottom ul.open {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

footer .footer-wrap .under {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 35px 60px;
  background-color: #fff;
}
@media (max-width: 640px) {
  footer .footer-wrap .under {
    padding: 20px 5%;
  }
}
footer .footer-wrap .under .logo {
  width: 265px;
}
@media (max-width: 640px) {
  footer .footer-wrap .under .logo {
    width: 220px;
  }
}
@media (max-width: 425px) {
  footer .footer-wrap .under .logo {
    width: 190px;
  }
}
footer .footer-wrap .under address {
  flex: 1;
  margin: 0 0 0 20px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #00365a;
  border-left: 1px solid #00365a;
}
@media (max-width: 640px) {
  footer .footer-wrap .under address {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    font-size: 15px;
    border-top: 1px solid #00365a;
    border-left: none;
    order: 5;
  }
}
footer .footer-wrap .under address > * {
  line-height: 1.4;
}
footer .footer-wrap .under address a {
  color: #00365a;
}
footer .footer-wrap .under address p {
  margin-bottom: 0.15em;
}
footer .footer-wrap .under address .en {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}
footer .footer-wrap .under .instagram {
  width: 42px;
  height: 42px;
}
@media (max-width: 640px) {
  footer .footer-wrap .under .instagram {
    padding: 5px;
  }
}
footer .footer-wrap .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 60px 40px 60px;
  background-color: #00365a;
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom {
    padding: 15px 5%;
  }
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom p {
    display: block;
    width: 100%;
    margin: 10px;
    font-size: 12px;
    text-align: right;
    order: 5;
  }
}
footer .footer-wrap .bottom p small {
  color: #fff;
}
footer .footer-wrap .bottom ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
footer .footer-wrap .bottom ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom ul li {
    padding: 0 15px;
  }
}
footer .footer-wrap .bottom ul li a {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom ul li a {
    font-size: 13px;
  }
}
footer .footer-wrap .bottom ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 90%;
  transform: translateY(-50%) rotate(12deg);
  background-color: #fff;
}
@media (max-width: 640px) {
  footer .footer-wrap .bottom ul li:not(:first-child):before {
    height: 70%;
    transform: translateY(-50%) rotate(15deg);
  }
}