@charset "UTF-8";
/* ベース */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  color: #333;
  word-break: break-all;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", "メイリオ", Verdana, sans-serif !important;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 16px;
  }
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #3e3a39;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub, sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

iframe {
  vertical-align: top;
}

input, button {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
}

/*  リセット */
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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1.2;
  counter-reset: followupnum;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: top;
  max-width: 100%;
}

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

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

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

/*  メディアクエリ  */
@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1026px) {
  .hd-sp {
    display: none !important;
  }
}

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

@media screen and (max-width: 1025px) {
  .hd-pc {
    display: none !important;
  }
}

/*　汎用　*/
a:hover {
  opacity: 0.7;
}

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

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

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

.u-font--m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-red {
  color: red;
}

.cg {
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif !important;
}

/*  メディアクエリ  */
@media screen and (min-width: 800px) {
  .sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1026px) {
  .hd-sp {
    display: none !important;
  }
}

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

@media screen and (max-width: 1025px) {
  .hd-pc {
    display: none !important;
  }
}

/*　メイン　*/
.l-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.l-main {
  position: relative;
  transition: all 0.2s;
}

@media screen and (max-width: 899px) {
  .l-main {
    transition: all 0.2s;
  }
}

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

.l-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 799px) {
  .l-section {
    padding: 30px 10px 20px;
  }
  .l-section__inner {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 799px) {
  .l-section__base {
    padding: 20px;
  }
}

@media screen and (max-width: 1025px) {
  .l-main {
    position: relative;
    margin-top: 50px;
  }
}

/*ヘッダー*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  border-top: solid 2px #284ca9;
  width: 100%;
  z-index: 2000;
}

.l-header__hd {
  position: relative;
  padding: 0;
  width: 100%;
  justify-content: flex-start;
}

.l-header__hd__top {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.l-header__hd__top__logo {
  width: 20%;
  height: auto;
  margin-left: 70px;
  padding: 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 799px) {
  .l-header__hd__top__logo {
    width: 100%;
    margin-top: 10px;
  }
}

.l-header__hd__top__logo a {
  display: block;
}

.l-header__hd__top__logo p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}

.l-header__hd__top__pcnav .hd-tel-lan {
  display: flex;
  justify-content: flex-end;
}

.l-header__hd__top__pcnav .hd-tel-lan div {
  margin: 10px 10px 0;
}

.l-header__hd__top__pcnav .pc-nav-list ul {
  display: flex;
  margin-top: 20px;
}

.l-header__hd__top__pcnav .pc-nav-list ul li {
  margin: 0 10px;
}

.l-header__hd__top__pcnav .pc-nav-list ul li span {
  border-bottom: dotted 1px #007eb1;
}

.l-header__hd__gnavi {
  height: 50px !important;
  background: none !important;
}

.l-header__hd__gnavi .-menubtn {
  width: 55px;
  height: 75px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 4000;
  color: #fff;
  background: #284ca9;
  border: solid 2px #284ca9;
  border-top: none;
  cursor: pointer;
  transition: all 0.4s;
}

.l-header__hd__gnavi .-menubtn::before {
  content: 'MENU';
  position: absolute;
  bottom: 2px;
  left: 0;
  font-size: 10px;
  width: 100%;
  text-align: center;
  transition: all 1s;
  color: #fff;
}

.l-header__hd__gnavi .-menubtn > span {
  position: absolute;
  width: 27px;
  height: 4px;
  left: 0;
  background: #fff;
  transition: all .4s;
  box-sizing: border-box;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20%;
}

.l-header__hd__gnavi .-menubtn > span:nth-of-type(1) {
  top: 23px;
}

.l-header__hd__gnavi .-menubtn > span:nth-of-type(2) {
  top: 29.5px;
}

.l-header__hd__gnavi .-menubtn > span:nth-of-type(3) {
  top: 35.5px;
}

.l-header__hd__gnavi .-menubtn.active {
  left: 300px;
  transition: all 0.4s;
  background: #284ca9;
}

.l-header__hd__gnavi .-menubtn.active::before {
  content: 'CLOSE';
  color: #fff;
}

.l-header__hd__gnavi .-menubtn.active > span {
  background: #fff;
}

.l-header__hd__gnavi .-menubtn.active > span:nth-of-type(1) {
  transform: translateY(6.5px) rotate(-45deg);
  height: 6px;
}

.l-header__hd__gnavi .-menubtn.active > span:nth-of-type(2) {
  opacity: 0;
}

.l-header__hd__gnavi .-menubtn.active > span:nth-of-type(3) {
  transform: translateY(-6.5px) rotate(45deg);
  height: 6px;
}

.l-header__hd__gnavi__menu {
  z-index: 9000 !important;
  position: fixed;
  top: 2px;
  right: -300px;
  max-width: 300px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  transition: all 0.4s;
}

.l-header__hd__gnavi__menu.active {
  left: 0;
  transition: all 0.4s;
}

.l-header__hd__gnavi__menu p {
  background: #efefef;
  padding: 10px;
}

.l-header__hd__gnavi__menu > ul {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  display: block;
}

.l-header__hd__gnavi__menu > ul li {
  position: relative;
  width: 100%;
}

.l-header__hd__gnavi__menu > ul li::before {
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: '';
}

.l-header__hd__gnavi__menu > ul li + li {
  border-top: 1px solid #ccc;
}

.l-header__hd__gnavi__menu > ul li a {
  padding: 15px 10px;
  text-align: left;
  font-size: 14px;
  display: block;
  color: #333;
}

.l-header__hd__gnavi__menu > ul li a:hover {
  cursor: pointer;
  color: #fff;
  background: #284ca9;
}

.l-header__hd__gnavi__menu a:hover {
  cursor: default;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease;
  height: 90px;
  border-top: solid 2px #284ca9;
  border-bottom: solid 1px #284ca9;
}

/*
  .hidden {
    background: none;
    transition: all 0.5s ease;
    border-bottom: none;
  }
*/
/* フッター */
.l-footer {
  background: #007eb1;
  text-align: center;
  padding-top: 30px;
  margin-top: 100px;
  /*
    
*/
}

@media screen and (max-width: 799px) {
  .l-footer {
    margin-top: 70px;
  }
}

.l-footer__nav ul {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 1200px;
  border-bottom: solid #fff 1px;
  padding-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .l-footer__nav ul {
    flex-wrap: wrap;
    margin: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 799px) {
  .l-footer__nav ul li {
    width: 45%;
    text-align: left;
    font-size: 0.8em;
  }
}

.l-footer__nav ul li a {
  color: #fff;
  display: block;
  padding: 5px 0 5px 20px;
  background: url(../img/footer-arrow.png) no-repeat left top 5px;
  margin: 0 20px;
}

@media screen and (max-width: 799px) {
  .l-footer__nav ul li a {
    margin: 0;
  }
}

.l-footer__nav ul li:nth-child(1) a {
  background: url(../img/footer-home.png) no-repeat left top;
  padding-left: 25px;
}

.l-footer__contact {
  padding-bottom: 30px;
  border-bottom: dotted 1px #fff;
}

.l-footer__contact p a {
  background: #284ca9;
  border-radius: 10px;
  color: #fff;
  width: 240px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 30px auto;
  display: block;
}

.l-footer__contact ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .l-footer__contact ul {
    display: block;
  }
}

.l-footer__contact ul li {
  margin: 0 20px;
}

@media screen and (max-width: 799px) {
  .l-footer__contact ul li {
    margin-bottom: 10px;
  }
}

.l-footer .-copyright {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .l-footer .-copyright {
    padding: 30px 20px;
  }
}

.-btn {
  margin-top: 30px;
}

.-btn a {
  background: #fafafa;
  border: solid #333 1px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition-duration: 0.8s;
}

.-btn a:hover {
  color: #fff;
  background: #333;
}

.-btn a::after {
  width: 1px;
  height: 40px;
  background: #333;
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  right: -8px;
}

.-btn a::before {
  width: 140px;
  height: 1px;
  background: #333;
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 6px;
}

.-btn__contact a {
  width: 180px;
}

.-btn__contact a::before {
  width: 180px;
}

.submit-btn {
  margin-top: 30px;
}

@media screen and (max-width: 799px) {
  .submit-btn {
    margin-top: 0;
  }
}

.submit-btn .ajax-loader {
  display: none;
}

.submit-btn p {
  background: #fafafa;
  border: solid #284ca9 1px;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  transition-duration: 0.8s;
}

.submit-btn p input[type="submit"] {
  background: none;
  display: block;
  width: 100%;
  padding: 10px 0;
}

.submit-btn p:hover {
  background: #284ca9;
}

.submit-btn p:hover input[type="submit"] {
  color: #fff;
}

.submit-btn p::after {
  width: 1px;
  height: 40px;
  background: #284ca9;
  position: absolute;
  content: "";
  display: block;
  top: 5px;
  right: -8px;
}

.submit-btn p::before {
  width: 140px;
  height: 1px;
  background: #284ca9;
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 6px;
}

.headline2 span {
  font-size: 32px;
  border-bottom: solid 1px #284ca9;
  display: inline-block;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .headline2 span {
    font-size: 22px;
  }
}

.headline2_2 {
  width: 450px;
  margin: 50px auto 80px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .headline2_2 {
    width: 100%;
    margin: 30px 0;
  }
}

.headline2_2 span {
  display: block;
  padding-top: 5px;
  margin-top: 5px;
  border-top: solid #284ca9 1px;
}

.headline2_2 strong {
  font-size: 32px;
  font-weight: bold;
}

.headline3 {
  width: 320px;
  margin: 60px auto 30px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .headline3 {
    width: 100%;
    margin: 40px auto 20px auto;
  }
}

.headline3 span {
  display: block;
  padding-top: 5px;
  margin-top: 5px;
  border-top: solid #284ca9 1px;
  color: #284ca9;
}

.headline3 strong {
  font-size: 28px;
  font-weight: bold;
}

.p-home .l-main {
  margin-top: 90px;
}

.p-home .l-section h2.home-headline {
  text-align: center;
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif !important;
  font-size: 36px;
  color: #284ca9;
  margin-bottom: 40px;
}

.p-home .l-section h2.home-headline span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif !important;
  font-size: 14px;
  color: #333;
  display: block;
}

