@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
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;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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: '';
  content: none; }

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

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

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

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;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

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

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  min-width: 320px;
  background: #FFF;
  color: #6A6A6A;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.08em;
  min-width: 320px; }
  @media only screen and (min-width: 1280px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    body {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1em; } }

img {
  width: 100%;
  height: auto; }

a {
  color: #FFF;
  text-decoration: none; }
  a:hover {
    color: #FFF;
    text-decoration: underline; }
  a:visited {
    color: #FFF;
    text-decoration: underline; }
  a:active {
    color: #FFF;
    text-decoration: underline; }

a[id]:not([href]) {
  margin-top: -64px;
  padding-top: 64px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1280px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ACACAC;
  margin-top: 5em;
  margin-bottom: 5em; }

.l-container {
  width: 100%;
  min-width: 320px;
  overflow: hidden; }
  @media only screen and (min-width: 1280px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }

.l-header {
  top: 0;
  transition: all 0.4s;
  position: fixed;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  z-index: 10000; }
  .l-header.fixed {
    background: #FFF; }
    @media only screen and (min-width: 1280px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
  .l-header__inner {
    transition: all 0.3s ease;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-header__inner {
        padding: 2rem 2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-header__inner {
        padding: 2rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-header__inner {
        padding: 2rem 2rem; } }
    @media only screen and (min-width: 1280px) {
      .l-header__inner {
        margin: 0 auto;
        padding: 3rem 4rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-header__inner {
        margin: 0 auto;
        padding: 3rem 4rem; } }

.l-hero {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  color: #FFF;
  min-height: 400px; }
  .l-hero__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-hero__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        padding: 0 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-hero__inner {
        padding: 4rem; } }
    @media only screen and (min-width: 1280px) {
      .l-hero__inner {
        padding: 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-hero__inner {
        padding: 6rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-hero__inner {
        height: 100vh;
        min-height: 460px; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        height: 100vh;
        min-height: 460px; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .l-hero__inner {
        padding-top: 50px;
        height: 100vh; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 600px; } }
    @media only screen and (min-width: 1280px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 700px; } }

.l-breadcrumb {
  margin: 0 auto; }
  @media only screen and (min-width: 1280px) {
    .l-breadcrumb {
      padding: 10rem 3rem 3rem 3rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .l-breadcrumb {
      padding: 10rem 3rem 3rem 3rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .l-breadcrumb {
      padding: 10rem 3rem 3rem 3rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .l-breadcrumb {
      padding: 6rem 3rem 3rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .l-breadcrumb {
      padding: 6rem 3rem 3rem 1rem; } }

.l-sub-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 3rem 10rem 3rem; }

.l-aboutus {
  position: relative; }
  .l-aboutus__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 4rem 0 0; }
    @media only screen and (min-width: 1280px) {
      .l-aboutus__inner {
        padding: 8rem 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-aboutus__inner {
        padding: 8rem 6rem; } }

.l-company {
  position: relative;
  background: transparent linear-gradient(334deg, #D3E6E7 0%, #ECF6F7 100%) 0% 0% no-repeat padding-box; }
  .l-company__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 4rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .l-company__inner {
        padding: 8rem 10rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-company__inner {
        padding: 8rem 10rem; } }

.l-service {
  position: relative;
  background: transparent linear-gradient(130deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box;
  opacity: 1; }
  .l-service__inner {
    max-width: 13040px;
    margin: 0 auto;
    padding: 4rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .l-service__inner {
        padding: 8rem 10rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-service__inner {
        padding: 8rem 10rem; } }

.l-group {
  position: relative; }
  .l-group__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 4rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .l-group__inner {
        padding: 8rem 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-group__inner {
        padding: 8rem 6rem; } }

.l-form {
  background: #F4F8FA; }
  .l-form__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 4rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .l-form__inner {
        padding: 8rem 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-form__inner {
        padding: 8rem 6rem; } }

.l-contact {
  background: #E4EFF5;
  position: relative; }
  .l-contact__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 4rem 2rem; }
    @media only screen and (min-width: 1280px) {
      .l-contact__inner {
        padding: 8rem 6rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .l-contact__inner {
        padding: 8rem 6rem; } }

.l-footer {
  width: 100%;
  color: #707070;
  background: #FFF; }
  .l-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 3rem 4rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .l-footer__inner {
        padding: 3rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .l-footer__inner {
        padding: 3rem 1rem; } }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #1e5799;
  color: #FFF;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: linear-gradient(135deg, #1e5799 0%, #0f2034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f2034',GradientType=1 );
  position: fixed;
  top: 0;
  left: 0; }

.c-loading div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1280px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  .c-pagetop a {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.png);
    background-size: cover; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }

.c-separate--three {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }

.c-button--link {
  padding-left: 20px;
  background: url(../images/common/icon_link.svg) no-repeat 0 0;
  margin-right: 6px;
  background-size: 10px 10px; }
.c-button--blank:after {
  margin-left: 6px;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

.p-dropdown {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .p-dropdown {
      position: absolute;
      background: #E2EFEF;
      padding: 2rem;
      border-radius: 8px;
      top: 34px;
      left: -10px;
      width: auto;
      min-width: 320px;
      padding-top: 1rem;
      box-shadow: 0px 3px 20px #0000001C; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-dropdown {
      position: absolute;
      background: #E2EFEF;
      padding: 2rem;
      border-radius: 8px;
      top: 34px;
      left: -10px;
      width: auto;
      min-width: 320px;
      padding-top: 1rem;
      box-shadow: 0px 3px 20px #0000001C; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-dropdown {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-dropdown {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-dropdown {
      margin-bottom: 2rem; } }
  .p-dropdown:after {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #E2EFEF;
    border-width: 14px;
    margin-left: -14px; }
  @media only screen and (min-width: 1280px) {
    .p-dropdown.fadein {
      display: block;
      animation-name: fade-in;
      animation-duration: .7s; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-dropdown.fadein {
      display: block;
      animation-name: fade-in;
      animation-duration: .7s; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-dropdown.fadein {
      display: none; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-dropdown.fadein {
      display: none; } }
  @media only screen and (max-width: 320px) {
    .p-dropdown.fadein {
      display: none; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-dropdown {
      display: block !important; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-dropdown {
      display: block !important; } }
  @media only screen and (max-width: 320px) {
    .p-dropdown {
      display: block !important; } }
  .p-dropdown__title {
    color: #000;
    font-weight: bold;
    font-size: 1em; }
    .p-dropdown__title a {
      color: #0068A8 !important;
      font-weight: bold; }
  .p-dropdown__link {
    font-size: 0.9em;
    margin-bottom: 1rem; }
    .p-dropdown__link:last-child {
      margin-bottom: 0; }
    .p-dropdown__link a {
      color: #0068A8 !important;
      font-weight: normal !important; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-header__logo__normal {
  display: block; }
@media only screen and (max-width: 320px) {
  .p-header__logo img {
    width: 160px;
    height: auto; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-header__logo img {
    width: 190px;
    height: auto; } }
@media only screen and (min-width: 1280px) {
  .p-header__logo img {
    width: 240px;
    height: auto; } }

.fixed {
  box-shadow: -1px 0px 39px -15px rgba(0, 0, 0, 0.33); }
  .fixed .p-header__logo__fixed {
    display: block; }
  .fixed .p-toggle span {
    background-color: #0068A8; }

.p-toggle {
  display: none; }

.p-navigation-wrap.open {
  display: block; }

.p-navigation-wrap.close {
  display: none; }

@media only screen and (min-width: 1280px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow-y: scroll; } }
.content {
  padding: 20px; }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: transparent linear-gradient(334deg, #D3E6E7 0%, #ECF6F7 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: transparent linear-gradient(334deg, #D3E6E7 0%, #ECF6F7 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: transparent linear-gradient(334deg, #D3E6E7 0%, #ECF6F7 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%; } }
.p-toggle,
.p-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.p-toggle {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 21px; }

.p-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0068A8;
  border-radius: 4px; }

.p-toggle span:nth-of-type(1) {
  top: 0; }

.p-toggle span:nth-of-type(2) {
  top: 9px; }

.p-toggle span:nth-of-type(3) {
  bottom: 0; }

.p-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.p-toggle.active span:nth-of-type(2) {
  opacity: 0; }

.p-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }

.p-loader,
.p-loader:before,
.p-loader:after {
  border-radius: 50%; }

.p-loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.p-loader:before,
.p-loader:after {
  position: absolute;
  content: ''; }

.p-loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #2207a6;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.p-loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #2207a6;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.p-scroll {
  width: 80px;
  position: absolute;
  bottom: 4rem;
  left: 0rem;
  right: 0rem;
  margin: 0 auto; }

.p-banner-box {
  width: 500px;
  z-index: 10000;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  .p-banner-box__item {
    width: 48%;
    margin: 1em; }
    .p-banner-box__item:hover {
      opacity: 0.9; }
    .p-banner-box__item img {
      border-radius: 4px; }

.p-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -100; }

.p-hero__logo {
  margin: 0 auto 4rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-hero__logo {
      width: 40%; } }
  @media only screen and (max-width: 320px) {
    .p-hero__logo {
      width: 40%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-hero__logo {
      width: 50%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-hero__logo {
      max-width: 300px; } }
  @media only screen and (min-width: 1280px) {
    .p-hero__logo {
      max-width: 320px; } }
.p-hero__catch {
  max-width: 600px;
  margin: 0 auto 2rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-hero__catch {
      width: 80%;
      max-width: 300px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-hero__catch {
      width: 80%;
      max-width: 300px; } }
  @media only screen and (max-width: 320px) {
    .p-hero__catch {
      width: 80%;
      max-width: 300px; } }
.p-hero__text {
  line-height: 2;
  text-align: center;
  color: #363636;
  font-weight: bold;
  margin-bottom: 0.3em; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-hero__text {
      font-size: 1em; } }
  @media only screen and (max-width: 320px) {
    .p-hero__text {
      font-size: 1em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-hero__text {
      font-size: 1.2em; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-hero__text {
      font-size: 1.2em; } }
  @media only screen and (min-width: 1280px) {
    .p-hero__text {
      font-size: 1.2em; } }

.p-navigation {
  list-style: none;
  font-weight: bold; }
  @media only screen and (min-width: 1280px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em; }
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #444;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em; }
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #444;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-navigation__item {
      font-size: 0.9em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #444444; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #444444; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 320px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #444444; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Varela Round", sans-serif;
          font-weight: 400; } }

@media only screen and (min-width: 1280px) {
  .fixed .p-navigation__item a {
    color: #000; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .fixed .p-navigation__item a {
    color: #000; } }
.p-section-title {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2em; }
  @media only screen and (min-width: 1280px) {
    .p-section-title--about {
      text-align: left; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-section-title--about {
      text-align: left; } }
  .p-section-title--service {
    color: #FFF; }

.p-section-title-en {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 0.6em;
  color: #0066B1;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  z-index: 100;
  display: block;
  line-height: 1.4rem; }
  @media only screen and (min-width: 1280px) {
    .p-section-title-en--about {
      text-align: left; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-section-title-en--about {
      text-align: left; } }
  .p-section-title-en--service {
    color: #FFF; }

.p-section-sub-title--contact {
  color: #707070;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 1em; }

.p-company-box {
  padding: 1rem 2rem;
  background: #FFF;
  max-width: 800px;
  margin: 0 auto; }
  @media only screen and (min-width: 1280px) {
    .p-company-box {
      padding: 3rem 4rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-company-box {
      padding: 3rem 4rem; } }
  .p-company-box__list {
    border-bottom: #EEE solid 1px;
    padding: 0.6em 0.2em; }
    .p-company-box__list:last-child {
      border-bottom: 0; }
    @media only screen and (min-width: 1280px) {
      .p-company-box__list {
        display: flex;
        display: -webkit-flex; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-company-box__list {
        display: flex;
        display: -webkit-flex; } }
    .p-company-box__list dt {
      color: #000;
      font-weight: bold;
      min-width: 6em; }
      @media only screen and (min-width: 1280px) {
        .p-company-box__list dt {
          padding: 2rem 0; } }
      @media only screen and (max-width: 1279px) and (min-width: 960px) {
        .p-company-box__list dt {
          padding: 2rem 0; } }
    .p-company-box__list dd {
      color: #444444; }
      @media only screen and (min-width: 1280px) {
        .p-company-box__list dd {
          padding: 2rem 0; } }
      @media only screen and (max-width: 1279px) and (min-width: 960px) {
        .p-company-box__list dd {
          padding: 2rem 0; } }

.p-icon-service {
  width: 80px;
  height: auto;
  margin: 0 auto 1rem; }

.p-service-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-service-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-radius: 6px;
  background: #FFF;
  width: 100%; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-service-box {
      width: 32%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-service-box {
      width: 32%; } }
  .p-service-box__head {
    width: 100%;
    text-align: center;
    padding: 2rem;
    color: #0068A8; }
    .p-service-box__head__title {
      font-weight: bold;
      font-size: 1.4em;
      color: #444; }
      .p-service-box__head__title a {
        color: #0066B1; }
        .p-service-box__head__title a:hover {
          text-decoration: underline; }
    .p-service-box__head__sub-title {
      color: #444; }
  .p-service-box__link {
    width: 100%;
    background: #F0F7F7;
    padding: 2rem 3rem;
    border-radius: 0 0 6px 6px; }
    .p-service-box__link a {
      color: #0066B1; }
      .p-service-box__link a:hover {
        text-decoration: underline; }
    .p-service-box__link__item {
      width: 100%;
      margin: 0.4rem; }

@media only screen and (min-width: 1280px) {
  .p-service-link {
    min-height: 160px; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-service-link {
    min-height: 160px; } }
.p-service-link li {
  margin-left: 1em;
  letter-spacing: 0;
  line-height: 1.6; }

.p-about-catch {
  max-width: 500px;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-about-catch {
      max-width: 380px; } }
  @media only screen and (max-width: 320px) {
    .p-about-catch {
      max-width: 380px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-about-catch {
      margin: 0 auto 2rem; } }

.p-about-message {
  color: #6A6A6A;
  line-height: 2.2; }

.p-group {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-group__item:first-child {
      border-right: #CCC solid 1px; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-group__item:first-child {
      border-right: #CCC solid 1px; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (max-width: 320px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (min-width: 1280px) {
    .p-group__item--left {
      width: 50%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-group__item--left {
      width: 44%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (min-width: 1280px) {
    .p-group__item--right {
      width: 50%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-group__item--right {
      width: 56%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }

.p-hd-logo {
  max-width: 180px;
  margin: 0 auto 2rem; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-hd-logo {
      width: 40%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-hd-logo {
      width: 40%; } }
  @media only screen and (max-width: 320px) {
    .p-hd-logo {
      width: 40%; } }

.p-hd-title {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }

.p-hd-button {
  text-align: center; }
  .p-hd-button a {
    letter-spacing: 0;
    display: inline-block;
    border-radius: 2px;
    color: #444444;
    border: #D0D0D0 solid 1px;
    text-align: center;
    padding: 1rem 3rem;
    margin: 2rem auto; }
    .p-hd-button a:after {
      margin-left: 6px;
      content: " ";
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(../images/common/icon_blank.svg) no-repeat;
      background-size: contain;
      vertical-align: middle; }
    .p-hd-button a:hover {
      opacity: 0.8;
      text-decoration: none; }

.p-sdgs-title {
  max-width: 500px;
  margin: 0 auto 2rem; }

.p-sdgs-sub-title {
  color: #000;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold; }

.p-sdgs-icon {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  list-style: none;
  margin: 0 auto; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-sdgs-icon:after {
      content: "";
      display: block;
      width: 22%;
      margin-bottom: 5%; } }
  @media only screen and (max-width: 320px) {
    .p-sdgs-icon:after {
      content: "";
      display: block;
      width: 22%;
      margin-bottom: 5%; } }
  .p-sdgs-icon__item {
    width: 13%;
    margin-bottom: 3%; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-sdgs-icon__item {
        width: 22%;
        margin-bottom: 5%; } }
    @media only screen and (max-width: 320px) {
      .p-sdgs-icon__item {
        width: 22%;
        margin-bottom: 5%; } }

.p-sdgs-list {
  text-align: left;
  list-style: none;
  font-size: 0.8em;
  list-style: disc;
  margin-left: 1em; }

.p-aboutus-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-aboutus-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-aboutus-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-aboutus-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-aboutus-box__image {
    width: 100%; }
    .p-aboutus-box__image img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-aboutus-box__image {
        width: 40%; } }
    @media only screen and (min-width: 1280px) {
      .p-aboutus-box__image {
        width: 48%; } }
  .p-aboutus-box__content {
    width: 100%;
    z-index: 1000; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-aboutus-box__content {
        text-align: center; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-aboutus-box__content {
        width: 100%;
        margin: 0 auto 2rem;
        padding: 2rem; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-aboutus-box__content {
        width: 100%;
        margin: 0 auto 2rem;
        padding: 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-aboutus-box__content {
        width: 100%;
        margin: 0 auto 2rem;
        padding: 2rem; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-aboutus-box__content {
        width: 58%; } }
    @media only screen and (min-width: 1280px) {
      .p-aboutus-box__content {
        width: 48%; } }

.p-group-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  text-align: center;
  list-style: none;
  margin: 4rem auto; }
  .p-group-list__item img {
    max-width: 200px; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group-list__item {
      width: 48%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-group-list__item {
      width: 48%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group-list__item {
      width: 32%;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-group-list__item {
      width: 22%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-group-list__item {
      width: 22%;
      margin-bottom: 2rem; } }
  .p-group-list__item a {
    color: #707070;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    font-size: 0.9em; }
    .p-group-list__item a:hover {
      text-decoration: none; }
  .p-group-list__item:hover {
    opacity: 0.8; }

.p-group-list::after {
  display: block;
  content: ""; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-group-list::after {
      width: 48%; } }
  @media only screen and (max-width: 320px) {
    .p-group-list::after {
      width: 48%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-group-list::after {
      width: 32%; } }
  @media only screen and (min-width: 1280px) {
    .p-group-list::after {
      width: 22%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-group-list::after {
      width: 22%; } }

.p-banner-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  list-style: none;
  margin: 4rem auto; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-banner-list__item {
      width: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-banner-list__item {
      width: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1280px) {
    .p-banner-list__item {
      width: 48%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-banner-list__item {
      width: 48%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-banner-list__item {
      width: 48%;
      margin-bottom: 2rem; } }
  .p-banner-list__item a {
    color: #707070;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    font-size: 0.9em; }
    .p-banner-list__item a:hover {
      text-decoration: none; }
  .p-banner-list__item:hover {
    opacity: 0.8; }

.p-contact-time {
  margin: 0.4em;
  color: #707070;
  vertical-align: middle;
  text-align: center; }
  .p-contact-time span {
    font-size: 0.7em;
    margin-right: 0.8em;
    border: #707070 solid 1px;
    padding: 0.06em 0.6em;
    font-weight: bold;
    display: inline-block; }

.p-contact-button {
  text-align: center; }
  .p-contact-button a {
    display: inline-block;
    border-radius: 4px;
    background: #0065A0;
    color: #FFF;
    text-align: center;
    padding: 1rem 2rem;
    margin: 2rem auto; }
    .p-contact-button a:hover {
      opacity: 0.8;
      text-decoration: none; }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-contact-group {
    text-align: center; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-contact-group {
    text-align: center; } }
@media only screen and (max-width: 320px) {
  .p-contact-group {
    text-align: center; } }
@media only screen and (min-width: 1280px) {
  .p-contact-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .p-contact-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; } }
.p-contact-group__tel {
  padding-right: 2rem;
  color: #1273B5;
  font-size: 2.2em;
  font-weight: bold;
  font-family: "Varela Round", sans-serif;
  font-weight: 400; }
  .p-contact-group__tel a {
    text-decoration: none;
    color: #0068A8; }
  .p-contact-group__tel:before {
    margin-right: 6px;
    content: " ";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/common/icon_tel.svg) no-repeat;
    background-size: contain;
    vertical-align: middle; }
  @media only screen and (min-width: 1280px) {
    .p-contact-group__tel {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-contact-group__tel {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center; } }
.p-contact-group__fax {
  color: #0068A8; }

.p-footer {
  font-size: 0.8em; }
  .p-footer__logo {
    margin: 0 auto;
    max-width: 900px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__logo {
        max-width: 240px;
        margin: 0 auto 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-footer__logo {
        max-width: 240px;
        margin: 0 auto 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-footer__logo {
        max-width: 340px;
        margin: 0 auto 2rem; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-footer__logo {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-footer__logo {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    @media only screen and (max-width: 320px) {
      .p-footer__logo {
        flex-wrap: wrap;
        flex-wrap: -webkit-wrap; } }
    .p-footer__logo__item {
      cursor: pointer; }
      .p-footer__logo__item a {
        border: #CBCBCB solid 1px;
        margin: 1em 0.4em;
        display: block; }
        .p-footer__logo__item a:hover {
          opacity: 0.8; }
  .p-footer__text {
    text-align: center; }
  .p-footer__list {
    list-style: none;
    align-items: center;
    -webkit-align-items: center;
    margin: 1em auto; }
    @media only screen and (min-width: 1280px) {
      .p-footer__list {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-footer__list {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        -webkit-justify-content: center; } }
    .p-footer__list__item a {
      color: #707070;
      text-decoration: underline;
      margin-bottom: 1rem; }
      .p-footer__list__item a:hover {
        text-decoration: none; }
  .p-footer__copyright {
    font-size: 0.7em;
    text-align: center;
    margin-bottom: 4rem; }

.p-text-normal {
  font-weight: normal; }

.p-link-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-link-box {
  transition: all 0.4s;
  background: transparent linear-gradient(158deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  text-align: center; }
  @media only screen and (min-width: 1280px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-link-box {
      width: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-link-box {
      width: 100%;
      margin-bottom: 2rem; } }
  .p-link-box:hover {
    transform: scale(0.99); }
  .p-link-box__content {
    padding: 3rem 4rem 4rem 4rem; }
  .p-link-box__title {
    font-size: 1.5em;
    margin-bottom: 1rem;
    font-weight: normal; }
    .p-link-box__title span {
      font-weight: bold; }
    .p-link-box__title:after {
      margin-left: 6px;
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_box.svg) no-repeat;
      background-size: contain;
      vertical-align: middle; }
  .p-link-box a {
    display: block;
    text-decoration: none; }
  .p-link-box img {
    border-radius: 20px 20px 0 0; }

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.7em;
  letter-spacing: 0;
  color: #444; }
  .p-breadcrumb a {
    color: #000;
    font-weight: bold; }
    .p-breadcrumb a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .p-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    margin: 0 .6em;
    /* 記号の左右の余白 */
    color: #777;
    /* 記号の色 */ }
  .p-breadcrumb li:last-child a {
    font-weight: normal; }

.p-page-title--top {
  margin-top: 100px !important; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 320px) {
    .p-page-title--top {
      margin-top: 60px !important; } }

.p-keyv-box {
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  border-radius: 20px;
  margin: 100px 3rem 6rem 3rem;
  background: transparent linear-gradient(134deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (min-width: 1280px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  .p-keyv-box__content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 3rem;
    color: #FFF; }
    @media only screen and (min-width: 1280px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-keyv-box__content {
        width: 40%; } }

.p-page-title {
  color: #0766A8;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 1280px) {
    .p-page-title {
      font-size: 2.2em; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .p-page-title {
      font-size: 2.2em; } }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-page-title {
      font-size: 2.2em; } }

.p-content-title {
  font-size: 1.6em;
  color: #0766A8;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.p-content-sub-title {
  font-size: 1.2em;
  color: #000;
  margin-top: 3rem;
  margin-bottom: 1rem; }

@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-table {
    font-size: 0.8em; } }
@media only screen and (max-width: 320px) {
  .p-table {
    font-size: 0.8em; } }
.p-table--type01 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD;
  text-align: left; }
  .p-table--type01 th {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1.4rem 1rem;
    vertical-align: middle; }
    .p-table--type01 th a {
      text-decoration: underline;
      color: #FFF; }
  .p-table--type01 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type01 tr:nth-child(even) td {
    background: #FFF; }
.p-table--type02 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-table--type02 {
      width: 600px; } }
  @media only screen and (max-width: 320px) {
    .p-table--type02 {
      width: 600px; } }
  .p-table--type02 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em; }
  .p-table--type02 th {
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1rem 1rem;
    vertical-align: middle; }
  .p-table--type02 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type02 tr:nth-child(odd) td {
    background: #FFF; }

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 4rem auto; }

.p-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.p-image {
  margin: 4rem auto;
  text-align: center; }
  .p-image--grey {
    background: #F7F8F8;
    padding: 4rem;
    margin: 0 auto 4rem; }
  .p-image img {
    max-width: 800px; }

.p-merit-title {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem; }
  .p-merit-title span {
    margin-right: 1rem;
    border-radius: 100px;
    color: #FFF;
    background: #0766A8;
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.6em; }

.p-point-box {
  background: #F7F8F8;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  .p-point-box__num {
    color: #0766A8;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    border-right: solid #CCC 1px;
    padding-right: 1.4rem;
    margin-right: 1.4rem; }
  .p-point-box__content__title {
    color: #000;
    font-size: 1.2em;
    font-weight: bold; }

.p-group {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex; }
  .p-group__logo {
    width: 40%;
    max-width: 240px;
    padding: 4rem; }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 320px) {
      .p-group__logo {
        padding: 3rem 0; } }

.p-separate {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 959px) and (min-width: 560px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-separate--two .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1280px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
  .p-separate--three .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1280px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
  .p-separate--four .p-separate__item {
    width: 48%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1280px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 1279px) and (min-width: 960px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 959px) and (min-width: 560px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }

.p-feature-box {
  border-radius: 8px;
  color: #FFF;
  background: #0386D1; }
  .p-feature-box sup {
    font-size: 0.4em; }
  .p-feature-box__head {
    border-radius: 8px 8px 0 0;
    text-align: center;
    background: #0092E5;
    padding: 2rem; }
    .p-feature-box__head__title {
      font-weight: bold;
      font-size: 1.2em; }
    .p-feature-box__head__sub-title {
      color: #DFDF1A;
      font-weight: bold;
      font-size: 0.9em; }
  .p-feature-box__content {
    padding: 0 2rem 2rem 2rem; }
    .p-feature-box__content__mini-title {
      margin-top: 2rem;
      color: #DFDF1A;
      font-weight: bold;
      font-size: 0.9em; }

.p-big-price {
  color: #000;
  font-size: 1.4em !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 500; }

.p-bg-blue {
  background: #C7ECFB; }

.p-bg-red {
  background: #FEE3E0; }

.p-tx-blue {
  color: #07AFF0; }

.p-tx-red {
  color: #F43D2A; }

.p-form-box-title {
  font-size: 1.8em;
  color: #000;
  margin-bottom: 2rem;
  text-align: center; }

.p-form-box {
  max-width: 800px;
  margin: 2rem auto;
  background: #FFF;
  padding: 3rem;
  box-shadow: 0px 3px 20px #0000001C; }

.p-summer-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin: 2rem; }
  .p-summer-title span {
    color: #F00800;
    font-size: 1.3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500; }

.p-winter-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin: 2rem; }
  .p-winter-title span {
    color: #259ED0;
    font-size: 1.3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500; }

.p-icon-window {
  margin-left: 1rem; }
  .p-icon-window--s {
    width: 50px; }
  .p-icon-window--m {
    width: 70px; }
  .p-icon-window--l {
    width: 90px; }

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .p-table-wrap {
    margin-right: -2rem;
    overflow-x: scroll;
    margin-bottom: 2rem; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .p-table-wrap {
    margin-right: -2rem;
    overflow-x: scroll;
    margin-bottom: 2rem; } }
@media only screen and (max-width: 320px) {
  .p-table-wrap {
    margin-right: -2rem;
    overflow-x: scroll;
    margin-bottom: 2rem; } }

.p-table-wrap::-webkit-scrollbar {
  height: 10px;
  background: #CCC; }

.p-table-wrap::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #EEE;
  border-radius: 5px; }

.p-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC; }

.p-tab-wrap {
  border: #EBEBEB solid 1px; }

.p-tab-all {
  display: flex; }

.p-tab {
  color: #000;
  font-weight: 500;
  text-align: center;
  width: 33.3%;
  padding: 10px;
  background-color: #EBEBEB;
  cursor: pointer; }

.p-tab-content {
  padding: 2rem; }
  @media only screen and (max-width: 559px) and (min-width: 321px) {
    .p-tab-content {
      padding: 0; } }
  @media only screen and (max-width: 320px) {
    .p-tab-content {
      padding: 0; } }

.p-tab.active {
  background-color: #FFF; }

.content {
  display: none;
  /*必須*/ }

.content.show {
  display: block;
  /*必須*/ }

.p-cal-form {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 10rem; }
  .p-cal-form table {
    text-align: right;
    width: 100%;
    background: #FFF;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-cal-form table {
        width: 500px; } }
    @media only screen and (max-width: 320px) {
      .p-cal-form table {
        width: 500px; } }
    .p-cal-form table th {
      text-align: center;
      background: #0065A0;
      color: #FFF;
      font-weight: bold;
      border-right: #CCC dashed 1px; }
      .p-cal-form table th:last-child {
        border-right: none; }
    .p-cal-form table tr {
      border-bottom: #CCC solid 1px; }
      .p-cal-form table tr:last-child {
        border-bottom: none; }
    .p-cal-form table td {
      padding: 2rem;
      border-right: #CCC dashed 1px; }
      @media only screen and (max-width: 559px) and (min-width: 321px) {
        .p-cal-form table td {
          padding: 1rem; } }
      @media only screen and (max-width: 320px) {
        .p-cal-form table td {
          padding: 1rem; } }
      .p-cal-form table td:last-child {
        border-right: none; }
  .p-cal-form input, .p-cal-form select {
    background: #f5f8fa;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    margin-right: 1rem;
    font-size: 1.2em;
    padding: 1rem 1.4rem;
    text-align: right; }
    .p-cal-form input:focus, .p-cal-form select:focus {
      outline: none;
      border-color: rgba(82, 168, 236, 0.8); }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-cal-form input, .p-cal-form select {
        padding: 1rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-cal-form input, .p-cal-form select {
        padding: 1rem 1rem; } }
  .p-cal-form .p-input-num {
    width: 6em; }
    .p-cal-form .p-input-num::placeholder {
      color: #CCC; }
    @media only screen and (max-width: 559px) and (min-width: 321px) {
      .p-cal-form .p-input-num {
        width: 5em; } }
    @media only screen and (max-width: 320px) {
      .p-cal-form .p-input-num {
        width: 5em; } }
  .p-cal-form .p-sum-box {
    font-weight: bold;
    text-align: right;
    background: #E4EDF2;
    padding: 2rem; }

.u-sp {
  display: block; }
  @media only screen and (min-width: 1280px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1280px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1279px) and (min-width: 960px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1280px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1279px) and (min-width: 960px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 959px) and (min-width: 560px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 559px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #E61867; }

.u-bold {
  font-weight: bold; }

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

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

.u-mb-1em {
  margin-bottom: 1em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-10 {
  margin-bottom: 10px; }

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

.u-mb-30 {
  margin-bottom: 30px; }

.u-mb-40 {
  margin-bottom: 40px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-mr-20 {
  margin-right: 20px; }

.u-weight {
  font-weight: bold; }
