@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol li {
  list-style: none;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf {
  *zoom: 1;
  display: block;
}

html,
body {
  background-color: #edeff1;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'pkna';
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* リンクテキスト */
a {
  text-decoration: none;
  color: #5b676e;
}

a img {
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: #edeff1;
}

::-moz-selection {
  background: #edeff1;
}

.o-p-loader {
  background: #5c8cc9;
  z-index: 99999;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
}

.o-p-loader__item {
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 200px;
  left: 0px;
  right: 0px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .o-p-loader__item {
    width: 150px;
  }
}

.pc {
  display: block !important;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.br_1080_on {
  display: none;
}

@media screen and (max-width: 1080px) {
  .br_1080_on {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_1080_on {
    display: none;
  }
}

.main {
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  .main {
    padding: 50px 0;
  }
}

.o-p-hl {
  text-align: center;
}

.o-p-hl__ja {
  font-size: 1.4rem;
  line-height: 2em;
}

@media screen and (max-width: 640px) {
  .o-p-hl__ja {
    font-size: 1.2rem;
  }
}

.o-p-hl__en {
  font-size: 6.8rem;
}

.o-p-hl__en img {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .o-p-hl__en img {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .o-p-hl__en {
    font-size: 4.4rem;
  }
}

.o-p-hl__img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.o-p-con {
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  padding: 100px;
  margin-top: 40px;
}

@media screen and (max-width: 1080px) {
  .o-p-con {
    padding: 50px;
    margin: 50px;
  }
}

@media screen and (max-width: 640px) {
  .o-p-con {
    margin: 20px;
    padding: 20px;
  }
}

.o-p-con__unit {
  font-size: 1.4rem;
  line-height: 2em;
}

.o-p-con__unit__black {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .o-p-con__unit__black {
    margin-bottom: 20px;
  }
}

.o-p-con__unit__blue {
  color: #5c8cc9;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.o-p-con__unit__list {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .o-p-con__unit__list {
    margin-bottom: 20px;
  }
}

.o-p-con__unit__list__item {
  margin-left: 1.4rem;
  list-style-type: decimal;
}

.o-p-con__unit__list__sub__item a {
  text-decoration: underline;
  color: #5b676e;
  transition: .3s;
}

.o-p-con__unit__list__sub__item a:hover {
  transition: .3s;
  color: #5c8cc9;
}

.o-p-con a.link {
  background-color: #5c8cc9;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  font-size: 1.8rem;
  width: 380px;
  display: block;
  height: 70px;
  transition: .3s;
  border: 1px solid #5c8cc9;
  margin: 50px auto 0;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .o-p-con a.link {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

.o-p-con a.link:hover {
  transition: .3s;
  background-color: #ffffff;
  color: #5c8cc9;
}

.margin-20 {
  margin-bottom: 20px;
}

.indent {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