.p-home .l-section__main {
  padding-top: 0;
  border-bottom: 5px solid #e8e8e8;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__main {
    padding: 0;
  }
}

.p-home .l-section__main ul li {
  text-align: center;
  background: url(../img/home/main__bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__main ul li {
    background-size: cover;
  }
}

.p-home .l-section__00 h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.7;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__00 h2 {
    font-size: 20px;
  }
}

.p-home .l-section__1 h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__1 h2 {
    width: 60%;
    margin-bottom: 15px;
  }
}

.p-home .l-section__1 dl {
  display: flex;
  border-top: solid 1px #a2a2a2;
  padding: 10px 0;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__1 dl {
    display: block;
    border-bottom: solid 1px #a2a2a2;
  }
}

.p-home .l-section__1 dl.-last {
  border-bottom: solid 1px #a2a2a2;
}

.p-home .l-section__1 dl dt {
  margin-right: 80px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__1 dl dt {
    margin-bottom: 10px;
  }
}

.p-home .l-section__1 dl dt span {
  background: #007eb1;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-left: 40px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__1 dl dt span {
    font-size: 0.6em;
    padding: 2px 5px;
    margin-left: 20px;
  }
}

.p-home .l-section__1 dl dd a:hover {
  color: #0066cb;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__1 dl dd {
    margin-bottom: 10px;
  }
}

