@charset "UTF-8";

/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

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

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield
}

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

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

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

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

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

html {
  font-size: 100%
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom
}

ol, ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

em {
  font-style: normal
}

html {
  height: 100%;
  font-size: 62.5%
}

body {
  height: 100%;
  background-color: #ffffff default;
  color: #1a1919;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif
}

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #9aa1a4;
  text-decoration: none
}

a:hover {
  color: #9aa1a4;
  text-decoration: none
}

::-moz-selection {
  background-color: #c2c7c8;
  color: #1a1919
}

::selection {
  background-color: #c2c7c8;
  color: #1a1919
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(300px, -800px);
    transform: scale(0) translate(300px, -800px)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(300px, -800px);
    transform: scale(0) translate(300px, -800px)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  to {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  to {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 65px;
  margin: auto;
  padding-left: 15px;
  background-color: #ffffff
}

@media screen and (max-width:767px) {
  .l-header {
    min-width: initial;
    height: 45px
  }
}

.l-header img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease
}

.l-header a:hover img {
  opacity: 0.75
}

.l-header__logo_1 {
  width: 122px;
  height: auto
}

@media screen and (max-width:767px) {
  .l-header__logo_1 {
    width: 84px
  }
}

.l-footer {
  width: 100%
}

.l-footer small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 180px;
  color: #484747;
  font-size: 1.3rem;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-family: "Roboto", sans-serif
}

@media screen and (max-width:767px) {
  .l-footer small {
    height: 100px;
    margin-top: 10px;
    font-size: 1.1rem
  }
}

.l-footer__back_to_top {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 2px solid #303030;
  border-left: 2px solid #303030;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media screen and (max-width:767px) {
  .l-footer__back_to_top {
    width: 30px;
    height: 30px;
    border-width: 2px
  }
}

.l-footer__back_to_top:hover {
  -webkit-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2)
}

a.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 70px;
  margin: auto;
  margin-bottom: 80px;
  border: 2px solid #fa44a3;
  color: #fa44a3;
  font-size: 2.5rem;
  font-weight: 500;
  border-radius: 35px
}

@media screen and (max-width:767px) {
  a.l-footer__btn {
    width: calc(100% - 10% - 10%);
    height: 56px;
    margin-bottom: 50px;
    border-width: 2px;
    font-size: 1.8rem
  }
}

a.l-footer__btn:hover {
  border-color: #fa44a3;
  background-color: #fa44a3;
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

a.l-footer__btn:hover:before {
  border-color: #fff
}

a.l-footer__btn:before {
  display: block;
  position: absolute;
  right: 25px;
  width: 18px;
  height: 18px;
  border: 2px solid #fa44a3;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''
}

@media screen and (max-width:767px) {
  a.l-footer__btn:before {
    right: 15px;
    width: 15px;
    height: 15px;
    border-width: 2px
  }
}

.l-container {
  position: relative;
  width: 100%;
  min-width: 1270px;
  padding-top: 30px
}

@media screen and (max-width:767px) {
  .l-container {
    min-width: initial;
    padding-top: 25px
  }
}

.l-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 950px;
  background: #05a8d1 -webkit-linear-gradient(30deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 50%, #05a8d1 100%);
  background: #05a8d1 -o-linear-gradient(30deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 50%, #05a8d1 100%);
  background: #05a8d1 linear-gradient(60deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 50%, #05a8d1 100%);
  -webkit-transform: skewY(-13deg);
  -ms-transform: skewY(-13deg);
  transform: skewY(-13deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: -1;
  content: ''
}

@media screen and (max-width:767px) {
  .l-container:before {
    height: 500px;
    background: #05a8d1 -webkit-linear-gradient(20deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 65%, #05a8d1 100%);
    background: #05a8d1 -o-linear-gradient(20deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 65%, #05a8d1 100%);
    background: #05a8d1 linear-gradient(70deg, #05a8d1 0%, #51cae8 25%, #c9f4ff 65%, #05a8d1 100%)
  }
}

.top {
  width: 1270px;
  margin: auto;
  margin-bottom: 80px
}

@media screen and (max-width:767px) {
  .top {
    width: 100%;
    margin-bottom: 80px
  }
}

.top__period, .top__sh {
  width: 0;
  height: 0;
  overflow: hidden
}

.top__h {
  margin-bottom: 60px
}

@media screen and (max-width:767px) {
  .top__h {
    margin-bottom: 25px
  }
}

.top__h img {
  width: 100%
}

.top__pdt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:767px) {
  .top__pdt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.top__pict {
  width: 770px;
  padding-left: 110px
}

@media screen and (max-width:767px) {
  .top__pict {
    width: 100%;
    padding-left: 0
  }
}

.top__wrap {
  padding-top: 265px
}

@media screen and (max-width:767px) {
  .top__wrap {
    padding-top: 50px
  }
}

.top__btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 390px;
  height: 70px;
  padding-bottom: 3px;
  border: 2px solid #db0740;
  background-color: #db0740;
  color: #ffffff;
  font-size: 3.0rem;
  font-weight: 500;
  border-radius: 5px
}

@media screen and (max-width:767px) {
  .top__btn {
    width: 220px;
    height: 47px;
    margin: auto;
    font-size: 2.2rem
  }
}

.top__btn:hover {
  background-color: transparent;
  border-color: #f10e3e;
  color: #f10e3e
}

.bottom {
  margin-bottom: 200px;
  text-align: center
}

@media screen and (max-width:767px) {
  .bottom {
    margin-bottom: 80px
  }
}

.bottom img {
  width: 100%;
  max-width: 1000px
}

@media screen and (max-width:767px) {
  .bottom img {
    max-width: initial
  }
}

.u-d-n {
  display: none!important
}

@media screen and (max-width:767px) {
  .u-d-n-mq {
    display: none!important
  }
}

.u-d-b {
  display: block!important
}

.u-d-b-mq {
  display: none
}

@media screen and (max-width:767px) {
  .u-d-b-mq {
    display: block!important
  }
}

.u-d-ib {
  display: inline-block!important
}

.u-d-ib-mq {
  display: none
}

@media screen and (max-width:767px) {
  .u-d-ib-mq {
    display: inline-block!important
  }
}

.u-m-a {
  margin: auto!important
}

.u-m-0 {
  margin: 0!important
}

.u-m-0_a {
  margin: 0 auto!important
}

.u-mt-xxs {
  margin-top: 20px!important
}

.u-mt-xs {
  margin-top: 30px!important
}

.u-mt-md {
  margin-top: 100px!important
}

.u-ta-l {
  text-align: left!important
}

.u-ta-c {
  text-align: center!important
}

.u-ta-r {
  text-align: right!important
}

.u-ta-j {
  text-align: justify!important
}