@charset "UTF-8";
/* =================================
  Foundation
================================= */
/*
  Reset
————————————————————————————————————————— */
@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Meie+Script&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

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

/*
  Settings
————————————————————————————————————————— */
/*
  Base
————————————————————————————————————————— */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  color: #212121;
  line-height: 1;
  overflow-x: hidden;
}

.page-body {
  background: #E8ECFA;
}

a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover img {
  opacity: .7;
}

@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  body, html {
    overflow-x: hidden;
  }
}
/* =================================
  Layout
================================= */
/*
  layout
————————————————————————————————————————— */
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-wrapper {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}

.l-wrapper2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.l-wrapper3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.l-wrapper4 {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.l-section {
  padding: 72px 0;
}

.l-section2 {
  padding: 64px 0;
}

.l-section3 {
  padding-top: 128px;
}

.l-section4 {
  padding-bottom: 64px;
}

.l-section5 {
  padding-top: 128px;
  padding-bottom: 48px;
}

.l-section6 {
  padding: 96px 0;
}

.l-section7 {
  padding: 128px 0;
}

.l-section8 {
  padding-top: 64px;
}

.l-section9 {
  padding-top: 96px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  layout(1199)
  =========================*/
  .l-wrapper,
  .l-wrapper2,
  .l-wrapper3 {
    max-width: 90%;
  }
  .l-wrapper.-full,
  .l-wrapper2.-full,
  .l-wrapper3.-full {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  layout(992)
  =========================*/
  .l-wrapper4 {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  layout(767)
  =========================*/
  .l-section {
    padding: 48px 0;
  }

  .l-section2 {
    padding: 48px 0;
  }

  .l-section3 {
    padding-top: 96px;
  }

  .l-section4 {
    padding-bottom: 96px;
  }

  .l-section5 {
    padding-top: 48px;
    padding-bottom: 32px;
  }

  .l-section6 {
    padding: 48px 0;
  }

  .l-section7 {
    padding: 64px 0;
  }

  .l-section9 {
    padding-top: 72px;
  }

  .l-wrapper.-full,
  .l-wrapper2.-full {
    max-width: 100%;
  }
}
/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-more-link {
  font-size: 1.5rem;
  color: #fff;
  background: #165CD5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 32px;
  padding: 14px 20px;
  padding-right: 58px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.c-more-link:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-more-link:hover {
  opacity: .7;
}

.c-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.c-hamburger {
  position: fixed;
  top: 26px;
  right: 5%;
  z-index: 50;
  width: 35px;
  height: 20px;
  margin: auto;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.c-hamburger:hover, .c-hamburger:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-hamburger__line:before, .c-hamburger__line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  -webkit-transition: inherit;
  transition: inherit;
}
.c-hamburger__line:before {
  top: -10px;
}
.c-hamburger__line:after {
  top: 10px;
}

.c-hamburger[aria-expanded="true"] .c-hamburger__line {
  background-color: transparent;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before, .c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  top: 0;
  background-color: #165CD5;
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:before {
  -webkit-transform: rotate(315deg);
  transform: translate(50px, 0) rotate(315deg);
}
.c-hamburger[aria-expanded="true"] .c-hamburger__line:after {
  -webkit-transform: rotate(-315deg);
  transform: translate(50px, 0) rotate(-315deg);
}

.c-pageTOP {
  display: block;
  width: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .c-pageTOP {
    width: 35px;
    right: 15px;
  }

  .c-hamburger {
    top: 19px;
  }
}
/*
  footer
————————————————————————————————————————— */
.p-footer {
border-top: solid 1px #165CD5;
  background: #F4F4F4;
  padding: 76px 0 34px;
}
.p-footer .p-footer__head {
  margin-bottom: 48px;
}
.p-footer .p-head__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
.p-footer .p-head__logo {
  width: 286px;
  margin-right: 30px;
}
.p-footer .p-head__logo figcaption {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 12px;
}
.p-footer .p-head__banner {
  width: 138px;
}
.p-footer .p-head__title {
  font-family: serif;
  font-size: 2.375rem;
  color: #fff;
  margin-bottom: 12px;
}
.p-footer .p-head__text {
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
}
.p-footer .p-head__inner {
  text-align: center;
  background: #165CD5;
  padding: 32px 0;
  border-radius: 11px;
}
.p-footer .p-head__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.p-footer .p-head__flex .tel {
  font-size: 2.375rem;
  color: #fff;
  display: inline-block;
  margin-right: 42px;
}
.p-footer .p-head__flex .tel img {
  width: 40px;
  margin-right: 12px;
}
.p-footer .p-head__flex .tel span {
  font-size: 1rem;
  color: #fff;
  display: block;
  text-align: right;
  margin-top: 6px;
}
.p-footer .p-head__flex .mail {
  font-weight: 500;
  font-size: 1.0625rem;
  color: #165CD5;
  padding: 26px 0;
  display: block;
  width: 100%;
  max-width: 340px;
  text-align: center;
  border-radius: 37px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-head__flex .mail img {
  width: 27px;
  vertical-align: middle;
  margin-right: 10px;
}
.p-footer .p-head__flex .mail:hover {
  opacity: .7;
}
.p-footer .p-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-footer .p-footer__list {
  width: 30%;
}
.p-footer .p-footer__item {
  padding: 16px 0;
  border-bottom: 1px dashed #212121;
}
.p-footer .p-footer__item:first-child {
  border-top: 1px dashed #212121;
}
.p-footer .p-footer__item span {
  color: #212121;
  display: inline-block;
  margin-bottom: 10px;
}
.p-footer .p-footer__item a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #212121;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-footer .p-footer__item a:hover {
  color: #095AD3;
}

.p-copyright {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  background: #063882;
  display: block;
  padding: 16px 0;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-footer {
    padding-bottom: 72px;
  }
  .p-footer .p-head__logo-list {
    display: block;
    margin-bottom: 32px;
  }
  .p-footer .p-head__logo {
    margin-right: 0;
    margin-inline: auto;
    margin-bottom: 16px;
  }
  .p-footer .p-head__banner {
    margin-inline: auto;
  }
  .p-footer .p-head__title {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-footer .p-head__text {
    text-align: center;
  }
  .p-footer .p-head__flex {
    text-align: center;
    display: block;
  }
  .p-footer .p-head__flex .tel {
    margin-right: unset;
    margin-bottom: 24px;
  }
  .p-footer .p-head__flex .tel img {
    width: 35px;
    margin-right: 6px;
  }
  .p-footer .p-head__flex .mail {
    max-width: 300px;
    padding: 22px 0;
    margin-inline: auto;
  }
  .p-footer .p-body__inner {
    display: block;
  }
  .p-footer .p-footer__list {
    width: 100%;
  }
  .p-footer .p-footer__item.-last {
    border: none;
  }
}
/*
  header
————————————————————————————————————————— */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 30px 0;
  background: rgba(0, 48, 122, 0.8);
}
.p-header .p-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-header .p-header__flex .p-header__logo img {
  width: 300px;
}
.p-header .p-header__flex .p-header__nav {
  height: 52px;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 26px;
}
.p-header .p-header__flex .p-header__nav .p-nav-inner {
  height: 100%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a {
  display: block;
  background: #165CD5;
  text-align: center;
  width: 85px;
  padding: 12px 0;
  border-radius: 37px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a:hover {
  opacity: .7;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__icon a img {
  width: 26px;
  vertical-align: middle;
}
.p-header .p-header__flex .p-header__nav .p-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item:last-child a {
  border-right: none;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a {
  font-size: 1rem;
  color: #212121;
  padding: 0 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-right: solid 1px #212121;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item a:hover {
  color: #165CD5;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 172, 178, 0)), color-stop(20%, rgba(12, 172, 178, 0)), color-stop(20%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(180deg, rgba(12, 172, 178, 0) 0%, rgba(12, 172, 178, 0) 20%, #f7f7f7 20%, #f7f7f7 100%);
  z-index: 10;
  padding-top: 1%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item {
  width: calc(100% / 3);
  text-align: center;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a {
  font-size: 0.875rem;
  color: #000;
  display: block;
  border: none;
  padding: 25px 15px;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a .p-hover__image {
  margin: 0 auto 20px;
  max-width: 80%;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a span {
  color: #000;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover {
  background: #165CD5;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item a:hover span {
  color: #fff;
}
.p-header .p-header__flex .p-header__nav .p-nav-list__item .p-hover__menu .p-hover__list .p-hover__list__item:last-child a {
  border: none;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-header .p-header__flex .p-header__logo img {
    width: 200px;
  }
  .p-header .p-header__flex .p-header__nav .p-nav-list__item a {
    font-size: 0.8125rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 20px 7% 20px 5%;
    background: rgba(0, 48, 122, 0.8);
  }
  .p-sp-header .p-sp-header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__logo {
    width: 180px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel {
    margin: 0 12px 0 0;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel img {
    width: 30px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-mail img {
    width: 34px;
  }

  #p-globalMenuSp {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    trasition: all .3s;
    padding: 100px 0 100px 25px;
  }
  #p-globalMenuSp.is-active {
    z-index: 15;
    opacity: 1;
    overflow-y: scroll;
  }
  #p-globalMenuSp .p-nav-list {
    z-index: 200;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item {
    margin: 0 0 22px;
    line-height: 1.4;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a {
    color: #000;
    font-size: 1.375rem;
    letter-spacing: 1px;
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box {
    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: absolute;
    top: 50%;
    right: -30%;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i {
    position: relative;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    margin: -11px 0 0;
    border: 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item a.open .i-box .one-i:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    margin: -3px 0 0;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content {
    display: none;
    padding: 15px 0;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li {
    margin: 0 0 15px;
  }
  #p-globalMenuSp .p-nav-list .p-nav-list__item.click-menu .p-menu-content__inr li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-sp-header {
    padding: 15px 64px 15px 0;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel {
    margin: 0 12px 0 0;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-tel img {
    width: 26px;
  }
  .p-sp-header .p-sp-header__flex .p-sp-header__list__item.-mail img {
    width: 31px;
  }
}
/*
  top
————————————————————————————————————————— */
.p-top__section1 .p-top__mainvisual {
  position: relative;
  width: 100%;
  height: 80vh;
}
.p-top__section1 .p-top__video {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.p-top__section1 .p-top__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.p-top__section1 .p-video__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}
.p-top__section1 .p-video__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 2;
}
.p-top__section1 .p-video__hero {
  font-family: serif;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 5.6px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
	text-shadow: #000 1px 0 10px;
}
.p-top__section1 .p-video__hero span {
  font-size: 1.75rem;
  letter-spacing: 0;
  display: block;
  margin-top: 8px;
	text-shadow: #000 1px 0 10px;
}

.p-top__section2 {
  background: -webkit-gradient(linear, left top, right top, from(#E8ECFA), color-stop(70%, #E8ECFA), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(to right, #E8ECFA 0%, #E8ECFA 70%, #fff 70%, #fff 100%);
  padding: 64px 0;
}
.p-top__section2 .p-top__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__section2 .p-about__left {
  width: 50%;
}
.p-top__section2 .p-about__right {
  width: 50%;
}
.p-top__section2 .p-about__title {
  font-family: serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 24px;
	font-weight: bold;
}
.p-top__section2 .p-about__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.p-top__section2 .p-about__image01 {
  width: 96%;
  margin-top: 32px;
  margin-left: -48px;
}
.p-top__section2 .p-about__image02 .about2 {
  width: 80%;
  display: block;
  margin-left: auto;
}
.p-top__section2 .p-about__image02 .about3 {
  width: 80%;
  margin-top: -42px;
  position: relative;
  z-index: 2;
}
.p-top__section2 .p-about__image02 .about4 {
  width: 60%;
  display: block;
  margin-top: -42px;
  margin-left: auto;
}

.p-top__section3 {
  background: #E8ECFA;
  padding: 204px 0 128px;
}
.p-top__section3 .p-proposal__head {
  text-align: center;
  margin-bottom: 32px;
}
.p-top__section3 .p-proposal__title {
  font-family: serif;
  font-weight: 500;
  font-size: 3.75rem;
  color: #165CD5;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.p-top__section3 .p-proposal__title span {
  font-weight: 400;
  font-size: 2.5rem;
  display: block;
	font-weight: bold;
}
.p-top__section3 .p-proposal__title:before {
  content: 'PROPOSAL';
  display: inline-block;
  color: #fff;
  font-family: serif;
  font-weight: 500;
  font-size: 12.5rem;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-top__section3 .p-proposal__body {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), color-stop(30%, #E8ECFA), to(#E8ECFA));
  background: linear-gradient(to right, #fff 0%, #fff 30%, #E8ECFA 30%, #E8ECFA 100%);
  padding: 40px 0;
}
.p-top__section3 .p-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__section3 .p-body__left {
  width: 45%;
  text-align: left;
  background: #E8ECFA;
  padding: 64px 40px;
}
.p-top__section3 .p-body__right {
  width: 55%;
}
.p-top__section3 .p-body__title {
  font-family: serif;
  font-size: 2rem;
  margin-bottom: 22px;
}
.p-top__section3 .p-body__list {
  margin-bottom: 32px;
}
.p-top__section3 .p-body__item {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.p-top__section4 {
  background: #F4F4F4;
  padding: 128px 0;
}
.p-top__section4 .p-top__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  position: relative;
}
.p-top__section4 .p-product__title {
  font-family: serif;
  font-weight: 500;
  font-size: 10rem;
  color: #D2D3D4;
  opacity: .7;
  position: relative;
  z-index: 2;
}
.p-top__section4 .p-product__left {
  width: 45%;
  padding-right: 80px;
}
.p-top__section4 .p-product__right {
  width: 55%;
}
.p-top__section4 .p-product__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__section4 .p-product__image img {
  width: 47%;
}
.p-top__section4 .p-product__title-sub {
  font-family: serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #165CD5;
  margin-top: 40px;
  margin-bottom: 23px;
}
.p-top__section4 .p-product__text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-top__section4 .p-top__equipment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
.p-top__section4 .p-equipment__title {
  font-family: serif;
  font-weight: 500;
  font-size: 10rem;
  color: #D2D3D4;
  opacity: .7;
  position: absolute;
  right: 0;
  z-index: 2;
}
.p-top__section4 .p-equipment__left {
  width: 55%;
  padding-left: 48px;
}
.p-top__section4 .p-equipment__right {
  width: 45%;
}
.p-top__section4 .p-equipment__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__section4 .p-equipment__image img {
  width: 47%;
}
.p-top__section4 .p-equipment__title-sub {
  font-family: serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #165CD5;
  margin-top: 200px;
  margin-bottom: 23px;
}
.p-top__section4 .p-equipment__text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.p-top__section5 {
  background: url(../img/top/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 128px 0;
}
.p-top__section5 .p-top__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.p-top__section5 .p-intro__left {
  width: 49%;
  overflow: hidden;
  position: relative;
}
.p-top__section5 .p-intro__left a {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}
.p-top__section5 .p-intro__right {
  width: 49%;
  overflow: hidden;
  position: relative;
}
.p-top__section5 .p-intro__right a {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.p-top__section6 {
  background: #E8ECFA;
  padding: 268px 0 128px;
}
.p-top__section6 .p-recruit__head {
  margin-bottom: 30px;
}
.p-top__section6 .p-recruit__title {
  font-family: serif;
  font-weight: 500;
  font-size: 3.75rem;
  color: #D6C201;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-top__section6 .p-recruit__title span {
  font-weight: bold;
  font-size: 2.3rem;
  display: block;
}
.p-top__section6 .p-recruit__title:before {
  content: 'RECRUIT';
  display: inline-block;
  color: #fff;
  font-family: serif;
  font-weight: 500;
  font-size: 12.5rem;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.p-top__section6 .p-recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-top__section6 .p-recruit__left {
  width: 55%;
  padding-right: 32px;
}
.p-top__section6 .p-recruit__right {
  width: 45%;
}
.p-top__section6 .p-recruit__text {
  font-family: serif;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 32px;
}
.p-top__section6 .p-recruit__link {
  background: #D6C201;
  position: relative;
  z-index: 2;
}
.p-top__section6 .p-recruit__list {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  row-gap: 18px;
  padding: 32px;
  padding-left: 0;
  background: #E8ECFA;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-top__section7 {
  padding: 64px 0;
}
.p-top__section7 .p-news__title-main {
  font-family: serif;
  font-size: 2rem;
  color: #095AD3;
  text-align: center;
  margin-bottom: 46px;
}
.p-top__section7 .p-news__title-main span {
  font-weight: 500;
  font-size: 1rem;
  color: #212121;
  display: block;
  margin-top: 8px;
}
.p-top__section7 .p-news__link {
  font-family: serif;
  font-size: 0.875rem;
  color: #095AD3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-top__section7 .p-news__body {
  width: 100%;
  height: 225px;
  overflow-y: scroll;
  margin-top: 18px;
}
.p-top__section7 .p-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  padding-left: 0;
  border-bottom: 1px solid #CCCCCC;
}
.p-top__section7 .p-news__cate {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 80px;
  padding: 6px 0;
  margin-right: 24px;
}
.p-top__section7 .p-news__cate.news {
  background: #FFA900;
}
.p-top__section7 .p-news__cate.product {
  background: #FF6600;
}
.p-top__section7 .p-news__cate.other {
  background: #14A6DF;
}
.p-top__section7 .p-news__date {
  font-size: 0.875rem;
  display: block;
  margin: 0 45px 0 0;
}
.p-top__section7 .p-news__title {
  font-size: 0.875rem;
  line-height: 1.4;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 1199px) {
  /* ======================
  project(1199)
  =========================*/
  .p-top__section2 .p-about__left {
    padding-right: 40px;
  }

  .p-top__section4 .p-product__title {
    font-size: 12vw;
  }
  .p-top__section4 .p-equipment__title {
    font-size: 12vw;
  }
  .p-top__section4 .p-equipment__title-sub {
    margin-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  /* ======================
  project(991)
  =========================*/
  .p-top__section2 {
    background: #E8ECFA;
  }
  .p-top__section2 .p-top__about {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top__section2 .p-about__right {
    position: relative;
    z-index: 2;
  }
  .p-top__section2 .p-about__right:after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 50%;
    height: calc(100% + 128px);
    position: absolute;
    top: 50%;
    right: -12%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
  }

  .p-top__section3 {
    padding: 128px 0 128px;
  }
  .p-top__section3 .p-body__left {
    width: 50%;
  }
  .p-top__section3 .p-body__right {
    width: 50%;
  }
  .p-top__section3 .p-body__title {
    font-family: serif;
    font-size: 1.75rem;
    margin-bottom: 22px;
  }

  .p-top__section6 {
    padding: 208px 0 128px;
  }
  .p-top__section6 .p-recruit__text {
    font-family: serif;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(767)
  =========================*/
  .p-top__section1 .p-video__hero {
    font-size: 2.0625rem;
    letter-spacing: 3.3px;
    line-height: 1.2;
	  text-shadow: #000 1px 0 10px;
  }
  .p-top__section1 .p-video__hero span {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
    display: inline-block;
    line-height: 1.5;
	  text-shadow: #000 1px 0 10px;
  }

  .p-top__section2 {
    padding: 32px 0;
  }
  .p-top__section2 .p-top__about {
    display: block;
  }
  .p-top__section2 .p-about__left {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .p-top__section2 .p-about__right {
    width: calc(100% + 12%);
    margin-left: -6%;
    padding: 48px 0;
    background: -webkit-gradient(linear, left top, right top, from(#E8ECFA), color-stop(70%, #E8ECFA), color-stop(70%, #fff), to(#fff));
    background: linear-gradient(to right, #E8ECFA 0%, #E8ECFA 70%, #fff 70%, #fff 100%);
  }
  .p-top__section2 .p-about__right:after {
    display: none;
  }
  .p-top__section2 .p-about__title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
  .p-top__section2 .p-about__text {
    text-align: left;
  }
  .p-top__section2 .p-about__image01 {
    width: 106%;
    margin-top: 32px;
    margin-left: -6%;
  }

  .p-top__section3 {
    padding: 128px 0 72px;
  }
  .p-top__section3 .p-proposal__head {
    margin-bottom: 54px;
  }
  .p-top__section3 .p-proposal__title {
    font-size: 3rem;
  }
  .p-top__section3 .p-proposal__title:before {
    font-size: 10.625rem;
    top: -125px;
  }
  .p-top__section3 .p-proposal__body {
    background: #E8ECFA;
    padding: 0;
  }
  .p-top__section3 .p-body__inner {
    display: block;
  }
  .p-top__section3 .p-body__left {
    width: 112%;
    margin-left: -6%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(80%, #fff), color-stop(80%, #E8ECFA), to(#E8ECFA));
    background: linear-gradient(to right, #fff 0%, #fff 80%, #E8ECFA 80%, #E8ECFA 100%);
    padding: 32px 25px;
    text-align: center;
  }
  .p-top__section3 .p-left__bg {
    background: #E8ECFA;
    padding: 49px 25px;
  }
  .p-top__section3 .p-body__right {
    width: calc(100% + 12%);
    margin-left: -6%;
    margin-top: 24px;
  }
  .p-top__section3 .p-body__title {
    text-align: left;
  }
  .p-top__section3 .p-body__list {
    text-align: left;
  }
  .p-top__section3 .p-body__item {
    font-size: 1rem;
  }

  .p-top__section4 {
    padding: 72px 0;
  }
  .p-top__section4 .p-top__product {
    display: block;
    text-align: center;
    margin-bottom: 72px;
  }
  .p-top__section4 .p-product__title {
    font-size: 3rem;
    position: static;
  }
  .p-top__section4 .p-product__left {
    width: 100%;
    padding-right: 0;
  }
  .p-top__section4 .p-product__right {
    width: 100%;
    margin-top: 32px;
  }
  .p-top__section4 .p-product__image {
    display: block;
  }
  .p-top__section4 .p-product__image img {
    display: block;
  }
  .p-top__section4 .p-product__image .product1 {
    width: 55%;
    margin-left: auto;
  }
  .p-top__section4 .p-product__image .product2 {
    width: 60%;
    margin-top: -180px;
  }
  .p-top__section4 .p-product__title-sub {
    font-size: 1.75rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-top__section4 .p-product__text {
    text-align: left;
    margin-bottom: 16px;
  }
  .p-top__section4 .p-top__equipment {
    display: block;
    text-align: center;
  }
  .p-top__section4 .p-equipment__title {
    font-size: 3rem;
    position: static;
  }
  .p-top__section4 .p-equipment__left {
    width: 100%;
    padding-left: 0;
  }
  .p-top__section4 .p-equipment__right {
    width: 100%;
    margin-top: 32px;
  }
  .p-top__section4 .p-equipment__image {
    display: block;
  }
  .p-top__section4 .p-equipment__image img {
    display: block;
  }
  .p-top__section4 .p-equipment__image .equipment1 {
    width: 55%;
  }
  .p-top__section4 .p-equipment__image .equipment2 {
    width: 60%;
    margin-left: auto;
    margin-top: -180px;
  }
  .p-top__section4 .p-equipment__title-sub {
    font-size: 1.75rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-top__section4 .p-equipment__text {
    text-align: left;
    margin-bottom: 16px;
  }

  .p-top__section5 {
    background: url(../img/top/bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 56px 0;
  }
  .p-top__section5 .p-top__intro {
    display: block;
  }
  .p-top__section5 .p-intro__left {
    width: 100%;
    margin-bottom: 56px;
  }
  .p-top__section5 .p-intro__right {
    width: 100%;
  }

  .p-top__section6 {
    padding: 168px 0 72px;
  }
  .p-top__section6 .p-recruit__head {
    margin-bottom: 54px;
  }
  .p-top__section6 .p-recruit__title {
    font-size: 3rem;
  }
  .p-top__section6 .p-recruit__title:before {
    font-size: 10.625rem;
    top: -125px;
  }
  .p-top__section6 .p-recruit__body {
    display: block;
  }
  .p-top__section6 .p-recruit__left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 70px;
  }
  .p-top__section6 .p-recruit__right {
    width: calc(100% + 12%);
    margin-left: -6%;
  }
  .p-top__section6 .p-recruit__text {
    font-family: serif;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 32px;
  }
  .p-top__section6 .p-recruit__list {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    padding: 16px;
    padding-left: 16px;
    position: static;
    position: relative;
    z-index: 2;
    margin-top: -60px;
  }

  .p-top__section7 {
    background: #E8ECFA;
    padding: 56px 0;
  }
  .p-top__section7 .p-news__title-main {
    margin-bottom: 24px;
  }
  .p-top__section7 .p-news__link {
    margin-inline: auto;
    margin-top: 32px;
  }
  .p-top__section7 .p-news__body {
    height: 362px;
    margin-top: 0;
  }
  .p-top__section7 .p-news__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
  .p-top__section7 .p-news__cate {
    margin-right: 12px;
  }
  .p-top__section7 .p-news__date {
    font-size: 0.875rem;
    margin: 0;
  }
  .p-top__section7 .p-news__title {
    font-size: 0.75rem;
    width: 100%;
    margin-top: 8px;
  }
}
/*
  page
————————————————————————————————————————— */
.p-mainvisual {
  position: relative;
  padding: 184px 0 72px;
}
.p-mainvisual.-mainvisual01 {
  background: url(../img/common/mainvisual1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.p-mainvisual:after {
  content: '';
  display: inline-block;
  background: rgba(0, 48, 122, 0.8);
  width: 100%;
  height: calc(100% - 112px);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-mainvisual .p-mainvisual__title {
  font-family: serif;
  font-size: 2.625rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
    line-height: 1.6;
}
.p-mainvisual .p-mainvisual__title span {
  font-weight: 500;
  font-size: 1.125rem;
  display: block;
  margin-top: 12px;
}

.p-breadCrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.p-breadCrumb li {
  font-size: 0.875rem;
  margin: 0 30px 0 0;
  position: relative;
}
.p-breadCrumb li a {
  color: #000;
}
.p-breadCrumb li:before {
  content: '>';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-breadCrumb li:last-child {
  margin: 0;
}
.p-breadCrumb li:last-child:before {
  display: none;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.p-page-main {
  padding-top: 128px;
}
.p-page-main h2 {
  font-family: serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  color: #165CD5;
}
.p-page-main h2.title1 {
  font-size: 3.75rem;
  color: #fff;
  text-align: center;
}
.p-page-main h2.title1 span {
  font-size: 2rem;
  color: #165CD5;
  display: block;
  margin-top: -46px;
}
.p-page-main h2.title2 {
  color: #212121;
}
.p-page-main h2.title2 span {
  font-size: 1.125rem;
  color: #165CD5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-page-main h2.title2 span:before {
  content: '';
  display: inline-block;
  background: #165CD5;
  width: 38px;
  height: 1px;
  margin-right: 8px;
}
.p-page-main h3 {
  font-weight: 500;
  font-size: 1.5rem;
	margin-bottom: 8px;
}
.p-page-main p {
  font-size: 1.2rem;
  line-height: 1.8;
	margin-bottom: 16px;
}
.p-page-main .p-list li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.p-page-main .p-list2 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list2 li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 1.4;
}

.p-page-main .p-list3 {
  list-style-type: decimal;
  padding-left: 20px;
}
.p-page-main .p-list3 li {
  font-size: 1rem;
  margin-bottom: 18px;
  line-height: 1.6;
}

.p-page-main .p-list4 li {
  font-size: 1.5rem;
  margin-bottom: 9px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.p-page-main .p-list4 li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}

.p-page-main section.bg-color1 {
  background: #F4F4F4;
}
.p-page-main .p-text-center {
  text-align: center;
}
.p-page-main .mb8 {
  margin-bottom: 8px;
}
.p-page-main .mb16 {
  margin-bottom: 16px;
}
.p-page-main .mb24 {
  margin-bottom: 24px;
}
.p-page-main .mb32 {
  margin-bottom: 32px;
}
.p-page-main .mb64 {
  margin-bottom: 64px;
}
.p-page-main .mb72 {
  margin-bottom: 72px;
}
.p-page-main .mb128 {
  margin-bottom: 128px;
}
.p-page-main .mt8 {
  margin-top: 8px;
}
.p-page-main .mt16 {
  margin-top: 16px;
}
.p-page-main .mt24 {
  margin-top: 24px;
}
.p-page-main .mt32 {
  margin-top: 32px;
}
.p-page-main .mt64 {
  margin-top: 64px!important;
}
.p-page-main .mt72 {
  margin-top: 72px;
}
.p-page-main .mt128 {
  margin-top: 128px;
}
.p-page-main .pt64 {
  padding-top: 64px;
}
.p-page-main .pt128 {
  padding-top: 128px;
}
.p-page-main .p-page__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
.p-page-main .p-page__list .p-page__item {
  text-align: center;
  background: #F4F4F4;
  overflow: hidden;
  padding: 32px;
}
.p-page-main .p-page__list .p-page__slider,
.p-page-main .p-page__list .swiper-container {
  overflow: hidden;
}
.p-page-main .p-page__list .p-page__slider {
  margin-top: 24px;
}
.p-page-main .p-page__list .p-page__text {
  text-align: left;
  background: #fff;
  padding: 24px;
  margin-top: 24px;
}
.p-page-main .p-page__list .p-page__text table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.7;
}
.p-page-main .p-flow__list .p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 64px;
  position: relative;
}
.p-page-main .p-flow__list .p-flow__item:after {
  content: '';
  display: inline-block;
  background: url(../img/common/arrow2.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 18px;
  position: absolute;
  bottom: -41px;
  left: calc(14% - 17px);
}
.p-page-main .p-flow__list .p-flow__item:last-child {
  margin-bottom: 0;
}
.p-page-main .p-flow__list .p-flow__item:last-child:after {
  display: none;
}
.p-page-main .p-flow__list .p-flow__imaage {
  width: 28%;
}
.p-page-main .p-flow__list .p-flow__imaage img {
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-page-main .p-flow__list .p-flow__box {
  width: 68%;
  background: #fff;
  padding: 24px;
  position: relative;
}
.p-page-main .p-flow__list .p-flow__box:before {
  content: '';
  display: inline-block;
  background: #707070;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3%;
}
.p-page-main .p-flow__list .p-flow__title {
  font-family: serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.p-page-main .p-flow__list .p-flow__title span {
  font-size: 3.5rem;
  color: #165CD5;
  display: inline-block;
  margin-right: 14px;
  vertical-align: text-bottom;
}
.p-page-main .p-page__solution h2 {
  font-weight: 400;
}
.p-page-main .p-page__solution .p-solution__flex {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, #fff), color-stop(60%, #F4F4F4), to(#F4F4F4));
  background: linear-gradient(to right, #fff 0%, #fff 60%, #F4F4F4 60%, #F4F4F4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  margin-top: 16px;
}
.p-page-main .p-page__solution .p-solution__left {
  width: 49%;
}
.p-page-main .p-page__solution .p-solution__right {
  width: 49%;
}
.p-page-main .p-page__solution .p-solution__text-box {
  margin-bottom: 32px;
}
.p-page-main .p-page__solution .p-solution__text-box h2 {
  font-family: san-serif;
  font-size: 1.625rem;
  margin-bottom: 16px;
}
.p-page-main .p-page__solution .p-solution__text-box:last-child {
  margin-bottom: 0;
}
.p-page-main .p-page__solution .p-solution__image {
  margin-bottom: 48px;
}
.p-page-main .p-page__solution .p-solution__image:last-child {
  margin-bottom: 0;
}
.p-page-main .p-page__solution .p-solution__image img {
  -webkit-box-shadow: 24px 24px #165CD5;
          box-shadow: 24px 24px #165CD5;
}
.p-page-main .p-top__manufacturing {
  position: relative;
  margin-bottom: 12vw;
}
.p-page-main .p-top__manufacturing:last-child {
  margin-bottom: 0;
}
.p-page-main .p-top__manufacturing .p-manufacturing__left {
  width: 60%;
}
.p-page-main .p-top__manufacturing .p-manufacturing__left h2 {
  font-size: 5vw;
  line-height: .7;
  text-align: left;
}
.p-page-main .p-top__manufacturing .p-manufacturing__text-box {
  background: #fff;
  padding: 48px;
  padding-right: 16%;
  min-height: 528px;
}
.p-page-main .p-top__manufacturing .p-manufacturing__text-box h3 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.p-page-main .p-top__manufacturing .p-manufacturing__right {
  position: absolute;
  top: 200px;
  right: 0;
  width: 48%;
}
.p-page-main .p-top__manufacturing.-rev .p-manufacturing__left {
  margin-left: auto;
}
.p-page-main .p-top__manufacturing.-rev .p-manufacturing__left h2 {
  text-align: right;
}
.p-page-main .p-top__manufacturing.-rev .p-manufacturing__text-box {
  padding-left: 16%;
}
.p-page-main .p-top__manufacturing.-rev .p-manufacturing__right {
  right: unset;
  left: 0;
}
.p-page-main .p-page__person .p-person__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.p-page-main .p-page__person .p-person__image {
  width: 45%;
}
.p-page-main .p-page__person .p-person__text-box {
  width: 55%;
  padding-top: 65px;
  padding-left: 40px;
}
.p-page-main .p-page__person .p-text__list {
  margin-bottom: 48px;
}
.p-page-main .p-page__person .p-text__item {
  font-family: serif;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
.p-page-main .p-page__person .p-text__item:last-child {
  margin-bottom: 0;
}
.p-page-main .p-page__person .p-person__text {
  font-family: serif;
  font-size: 2rem;
  line-height: 1.5;
}
.p-page-main .p-page__person .p-person__body {
  margin-top: -100px;
}
.p-page-main .p-page__person .p-person__item {
  background: #165CD5;
  padding: 32px 72px;
  color: #fff;
  min-height: 170px;
  width: 60%;
  max-width: 744px;
  margin-bottom: 24px;
}
.p-page-main .p-page__person .p-person__item:last-child {
  margin-bottom: 0;
}
.p-page-main .p-page__person .p-person__item:nth-child(odd) {
  margin-left: auto;
}
.p-page-main .p-page__person .p-person__item h2 {
  color: #fff;
  margin-bottom: 16px;
}
.p-page-main .p-page__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-page-main .p-page__modal .p-modal__wrap {
  max-width: 80%;
  margin: 0 auto;
}
.p-page-main .p-page__modal .p-modal__text {
  font-size: 1rem;
  line-height: 1.6;
  margin: 20px 0 0;
}
.p-page-main .p-page__modal .p-modal__box {
  width: 31%;
  margin: 0 3.5% 50px 0;
}
.p-page-main .p-page__modal .p-modal__box:nth-child(3n) {
  margin: 0 0 50px;
}
.p-page-main .p-page__modal table {
  margin: 20px 0 0;
}
.p-page-main .p-page__modal table tr {
  border-bottom: 1px dashed #E0E1E2;
}
.p-page-main .p-page__modal table th, .p-page-main .p-page__modal table td {
  font-size: 1rem;
  text-align: left;
  padding: 10px 0;
  line-height: 1.4;
}
.p-page-main .p-page__modal table th {
  width: 20%;
  white-space: nowrap;
}
.p-page-main .p-page__modal table td {
  width: 80%;
  padding-left: 20px;
}
.p-page-main .p-page__table1 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .p-page__table1 tr {
  border-bottom: 1px solid #FFFFFF;
}
.p-page-main .p-page__table1 th, .p-page-main .p-page__table1 td {
  padding: 20px 0 20px 10px;
  font-size: 1rem;
  line-height: 1.4;
}
.p-page-main .p-page__table1 th {
	/* [disabled]width: 30%; */
	text-align: left;
}
.p-page-main .p-page__table1 td {
	/* [disabled]width: 70%; */
}
.p-page-main .p-page__table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 80px;
}
.p-page-main .p-page__table2 tr {
  border-bottom: 8px solid #E8ECFA;
}
.p-page-main .p-page__table2 th {
  padding: 20px 0 20px 0px;
  font-size: 1rem;
  line-height: 1.6;
	vertical-align: middle;
	
}
.p-page-main .p-page__table2 td {
  padding: 20px 0 20px 16px;
  font-size: 1rem;
  line-height: 1.6;
	vertical-align: middle;
	
}
.p-page-main .p-page__table2 th {
	color: #fff;
	/* [disabled]width: 30%; */
	text-align: center;
	background: #165CD5;
}
.p-page-main .p-page__table2 td {
	/* [disabled]width: 70%; */
	
}

.p-page-main .p-page__table3 {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  empty-cells: show;
}
.p-page-main .p-page__table3 tr {
  border-bottom: 1px solid #E0E1E2;
}
.p-page-main .p-page__table3 th, .p-page-main .p-page__table3 td {
  padding: 10px 20px 10px 20px;
  font-size: 1rem;
  line-height: 1.6;
	vertical-align:middle;
}
.p-page-main .p-page__table3 th {
	/* [disabled]width: 30%; */
	text-align: left;
}
.p-page-main .p-page__table3 td {
	/* [disabled]width: 70%; */
}

.p-page-main .p-page__faq h4 {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
.p-page-main .p-page__faq h4 span {
  font-size: 1.5rem;
  color: #ff0000;
  margin: 0 10px 0 0;
}
.p-page-main .p-page__faq p {
  font-size: 0.875rem;
  border-left: 1px solid #ff0000;
  margin: 0 0 0 20px;
  padding: 10px 0 10px 10px;
}
.p-page-main .grid-full {
  margin: 0 0 26px;
}
.p-page-main .grid-full p {
  font-size: 1rem;
  text-align: center;
  margin: 5px 0 0;
}
.p-page-main .grid-full .h-type1 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.p-page-main .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-page-main .grid p {
  font-size: 1rem;
  margin: 5px 0 0;
}
.p-page-main .grid > div {
  margin: 0 0 26px;
}
.p-page-main .grid .gcol12 {
  width: 100%;
}
.p-page-main .grid .gcol6 {
  width: 49%;
}
.p-page-main .grid .gcol4 {
  width: 32%;
}
.p-page-main .grid .gcol5 {
  width: 46%;
}
.p-page-main .grid .gcol8 {
  width: 66%;
}
.p-page-main .grid .gcol3 {
  width: 23.5%;
}
.p-page-main .grid .h-type1 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.p-page-main .grid .h-type2 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
}
.p-page-main .grid.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-page-main .grid.center > div {
  margin: 0 2% 26px 0;
}
.p-page-main .grid.center > div:last-child {
  margin: 0 0 26px;
}

/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (max-width: 991px) {
  /* ======================
  project(992)
  =========================*/
  .p-mainvisual {
    padding: 128px 0 72px;
  }
  .p-mainvisual:after {
    height: calc(100% - 71px);
  }

  .p-page-main {
    padding-top: 96px;
  }
  .p-page-main h2 {
    font-size: 1.75rem;
  }
  .p-page-main h2 span {
    font-size: 1rem;
  }
  .p-page-main h2.title2 {
    font-size: 1.25rem;
  }
  .p-page-main h2.title2 span {
    font-size: 2.5rem;
  }
  .p-page-main h3 {
    font-size: 1.25rem;
  }
  .p-page-main .p-list li {
    font-size: 1rem;
    margin-bottom: 6px;
    padding-left: 12px;
  }
  .p-page-main .p-list2 li {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
  .p-page-main .p-top__manufacturing {
    margin-bottom: 160px;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__text-box {
    min-height: 300px;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__right {
    top: 140px;
  }
  .p-page-main .p-page__person .p-person__text {
    font-size: 1.75rem;
  }
  .p-page-main .p-page__person .p-person__body {
    margin-top: 30px;
  }
  .p-page-main .p-page__person .p-person__item {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  /* ======================
  project(768)
  =========================*/
  .p-mainvisual {
    padding: 155px 0 120px;
  }
  .p-mainvisual.-mainvisual01 {
    background: url(../img/common/mainvisual1-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p-mainvisual .p-mainvisual__title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
  }
  .p-mainvisual:after {
    height: calc(100% - 57px);
  }

  .p-breadCrumb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-breadCrumb li {
    font-size: 0.75rem;
  }

  .p-page-main .mt128 {
    margin-top: 64px;
  }
  .p-page-main .mb128 {
    margin-bottom: 64px;
  }
  .p-page-main h2.title1 {
    position: relative;
    padding-top: 0;
  }
  .p-page-main h2.title1 .main {
    white-space: nowrap;
    position: absolute;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .p-page-main h2.title1 span {
    font-size: 1.75rem;
    position: relative;
    z-index: 2;
  }
  .p-page-main .p-page__list {
    grid-template-columns: repeat(1, 1fr);
    ro-wgap: 40px;
  }
  .p-page-main .p-page__list .p-page__item {
    padding: 32px 25px;
  }
  .p-page-main .p-page__list .p-page__text {
    padding: 16px;
  }
  .p-page-main .p-page__list .p-page__text table th, .p-page-main .p-page__list .p-page__text table td {
    display: block;
    width: 100%;
  }
  .p-page-main .p-page__list .p-page__text table td {
    margin-bottom: 32px;
  }
  .p-page-main .p-page__list .p-page__text table tr:last-child td {
    margin-bottom: 0;
  }
  .p-page-main .p-flow__list .p-flow__item {
    display: block;
    margin-bottom: 114px;
  }
  .p-page-main .p-flow__list .p-flow__item:after {
    bottom: -62px;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-page-main .p-flow__list .p-flow__imaage {
    width: 100%;
  }
  .p-page-main .p-flow__list .p-flow__box {
    width: 100%;
    padding: 24px 16px;
    margin-top: 48px;
  }
  .p-page-main .p-flow__list .p-flow__box:before {
    width: 100%;
    height: 1px;
    top: -24px;
    left: 0;
  }
  .p-page-main .p-flow__list .p-flow__title {
    text-align: center;
  }
  .p-page-main .p-page__solution h2 {
    text-align: center;
  }
  .p-page-main .p-page__solution .p-solution__flex {
    background: unset;
    display: block;
    padding: 0;
    margin-top: 24px;
  }
  .p-page-main .p-page__solution .p-solution__left {
    width: 100%;
    background: #fff;
    padding: 30px 16px;
  }
  .p-page-main .p-page__solution .p-solution__right {
    width: 100%;
  }
  .p-page-main .p-page__solution .p-solution__text-box {
    margin-bottom: 32px;
  }
  .p-page-main .p-page__solution .p-solution__text-box h2 {
    font-size: 1.25rem;
    text-align: left;
  }
  .p-page-main .p-page__solution .p-solution__image {
    margin-bottom: 32px;
  }
  .p-page-main .p-page__solution .p-solution__image img {
    -webkit-box-shadow: 16px 16px #165CD5;
            box-shadow: 16px 16px #165CD5;
  }
  .p-page-main .p-top__manufacturing {
    margin-bottom: 48px;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__left {
    width: 100%;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__left h2 {
    font-size: 2rem;
    text-align: center;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__text-box {
    width: calc(100% + 12%);
    margin-left: -6%;
    padding-right: unset;
    padding: 28px 20px;
    padding-bottom: 90px;
    min-height: unset;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__text-box h3 {
    font-size: 1.75rem;
    text-align: center;
  }
  .p-page-main .p-top__manufacturing .p-manufacturing__right {
    position: static;
    top: unset;
    right: unset;
    width: 90%;
    margin-top: -56px;
    margin-inline: auto;
  }
  .p-page-main .p-top__manufacturing.-rev .p-manufacturing__left h2 {
    text-align: center;
  }
  .p-page-main .p-top__manufacturing.-rev .p-manufacturing__text-box {
    padding-left: unset;
    padding: 28px 20px;
    padding-bottom: 90px;
  }
  .p-page-main .p-top__manufacturing.-rev .p-manufacturing__right {
    left: unset;
  }
  .p-page-main .p-page__person .p-person__head {
    display: block;
  }
  .p-page-main .p-page__person .p-person__image {
    width: 100%;
  }
  .p-page-main .p-page__person .p-person__text-box {
    width: 100%;
    padding-top: 15px;
    padding-left: unset;
  }
  .p-page-main .p-page__person .p-text__list {
    margin-bottom: 24px;
  }
  .p-page-main .p-page__person .p-text__item {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .p-page-main .p-page__person .p-person__text {
    font-size: 1.75rem;
  }
  .p-page-main .p-page__person .p-person__body {
    margin-top: 30px;
  }
  .p-page-main .p-page__person .p-person__item {
    padding: 32px 20px;
    min-height: unset;
    width: 100%;
  }
  .p-page-main .p-page__person .p-person__item:nth-child(odd) {
    margin-left: unset;
  }
  .p-page-main .p-page__person .p-person__item h2 {
    font-size: 1.625rem;
    text-align: center;
  }
  .p-page-main .p-page__modal {
    display: block;
  }
  .p-page-main .p-page__modal .p-modal__box {
    width: 100%;
    margin: 0 0 50px;
  }
  .p-page-main .p-page__modal .p-modal__box:last-child {
    margin: 0;
  }
  .p-page-main .p-page__modal table {
    width: 100%;
    margin: 16px 0 0;
  }
  .p-page-main .p-page__modal table th, .p-page-main .p-page__modal table td {
    padding: 0;
    display: block;
  }
  .p-page-main .p-page__modal table th {
    width: 100%;
    padding: 16px 0 0;
  }
  .p-page-main .p-page__modal table td {
    font-size: 0.875rem;
    width: 100%;
    padding: 8px 0 16px;
  }
  .p-page-main .p-page__table1 th, .p-page-main .p-page__table1 td {
    padding: 20px 0 20px 10px;
    display: block;
  }
  .p-page-main .p-page__table1 th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .p-page__table1 td {
    width: 100%;
    padding: 0 0 20px 10px;
  }
  .p-page-main .p-page__table2 th, .p-page-main .p-page__table2 td {
    padding: 21px 0 21px 10px;
    display: block;
  }
  .p-page-main .p-page__table2 th {
    width: 100%;
    font-weight: bold;
  }
  .p-page-main .p-page__table2 td {
    width: 100%;
    padding: 16px 0 16px 10px;
  }
  .p-page-main .p-page__faq h4 {
    font-size: 1.125rem;
  }
  .p-page-main .p-page__faq h4 span {
    font-size: 1.375rem;
  }
  .p-page-main .p-page__faq p {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .p-page-main .grid-full .h-type1 {
    height: 220px;
  }
  .p-page-main .grid .gcol6 {
    width: 100%;
  }
  .p-page-main .grid .gcol4 {
    width: 100%;
  }
  .p-page-main .grid .gcol5 {
    width: 100%;
  }
  .p-page-main .grid .gcol8 {
    width: 100%;
  }
  .p-page-main .grid .gcol3 {
    width: 49%;
  }
  .p-page-main .grid .h-type1 {
    height: 220px;
  }
  .p-page-main .grid .h-type2 {
    height: 120px;
  }
}
/*
  utillity
————————————————————————————————————————— */

.u-screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.u-sp-none992 {
  display: none;
}

.u-sp-none768 {
  display: none;
}

.u-sp-none576 {
  display: none;
}

.u-link-none {
  pointer-events: none;
}

.u-m-auto {
  margin: 0 auto;
}

.u-display-center {
  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%;
}

.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.u-fade {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.u-fade2 {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.u-fade.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.u-fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-up.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fade-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.u-fade-up:nth-child(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.u-fade-up:nth-child(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.u-fade-up:nth-child(4) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.u-fade-up:nth-child(5) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.u-fade-up:nth-child(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.u-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.u-fade-down.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.u-fade-down2 {
  -webkit-transition: all 2s;
  transition: all 2s;
}

.u-fade-lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.u-fade-rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.u-mask-bg {
  color: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.u-mask-bg h2 {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.u-mask-bg img {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.u-mask-bg:after {
  background: #165CD5;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.u-mask-bg.-black:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.u-mask-bg.is-animated:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-animated h2 {
  opacity: 1;
}
.u-mask-bg.is-animated img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.u-mask-bg.is-active:after {
  -webkit-animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.u-mask-bg.is-active h2 {
  opacity: 1;
}
.u-mask-bg.is-active img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}

@keyframes mask-bg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.u-fade-blur {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.u-fade-blur.is-active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
          animation-name: slideTextY100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
/*
  レスポンシブ
————————————————————————————————————————— */
@media screen and (min-width: 992px) {
  /* ======================
  utility(992)
  =========================*/
  .u-sp-none992 {
    display: block;
  }

  .u-pc-none992 {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: none;
  }
}
@media screen and (min-width: 768px) {
  /* ======================
  utility(768)
  =========================*/
  .u-sp-none768 {
    display: block;
  }

  .u-pc-none768 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  /* ======================
  utility(576)
  =========================*/
  .u-sp-none576 {
    display: block;
  }

  .u-pc-none576 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    margin: -1px;
  }

  .u-fade-up-delay1 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }

  .u-fade-up-delay2 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }

  .u-fade-up-delay3 {
    -webkit-transition-delay: unset;
            transition-delay: unset;
  }
}

/*# sourceMappingURL=style.css.map */


/**/
.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
	margin: 0 8px 0 0;
	padding: 0 8px;
	font-weight:500;
}

.news_b {
    border-bottom: 1px solid #ccc;
    margine-bottom: 80px;
    margin-top: 50px;
}

.pcolor {
    color: #165CD5;
}
.fs24 {
	font-size: 2.4rem!important;
}
.fs12 {
	font-size: 1.2rem!important;
}
.fs14 {
	font-size: 1.4rem!important;
}
.fs17 {
	font-size: 1.7rem!important;
}

.fs09 {
	font-size: 0.9rem!important;
}

.fs08 {
	font-size: 0.8rem!important;
}

.min {
	font-family: serif;
}

.bold {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.fs17 {
	font-size: 1.2rem!important;
}
    .fs09 {
	font-size: 0.9rem!important;
}
}


/* contact, reserve */
/*********************
INPUTS
*********************/
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
	display: block;
	/*height: 40px;*/
	line-height: 40px;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
	border: 1px solid #ADABAB;
	width: 100%;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-transition: background-color 0.24s ease-in-out;
	transition: background-color 0.24s ease-in-out;
	padding-left: 5px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:focus, input[type="month"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="week"]:focus, input[type="week"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="color"]:focus, input[type="color"]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
	background-color: #f7f8fa;
}
input[type="text"].error, input[type="text"].is-invalid, input[type="password"].error, input[type="password"].is-invalid, input[type="datetime"].error, input[type="datetime"].is-invalid, input[type="datetime-local"].error, input[type="datetime-local"].is-invalid, input[type="date"].error, input[type="date"].is-invalid, input[type="month"].error, input[type="month"].is-invalid, input[type="time"].error, input[type="time"].is-invalid, input[type="week"].error, input[type="week"].is-invalid, input[type="number"].error, input[type="number"].is-invalid, input[type="email"].error, input[type="email"].is-invalid, input[type="url"].error, input[type="url"].is-invalid, input[type="search"].error, input[type="search"].is-invalid, input[type="tel"].error, input[type="tel"].is-invalid, input[type="color"].error, input[type="color"].is-invalid, select.error, select.is-invalid, textarea.error, textarea.is-invalid, .field.error, .field.is-invalid {
	color: #fbe3e4;
	border-color: #fbe3e4;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_error.png);*/
	outline-color: #fbe3e4;
}
input[type="text"].success, input[type="text"].is-valid, input[type="password"].success, input[type="password"].is-valid, input[type="datetime"].success, input[type="datetime"].is-valid, input[type="datetime-local"].success, input[type="datetime-local"].is-valid, input[type="date"].success, input[type="date"].is-valid, input[type="month"].success, input[type="month"].is-valid, input[type="time"].success, input[type="time"].is-valid, input[type="week"].success, input[type="week"].is-valid, input[type="number"].success, input[type="number"].is-valid, input[type="email"].success, input[type="email"].is-valid, input[type="url"].success, input[type="url"].is-valid, input[type="search"].success, input[type="search"].is-valid, input[type="tel"].success, input[type="tel"].is-valid, input[type="color"].success, input[type="color"].is-valid, select.success, select.is-valid, textarea.success, textarea.is-valid, .field.success, .field.is-valid {
	color: #e6efc2;
	border-color: #e6efc2;
	background-color: white;
	background-position: 99% center;
	background-repeat: no-repeat;
	/*background-image: url(../img/common/ask/ask_ok.png);*/
	outline-color: #e6efc2;
}
input[type="text"][disabled], input[type="text"].is-disabled, input[type="password"][disabled], input[type="password"].is-disabled, input[type="datetime"][disabled], input[type="datetime"].is-disabled, input[type="datetime-local"][disabled], input[type="datetime-local"].is-disabled, input[type="date"][disabled], input[type="date"].is-disabled, input[type="month"][disabled], input[type="month"].is-disabled, input[type="time"][disabled], input[type="time"].is-disabled, input[type="week"][disabled], input[type="week"].is-disabled, input[type="number"][disabled], input[type="number"].is-disabled, input[type="email"][disabled], input[type="email"].is-disabled, input[type="url"][disabled], input[type="url"].is-disabled, input[type="search"][disabled], input[type="search"].is-disabled, input[type="tel"][disabled], input[type="tel"].is-disabled, input[type="color"][disabled], input[type="color"].is-disabled, select[disabled], select.is-disabled, textarea[disabled], textarea.is-disabled, .field[disabled], .field.is-disabled {
	cursor: not-allowed;
	border-color: #cfcfcf;
	opacity: 0.6;
}
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active, input[type="password"][disabled]:focus, input[type="password"][disabled]:active, input[type="password"].is-disabled:focus, input[type="password"].is-disabled:active, input[type="datetime"][disabled]:focus, input[type="datetime"][disabled]:active, input[type="datetime"].is-disabled:focus, input[type="datetime"].is-disabled:active, input[type="datetime-local"][disabled]:focus, input[type="datetime-local"][disabled]:active, input[type="datetime-local"].is-disabled:focus, input[type="datetime-local"].is-disabled:active, input[type="date"][disabled]:focus, input[type="date"][disabled]:active, input[type="date"].is-disabled:focus, input[type="date"].is-disabled:active, input[type="month"][disabled]:focus, input[type="month"][disabled]:active, input[type="month"].is-disabled:focus, input[type="month"].is-disabled:active, input[type="time"][disabled]:focus, input[type="time"][disabled]:active, input[type="time"].is-disabled:focus, input[type="time"].is-disabled:active, input[type="week"][disabled]:focus, input[type="week"][disabled]:active, input[type="week"].is-disabled:focus, input[type="week"].is-disabled:active, input[type="number"][disabled]:focus, input[type="number"][disabled]:active, input[type="number"].is-disabled:focus, input[type="number"].is-disabled:active, input[type="email"][disabled]:focus, input[type="email"][disabled]:active, input[type="email"].is-disabled:focus, input[type="email"].is-disabled:active, input[type="url"][disabled]:focus, input[type="url"][disabled]:active, input[type="url"].is-disabled:focus, input[type="url"].is-disabled:active, input[type="search"][disabled]:focus, input[type="search"][disabled]:active, input[type="search"].is-disabled:focus, input[type="search"].is-disabled:active, input[type="tel"][disabled]:focus, input[type="tel"][disabled]:active, input[type="tel"].is-disabled:focus, input[type="tel"].is-disabled:active, input[type="color"][disabled]:focus, input[type="color"][disabled]:active, input[type="color"].is-disabled:focus, input[type="color"].is-disabled:active, select[disabled]:focus, select[disabled]:active, select.is-disabled:focus, select.is-disabled:active, textarea[disabled]:focus, textarea[disabled]:active, textarea.is-disabled:focus, textarea.is-disabled:active, .field[disabled]:focus, .field[disabled]:active, .field.is-disabled:focus, .field.is-disabled:active {
	background-color: #d5edf8;
}
input[type="password"] {
	letter-spacing: 0.3em;
}

.button {
	width: 320px;
	max-width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 1em 1em;
	color: #000000;
	background: #FFE660;
	border: none;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.button:hover {
	color: #000000;
	background: #FFCD06;
	box-sizing: border-box;
	text-transform: uppercase;
	border-radius: 5px;
	background-clip: padding-box;
	cursor: pointer;
	font-size: 16px;
}
.submit_box {
	margin: 2em 0 1em;
}



/* sitemap */
@media screen and (min-width: 768px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		width: 780px;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		width: 750px;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.smap {
		margin-left: 5px;
		margin-bottom: 20px;
	}
	.smap ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.smap li {
		margin: 0;
		padding-bottom: 5px;
	}
	.smap a {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap .nolink {
		display: block;
		color: #000000;
		padding: 10px 10px;
		text-decoration: none;
		margin-bottom: 5px;
		margin-top: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		background-image: none;
	}
	.smap a:hover {
		color: #333;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}
	.smap ul ul {
		margin-left: 20px;
		padding: 0;
		list-style-type: none;
	}
	.smap li li a {
		display: block;
		color: #333;
		padding: 10px 10px;
		margin: 0;
		text-decoration: none;
		border-left-width: 1px;
		border-top-style: none;
		border-bottom-style: dotted;
		border-left-style: solid;
		border-left-color: #CCCCCC;
		border-bottom-width: 1px;
		border-bottom-color: #CCCCCC;
	}
	/* 第一階層 */
	.smap>li>a {
		font-size: 1.6rem;
		font-weight: bold;
	}
}

.gmap{
position: relative;
width: 100%;
height: 0;
padding-top: 80%;/*比率をお好みで*/
}
.gmap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



#li02 {
  list-style: none;
  display: flex;
	margin-top: 10px;
}
 
#li02 li {
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-right: 5px;
	text-decoration: none;
	color: #212121;
	border: 1px solid #D50D11;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.6;
}
 
@media screen and (max-width: 767px) {
	#li02 li {
  
	font-size: 12px;
}
}

.ybe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.ybe iframe {
  width: 100%;
  height: 100%;
}


.center {
    text-align: center;
}

.left {
	text-align: left;
}


/*
  お知らせ
————————————————————————————————————————— */
.p-news .p-news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  padding-left: 0;
  border-bottom: 1px solid #CCCCCC;
}
.p-news .p-news__cate {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 80px;
  padding: 6px 0;
  margin-right: 24px;
}
.p-news .p-news__cate.news {
  background: #FFA900;
}
.p-news .p-news__cate.product {
  background: #FF6600;
}
.p-news .p-news__cate.other {
  background: #14A6DF;
}
.p-news .p-news__date {
  font-size: 0.875rem;
  display: block;
  margin: 0 45px 0 0;
}
.p-news .p-news__title {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.p-pagenation ul {
  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%;
  margin-top: 100px;
}
.p-pagenation li {
  margin-right: 14px;
}
.p-pagenation li:last-child {
  margin-right: 0;
}
.p-pagenation li .page-numbers {
  width: 40px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  color: #165CD5;
  border: solid 1px #165CD5;
}
.p-pagenation li .page-numbers.current {
  background-color: #165CD5;
  color: #fff;
}
.p-pagenation li .next,
.p-pagenation li .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  color: #165CD5;
  background-color: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: unset;
  border: unset;
  white-space: nowrap;
}
.p-news__datail .p-news__date {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  margin: 0 0 25px;
  color: #165CD5;
}
.p-news__datail .p-news__title {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1.4;
  position: relative;
  color: #000;
}
.p-news__datail .p-news__title:before {
  content: '';
  display: inline-block;
  background: #165CD5;
  width: 144px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-news__datail .p-news__content {
  margin: 60px 0 0;
}
.p-news__datail .p-news__content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.p-news__datail .p-news__content img {
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px) {
  .p-news .p-news__body {
    height: 362px;
    margin-top: 0;
  }
  .p-news .p-news__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
  }
  .p-news .p-news__cate {
    margin-right: 12px;
  }
  .p-news .p-news__date {
    font-size: 0.875rem;
    margin: 0;
  }
  .p-news .p-news__title {
    font-size: 0.75rem;
    width: 100%;
    margin-top: 8px;
  }
  .p-pagenation {
    margin-top: 30px;
  }
  .p-pagenation li .page-numbers {
    margin-right: 12px;
    font-size: 1.25rem;
    padding: 5px;
    line-height: 26px;
  }
  .p-pagenation li .next,
  .p-pagenation li .prev {
    font-size: 1.125rem;
  }
  .p-news__datail .p-news__title {
    font-size: 1.75rem;
  }
}