.p-home .l-section__2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-home .l-section__2 ul li {
  width: 270px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__2 ul li {
    width: 49%;
  }
}

.p-home .l-section__2 ul li a {
  display: block;
  border-top: 2px solid #007eb1;
  margin-bottom: 40px;
  margin: 0 15px 40px;
}

.p-home .l-section__2 ul li a p {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

.p-home .l-section__3 h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__3 h3 {
    font-size: 20px;
  }
}

.p-home .l-section__3 ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__3 ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 799px) {
  .p-home .l-section__3 ul li {
    width: 49%;
  }
}

.p-home .l-section__3 ul li a {
  display: block;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__3 ul li a {
    margin-bottom: 40px;
  }
}

.p-home .l-section__3 ul li a p {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}

.p-home .l-section__4 div.-box {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__4 div.-box {
    display: block;
  }
}

.p-home .l-section__4 div.-box div {
  margin: 0 20pX;
}

.p-home .l-section__4 div.-box div p {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .p-home .l-section__4 div.-box div p {
    font-size: 16px;
    text-align: center;
  }
}

/*製品紹介*/
.p-product .l-section__1 {
  background: #e7e5e5;
}

.p-product .l-section__1 .l-section__inner {
  max-width: 1000px;
}

.p-product .l-section__1 ul li {
  display: flex;
  padding-bottom: 70px;
}

@media screen and (max-width: 799px) {
  .p-product .l-section__1 ul li {
    display: block;
  }
}

.p-product .l-section__1 ul li div.-pic {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 799px) {
  .p-product .l-section__1 ul li div.-pic {
    width: 100%;
  }
}

.p-product .l-section__1 ul li div.-text {
  margin-top: 60px;
}

@media screen and (max-width: 799px) {
  .p-product .l-section__1 ul li div.-text {
    margin-top: 20px;
  }
}

.p-product .l-section__1 ul li div.-text h3 {
  margin: 10px 0 30px 0;
  font-weight: bold;
  font-size: 32px;
}

.p-product .l-section__1 ul li div.-text h3 span {
  display: inline-block;
  border-bottom: solid #284ca9 1px;
}

.p-product .l-section__1 ul li div.-text h4 {
  font-weight: bold;
  color: #007eb1;
  margin-bottom: 20px;
}

.p-product .l-section__1 ul li div.-text p {
  font-size: 14px;
  line-height: 1.6;
}

.p-product .l-section__1 ul li div.-text p.list-text {
  font-size: 18px;
}

.p-product .l-section__1 ul li div.-text .-btn a {
  margin: 0;
}

@media screen and (max-width: 799px) {
  .p-product .l-section__1 ul li div.-text .-btn a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .p-product .l-section__1 ul li:nth-child(2) .-pic {
    order: 2;
  }
  .p-product .l-section__1 ul li:nth-child(2) .text {
    order: 1;
  }
}

.p-product .l-footer {
  margin-top: 0 !important;
}

/****　事業内容　****/
.p-business {
  background: #e7e5e5;
}

.p-business .l-section__inner {
  max-width: 1000px;
}

.p-business h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .p-business h3 {
    font-size: 24px;
  }
}

.p-business div.-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .p-business div.-box {
    display: block;
  }
}

.p-business div.-box div.-text {
  width: 72%;
}

@media screen and (max-width: 799px) {
  .p-business div.-box div.-text {
    width: 100%;
  }
}

.p-business div.-box div.-text h4 {
  font-size: 22px;
  padding: 10px 0 10px 10px;
  color: #fff;
  font-weight: bold;
  background: #284ca9;
}

@media screen and (max-width: 799px) {
  .p-business div.-box div.-text h4 {
    font-size: 20px;
  }
}

.p-business div.-box div.-text h5 {
  font-size: 18px;
  padding: 10px 0 10px 10px;
  border-bottom: solid 2px #007eb1;
}

.p-business div.-box div.-text p {
  padding: 10px 0 10px 10px;
}

.p-business div.-box div.-text p a {
  color: #007eb1;
  text-decoration: underline;
}

@media screen and (max-width: 799px) {
  .p-business div.-box div.-pic {
    text-align: center;
  }
}

@media screen and (min-width: 800px) {
  .p-business div.-box:nth-of-type(2n) div.-text {
    order: 2;
  }
  .p-business div.-box:nth-of-type(2n) div.-pic {
    order: 1;
  }
}

.p-business .l-footer {
  margin-top: 0 !important;
}

.p-company {
  background: #e7e5e5;
}

.p-company .l-section__inner {
  max-width: 1000px;
}

.p-company .l-section__2 h3 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__2 h3 {
    font-size: 24px;
  }
}

.p-company .l-section__2 p {
  line-height: 1.4;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__2 p {
    text-align: left !important;
  }
}

.p-company .l-section__2 .-box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__2 .-box-wrap {
    display: block;
  }
}

.p-company .l-section__2 .-box-wrap__item {
  width: 45%;
  border: solid 1px #284ca9;
  background: #f7fdff;
  padding: 20px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__2 .-box-wrap__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-company .l-section__2 .-box-wrap__item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-company .l-section__2 .-box-wrap__item h4 span {
  color: #284ca9;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.p-company .l-section__2 .-box-wrap__item ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.p-company .l-section__2 .-box-wrap__item ol li {
  margin-bottom: 20px;
}

.p-company .l-section__1 dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  border-bottom: dotted 1px #284ca9;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__1 dl {
    width: 100%;
    max-width: none;
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
  }
}

.p-company .l-section__1 dl dt {
  width: 180px;
  border-right: solid 1px #284ca9;
  padding-left: 5px;
  font-weight: bold;
  color: #007eb1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__1 dl dt {
    width: 100%;
    background: #284ca9;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-right: none;
  }
}

.p-company .l-section__1 dl dd {
  font-size: 14px;
  padding: 15px 0 15px 60px;
  line-height: 1.4em;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__1 dl dd {
    padding: 10px;
  }
}

.p-company .l-section__1 dl dd strong {
  font-weight: bold;
  font-size: 1.1em;
}

.p-company .l-section__1 dl dd span {
  font-size: 0.85em;
}

.p-company .l-section__1 dl dd p {
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__1 dl dd p {
    line-height: 1.5;
  }
}

.p-company .l-section__1 dl dd a {
  color: #007eb1;
  text-decoration: underline;
}

.p-company .l-section__1 dl:last-of-type {
  border-bottom: none;
}

.p-company .l-section__3 h3 {
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__3 h3 {
    font-size: 24px;
  }
}

.p-company .l-section__3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__3 ul {
    justify-content: space-around;
  }
}

.p-company .l-section__3 ul li {
  margin-bottom: 12px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__3 ul li {
    width: 46%;
  }
}

.p-company .l-section__4 .address {
  display: flex;
  text-align: left;
  margin: 30px auto 0;
  padding-bottom: 30px;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__4 .address {
    display: block;
  }
}

.p-company .l-section__4 .address > .-box {
  margin: 0 12px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__4 .address > .-box {
    width: 90%;
    margin: 0 auto 40px;
  }
}

.p-company .l-section__4 .address .-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__4 .address .-flex-box {
    display: block;
  }
}

.p-company .l-section__4 .address .-flex-box .-text {
  padding-left: 20px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__4 .address .-flex-box .-text {
    padding-left: 0;
    margin-top: 10px;
  }
}

.p-company .l-section__4 .address .-flex-box .-text p {
  margin-bottom: 10px;
  font-size: 14px;
}

.p-company .l-section__4 .address .-flex-box .-text div p {
  padding: 3px 0 0 20px;
  margin-right: 20px;
}

.p-company .l-section__4 .address .-flex-box .-text div p.-tel {
  background: url(../img/company/tel.png) no-repeat left top;
}

.p-company .l-section__4 .address .-flex-box .-text div p.-fax {
  background: url(../img/company/fax.png) no-repeat left top;
}

.p-company .l-section__4 .address .pic-box {
  align-items: start;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__4 .address .pic-box {
    margin-bottom: 30px;
  }
}

.p-company .l-section__4 .address .pic-box div {
  text-align: center;
}

.p-aspen {
  background: #e7e5e5;
}

.p-aspen .l-section__main {
  padding-top: 0;
  margin-top: 90px;
}

.p-aspen .l-section__main h2 {
  text-align: center;
  font-size: 42px;
  padding: 50px 0;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__main h2 {
    font-size: 28px;
    padding: 30px 0;
  }
}

.p-aspen .l-section__main h2 span {
  border-bottom: dotted #284ca9 1px;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__main h2 span {
    display: block;
  }
}

.p-aspen .l-section__main ul li:nth-child(1) {
  background: #424242;
  text-align: center;
}

.p-aspen .l-section__1 {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
}

.p-aspen .l-section__1 h3 {
  width: 300px;
  background: #284ca9;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}

.p-aspen .l-section__1 h3 span {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px #fff solid;
  width: 300px;
}

.p-aspen .l-section__1 p.sec1--text1 {
  line-height: 1.8em;
}

.p-aspen .l-section__1 div.-box {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__1 div.-box {
    display: block;
  }
}

.p-aspen .l-section__1 div.-box > div {
  width: 45%;
  background: #f7fdff;
  border: solid #284ca9 1px;
  padding: 10px;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__1 div.-box > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.p-aspen .l-section__1 div.-box > div h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

.p-aspen .l-section__1 div.-box > div h4 span {
  font-size: 0.7em;
  color: #284ca9;
  margin-left: 10px;
  display: block;
}

.p-aspen .l-section__1 div.-box > div p {
  line-height: 1.5em;
}

.p-aspen .l-section__2 dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  border-bottom: dotted 1px #284ca9;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__2 dl {
    width: 100%;
    max-width: none;
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
  }
}

.p-aspen .l-section__2 dl dt {
  width: 180px;
  border-right: solid 1px #284ca9;
  padding-left: 5px;
  font-weight: bold;
  color: #007eb1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__2 dl dt {
    width: 100%;
    background: #284ca9;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-right: none;
  }
}

.p-aspen .l-section__2 dl dd {
  font-size: 14px;
  padding: 15px 0 15px 60px;
  line-height: 1.4em;
}

@media screen and (max-width: 799px) {
  .p-aspen .l-section__2 dl dd {
    padding: 10px;
  }
}

.p-aspen .l-section__2 dl dd span {
  font-weight: bold;
}

.p-aspen .l-section__2 dl:last-of-type {
  border-bottom: none;
}

.p-contact {
  background: #e7e5e5;
}

.p-contact .l-section__1 div.tel-box {
  width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  background: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__1 div.tel-box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-contact .l-section__1 .form-box {
  margin: 60px 0;
}

.p-contact .l-section__1 .form-box dl {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  border-bottom: dotted 1px #284ca9;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__1 .form-box dl {
    max-width: auto;
    display: block;
    border-bottom: none;
    margin-bottom: 20px;
  }
}

.p-contact .l-section__1 .form-box dl dt {
  width: 290px;
  border-right: solid 1px #284ca9;
  padding-left: 5px;
  font-weight: bold;
  color: #007eb1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__1 .form-box dl dt {
    width: 100%;
    border-right: none;
    color: #fff;
    background: #284ca9;
    padding: 10px;
  }
}

.p-contact .l-section__1 .form-box dl dt span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #284ca9;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__1 .form-box dl dt span {
    background: #fff;
    color: #284ca9;
    padding: 5px;
  }
}

.p-contact .l-section__1 .form-box dl dd {
  font-size: 14px;
  padding: 15px 0 15px 30px;
  line-height: 1.4em;
  width: 500px;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__1 .form-box dl dd {
    width: 100%;
    padding: 10px;
  }
}

.p-contact .l-section__1 .form-box dl dd span {
  font-weight: bold;
}

.p-contact .l-section__1 .form-box dl dd input[type="text"], .p-contact .l-section__1 .form-box dl dd input[type="tel"], .p-contact .l-section__1 .form-box dl dd input[type="email"], .p-contact .l-section__1 .form-box dl dd textarea {
  background: #fafafa;
  border: none;
  width: 100%;
  padding: 5px 0;
}

.p-contact .l-section__1 .form-box dl:last-of-type {
  border-bottom: none;
}

.p-privacy {
  background: #e7e5e5;
}

.p-privacy .l-section {
  max-width: 1000px;
  margin: 0 auto;
}

.p-privacy .l-section h3 {
  color: #007eb1;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-privacy .l-section p {
  margin-bottom: 30px;
}

.p-404__sec1 div h2 {
  text-align: center;
  margin-top: 150px;
  font-size: 1.8em;
  font-weight: bold;
  color: #284ca9;
  margin-bottom: 100px;
}

.p-info h2 {
  margin: 50px 0 20px;
}

@media screen and (max-width: 799px) {
  .p-info h2 {
    width: 60%;
    margin-bottom: 15px;
  }
}

.p-info ul li dl {
  display: flex;
  border-top: solid 1px #a2a2a2;
  padding: 10px 0;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-info ul li dl {
    display: block;
  }
}

.p-info ul li dl.-last {
  border-bottom: solid 1px #a2a2a2;
}

.p-info ul li dl dt {
  margin-right: 80px;
}

@media screen and (max-width: 799px) {
  .p-info ul li dl dt {
    margin-bottom: 10px;
  }
}

.p-info ul li dl dt span {
  background: #007eb1;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  margin-left: 40px;
}

@media screen and (max-width: 799px) {
  .p-info ul li dl dt span {
    font-size: 0.6em;
    padding: 2px 5px;
    margin-left: 20px;
  }
}

.p-info ul li dl dd a:hover {
  color: #0066cb;
}

@media screen and (max-width: 799px) {
  .p-info ul li dl dd {
    margin-bottom: 10px;
  }
}

.l-section__single {
  max-width: 1200px;
  margin: 0 auto;
}

.l-section__single h2 {
  margin: 50px 0;
}

.l-section__single h3 {
  font-weight: bold;
  color: #284ca9;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: solid 1px #284ca9;
}

.l-section__single h3 span {
  vertical-align: bottom;
}

.l-section__single h3 span:nth-of-type(2) {
  font-size: 0.8em;
  font-weight: normal;
  color: #333;
  display: inline-block;
  padding-left: 10px;
}

.l-section__single .-btn {
  margin-top: 60px;
}

.wpcf7 form .wpcf7-response-output {
  background: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.p-contact .grecaptcha-badge {
  display: block !important;
}
