@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75% !important;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
  text-rendering: auto;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  color: #000;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.0;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: distribute;
  overflow: hidden;
}

input, select, option, textarea {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

a, a * {
  transition-property: color, border-color, background-color, opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

a {
  color: #004395;
  text-decoration: underline;
}

a:visited {
  color: #004eaf;
}

a:hover {
  outline: 0;
  color: #00387c;
  text-decoration: none;
}

a:active {
  outline: 0;
  color: #F4F4F4;
}

::selection {
  background-color: #001732;
  color: #fff;
}

p + img {
  margin-top: 25px;
}

html:before,
html:after,
body:before,
body:after {
  position: fixed;
  display: block;
  background: #002E65;
  content: '';
}

.page {
  position: relative;
}

.pageheadline {
  background-image: url(../images/pageheadline.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#service .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#company .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#works .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#recruit .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#contact .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#privacy .pageheadline {
  background-image: url(../images/pageheadline.png);
}

#news .pageheadline {
  background-image: url(../images/pageheadline.png);
}

h2, h3, h4, h5 {
  font-size: 2.0rem;
}

h2.h_main, h3.h_main, h4.h_main, h5.h_main {
  font-size: 1.6rem;
  font-weight: normal;
}

h2.h_main span, h3.h_main span, h4.h_main span, h5.h_main span {
  font-family: "Avenir-Light", sans-serif;
  font-size: 2.2rem;
  padding-right: 3px;
}

.pagetitle h2, .pagetitle h3, .pagetitle h4, .pagetitle h5 {
  color: #fff;
}

.pageheadline h2, .pageheadline h3, .pageheadline h4, .pageheadline h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 450px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 auto;
  padding-top: 170px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.pageheadline h2 span, .pageheadline h3 span, .pageheadline h4 span, .pageheadline h5 span {
  font-family: "Avenir-Light", sans-serif;
  font-weight: bold;
  font-size: 3.0rem;
  padding: 0;
}

h2.h_default, h3.h_default, h4.h_default, h5.h_default {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.5;
}

h2.h_default + p, h3.h_default + p, h4.h_default + p, h5.h_default + p {
  margin-top: 30px;
}

h2.bg_main, h3.bg_main, h4.bg_main, h5.bg_main {
  background: #002E65;
  color: #fff;
  font-size: 2.6rem;
  padding: 14px 30px;
}

h2.border, h3.border, h4.border, h5.border {
  font-size: 2.6rem;
  padding: 30px 0;
  border-top: 5px solid #000;
  border-bottom: 1px dashed #000;
}

h2.border-t, h3.border-t, h4.border-t, h5.border-t {
  padding: 30px 0 15px;
  border-top: 1px dashed #000;
}

.pagetitle {
  position: relative;
  margin-top: 50px;
}

.pagetitle:before {
  position: absolute;
  background: #002E65;
  top: 0;
  right: 60%;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

.pagetitle .h_main {
  display: inline-block;
  position: relative;
  background: #002E65;
  padding-right: 100px;
  height: 60px;
  line-height: 60px;
}

.pagetitle .h_main:before {
  position: absolute;
  top: -10px;
  right: -250px;
  width: 300px;
  height: 0;
  border-top: 80px solid #fff;
  border-left: 45px solid transparent;
  content: "";
}

.l-inner {
  margin: 0 auto;
  width: 1260px;
}

header {
  position: fixed;
  width: 100%;
  padding: 0 50px;
  z-index: 999;
}

header .page-header > .l-inner {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 50px;
  transition: all 0.3s;
  box-shadow: 0 0 4px #ccc;
}

.logo-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100px;
  transition: all 0.3s;
}

.logo-main a {
  height: 100px;
  display: flex;
  align-items: center;
}

.logo-main img {
  width: 300px;
  margin: 0;
}

.nav-main {
  position: absolute;
  right: 80px;
}

.nav-main__list {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.nav-main__list > li {
  position: relative;
  padding: 0;
}

.nav-main__list > li.is-current > a {
  color: #004395;
}

.nav-main__list > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  line-height: 1.5;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  padding: 0 25px;
  transition: all 0.3s;
}

.nav-main__list > li > a:hover {
  color: #004EBC;
}

.nav-main__list > li > a.current {
  color: #004EBC;
}

.nav-main__list > li > a span {
  font-family: "Avenir-Light", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

.nav-main__list > li.is-hover > a {
  color: #004395;
}

.nav-main__list > li.is-hover > a:before {
  visibility: visible;
  opacity: 1;
}

.nav-main__list > li.is-hover .submenu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.submenu {
  transition: visibility .3s, opacity .3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 20px;
  text-align: left;
  overflow: hidden;
}

.submenu__list {
  width: 250px;
  margin: 0;
  padding: 0;
}

.submenu__list > li {
  position: relative;
  font-size: 1.6rem;
  padding: 0;
}

.submenu__list > li:before {
  position: absolute;
  background-color: #002E65;
  opacity: 0.9;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  content: "";
  z-index: -1;
}

.submenu__list > li:hover:before {
  background-color: #fff;
  opacity: 1;
}

.submenu__list > li:not(:first-child) {
  border-top: 1px solid #92B0D5;
}

.submenu__list > li:first-child {
  padding-top: 5px;
}

.submenu__list > li:first-child:after {
  position: absolute;
  top: 0;
  left: 20px;
  border-right: 15px solid transparent;
  border-top: 10px solid #fff;
  border-left: 15px solid transparent;
  content: "";
}

.submenu__list > li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 5px 8px 15px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.submenu__list > li a:before {
  position: absolute;
  font-family: 'webicon';
  color: #fff;
  right: 10px;
  top: calc( 50% - 14px);
  font-size: 1.4rem;
  content: "\e909";
}

.submenu__list > li a.blank:before {
  top: calc( 50% - 12px);
  font-size: 1.2rem;
  content: "\e917";
}

.submenu__list > li a:hover {
  color: #002E65;
}

.submenu__list > li a:hover:before {
  color: #002E65;
}

.submenu__list > li a:hover:after {
  background-color: #fff;
  opacity: 1;
}

.content-main {
  margin-top: 0;
}

a.trans:hover {
  opacity: 0.6;
}

.breadcrumb {
  font-size: 1.4rem;
  padding: 0;
  border-bottom: 1px solid #EDEDED;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb ul li {
  padding: 0;
  line-height: 50px;
  color: #004EBC;
}

.breadcrumb ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #333;
  padding-right: 30px;
  text-decoration: none;
}

.breadcrumb ul li a:hover {
  color: #002E65;
}

.breadcrumb ul li a:after {
  position: absolute;
  color: #333 !important;
  font-family: 'webicon';
  right: 8px;
  font-size: 1.3rem;
  content: "\e909";
}

.breadcrumb ul li a i {
  font-size: 1.8rem;
  margin: -2px 8px 0 0;
}

.outline {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
  border-bottom: 1px dashed #707070;
}

.outline__title {
  font-size: 4.0rem;
  font-weight: bold;
}

.col2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.col2__text {
  width: 50%;
}

.col2__text_gray {
  position: relative;
  width: 50%;
  padding: 110px 95px 110px 0;
}

.col2__text_gray:before {
  position: absolute;
  background: #F4F4F4;
  top: 0;
  right: 0;
  bottom: 0;
  left: -100%;
  content: "";
  z-index: -1;
}

.col2__list {
  width: 51%;
}

.col2__photo {
  width: 535px;
}

.col2__photo h2 {
  line-height: 1.5;
}

.col2.c_line:before {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  border-left: 1px dashed #000;
  content: "";
}

.col2.rev {
  flex-direction: row-reverse;
}

.box {
  padding: 100px 0;
}

.box__line {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 10px solid #EDEDED;
}

.box__line .title {
  text-align: center;
  margin: 0 30px 0 0;
  padding: 0 80px;
  line-height: 1.5;
}

.box__line ul {
  padding: 8px 0;
}

.box__line ul li {
  padding: 0;
}

.box__line ul li i {
  margin: 0 0 0 10px;
  color: #002E65;
}

.box__line.col2 {
  padding: 20px;
}

.box__line.col2 .text {
  width: calc( 100% - 320px);
}

.box__line.col2 .text .title {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px dashed #000;
}

.box__line.col2 .text .data {
  padding: 10px;
  border-bottom: 1px dashed #000;
}

.box__line.col2 .text ul {
  padding: 10px 10px 0 30px;
}

.box__line.col2 .text ul li {
  padding: 0;
  line-height: 1.5;
}

.box__line.col2 .photo {
  width: 300px;
}

.box__line.slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.box__line.slider .text {
  width: calc( 100% - 565px);
}

.box__line.slider .text .title {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 10px 10px 25px;
  font-size: 2.0rem;
  line-height: 1.5;
  border-bottom: 1px dashed #000;
}

.box__line.slider .text .data {
  padding: 10px;
  border-bottom: 1px dashed #000;
  word-break: break-all;
  overflow-wrap: break-word;
}

.box__line.slider .text .comment {
  padding: 25px 10px 10px;
}

.box__line.slider .photo {
  width: 535px;
  overflow: hidden;
}

.box__line_column {
  padding: 30px 40px;
  border: 10px solid #EDEDED;
}

.box__line_column .title {
  font-size: 2.6rem;
}

.box.bg-gray {
  background: #F4F4F4;
}

.box.bg-gray-small {
  position: relative;
  padding: 0;
}

.box.bg-gray-small:before {
  position: absolute;
  background: #F4F4F4;
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  content: "";
}

.box.bg-gray-link {
  background: #F4F4F4;
  text-align: center;
  padding: 50px 30px;
}

.box.bg-gray-link .btn {
  margin: 20px auto 0;
}

.box__404 {
  padding: 200px 0;
}

.box__404 h3 {
  text-align: center;
}

.list-link {
  background: #002E65;
  margin-top: 70px;
}

.list-link__inner {
  display: flex;
  justify-content: center;
  width: 1300px;
  margin: 0 auto;
}

.list-link__inner .btn {
  width: 535px;
  margin: 60px 20px;
}

.list-link__inner .btn a:hover {
  background: #002E65;
  border: 1px solid #fff;
}

video {
  width: 100%;
}

p.attention_box {
  border: 1px solid #CE4820;
  border-radius: 5px;
  padding: 10px 10px 10px 2.5em !important;
}

p.attention_box:before {
  top: 10px !important;
  left: 1em !important;
}

.bt-dashed {
  border-top: 1px dashed #707070;
  margin-top: 40px !important;
  padding-top: 96px;
}

.bt-dashed__sm {
  border-top: 1px dashed #707070;
  margin-top: 40px !important;
  padding-top: 40px;
}

.bt-dashed__xs {
  border-top: 1px dashed #707070;
}

.btb-dashed {
  padding: 20px 0;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
}

.r-10 {
  border-radius: 10px;
}

.r-20 {
  border-radius: 20px;
}

.r-30 {
  border-radius: 30px;
}

.page-footer {
  position: relative;
  margin-top: 50px;
}

.page-footer:before {
  position: absolute;
  background-color: #002E65;
  width: 100%;
  height: 1px;
  bottom: 58px;
  content: "";
  z-index: -1;
}

.footer-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 1580px;
  margin: 0 auto 0;
  padding: 30px 30px 13px;
}

.footer-content:before {
  position: absolute;
  background-image: url(../images/img_footer.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 615px auto;
  width: 615px;
  height: 107px;
  top: 0;
  right: 25px;
  content: "";
  z-index: -1;
}

.footer-content__info {
  padding: 0;
}

.footer-content__info .footer-link {
  display: flex;
  margin: 0 0 0 -4px;
}

.footer-content__info .footer-link li {
  padding: 10px 0;
}

.footer-content__info .footer-link li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 7px 0;
  color: #000;
}

.footer-content__info .footer-link li a:hover {
  color: #707070;
}

.footer-content__info .footer-link li a:hover i {
  color: #707070;
}

.footer-content__info .footer-link li a i {
  color: #004EBC;
  font-size: 1.6rem;
}

.footer-content__info .list-add {
  margin-top: 10px;
}

.footer-content__info .list-add li {
  display: inline;
  margin: 0 0 0 3px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.footer-content__info .list-add li:first-child {
  margin: 0 6px 0 0;
  font-weight: bold;
}

.footer-content__side {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-content .copyright {
  width: 100%;
  text-align: right;
}

.footer-content .copyright small {
  padding: 8px 0;
  font-family: "Avenir-Light", sans-serif;
  font-size: 1.3rem;
}

.footer-content .copyright small span {
  font-size: 1.1rem;
}

.list-buildpolicy dt {
  background-image: linear-gradient(45deg, #004395, #00B3E8);
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.4rem;
  margin-top: 50px;
  padding: 6px 30px;
}

.list-buildpolicy dd {
  padding: 8px 30px 0;
}

.list-buildpolicy dd.title {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.4rem;
  padding: 30px 30px 0;
  line-height: 1.3;
}

.title-copy {
  font-weight: bold;
  text-align: center;
  font-size: 3.0rem;
  margin-top: 60px;
  line-height: 1.5;
}

.title-gh {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 5.0rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.title-gh__text {
  text-align: center;
  margin-top: 20px;
}

.list-picup__title {
  display: flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 20px;
}

.list-picup__title span {
  font-size: 12.0rem;
  color: #13A7DC;
  margin-right: 25px;
  line-height: 1.0;
}

.list-picup__title_lu {
  display: flex;
  align-items: center;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 5.0rem;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 20px;
}

.list-picup__title_lu span {
  font-size: 12.0rem;
  color: #4F9D00;
  margin-right: 25px;
  line-height: 1.0;
}

.list-picup__sub_lu {
  background: #F4F4F4;
  font-size: 2.8rem;
  padding: 10px 30px;
}

.list-picup__text_lu {
  font-size: 2.2rem;
}

.list-picup__bold_lu {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
}

.list-picup__green_lu {
  width: 1050px;
  color: #4F9D00;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 70px auto 0;
}

.flowmap {
  width: 70%;
  max-width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lu_03,
.lu_04 {
  width: 85%;
  max-width: 85%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lu_05 {
  width: 90%;
  max-width: 90%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gh-archive__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
}

.gh-archive__detail .detail-img {
  width: 370px;
  margin: 70px 0 70px 100px;
}

.gh-archive__detail .detail-img img {
  width: 100% !important;
  border: 10px solid #EDEDED;
}

.gh-archive__detail .detail-text {
  width: 620px;
  margin: 70px 100px 70px 0;
}

.gh-archive__detail .detail-text__title {
  font-size: 3.0rem;
  line-height: 1.5;
}

.gh-archive__detail .detail-text table {
  border-top: 1px dashed #ccc;
}

.gh-archive__detail .detail-text table th, .gh-archive__detail .detail-text table td {
  padding: 8px 10px;
  border-bottom: 1px dashed #ccc;
}

.gh-archive__detail .detail-text table th {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}

.gh-archive__detail .detail-text table td {
  vertical-align: middle;
}

.gh-archive__detail .detail-text .btn {
  margin: 30px 0 0;
}

.gh-archive__detail .detail-text .btn a {
  background: #002E65;
  color: #fff;
  border: 1px solid #fff;
}

.gh-archive__detail .detail-text .btn a:hover {
  background: #fff;
  color: #002E65;
  border: 1px solid #002E65;
}

.gh-archive .no-event {
  background: #fff;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
}

.gh-single-title {
  text-align: center;
}

.gh-thumbnail img {
  width: 100% !important;
}

.lu-list {
  background: #fff;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 0 4px #ccc;
  padding: 60px 0 95px;
}

.lu-list__text {
  width: auto;
  margin: 0 95px;
}

.lu-list__text > li {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 35px;
  line-height: 2;
}

.lu-list__text > li:before {
  position: absolute;
  background: #8ED900;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  top: 19px;
  left: 0;
  content: "";
}

.lu-list__text > li span {
  color: #4F9D00;
}

.lu-list__bold {
  background-color: #4F9D00;
  border-radius: 10px;
  color: #fff;
  font-size: 4.0rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 95px 0;
  padding: 25px 20px;
}

.lu-list__img {
  display: flex;
  justify-content: space-between;
  margin: 50px 95px 0;
}

.lu-list__img div {
  width: 48%;
}

.greeting__list {
  display: flex;
  justify-content: space-between;
}

.greeting__photo {
  width: 500px;
}

.greeting__text {
  width: calc( 100% - 565px);
}

.greeting__text .name {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.0rem;
  text-align: right;
}

.greeting__text .name span {
  margin-right: 25px;
  font-size: 2.0rem;
}

.managment-p {
  background-image: url(../images/bg_mark.png);
  background-position: 98% 100px;
  background-repeat: no-repeat;
  background-size: 530px auto;
}

.managment-p__list {
  margin-top: 60px;
}

.managment-p__list > li {
  position: relative;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.4rem;
  line-height: 1.5;
  padding-left: 30px;
}

.managment-p__list > li:before {
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 27px;
  left: 10px;
  content: "";
}

.works-archive {
  background: #002E65;
  margin-top: 60px;
  padding: 60px 0;
}

.works-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}

.works-archive__list .btn {
  width: 32%;
  margin: 20px 0 0;
}

.works-archive__list:after {
  display: block;
  width: 32% !important;
  height: 0;
  content: "";
}

.works-list {
  width: 1300px;
  margin: 50px auto 0;
  border-top: 1px dashed #ccc;
}

.works-list__set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}

.works-list__set h3 {
  width: 20%;
  padding-left: 20px;
}

.works-list__details {
  width: 80%;
  margin-top: 5px;
}

.works-list__details dl {
  display: flex;
  align-items: center;
}

.works-list__details dl dt {
  width: 70%;
  padding: 8px 0;
  line-height: 1.3;
}

.works-list__details dl dd {
  width: 30%;
  padding: 8px 0;
  line-height: 1.3;
}

.message-president {
  clear: both;
}

.message-president .f-l {
  width: 535px;
  padding: 0 30px 20px 0;
}

.message-president .f-l .name {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.0rem;
  text-align: center;
  margin-top: 10px;
}

.message-president .f-l .name span {
  margin-right: 25px;
  font-size: 2.0rem;
}

.message-president > .disc {
  width: calc( 100% - 565px);
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 2.0rem;
  margin: 15px 0;
  margin-left: 535px;
  line-height: 1.3;
}

.movie {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.movie__president video {
  display: block;
  width: 900px;
  margin: 30px auto 0;
  border: 10px solid #EDEDED;
}

.movie__president .name {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.0rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.movie__president .name span {
  margin-right: 25px;
  font-size: 2.0rem;
}

.movie__movie {
  width: 620px;
}

.movie__text {
  width: calc( 100% - 660px);
}

.movie__text .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.movie__text .title .icon {
  padding-right: 25px;
}

.movie__text .title .icon img {
  width: auto;
  height: 80px;
}

.movie__text dl dt {
  display: inline-block;
  background: #002E65;
  color: #fff;
  padding: 2px 15px;
  line-height: 1.3;
}

.movie__text .name {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.0rem;
  line-height: 1.5;
}

.movie__text .name span {
  margin-right: 25px;
  font-size: 2.0rem;
}

.interview.col2 .col2__photo {
  width: 426px;
}

.interview.col2 .col2__photo h2 {
  line-height: 1.5;
}

.interview.col2 .col2__text {
  width: calc( 100% - 500px);
}

.interview.col2 .col2__text .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.interview.col2 .col2__text .title .icon {
  padding-right: 25px;
}

.interview.col2 .col2__text .title .icon img {
  width: auto;
  height: 80px;
}

.interview.col2 .col2__text dl dt {
  display: inline-block;
  background: #002E65;
  color: #fff;
  padding: 2px 15px;
  line-height: 1.3;
}

.interview.col2 .col2__text .name {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
  font-size: 3.0rem;
  line-height: 1.5;
}

.interview.col2 .col2__text .name span {
  margin-right: 25px;
  font-size: 2.0rem;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto 0;
  padding: 0 !important;
  z-index: 10;
}

.slick-dots li {
  background: #ccc;
  background-size: 18px auto;
  width: 13px;
  height: 13px;
  margin: 0 7px;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

.slick-dots li.slick-active {
  background: #002E65;
}

.blog-list {
  width: 1260px;
  margin: 75px auto 0;
}

.blog-list__detail {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 75px 0 0;
  padding: 0 0 75px;
  border-bottom: 1px dashed #707070;
}

.blog-list__works {
  margin: 75px 0 0;
  padding: 0 0 75px;
  border-bottom: 1px dashed #707070;
}

.blog-list__thumbnail {
  width: 535px;
}

.blog-list__thumbnail a {
  display: block;
}

.blog-list__thumbnail img {
  border: 10px solid #EDEDED;
}

.blog-list__text {
  display: flex;
  flex-direction: column;
  width: 680px;
  line-height: 2.0;
}

.blog-list .title {
  margin: 0 0 5px 0;
  padding: 0;
}

.blog-list .title__date {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.blog-list .title__category {
  display: inline-block;
  background: #004395;
  margin: 0 20px 0 0;
  padding: 0 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
}

.blog-list .title__text {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.blog-list__link {
  width: 160px;
  margin: auto 0 0 auto;
}

.blog-list__link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002E65;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 10px 5px;
  border: 1px solid #002E65;
}

.blog-list__link a:hover {
  background: #002E65;
  color: #fff;
}

.blog-list__link a i {
  font-size: 2.0rem;
  margin: 0 0 0 10px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002E65;
  width: 53px;
  height: 53px;
  margin: 50px 5px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #002E65;
}

.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
  background: #fff;
  color: #002E65;
}

.nav-links .page-numbers.prev i, .nav-links .page-numbers.next i {
  font-size: 2.2rem;
}

.blog-single {
  position: relative;
  margin-top: 100px;
}

.blog-single__detail {
  width: 1260px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.blog-single__detail .title {
  margin: 0;
  padding: 30px 0;
  z-index: 50;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}

.blog-single__detail .title__date {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2.4rem;
  font-weight: bold;
}

.blog-single__detail .title__category {
  display: inline-block;
  background: #004395;
  margin: 0 20px 0 0;
  padding: 0 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
}

.blog-single__detail .title__text {
  margin-top: 15px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.blog-single__content {
  margin: 45px 0 0;
  line-height: 1.8;
}

.blog-single__content img {
  margin-top: 20px;
}

.blog-single__content .wp-block-image {
  margin-bottom: 0;
}

.blog-single__content .wp-block-columns {
  margin-bottom: 0;
}

.blog-single__content p {
  margin-top: 20px;
}

.blog-single__content h1 {
  font-size: 2.6rem;
  line-height: 1.3;
}

.blog-single__content h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.blog-single__content h3 {
  font-size: 2.2rem;
  line-height: 1.3;
}

.blog-single__content h4 {
  font-size: 2.0rem;
  line-height: 1.3;
}

.blog-single__content h5 {
  font-size: 1.8rem;
  line-height: 1.3;
}

.blog-single__content h6 {
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

.contact-list {
  margin: 40px 0 0;
}

.contact-list__inner {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 50px 100px;
  border: 10px solid #EDEDED;
}

.contact-list__inner .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
}

.contact-list__inner .title i {
  margin-right: 10px;
  font-size: 3.3rem;
}

.contact-list__inner .tel-number {
  font-size: 5.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.contact-list__submit {
  margin: 50px 0 0;
}

.contact-list.big .wpcf7-not-valid-tip {
  font-size: 1.8rem;
}

.contact-list.big__submit {
  font-size: 2.2rem;
}

.contact-list.big .wpcf7-list-item-label {
  font-size: 2.2rem;
  line-height: 1.5;
}

.contact-list.big .wpcf7 form .wpcf7-response-output {
  font-size: 2.2rem;
  margin: 30px auto 0 !important;
  padding: 20px !important;
  width: 1140px;
}

.btn {
  padding: 0;
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.btn-lg.btn {
  padding: .6em 3em .5em;
  font-size: 1.25em;
}

.btn-sm.btn {
  font-size: .8em;
}

.btn {
  margin: 30px auto 0;
  width: 530px;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #002E65;
  text-decoration: none;
  margin: 0;
  padding: 24px 0 22px;
  border: 1px solid #002E65;
}

.btn a:hover {
  background: #002E65;
  color: #fff;
  border: 1px solid #fff;
}

.btn a i {
  font-size: 2.0rem;
  margin: 0 -30px 0 30px;
}

.btn.left {
  margin: 30px auto 0 0;
}

.btn.re a i {
  margin: 0 30px 0 -30px;
}

.for-big {
  display: block;
}

.for-media {
  display: none;
}

.for-tab {
  display: none;
}

.for-sp {
  display: none;
}

.flex {
  display: flex;
}

.flex-wp-wp {
  flex-wrap: wrap;
}

.flex-wp-wp-re {
  flex-wrap: wrap-reverse;
}

.flex-di-re {
  flex-direction: row-reverse;
}

.flex-di-col {
  flex-direction: column;
}

.flex-jc-c {
  justify-content: center;
}

.flex-ai-fs {
  align-items: flex-start;
}

.flex-ai-c {
  align-items: center;
}

.flex-ai-fe {
  align-items: flex-end;
}

textarea, input, select {
  padding: 3px 8px;
}

[type="submit"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

[type="text"],
[type="password"],
[type="email"],
[type="url"],
[type="tel"],
select,
textarea {
  width: 400px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  outline: 0;
}

[type="text"]:focus,
[type="password"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #999;
  background-color: #fefefe;
}

[type="text"].contact-txt,
[type="password"].contact-txt,
[type="email"].contact-txt,
[type="url"].contact-txt,
[type="tel"].contact-txt,
select.contact-txt,
textarea.contact-txt {
  width: 100%;
  height: 200px;
  font-size: 1.6rem;
  border-color: #000;
  border-radius: 0;
  resize: vertical;
}

select {
  padding: 3px 50px 3px 8px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  padding-left: 10px;
  font-size: 1.4rem;
}

.wpcf7-form span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-radio {
  display: block;
  margin: 15px 0 0;
}

.wpcf7-form .wpcf7-radio span.wpcf7-list-item {
  margin: 0 30px 0 0;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span {
  display: flex;
  align-items: center;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span::after {
  display: none;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span::before {
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  content: '';
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5ab9d9;
  border: 1px solid #5ab9d9;
}

.wpcf7-form .check {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
}

.wpcf7-form .check .wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
}

.wpcf7-form .check .wpcf7-list-item label input[type="checkbox"] {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

.wpcf7-form .check .wpcf7-list-item label input[type="checkbox"] + span {
  display: flex;
  align-items: center;
}

.wpcf7-form .check .wpcf7-list-item label input[type="checkbox"] + span::after {
  display: none;
}

.wpcf7-form .check .wpcf7-list-item label input[type="checkbox"] + span::before {
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 5px;
  border: 2px solid #ccc;
  content: '';
}

.wpcf7-form .check .wpcf7-list-item label input[type="checkbox"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.wpcf7-form .check .wpcf7-list-item label .wpcf7-list-item-label span {
  width: calc(100% - 35px);
}

.wpcf7-form .submit {
  width: 535px;
  text-align: center;
  margin: 50px auto 0;
}

.wpcf7-form .submit input {
  width: 100%;
  background: #002E65;
  color: #fff;
  text-align: center;
  padding: 24px 0 22px;
  border: 1px solid #002E65;
}

.wpcf7-form .submit input:hover {
  background: #fff;
  border: 1px solid #002E65;
  color: #002E65;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px auto 0 !important;
  padding: 20px !important;
  width: 1140px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.row.rev {
  flex-direction: row-reverse;
}

.col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
  padding: 15px;
}

.col-1 :first-child, .col-tab-1 :first-child, .col-sp-1 :first-child, .col-2 :first-child, .col-tab-2 :first-child, .col-sp-2 :first-child, .col-3 :first-child, .col-tab-3 :first-child, .col-sp-3 :first-child, .col-4 :first-child, .col-tab-4 :first-child, .col-sp-4 :first-child, .col-5 :first-child, .col-tab-5 :first-child, .col-sp-5 :first-child, .col-6 :first-child, .col-tab-6 :first-child, .col-sp-6 :first-child, .col-7 :first-child, .col-tab-7 :first-child, .col-sp-7 :first-child, .col-8 :first-child, .col-tab-8 :first-child, .col-sp-8 :first-child, .col-9 :first-child, .col-tab-9 :first-child, .col-sp-9 :first-child, .col-10 :first-child, .col-tab-10 :first-child, .col-sp-10 :first-child, .col-11 :first-child, .col-tab-11 :first-child, .col-sp-11 :first-child, .col-12 :first-child, .col-tab-12 :first-child, .col-sp-12 :first-child {
  margin-top: 0;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

p.attention, p.attention_box, ul.attention li {
  position: relative;
  padding: 0 0 0 1.5em;
}

p.attention:before, p.attention_box:before, ul.attention li:before {
  position: absolute;
  width: 1.5em;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #F4F4F4;
  content: '※';
}

ul {
  list-style-type: none;
}

ul li {
  padding: 3px 0;
}

ul.disc {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}

ul.circle {
  list-style: circle;
  padding: 0 0 0 1.5em;
}

ul.square {
  list-style: square;
  padding: 0 0 0 1.5em;
}

ul.attention li {
  padding: 3px 0 3px 1.5em;
}

ul.disc-lg > li {
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}

ul.disc-lg > li:before {
  position: absolute;
  background: #000;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 8px;
  left: 0;
  content: "";
}

ul.disc-lg > li .disc-lg {
  position: relative;
  background: #EDEDED;
  margin: 20px 0 0 -25px;
  padding: 20px 30px;
  font-size: 1.6rem;
}

ul.disc-lg > li .disc-lg li:before {
  width: 10px;
  height: 10px;
  top: 8px;
}

ul.disc-lg > li .disc-lg:before {
  position: absolute;
  top: -30px;
  left: 20px;
  border: 15px solid transparent;
  border-bottom: 20px solid #EDEDED;
  content: "";
}

ul.disc-lg.long > li {
  padding: 10px 0 10px 25px;
}

ul.disc-lg.long > li:before {
  top: 15px;
}

ul.disc-lg.col2 {
  display: flex;
  flex-wrap: wrap;
}

ul.disc-lg.col2 > li {
  width: 50%;
}

ul.disc-lg.col2 > li span {
  font-size: 1.5rem;
}

ul.disc-lg.col2 > li.col1 {
  width: 100%;
  padding-bottom: 20px;
}

ul.disc-lg.row1 {
  display: flex;
  flex-wrap: wrap;
}

ul.disc-lg.row1 > li {
  margin-right: 25px;
}

ul.disc-lg.c-main > li:before {
  background: #002E65;
  width: 16px;
  height: 16px;
}

ol {
  margin: 0 0 0 1.5em;
}

ol li {
  padding: 3px 0;
}

ol.main {
  counter-reset: li;
  /* li のカウンタを 0 にセット */
  list-style: none;
  margin: 20px 0 0;
}

ol.main li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 67px;
  margin-top: 20px;
  padding: 0 0 0 80px;
}

ol.main li:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002E65;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  padding: 0 .3em;
  left: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  counter-increment: li;
  /* li の数を一つずつ増加 */
  content: counter(li, decimal-leading-zero);
  /* 数を表示 */
}

ol.brackets {
  margin: 0;
}

ol.brackets > li {
  list-style-type: none;
  counter-increment: cnt;
  padding: 8px 0 8px 2.5em;
  line-height: 1.5;
}

ol.brackets > li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em;
  width: 2.5em;
}

ol.brackets > li ul {
  margin: 10px 0;
}

dl.list-cl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

dl.list-cl dt {
  position: relative;
  width: 250px;
  padding-right: 30px;
}

dl.list-cl dt:before {
  position: absolute;
  background: #707070;
  width: 15px;
  height: 1px;
  top: 15px;
  right: 25px;
  content: "";
}

dl.list-cl dd {
  width: calc( 100% - 250px);
}

.m-xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.mt-xl {
  margin-top: 96px !important;
}

.mr-xl {
  margin-right: 96px !important;
}

.mb-xl {
  margin-bottom: 96px !important;
}

.m-lg {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mt-lg {
  margin-top: 50px !important;
}

.mr-lg {
  margin-right: 50px !important;
}

.mb-lg {
  margin-bottom: 50px !important;
}

.m-md {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mt-md {
  margin-top: 35px !important;
}

.mr-md {
  margin-right: 35px !important;
}

.mb-md {
  margin-bottom: 35px !important;
}

.m-sm {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mt-sm {
  margin-top: 15px !important;
}

.mr-sm {
  margin-right: 15px !important;
}

.mb-sm {
  margin-bottom: 15px !important;
}

.m-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.p105 {
  padding: 105px !important;
}

.p110 {
  padding: 110px !important;
}

.p115 {
  padding: 115px !important;
}

.p120 {
  padding: 120px !important;
}

.p125 {
  padding: 125px !important;
}

.p130 {
  padding: 130px !important;
}

.p135 {
  padding: 135px !important;
}

.p140 {
  padding: 140px !important;
}

.p145 {
  padding: 145px !important;
}

.p150 {
  padding: 150px !important;
}

.p155 {
  padding: 155px !important;
}

.p160 {
  padding: 160px !important;
}

.p165 {
  padding: 165px !important;
}

.p170 {
  padding: 170px !important;
}

.p175 {
  padding: 175px !important;
}

.p180 {
  padding: 180px !important;
}

.p185 {
  padding: 185px !important;
}

.p190 {
  padding: 190px !important;
}

.p195 {
  padding: 195px !important;
}

.p200 {
  padding: 200px !important;
}

.p205 {
  padding: 205px !important;
}

.p210 {
  padding: 210px !important;
}

.p215 {
  padding: 215px !important;
}

.p220 {
  padding: 220px !important;
}

.p225 {
  padding: 225px !important;
}

.p230 {
  padding: 230px !important;
}

.p235 {
  padding: 235px !important;
}

.p240 {
  padding: 240px !important;
}

.p245 {
  padding: 245px !important;
}

.p250 {
  padding: 250px !important;
}

.p255 {
  padding: 255px !important;
}

.p260 {
  padding: 260px !important;
}

.p265 {
  padding: 265px !important;
}

.p270 {
  padding: 270px !important;
}

.p275 {
  padding: 275px !important;
}

.p280 {
  padding: 280px !important;
}

.p285 {
  padding: 285px !important;
}

.p290 {
  padding: 290px !important;
}

.p295 {
  padding: 295px !important;
}

.p300 {
  padding: 300px !important;
}

.p305 {
  padding: 305px !important;
}

.p310 {
  padding: 310px !important;
}

.p315 {
  padding: 315px !important;
}

.p320 {
  padding: 320px !important;
}

.p325 {
  padding: 325px !important;
}

.p330 {
  padding: 330px !important;
}

.p335 {
  padding: 335px !important;
}

.p340 {
  padding: 340px !important;
}

.p345 {
  padding: 345px !important;
}

.p350 {
  padding: 350px !important;
}

.p355 {
  padding: 355px !important;
}

.p360 {
  padding: 360px !important;
}

.p365 {
  padding: 365px !important;
}

.p370 {
  padding: 370px !important;
}

.p375 {
  padding: 375px !important;
}

.p380 {
  padding: 380px !important;
}

.p385 {
  padding: 385px !important;
}

.p390 {
  padding: 390px !important;
}

.p395 {
  padding: 395px !important;
}

.p400 {
  padding: 400px !important;
}

.p405 {
  padding: 405px !important;
}

.p410 {
  padding: 410px !important;
}

.p415 {
  padding: 415px !important;
}

.p420 {
  padding: 420px !important;
}

.p425 {
  padding: 425px !important;
}

.p430 {
  padding: 430px !important;
}

.p435 {
  padding: 435px !important;
}

.p440 {
  padding: 440px !important;
}

.p445 {
  padding: 445px !important;
}

.p450 {
  padding: 450px !important;
}

.p455 {
  padding: 455px !important;
}

.p460 {
  padding: 460px !important;
}

.p465 {
  padding: 465px !important;
}

.p470 {
  padding: 470px !important;
}

.p475 {
  padding: 475px !important;
}

.p480 {
  padding: 480px !important;
}

.p485 {
  padding: 485px !important;
}

.p490 {
  padding: 490px !important;
}

.p495 {
  padding: 495px !important;
}

.p500 {
  padding: 500px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pt305 {
  padding-top: 305px !important;
}

.pt310 {
  padding-top: 310px !important;
}

.pt315 {
  padding-top: 315px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pt325 {
  padding-top: 325px !important;
}

.pt330 {
  padding-top: 330px !important;
}

.pt335 {
  padding-top: 335px !important;
}

.pt340 {
  padding-top: 340px !important;
}

.pt345 {
  padding-top: 345px !important;
}

.pt350 {
  padding-top: 350px !important;
}

.pt355 {
  padding-top: 355px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.pt365 {
  padding-top: 365px !important;
}

.pt370 {
  padding-top: 370px !important;
}

.pt375 {
  padding-top: 375px !important;
}

.pt380 {
  padding-top: 380px !important;
}

.pt385 {
  padding-top: 385px !important;
}

.pt390 {
  padding-top: 390px !important;
}

.pt395 {
  padding-top: 395px !important;
}

.pt400 {
  padding-top: 400px !important;
}

.pt405 {
  padding-top: 405px !important;
}

.pt410 {
  padding-top: 410px !important;
}

.pt415 {
  padding-top: 415px !important;
}

.pt420 {
  padding-top: 420px !important;
}

.pt425 {
  padding-top: 425px !important;
}

.pt430 {
  padding-top: 430px !important;
}

.pt435 {
  padding-top: 435px !important;
}

.pt440 {
  padding-top: 440px !important;
}

.pt445 {
  padding-top: 445px !important;
}

.pt450 {
  padding-top: 450px !important;
}

.pt455 {
  padding-top: 455px !important;
}

.pt460 {
  padding-top: 460px !important;
}

.pt465 {
  padding-top: 465px !important;
}

.pt470 {
  padding-top: 470px !important;
}

.pt475 {
  padding-top: 475px !important;
}

.pt480 {
  padding-top: 480px !important;
}

.pt485 {
  padding-top: 485px !important;
}

.pt490 {
  padding-top: 490px !important;
}

.pt495 {
  padding-top: 495px !important;
}

.pt500 {
  padding-top: 500px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pb255 {
  padding-bottom: 255px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pb265 {
  padding-bottom: 265px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pb275 {
  padding-bottom: 275px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pb285 {
  padding-bottom: 285px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pb295 {
  padding-bottom: 295px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pb305 {
  padding-bottom: 305px !important;
}

.pb310 {
  padding-bottom: 310px !important;
}

.pb315 {
  padding-bottom: 315px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pb325 {
  padding-bottom: 325px !important;
}

.pb330 {
  padding-bottom: 330px !important;
}

.pb335 {
  padding-bottom: 335px !important;
}

.pb340 {
  padding-bottom: 340px !important;
}

.pb345 {
  padding-bottom: 345px !important;
}

.pb350 {
  padding-bottom: 350px !important;
}

.pb355 {
  padding-bottom: 355px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

.pb365 {
  padding-bottom: 365px !important;
}

.pb370 {
  padding-bottom: 370px !important;
}

.pb375 {
  padding-bottom: 375px !important;
}

.pb380 {
  padding-bottom: 380px !important;
}

.pb385 {
  padding-bottom: 385px !important;
}

.pb390 {
  padding-bottom: 390px !important;
}

.pb395 {
  padding-bottom: 395px !important;
}

.pb400 {
  padding-bottom: 400px !important;
}

.pb405 {
  padding-bottom: 405px !important;
}

.pb410 {
  padding-bottom: 410px !important;
}

.pb415 {
  padding-bottom: 415px !important;
}

.pb420 {
  padding-bottom: 420px !important;
}

.pb425 {
  padding-bottom: 425px !important;
}

.pb430 {
  padding-bottom: 430px !important;
}

.pb435 {
  padding-bottom: 435px !important;
}

.pb440 {
  padding-bottom: 440px !important;
}

.pb445 {
  padding-bottom: 445px !important;
}

.pb450 {
  padding-bottom: 450px !important;
}

.pb455 {
  padding-bottom: 455px !important;
}

.pb460 {
  padding-bottom: 460px !important;
}

.pb465 {
  padding-bottom: 465px !important;
}

.pb470 {
  padding-bottom: 470px !important;
}

.pb475 {
  padding-bottom: 475px !important;
}

.pb480 {
  padding-bottom: 480px !important;
}

.pb485 {
  padding-bottom: 485px !important;
}

.pb490 {
  padding-bottom: 490px !important;
}

.pb495 {
  padding-bottom: 495px !important;
}

.pb500 {
  padding-bottom: 500px !important;
}

table {
  width: 100%;
  margin-top: 20px;
}

table th {
  font-weight: normal;
  vertical-align: top;
  padding: 5px 0;
}

table td {
  vertical-align: top;
  padding: 5px 0;
}

table td > * {
  margin: 0;
  font-size: 100%;
}

table.tbl_line {
  border-top: 1px solid #ccc;
}

table.tbl_line th, table.tbl_line td {
  padding: 18px 35px;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
}

table.tbl_line th {
  text-align: right;
}

table.tbl_line td {
  position: relative;
  vertical-align: middle;
}

table.tbl_line td:before {
  position: absolute;
  background: #000;
  width: 5px;
  top: 2px;
  bottom: 2px;
  left: 0;
  content: "";
}

table.tbl_line td iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 10px;
  border: 0;
}

table.tbl_box {
  border: 1px solid #707070;
}

table.tbl_box th, table.tbl_box td {
  padding: 30px 40px;
  line-height: 1.8;
  border-top: 1px dashed #ccc;
}

table.tbl_box th {
  background: #EDEDED;
  font-size: 1.8rem;
  font-weight: bold;
}

table.tbl_box td {
  position: relative;
  vertical-align: middle;
}

table.tbl_box td iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 10px;
  border: 0;
}

table.tbl_dot {
  border-top: 1px dashed #ccc;
}

table.tbl_dot th, table.tbl_dot td {
  padding: 25px 10px;
  border-bottom: 1px dashed #ccc;
}

table.tbl_dot th {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}

table.tbl_dot td {
  vertical-align: middle;
}

table.tbl_dot td iframe {
  display: block;
  width: 100%;
  height: 435px;
  margin-top: 10px;
  border: 0;
}

table.tbl_dot table th, table.tbl_dot table td {
  padding: 0 !important;
  border-bottom: none !important;
}

table.tbl_dot table th {
  font-weight: normal;
}

table.tbl_dot table.tc {
  width: 80%;
  margin: 0 auto;
}

table.tbl_dot table.lg {
  margin: 5px auto;
}

table.tbl_dot table.lg th, table.tbl_dot table.lg td {
  padding: 8px 0 !important;
}

table.tbl_contact {
  margin: 0;
}

table.tbl_contact th {
  padding: 16px 24px 8px 0;
  color: #000;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.5;
}

table.tbl_contact td {
  padding: 12px 0 12px 90px;
  vertical-align: middle;
  font-size: 1.6rem;
}

table.tbl_contact td > * {
  margin: 0;
  font-size: 100%;
}

table.tbl_contact td .note {
  font-size: 1.4rem;
  padding-left: 10px;
}

table.tbl_contact .haveto {
  padding-left: 5px;
  color: #CE4820;
  font-size: 1.8rem;
}

table.tbl_contact label {
  display: inline-block;
  margin: 0　20px 0 0;
  cursor: pointer;
}

table.tbl_contact label input {
  margin-right: .5em;
}

table.tbl_contact .error {
  display: inline-block;
  color: #F4F4F4;
}

table.tbl_contact .content {
  width: 100%;
  resize: vertical;
  overflow: auto;
  height: 100px;
}

table.tbl_contact.big th {
  font-size: 2.2rem;
}

table.tbl_contact.big td {
  font-size: 2.2rem;
}

table.tbl_contact.big td .note {
  font-size: 1.8rem;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

.ff-min {
  font-family: YuMincho, "Yu Mincho", "游明朝体", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS PMincho", "ＭＳ Ｐ明朝", serif;
}

.ff-en {
  font-family: "Avenir-Light", sans-serif;
}

.ff-en2 {
  font-family: "Georgia", serif;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.lh-xl {
  line-height: 2.4 !important;
}

.lh-lg {
  line-height: 1.9 !important;
}

.lh-md {
  line-height: 1.6 !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.lh-xs {
  line-height: 1 !important;
}

.color-font {
  color: #000 !important;
}

.color-main {
  color: #002E65 !important;
}

.color-sub {
  color: #004395 !important;
}

.color-sub2 {
  color: #004EBC !important;
}

.color-accent {
  color: #F4F4F4 !important;
}

.color-red {
  color: #CE4820 !important;
}

.color-yellow {
  color: #E3BD3D !important;
}

.color-blue {
  color: #004395 !important;
}

.color-purple {
  color: #6A75C7 !important;
}

.color-gray {
  color: #EDEDED !important;
}

.color-gray2 {
  color: #ccc !important;
}

.color-gray3 {
  color: #707070 !important;
}

.color-brown {
  color: #5D3C20 !important;
}

.color-white {
  color: #fff !important;
}

.fz-50 {
  font-size: 5.0rem;
}

.fz-xl {
  font-size: 3.4rem !important;
}

.fz-lg {
  font-size: 2.6rem !important;
}

.fz-md {
  font-size: 1.8rem !important;
}

.fz-sm {
  font-size: 1.4rem !important;
}

.fz-xs {
  font-size: .933rem !important;
}

del {
  color: #999;
}

@media only screen and (max-width: 639px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page {
    left: 0;
    transition: left .2s;
    width: auto;
  }
  h2, h3, h4, h5 {
    font-size: 1.6rem;
  }
  h2.h_main, h3.h_main, h4.h_main, h5.h_main {
    font-size: 1.4rem;
  }
  h2.h_main span, h3.h_main span, h4.h_main span, h5.h_main span {
    font-size: 1.7rem;
  }
  .pageheadline h2, .pageheadline h3, .pageheadline h4, .pageheadline h5 {
    height: 150px;
    padding-top: 65px;
    font-size: 1.4rem;
  }
  .pageheadline h2 span, .pageheadline h3 span, .pageheadline h4 span, .pageheadline h5 span {
    font-size: 2.0rem;
  }
  h2.h_default, h3.h_default, h4.h_default, h5.h_default {
    font-size: 2.3rem;
    line-height: 1.3;
  }
  h2.h_default + p, h3.h_default + p, h4.h_default + p, h5.h_default + p {
    margin-top: 10px;
  }
  h2.bg_main, h3.bg_main, h4.bg_main, h5.bg_main {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
  h2.border, h3.border, h4.border, h5.border {
    font-size: 2.0rem;
    padding: 15px 0;
  }
  h2.border-t, h3.border-t, h4.border-t, h5.border-t {
    padding: 20px 0 5px;
  }
  .pagetitle {
    margin-top: 20px;
  }
  .pagetitle .h_main {
    display: block;
    padding: 5px 40px 5px 0;
    height: auto;
    line-height: 1.2em;
    font-size: 1.2rem;
  }
  .pagetitle .h_main span {
    font-size: 1.5rem;
    padding: 5px 0 5px 0;
    letter-spacing: 0;
  }
  .pagetitle .h_main:before {
    top: auto;
    right: 0;
    width: 40px;
    bottom: 0;
    height: 0;
    border-top: 58px solid #fff;
    border-left: 30px solid transparent;
  }
  .l-inner {
    width: auto;
    margin: 0 20px;
    padding: 0;
  }
  header {
    padding: 0 10px;
  }
  header .page-header > .l-inner {
    align-items: center;
  }
  .is-spmenu-open header {
    background: #fff;
  }
  .is-spmenu-open header .page-header > .l-inner {
    box-shadow: none;
  }
  header .page-header > .l-inner {
    width: auto;
    height: 50px;
    margin: 10px auto 0;
    padding: 0 60px 0 0;
  }
  .logo-main {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
  }
  .logo-main a {
    align-items: center;
    height: 50px;
  }
  .logo-main img {
    width: 200px;
    margin: 0;
  }
  .contact-header {
    display: none;
  }
  .nav-main {
    display: none;
  }
  .submenu {
    display: none;
  }
  .btn-sp-menu {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: auto;
    text-align: center;
    top: 0;
    right: 10px;
    width: 40px;
    height: 50px;
  }
  .btn-sp-menu .icon-nav {
    display: flex;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 3.0rem;
    line-height: 50px;
    padding-top: 2px;
  }
  .btn-sp-menu .icon-nav:before {
    width: 100%;
  }
  .btn-sp-menu.is-open .icon-nav {
    color: #004395;
    padding-top: 0;
  }
  .btn-sp-menu.is-open .icon-nav:before {
    font-size: 3.0rem;
    content: "\e914";
  }
  .btn-sp-menu .icon-nav {
    width: 40px;
    height: 50px;
    font-size: 2.6rem;
    padding-top: 2px;
  }
  .btn-sp-menu .icon-nav:before {
    width: 100%;
  }
  .btn-sp-menu.is-open .icon-nav:before {
    font-size: 2.6rem;
  }
  .nav-sp {
    background-color: #002E65;
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    min-width: 320px;
    content: "";
  }
  .nav-sp.is-open {
    visibility: visible;
    opacity: 0.95;
  }
  .nav-sp__list > li {
    position: relative;
    padding: 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  .nav-sp__list > li > a {
    display: block;
    color: #fff;
    padding: 0 0 0 35px;
    text-decoration: none;
    line-height: 50px;
  }
  .nav-sp__list > li > a span {
    font-family: "Avenir-Light", sans-serif;
    font-size: 1.6rem;
  }
  .nav-sp__list > li > a:after {
    position: absolute;
    font-family: 'webicon';
    font-size: 1.6rem;
    content: "\e909";
    right: 35px;
  }
  .nav-sp__list > li.accordion-menu > a:after {
    display: none;
  }
  .nav-sp__list > li.accordion-menu ul {
    display: none;
    background: #fff;
  }
  .nav-sp__list > li.accordion-menu ul li {
    border-bottom: 1px dashed #707070;
  }
  .nav-sp__list > li.accordion-menu ul li:last-child {
    border-bottom: none;
  }
  .nav-sp__list > li.accordion-menu ul a {
    position: relative;
    display: block;
    padding: 10px 16px 10px 32px;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .nav-sp__list > li.accordion-menu ul a:hover {
    color: #002E65;
  }
  .nav-sp__list > li.accordion-menu ul a:before {
    position: absolute;
    font-family: 'webicon';
    font-size: 8px;
    color: #002E65;
    content: "\e909";
    left: 17px;
    top: 14px;
  }
  .nav-sp__list > li.accordion-menu ul a.blank:after {
    position: absolute;
    font-family: 'webicon';
    font-size: 1.4rem;
    color: #002E65;
    content: "\e917";
    right: 32px;
    top: 10px;
  }
  .nav-sp__list > li.accordion-menu i {
    position: absolute;
    width: 90px;
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left: 1px solid #fff;
    color: #fff;
  }
  .nav-sp__list > li.accordion-menu i:before {
    display: block;
    transform: rotate(90deg);
  }
  .nav-sp__list > li.accordion-menu.is-open i:before {
    transform: rotate(-90deg);
  }
  .nav-sp__sublist {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -1px 0 0;
  }
  .nav-sp__sublist li {
    width: 50%;
    font-size: 1.4rem;
    border-top: 1px solid #004395;
  }
  .nav-sp__sublist li:nth-child(odd) {
    border-right: 1px solid #004395;
  }
  .nav-sp__sublist li a {
    display: block;
    color: #004395;
    text-decoration: none;
    padding: 5px 17px;
  }
  .nav-sp__sublist li a i {
    margin-right: 5px;
  }
  .nav-sp__otherlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 25px 0;
  }
  .nav-sp__otherlist li {
    width: 100%;
    font-size: 1.4rem;
  }
  .nav-sp__otherlist li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .nav-sp__otherlist li a i {
    margin-right: 5px;
  }
  .nav-sp__list > li {
    font-size: 1.4rem;
  }
  .nav-sp__list > li > a {
    padding: 0 0 0 30px;
    line-height: 50px;
  }
  .nav-sp__list > li > a span {
    font-size: 1.6rem;
  }
  .nav-sp__list > li > a:after {
    right: 30px;
  }
  .nav-sp__list > li.accordion-menu ul a {
    padding: 10px 16px 10px 32px;
    font-size: 1.4rem;
  }
  .nav-sp__list > li.accordion-menu ul a:before {
    font-size: 8px;
    left: 17px;
    top: 14px;
  }
  .nav-sp__list > li.accordion-menu i {
    width: 80px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .breadcrumb {
    font-size: 1.2rem;
  }
  .breadcrumb ul {
    padding: 5px 0;
  }
  .breadcrumb ul li {
    line-height: 20px;
  }
  .outline {
    padding-bottom: 20px;
  }
  .outline__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .col2 {
    flex-wrap: wrap;
  }
  .col2__text {
    width: 100%;
    margin-top: 20px;
  }
  .col2__text_gray {
    width: 100%;
    padding: 50px 0;
  }
  .col2__text_gray:before {
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
  }
  .col2__text_gray .for-sp + h2 {
    margin-top: 15px;
  }
  .col2__list {
    width: 100%;
  }
  .col2__photo {
    width: auto;
    margin-top: 30px;
  }
  .col2__photo:first-child {
    margin-top: 0;
  }
  .col2.c_line:before {
    display: none;
  }
  .box {
    padding: 30px 0;
  }
  .box__line {
    flex-wrap: wrap;
    padding: 10px;
    border: 8px solid #EDEDED;
  }
  .box__line .title {
    width: 100%;
    margin: 10px 20px 0 0;
    padding: 0;
  }
  .box__line ul li {
    width: 100%;
    margin-top: 10px;
  }
  .box__line.col2 {
    flex-wrap: wrap;
    padding: 15px;
    margin: 5px;
  }
  .box__line.col2 .text {
    width: 100%;
  }
  .box__line.col2 .text .title {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box__line.col2 .text .data {
    padding: 10px;
  }
  .box__line.col2 .text ul {
    padding: 10px 10px 0 30px;
  }
  .box__line.col2 .text ul li {
    padding: 0;
    line-height: 1.5;
  }
  .box__line.col2 .photo {
    width: 100%;
    margin-top: 10px;
  }
  .box__line.slider {
    flex-wrap: wrap;
    padding: 10px;
  }
  .box__line.slider .text {
    width: 100%;
  }
  .box__line.slider .text .title {
    width: 100%;
    padding: 5px 5px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box__line.slider .text .data {
    padding: 10px 5px;
  }
  .box__line.slider .text .comment {
    padding: 10px 5px 15px;
  }
  .box__line.slider .photo {
    width: 100%;
  }
  .box__line_column {
    padding: 10px 20px;
    border: 8px solid #EDEDED;
  }
  .box__line_column .title {
    font-size: 1.6rem;
  }
  .box.bg-gray-small {
    padding: 20px 0;
  }
  .box.bg-gray-small:before {
    top: 0;
    bottom: 0;
  }
  .box.bg-gray-link {
    text-align: left;
    padding: 30px 20px;
  }
  .box.bg-gray-link h3 {
    text-align: center;
  }
  .box.bg-gray-link .btn {
    margin: 20px auto 0;
  }
  .box__404 {
    padding: 100px 0 !important;
  }
  .list-link {
    margin-top: 30px;
  }
  .list-link__inner {
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
  }
  .list-link__inner .btn {
    width: 100%;
    margin: 5px 20px;
  }
  p.attention_box span {
    font-size: 1.4rem;
  }
  .bt-dashed {
    padding-top: 30px;
  }
  .bt-dashed__sm {
    margin-top: 20px !important;
    padding-top: 20px;
  }
  .page-footer:before {
    display: none;
  }
  .footer-content {
    max-width: 100%;
    margin: 0 auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 80px;
  }
  .footer-content:before {
    position: absolute;
    background-size: 500px auto;
    width: 500px;
    height: 90x;
    top: auto;
    right: 25px;
    bottom: 85px;
  }
  .footer-content__info {
    width: 100%;
  }
  .footer-content__info .footer-link {
    margin: 0 0 0 -4px;
  }
  .footer-content__info .footer-link li {
    padding: 10px 0;
  }
  .footer-content__info .footer-link li a {
    align-items: center;
    padding: 7px 0;
  }
  .footer-content__info .footer-link li a i {
    font-size: 1.6rem;
  }
  .footer-content__info .list-add {
    margin-top: 50px;
  }
  .footer-content__info .list-add li {
    display: inline;
    margin: 0 0 0 3px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .footer-content__info .list-add li:first-child {
    display: block;
    margin: 0 6px -5px 0;
  }
  .footer-content .copyright {
    margin-top: 5px;
  }
  .footer-content:before {
    position: absolute;
    background-position: 50% 100%;
    background-size: 100% auto;
    width: 100%;
    height: 120px;
    top: auto;
    right: 0;
    bottom: 20px;
    left: 0;
  }
  .footer-content__info {
    width: 100%;
  }
  .footer-content__info .footer-link {
    margin: 0 0 0 -4px;
  }
  .footer-content__info .footer-link li {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
  .footer-content__info .footer-link li a {
    display: block;
    align-items: center;
    padding: 7px 0;
  }
  .footer-content__info .footer-link li a i {
    font-size: 1.6rem;
  }
  .footer-content__info .list-add {
    margin-top: 10px;
    border-top: 1px solid #002E65;
  }
  .footer-content__info .list-add li {
    display: block;
    margin: 0;
    padding: 3px 0;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .footer-content__info .list-add li:first-child {
    display: block;
    margin: 20px 0 5px 0;
  }
  .footer-content__info .list-add li:nth-child(3) {
    display: inline-block;
  }
  .footer-content__info .list-add li:nth-child(4) {
    display: inline-block;
    padding-left: 5px;
  }
  .footer-content .copyright {
    margin-top: 15px;
  }
  .list-buildpolicy dt {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 6px 10px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .list-buildpolicy dd {
    padding: 8px 0 0;
  }
  .list-buildpolicy dd.title {
    font-size: 2.0rem;
    padding: 20px 0 0;
  }
  .title-copy {
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: left;
  }
  .title-gh {
    font-size: 1.7rem;
  }
  .title-gh__text {
    text-align: left;
    margin-top: 10px;
  }
  .list-picup__title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: -20px;
    padding-bottom: 15px;
  }
  .list-picup__title span {
    font-size: 5.0rem;
    margin-right: 15px;
  }
  .list-picup__title_lu {
    font-size: 1.7rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .list-picup__title_lu span {
    font-size: 5.0rem;
    margin-right: 15px;
  }
  .list-picup__sub_lu {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .list-picup__text_lu {
    font-size: 1.4rem;
  }
  .list-picup__bold_lu {
    font-size: 1.4rem;
  }
  .list-picup__green_lu {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: left;
    margin: 30px 0 0;
  }
  .flowmap {
    width: 100%;
    max-width: 100%;
  }
  .lu_03,
  .lu_04 {
    width: 100%;
    max-width: 100%;
  }
  .lu_05 {
    width: 100%;
    max-width: 100%;
  }
  .gh-archive__detail {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
  }
  .gh-archive__detail .detail-img {
    width: 100%;
    margin: 0;
  }
  .gh-archive__detail .detail-text {
    width: 100%;
    margin: 10px 0 0;
  }
  .gh-archive__detail .detail-text__title {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .gh-archive__detail .detail-text table {
    margin-top: 10px;
  }
  .gh-archive__detail .detail-text table th, .gh-archive__detail .detail-text table td {
    padding: 5px;
    font-size: 1.3rem;
  }
  .gh-archive__detail .detail-text .btn {
    margin: 10px 0 0;
  }
  .gh-archive__detail .detail-text .btn a {
    padding: 9px 0 7px;
  }
  .gh-archive .no-event {
    text-align: left;
    font-size: 1.4rem;
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 5px;
    line-height: 1.5;
  }
  .gh-single-title {
    text-align: left;
  }
  .lu-list {
    margin-top: 20px;
    padding: 20px 0 20px;
  }
  .lu-list__text {
    margin: 0 20px;
  }
  .lu-list__text > li {
    font-size: 1.4rem;
    padding-left: 20px;
    line-height: 1.6;
  }
  .lu-list__text > li:before {
    width: 13px;
    height: 13px;
    top: 9px;
  }
  .lu-list__bold {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    margin: 10px 20px 0;
    padding: 10px 18px;
  }
  .lu-list__img {
    margin: 10px 20px 0;
    flex-wrap: wrap;
  }
  .lu-list__img div {
    width: 100%;
    margin-top: 10px;
  }
  .greeting__list {
    flex-wrap: wrap;
  }
  .greeting__photo {
    width: 100%;
  }
  .greeting__text {
    width: 100%;
    margin-top: 15px;
  }
  .greeting__text .name {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .greeting__text .name span {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .managment-p {
    background-position: 50% 50%;
    background-size: 70% auto;
  }
  .managment-p__list {
    margin-top: 15px;
  }
  .managment-p__list > li {
    font-size: 2.0rem;
    padding-left: 20px;
  }
  .managment-p__list > li:before {
    top: 15px;
    left: 5px;
    content: "";
  }
  .works-archive {
    margin-top: 20px;
    padding: 30px 0;
  }
  .works-archive__list {
    margin-top: -10px;
  }
  .works-archive__list .btn {
    width: 100% !important;
    margin: 10px 0 0;
  }
  .works-list {
    width: auto;
    margin: 20px 20px 0;
  }
  .works-list__set {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .works-list__set h3 {
    width: 100%;
    margin-bottom: -5px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .works-list__details {
    width: 100%;
  }
  .works-list__details dl {
    align-items: flex-start;
    margin-top: 5px;
  }
  .works-list__details dl dt {
    width: calc( 100% - 110px);
    padding: 3px 10px 3px 0;
    letter-spacing: 0;
  }
  .works-list__details dl dd {
    width: 110px;
    padding: 3px 0;
    text-align: right;
  }
  .message-president .f-l {
    float: none !important;
    width: 100%;
    padding: 0 0 15px 0;
  }
  .message-president .f-l .name {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .message-president .f-l .name span {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .message-president > .disc {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .movie {
    flex-wrap: wrap;
  }
  .movie__president video {
    width: 100%;
    margin: 30px auto 0;
  }
  .movie__president .name {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .movie__president .name span {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .movie__movie {
    width: 100%;
  }
  .movie__text {
    width: 100%;
  }
  .movie__text .title {
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .movie__text .title .icon {
    padding-right: 15px;
  }
  .movie__text .title .icon img {
    width: auto;
    max-width: auto;
    height: auto;
    max-height: 50px;
  }
  .movie__text dl dt {
    padding: 1px 10px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .movie__text .name {
    font-size: 1.8rem;
  }
  .movie__text .name span {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .interview.col2 .col2__photo {
    width: 100%;
  }
  .interview.col2 .col2__photo h2 {
    line-height: 1.3;
  }
  .interview.col2 .col2__text {
    width: 100%;
    margin-top: 0 !important;
  }
  .interview.col2 .col2__text .title {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .interview.col2 .col2__text .title .icon {
    padding-right: 15px;
  }
  .interview.col2 .col2__text .title .icon img {
    width: auto;
    max-width: auto;
    height: auto;
    max-height: 50px;
  }
  .interview.col2 .col2__text dl dt {
    padding: 1px 10px;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .interview.col2 .col2__text .name {
    font-size: 1.8rem;
  }
  .interview.col2 .col2__text .name span {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .slick-dots {
    width: 100%;
    margin: 5px auto !important;
  }
  .slick-dots li {
    background-size: 14px auto;
    width: 14px !important;
    height: 14px;
    padding: 0 10px;
  }
  .blog-list {
    width: auto;
    margin: 0 20px;
  }
  .blog-list__detail {
    flex-direction: column;
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
  .blog-list__works {
    margin: 20px 0 0;
    padding: 0 0 20px;
  }
  .blog-list__thumbnail {
    width: 100%;
    margin: 5px 0 0;
  }
  .blog-list__thumbnail img {
    border: 8px solid #EDEDED;
  }
  .blog-list__text {
    width: 100%;
    line-height: 1.8;
  }
  .blog-list .title {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .blog-list .title__date {
    font-size: 1.3rem;
  }
  .blog-list .title__category {
    margin: 0 10px 0 0;
    font-size: 1.2rem;
  }
  .blog-list .title__text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .blog-list .excerpt {
    display: none;
  }
  .blog-list__title {
    margin: 0;
    padding: 0 0 10px;
  }
  .blog-list__title .date {
    margin-right: 15px;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .blog-list__title .category {
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 20px;
  }
  .blog-list__title .title {
    font-size: 1.6rem;
    padding-top: 5px;
    line-height: 1.3;
  }
  .blog-list__link {
    display: none;
  }
  .blog-list .wp-block-columns {
    margin-bottom: 0;
  }
  .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    margin: 30px 5px 0;
    font-size: 1.4rem;
  }
  .nav-links .page-numbers.current {
    width: 32px;
    height: 32px;
  }
  .nav-links .page-numbers.prev i {
    font-size: 1.8rem;
  }
  .nav-links .page-numbers.next i {
    font-size: 1.8rem;
  }
  .blog-single {
    margin: 30px 20px 0;
  }
  .blog-single__detail {
    width: auto;
    padding: 0 0 20px;
  }
  .blog-single__detail .title {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
  .blog-single__detail .title__date {
    font-size: 1.3rem;
  }
  .blog-single__detail .title__category {
    margin-right: 10px;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  .blog-single__detail .title__text {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .blog-single__content {
    margin: 30px 0 0;
  }
  .blog-single__content img {
    margin-top: 8px;
  }
  .blog-single__content p {
    margin-top: 10px;
  }
  .blog-single__content h1 {
    font-size: 2.4rem;
  }
  .blog-single__content h2 {
    font-size: 2.2rem;
  }
  .blog-single__content h3 {
    font-size: 2.0rem;
  }
  .blog-single__content h4 {
    font-size: 1.8rem;
  }
  .blog-single__content h5 {
    font-size: 1.6rem;
  }
  .blog-single__content h6 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 639px) and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

@media only screen and (max-width: 639px) {
  .contact-list__inner {
    width: 100%;
    padding: 10px 20px 10px;
    border: 8px solid #EDEDED;
  }
  .contact-list__inner .title {
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  .contact-list__inner .title i {
    margin-right: 5px;
    font-size: 2.0rem;
  }
  .contact-list__inner .tel-number {
    font-size: 2.0rem;
    letter-spacing: 0.01em;
    padding-bottom: 10px;
  }
  .contact-list__submit {
    margin: 20px 0 0;
  }
  .contact-list.big .wpcf7-not-valid-tip {
    font-size: 1.4rem;
  }
  .contact-list.big .wpcf7-list-item-label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contact-list.big .wpcf7 form .wpcf7-response-output {
    font-size: 1.6rem;
    margin: 10px auto 0 !important;
    padding: 10px !important;
    width: auto;
  }
  .btn {
    padding: 0;
    text-decoration: none;
  }
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .btn-lg.btn {
    padding: .6em 3em .5em;
    font-size: 1.25em;
  }
  .btn-sm.btn {
    font-size: .8em;
  }
  .btn {
    margin: 10px 0 0;
    width: 100%;
  }
  .btn.left {
    margin: 30px auto 0 0;
  }
  .btn.re a i {
    margin: 0 30px 0 -30px;
  }
  .btn a {
    max-width: 100%;
    padding: 11px 0 10px;
    font-size: 1.4rem;
  }
  .btn a i {
    margin: 0 -10px 0 10px;
  }
  .btn.re a i {
    margin: 0 10px 0 -10px;
  }
  .for-pc {
    display: none;
  }
  .for-big {
    display: none;
  }
  .for-media {
    display: block;
  }
  .for-tab {
    display: none;
  }
  .for-sp {
    display: block;
  }
  [type="text"],
  [type="password"],
  [type="email"],
  [type="url"],
  [type="tel"],
  select,
  textarea {
    width: 100%;
  }
  select {
    padding: 3px 45px 3px 8px;
    background-position: calc(100% - 20px) calc(0.8em), calc(100% - 15px) calc(0.8em);
  }
  ::-webkit-input-placeholder {
    color: #999;
  }
  ::-moz-placeholder {
    color: #999;
  }
  :-ms-input-placeholder {
    color: #999;
  }
  .placeholder {
    color: #999;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    padding-left: 0;
  }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-form .wpcf7-radio {
    margin: 0;
  }
  .wpcf7-form .wpcf7-radio span.wpcf7-list-item {
    display: block;
    margin: 10px 0 0;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.3rem;
    padding-top: 3px;
    padding-left: 0;
  }
  .wpcf7-form .submit {
    width: auto;
  }
  .wpcf7-form .submit input {
    padding: 11px 0 10px;
  }
  .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 10px auto 0;
    padding: 20px;
  }
  .wpcf7 form .wpcf7-response-output {
    width: 100%;
    padding: 10px;
  }
  .row {
    margin: -8px;
  }
  .col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
    padding: 8px;
  }
  .col-sp-1 {
    width: 8.33333%;
  }
  .col-sp-2 {
    width: 16.66667%;
  }
  .col-sp-3 {
    width: 25%;
  }
  .col-sp-4 {
    width: 33.33333%;
  }
  .col-sp-5 {
    width: 41.66667%;
  }
  .col-sp-6 {
    width: 50%;
  }
  .col-sp-7 {
    width: 58.33333%;
  }
  .col-sp-8 {
    width: 66.66667%;
  }
  .col-sp-9 {
    width: 75%;
  }
  .col-sp-10 {
    width: 83.33333%;
  }
  .col-sp-11 {
    width: 91.66667%;
  }
  .col-sp-12 {
    width: 100%;
    float: none;
  }
  ul.disc-lg > li {
    padding-left: 15px;
    line-height: 1.5;
  }
  ul.disc-lg > li:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 8px;
    left: 0;
    content: "";
  }
  ul.disc-lg > li .disc-lg {
    margin: 20px 0 0 -20px;
    padding: 10px 20px;
  }
  ul.disc-lg > li .disc-lg li {
    font-size: 1.4rem;
  }
  ul.disc-lg > li .disc-lg li:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  ul.disc-lg > li .disc-lg:before {
    top: -30px;
    left: 20px;
    border: 15px solid transparent;
    border-bottom: 20px solid #EDEDED;
    content: "";
  }
  ul.disc-lg.long > li {
    padding: 7px 0 7px 20px;
  }
  ul.disc-lg.long > li:before {
    top: 11px;
  }
  ul.disc-lg.col2 > li {
    width: 100%;
  }
  ul.disc-lg.col2 > li span {
    font-size: 1.4rem;
  }
  ul.disc-lg.col2 > li.col1 {
    width: 100%;
    padding-bottom: 10px;
  }
  ul.disc-lg.row1 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.disc-lg.row1 > li {
    width: 100%;
    margin-right: 25px;
  }
  ul.disc-lg.c-main > li:before {
    width: 13px;
    height: 13px;
  }
  ol.main {
    margin: 10px 0 0;
  }
  ol.main li {
    min-height: 50px;
    margin-top: 10px;
    padding: 0 0 0 60px;
  }
  ol.main li:before {
    width: 50px;
    height: 50px;
    padding: 0 .3em;
    font-size: 1.6rem;
  }
  dl.list-cl dt {
    width: 170px;
    padding-right: 40px;
  }
  dl.list-cl dt:before {
    width: 10px;
    top: 9px;
    right: 15px;
  }
  dl.list-cl dd {
    width: calc( 100% - 170px);
  }
  .m-xl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .mt-xl {
    margin-top: 30px !important;
  }
  .mb-xl {
    margin-bottom: 30px !important;
  }
  .m-lg {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-lg {
    margin-top: 20px !important;
  }
  .mb-lg {
    margin-bottom: 20px !important;
  }
  .m-md {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-md {
    margin-top: 15px !important;
  }
  .mb-md {
    margin-bottom: 15px !important;
  }
  .m-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-sm {
    margin-top: 8px !important;
  }
  .mb-sm {
    margin-bottom: 8px !important;
  }
  .m-xs {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .mt-xs {
    margin-top: 3px !important;
  }
  .mb-xs {
    margin-bottom: 3px !important;
  }
  .p30 {
    padding: 15px 0 !important;
  }
  table.tbl_line {
    border-top: 1px solid #707070;
  }
  table.tbl_line th, table.tbl_line td {
    display: block;
    width: 100%;
    padding: 13px 3px;
    line-height: 1.5;
  }
  table.tbl_line th {
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #ccc;
  }
  table.tbl_line td {
    position: relative;
    vertical-align: middle;
    border-bottom: 1px solid #707070;
  }
  table.tbl_line td:before {
    display: none;
  }
  table.tbl_line td iframe {
    height: 350px;
  }
  table.tbl_box {
    border-top: none;
  }
  table.tbl_box th, table.tbl_box td {
    display: block;
    width: 100%;
    padding: 13px 10px;
  }
  table.tbl_box th {
    font-size: 1.4rem;
    border: none;
    border-top: 1px solid #707070;
  }
  table.tbl_box td {
    position: relative;
    vertical-align: middle;
  }
  table.tbl_box td iframe {
    height: 350px;
  }
  table.tbl_dot th, table.tbl_dot td {
    display: block;
    font-size: 1.4rem;
  }
  table.tbl_dot th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  table.tbl_dot td {
    padding: 0 0 10px;
  }
  table.tbl_dot td iframe {
    height: 300px;
  }
  table.tbl_dot td .fw-b {
    font-weight: normal;
  }
  table.tbl_dot td .disc {
    font-size: 1.3rem;
  }
  table.tbl_contact th, table.tbl_contact td {
    display: block;
  }
  table.tbl_contact th [type="text"],
  table.tbl_contact th [type="email"],
  table.tbl_contact th [type="tel"], table.tbl_contact td [type="text"],
  table.tbl_contact td [type="email"],
  table.tbl_contact td [type="tel"] {
    width: 100% !important;
  }
  table.tbl_contact th input[type="checkbox"], table.tbl_contact td input[type="checkbox"] {
    border: 1px solid #EDEDED;
  }
  table.tbl_contact th input[type="radio"], table.tbl_contact td input[type="radio"] {
    border: 1px solid #EDEDED;
  }
  table.tbl_contact th {
    padding: 13px 0 3px;
    border-right: none;
    border-bottom: none;
  }
  table.tbl_contact td {
    padding: 0 0 5px;
    border-top: none;
  }
  table.tbl_contact td .note {
    display: block;
    padding: 3px 0 0;
    font-size: 1.3rem;
  }
  table.tbl_contact.big th {
    font-size: 1.6rem;
  }
  table.tbl_contact.big td {
    font-size: 1.6rem;
  }
  table.tbl_contact.big td .note {
    font-size: 1.4rem;
  }
  .fz-50 {
    font-size: 3.0rem;
  }
  .fz-xl {
    font-size: 2.2rem !important;
  }
  .fz-lg {
    font-size: 1.6rem !important;
  }
  .fz-md {
    font-size: 1.4rem !important;
  }
  .fz-sm {
    font-size: 1.3rem !important;
  }
  .fz-xs {
    font-size: .5rem !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1299px) {
  .page {
    left: 0;
    transition: left .2s;
    width: auto;
  }
  h2, h3, h4, h5 {
    font-size: 2.0rem;
  }
  .pageheadline h2, .pageheadline h3, .pageheadline h4, .pageheadline h5 {
    height: 230px;
    padding-top: 80px;
    font-size: 1.4rem;
  }
  .pageheadline h2 span, .pageheadline h3 span, .pageheadline h4 span, .pageheadline h5 span {
    font-size: 2.6rem;
  }
  h2.h_default, h3.h_default, h4.h_default, h5.h_default {
    font-size: 3.6rem;
  }
  h2.border, h3.border, h4.border, h5.border {
    font-size: 2.2rem;
    padding: 20px 0;
  }
  h2.border-t, h3.border-t, h4.border-t, h5.border-t {
    padding: 30px 0 10px;
  }
  .pagetitle {
    margin-top: 40px;
  }
  .pagetitle .h_main {
    display: block;
    padding-right: 0;
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
  }
  .pagetitle .h_main span {
    font-size: 1.8rem;
  }
  .pagetitle .h_main:before {
    top: 0;
    right: 0;
    width: 20px;
    height: 0;
    border-top: 60px solid #fff;
    border-left: 30px solid transparent;
  }
  .l-inner {
    width: auto;
    margin: 0 30px;
    padding: 0;
  }
  header {
    padding: 0 10px;
  }
  header .page-header > .l-inner {
    align-items: center;
  }
  .is-spmenu-open header {
    background: #fff;
  }
  .is-spmenu-open header .page-header > .l-inner {
    box-shadow: none;
  }
  header .page-header > .l-inner {
    width: 100%;
    height: 50px;
    margin: 10px auto 0;
    padding: 0 60px 0 0;
  }
  .logo-main {
    display: flex;
    align-items: center;
    margin: 0 0 0 25px;
  }
  .logo-main a {
    align-items: center;
    height: 50px;
  }
  .logo-main img {
    width: 230px;
    margin: 0;
  }
  .contact-header {
    display: none;
  }
  .nav-main {
    display: none;
  }
  .submenu {
    display: none;
  }
  .btn-sp-menu {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: auto;
    text-align: center;
    top: 0;
    right: 10px;
  }
  .btn-sp-menu .icon-nav {
    display: flex;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 3.0rem;
    line-height: 50px;
    padding-top: 2px;
  }
  .btn-sp-menu .icon-nav:before {
    width: 100%;
  }
  .btn-sp-menu.is-open .icon-nav {
    color: #004395;
    padding-top: 0;
  }
  .btn-sp-menu.is-open .icon-nav:before {
    font-size: 3.0rem;
    content: "\e914";
  }
  .nav-sp {
    background-color: #002E65;
    -webkit-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    min-width: 320px;
    content: "";
  }
  .nav-sp.is-open {
    visibility: visible;
    opacity: 0.95;
  }
  .nav-sp__list > li {
    position: relative;
    padding: 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  .nav-sp__list > li > a {
    display: block;
    color: #fff;
    padding: 0 0 0 35px;
    text-decoration: none;
    line-height: 50px;
  }
  .nav-sp__list > li > a span {
    font-family: "Avenir-Light", sans-serif;
    font-size: 1.6rem;
  }
  .nav-sp__list > li > a:after {
    position: absolute;
    font-family: 'webicon';
    font-size: 1.6rem;
    content: "\e909";
    right: 35px;
  }
  .nav-sp__list > li.accordion-menu > a:after {
    display: none;
  }
  .nav-sp__list > li.accordion-menu ul {
    display: none;
    background: #fff;
  }
  .nav-sp__list > li.accordion-menu ul li {
    border-bottom: 1px dashed #707070;
  }
  .nav-sp__list > li.accordion-menu ul li:last-child {
    border-bottom: none;
  }
  .nav-sp__list > li.accordion-menu ul a {
    position: relative;
    display: block;
    padding: 10px 16px 10px 32px;
    color: #000;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .nav-sp__list > li.accordion-menu ul a:hover {
    color: #002E65;
  }
  .nav-sp__list > li.accordion-menu ul a:before {
    position: absolute;
    font-family: 'webicon';
    font-size: 8px;
    color: #002E65;
    content: "\e909";
    left: 17px;
    top: 14px;
  }
  .nav-sp__list > li.accordion-menu ul a.blank:after {
    position: absolute;
    font-family: 'webicon';
    font-size: 1.4rem;
    color: #002E65;
    content: "\e917";
    right: 32px;
    top: 10px;
  }
  .nav-sp__list > li.accordion-menu i {
    position: absolute;
    width: 90px;
    font-size: 1.8rem;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left: 1px solid #fff;
    color: #fff;
  }
  .nav-sp__list > li.accordion-menu i:before {
    display: block;
    transform: rotate(90deg);
  }
  .nav-sp__list > li.accordion-menu.is-open i:before {
    transform: rotate(-90deg);
  }
  .nav-sp__sublist {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: -1px 0 0;
  }
  .nav-sp__sublist li {
    width: 50%;
    font-size: 1.4rem;
    border-top: 1px solid #004395;
  }
  .nav-sp__sublist li:nth-child(odd) {
    border-right: 1px solid #004395;
  }
  .nav-sp__sublist li a {
    display: block;
    color: #004395;
    text-decoration: none;
    padding: 5px 17px;
  }
  .nav-sp__sublist li a i {
    margin-right: 5px;
  }
  .nav-sp__otherlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 25px 0;
  }
  .nav-sp__otherlist li {
    width: 100%;
    font-size: 1.4rem;
  }
  .nav-sp__otherlist li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .nav-sp__otherlist li a i {
    margin-right: 5px;
  }
  .breadcrumb {
    font-size: 1.3rem;
  }
  .breadcrumb ul {
    padding: 5px 0;
  }
  .breadcrumb ul li {
    line-height: 30px;
  }
  .outline__title {
    font-size: 3.4rem;
    line-height: 1.3;
  }
  .col2__text_gray {
    padding: 50px 30px 50px 0;
  }
  .col2__list {
    width: 48%;
  }
  .col2__photo {
    width: 48%;
  }
  .box {
    padding: 40px 0;
  }
  .box__line .title {
    width: 40%;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .box__line.slider {
    padding: 32px;
  }
  .box__line.slider .text {
    width: 43%;
  }
  .box__line.slider .photo {
    width: 55%;
  }
  .box.bg-gray-small {
    padding: 20px 0;
  }
  .box.bg-gray-small:before {
    top: 0;
    bottom: 0;
  }
  .box__404 {
    padding: 200px 0 !important;
  }
  .box__404 .btn {
    margin: 20px auto 0;
  }
  .list-link__inner {
    width: 100%;
  }
  .list-link__inner .btn {
    width: 100%;
    max-width: 535px;
    margin: 60px 20px;
  }
  .bt-dashed {
    padding-top: 60px;
  }
  .bt-dashed__sm {
    margin-top: 30px !important;
    padding-top: 30px;
  }
  .page-footer:before {
    bottom: 115px;
  }
  .footer-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .footer-content:before {
    position: absolute;
    background-size: 500px auto;
    width: 500px;
    height: 90x;
    top: auto;
    right: 25px;
    bottom: 85px;
  }
  .footer-content__info {
    width: 100%;
  }
  .footer-content__info .footer-link {
    margin: 0 0 0 -4px;
  }
  .footer-content__info .footer-link li {
    padding: 10px 0;
  }
  .footer-content__info .footer-link li a {
    align-items: center;
    padding: 7px 0;
  }
  .footer-content__info .footer-link li a i {
    font-size: 1.6rem;
  }
  .footer-content__info .list-add {
    margin-top: 50px;
  }
  .footer-content__info .list-add li {
    display: inline;
    margin: 0 0 0 3px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .footer-content__info .list-add li:first-child {
    display: block;
    margin: 0 6px -5px 0;
  }
  .footer-content .copyright {
    margin-top: 5px;
  }
  .list-buildpolicy dt {
    font-size: 2.8rem;
    margin-top: 30px;
    padding: 6px 20px;
  }
  .list-buildpolicy dd {
    padding: 8px 20px 0;
  }
  .list-buildpolicy dd.title {
    font-size: 2.8rem;
    padding: 30px 20px 0;
  }
  .title-copy {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  .title-gh {
    font-size: 2.3rem;
  }
  .title-gh__text {
    margin-top: 10px;
  }
  .list-picup__title {
    font-size: 2.2rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .list-picup__title span {
    font-size: 6.0rem;
    margin-right: 15px;
  }
  .list-picup__title_lu {
    font-size: 3.0rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .list-picup__title_lu span {
    font-size: 6.0rem;
    margin-right: 15px;
  }
  .list-picup__sub_lu {
    font-size: 2.0rem;
    padding: 5px 10px;
  }
  .list-picup__text_lu {
    font-size: 1.8rem;
  }
  .list-picup__bold_lu {
    font-size: 1.8rem;
  }
  .list-picup__green_lu {
    width: 80%;
    font-size: 3.0rem;
    line-height: 1.5;
    margin: 50px auto 0;
  }
  .gh-archive__detail {
    margin-top: 30px;
    padding: 50px;
  }
  .gh-archive__detail .detail-img {
    width: 35%;
    margin: 0;
  }
  .gh-archive__detail .detail-text {
    width: 60%;
    margin: 0;
  }
  .gh-archive__detail .detail-text__title {
    font-size: 2.2rem;
  }
  .gh-archive__detail .detail-text table th, .gh-archive__detail .detail-text table td {
    padding: 5px;
    font-size: 1.6rem;
  }
  .gh-archive__detail .detail-text .btn {
    margin: 20px 0 0;
  }
  .gh-archive__detail .detail-text .btn a {
    padding: 14px 0 12px;
  }
  .gh-archive .no-event {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 10px;
  }
  .lu-list {
    margin-top: 30px;
    padding: 50px;
    padding: 30px 0 40px;
  }
  .lu-list__text {
    margin: 0 40px;
  }
  .lu-list__text > li {
    font-size: 2.0rem;
    padding-left: 30px;
    line-height: 1.6;
  }
  .lu-list__text > li:before {
    width: 18px;
    height: 18px;
    top: 12px;
  }
  .lu-list__bold {
    font-size: 2.6rem;
    text-align: left;
    line-height: 1.5;
    margin: 30px 40px 0;
    padding: 25px 20px;
  }
  .lu-list__img {
    margin: 30px 40px 0;
  }
  .lu-list__img div {
    width: 48%;
  }
  .greeting__photo {
    width: 48%;
  }
  .greeting__text {
    width: 49%;
  }
  .greeting__text .name {
    font-size: 2.0rem;
  }
  .greeting__text .name span {
    margin-right: 15px;
    font-size: 1.6rem;
  }
  .managment-p {
    background-position: 98% 50%;
    background-size: auto 80%;
  }
  .managment-p__list {
    margin-top: 30px;
  }
  .managment-p__list > li {
    font-size: 2.6rem;
    padding-left: 20px;
  }
  .managment-p__list > li:before {
    top: 17px;
    left: 5px;
    content: "";
  }
  .works-archive {
    margin-top: 30px;
    padding: 40px 0;
  }
  .works-archive__list {
    margin-top: -20px;
  }
  .works-archive__list .btn {
    width: 49% !important;
    margin: 20px 0 0;
  }
  .works-list {
    width: auto;
    margin: 30px 30px 0;
  }
  .works-list__set {
    padding: 20px 0;
  }
  .works-list__set h3 {
    width: 60px;
    padding-left: 0;
  }
  .works-list__details {
    width: calc( 100% - 60px);
  }
  .works-list__details dl dt {
    width: 75%;
    padding-right: 20px;
  }
  .works-list__details dl dd {
    width: 25%;
  }
  .message-president .f-l {
    width: 50%;
    padding: 0 30px 15px 0;
  }
  .message-president .f-l .name {
    font-size: 2.0rem;
  }
  .message-president .f-l .name span {
    margin-right: 15px;
    font-size: 1.6rem;
  }
  .message-president > .disc {
    width: 50%;
    margin-left: 50%;
    font-size: 1.8rem;
  }
  .movie {
    flex-wrap: wrap;
  }
  .movie__president video {
    width: 100%;
    margin: 30px auto 0;
  }
  .movie__president .name {
    font-size: 2.6rem;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .movie__president .name span {
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .movie__movie {
    width: 100%;
  }
  .movie__text {
    width: 100%;
  }
  .movie__text .title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .movie__text dl dt {
    padding: 2px 15px;
    line-height: 1.3;
  }
  .movie__text .name {
    font-size: 2.6rem;
  }
  .movie__text .name span {
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .interview.col2 .col2__photo {
    width: 40%;
  }
  .interview.col2 .col2__photo h2 {
    line-height: 1.5;
  }
  .interview.col2 .col2__text {
    width: 58%;
  }
  .interview.col2 .col2__text .title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .interview.col2 .col2__text dl dt {
    padding: 2px 15px;
    line-height: 1.3;
  }
  .interview.col2 .col2__text .name {
    font-size: 2.6rem;
  }
  .interview.col2 .col2__text .name span {
    display: block;
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .slick-dots {
    width: 100%;
    margin: 20px auto 0;
  }
  .blog-list {
    width: auto;
    margin: 0 30px;
  }
  .blog-list__detail {
    margin: 50px 0 0;
    padding: 0 0 50px;
  }
  .blog-list__works {
    margin: 50px 0 0;
    padding: 0 0 20px;
  }
  .blog-list__thumbnail {
    width: 45%;
  }
  .blog-list__text {
    width: 52%;
    line-height: 1.8;
  }
  .blog-list .title {
    margin: 0 0 5px 0;
    padding: 0;
  }
  .blog-list .title__date {
    font-size: 1.7rem;
  }
  .blog-list .title__category {
    margin: 0 10px 0 0;
    font-size: 1.5rem;
  }
  .blog-list .title__text {
    margin-top: 10px;
    font-size: 2.0rem;
  }
  .blog-list__link {
    margin: 20px 0 0 auto;
  }
  .blog-list__link a {
    padding: 6px 0 5px;
  }
  .blog-single {
    margin: 60px 30px 0;
  }
  .blog-single__detail {
    width: 100%;
    padding: 0 0 30px;
  }
  .blog-single__detail .title {
    flex-direction: column-reverse;
    margin: 0;
    padding: 15px 0;
  }
  .blog-single__detail .title__date {
    font-size: 1.6rem;
  }
  .blog-single__detail .title__category {
    font-size: 1.3rem;
  }
  .blog-single__detail .title__text {
    margin-top: 10px;
    font-size: 2.0rem;
  }
  .blog-single__content {
    margin: 20px 0 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1299px) and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1299px) {
  .contact-list__inner {
    width: 100%;
    padding: 50px 30px;
  }
  .contact-list__inner .title {
    padding-bottom: 10px;
    font-size: 2.0rem;
  }
  .contact-list__inner .title i {
    margin-right: 10px;
    font-size: 3.3rem;
  }
  .contact-list__inner .tel-number {
    font-size: 3.8rem;
    letter-spacing: 0.1em;
  }
  .contact-list.big__submit {
    font-size: 2.0rem;
  }
  .contact-list.big .wpcf7-list-item-label {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .contact-list.big .wpcf7 form .wpcf7-response-output {
    font-size: 2.0rem;
    margin: 20px auto 0 !important;
    padding: 20px !important;
    width: auto;
  }
  .btn {
    padding: 0;
    text-decoration: none;
  }
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .btn-lg.btn {
    padding: .6em 3em .5em;
    font-size: 1.25em;
  }
  .btn-sm.btn {
    font-size: .8em;
  }
  .btn {
    margin: 20px 0 0;
    max-width: 530px;
    width: auto;
  }
  .btn.left {
    margin: 30px auto 0 0;
  }
  .btn.re a i {
    margin: 0 30px 0 -30px;
  }
  .for-pc {
    display: none;
  }
  .for-big {
    display: block;
  }
  .for-media {
    display: block;
  }
  .for-tab {
    display: block;
  }
  .for-sp {
    display: none;
  }
  [type="text"],
  [type="password"],
  [type="email"],
  [type="url"],
  [type="tel"],
  select,
  textarea {
    width: 340px;
  }
  ::-webkit-input-placeholder {
    color: #999;
  }
  ::-moz-placeholder {
    color: #999;
  }
  :-ms-input-placeholder {
    color: #999;
  }
  .placeholder {
    color: #999;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    padding-left: 0;
  }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-form .wpcf7-radio {
    margin: 0;
  }
  .wpcf7-form .wpcf7-radio span.wpcf7-list-item {
    display: block;
    margin: 10px 0 0;
  }
  .wpcf7-form .submit {
    margin: 50px auto 0;
  }
  .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 10px auto 0;
    padding: 20px;
  }
  .row {
    margin: -10px;
  }
  .col-1, .col-tab-1, .col-sp-1, .col-2, .col-tab-2, .col-sp-2, .col-3, .col-tab-3, .col-sp-3, .col-4, .col-tab-4, .col-sp-4, .col-5, .col-tab-5, .col-sp-5, .col-6, .col-tab-6, .col-sp-6, .col-7, .col-tab-7, .col-sp-7, .col-8, .col-tab-8, .col-sp-8, .col-9, .col-tab-9, .col-sp-9, .col-10, .col-tab-10, .col-sp-10, .col-11, .col-tab-11, .col-sp-11, .col-12, .col-tab-12, .col-sp-12 {
    padding: 10px;
  }
  .col-tab-1 {
    width: 8.33333%;
  }
  .col-tab-2 {
    width: 16.66667%;
  }
  .col-tab-3 {
    width: 25%;
  }
  .col-tab-4 {
    width: 33.33333%;
  }
  .col-tab-5 {
    width: 41.66667%;
  }
  .col-tab-6 {
    width: 50%;
  }
  .col-tab-7 {
    width: 58.33333%;
  }
  .col-tab-8 {
    width: 66.66667%;
  }
  .col-tab-9 {
    width: 75%;
  }
  .col-tab-10 {
    width: 83.33333%;
  }
  .col-tab-11 {
    width: 91.66667%;
  }
  .col-tab-12 {
    width: 100%;
    float: none;
  }
  ul.disc-lg > li {
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  ul.disc-lg > li:before {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 8px;
    left: 0;
  }
  ul.disc-lg > li .disc-lg {
    margin: 20px 0 0 -20px;
    padding: 10px 20px;
  }
  ul.disc-lg > li .disc-lg li {
    font-size: 1.4rem;
  }
  ul.disc-lg > li .disc-lg li:before {
    width: 10px;
    height: 10px;
    top: 8px;
  }
  ul.disc-lg > li .disc-lg:before {
    top: -30px;
    left: 20px;
  }
  ul.disc-lg.long > li {
    padding: 7px 0 7px 20px;
  }
  ul.disc-lg.long > li:before {
    top: 11px;
  }
  ul.disc-lg.col2 > li span {
    font-size: 1.4rem;
  }
  ul.disc-lg.col2 > li.col1 {
    width: 100%;
    padding-bottom: 10px;
  }
  ul.disc-lg.row1 {
    display: flex;
    flex-wrap: wrap;
  }
  ul.disc-lg.row1 > li {
    margin-right: 25px;
  }
  ul.disc-lg.c-main > li:before {
    width: 13px;
    height: 13px;
  }
  ol.main {
    margin: 15px 0 0;
  }
  ol.main li {
    min-height: 60px;
    margin-top: 10px;
    padding: 0 0 0 70px;
  }
  ol.main li:before {
    width: 60px;
    height: 60px;
    padding: 0 .3em;
    font-size: 2.2rem;
  }
  .m-xl {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .mt-xl {
    margin-top: 60px !important;
  }
  .mb-xl {
    margin-bottom: 60px !important;
  }
  .m-lg {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .mt-lg {
    margin-top: 40px !important;
  }
  .mb-lg {
    margin-bottom: 40px !important;
  }
  .m-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .mt-md {
    margin-top: 25px !important;
  }
  .mb-md {
    margin-bottom: 25px !important;
  }
  .m-sm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mt-sm {
    margin-top: 15px !important;
  }
  .mb-sm {
    margin-bottom: 15px !important;
  }
  .m-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .mt-xs {
    margin-top: 5px !important;
  }
  .mb-xs {
    margin-bottom: 5px !important;
  }
  table.tbl_line th, table.tbl_line td {
    padding: 15px 25px;
    line-height: 1.8;
  }
  table.tbl_box th {
    font-size: 1.6rem;
  }
  table.tbl_box th, table.tbl_box td {
    padding: 15px 25px;
  }
  table.tbl_dot th, table.tbl_dot td {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  table.tbl_dot table.tc {
    width: 100%;
  }
  table.tbl_dot table.lg {
    margin: 20px auto 10px;
  }
  table.tbl_dot table.lg th, table.tbl_dot table.lg td {
    padding: 5px 0 !important;
  }
  table.tbl_contact th {
    padding: 16px 15px 8px 0;
    line-height: 1.3;
  }
  table.tbl_contact td {
    padding: 12px 0 12px 50px;
  }
  table.tbl_contact td .note {
    display: block;
    padding-left: 0;
  }
  .fz-50 {
    font-size: 4.0rem;
  }
  .fz-xl {
    font-size: 2.6rem !important;
  }
  .fz-lg {
    font-size: 2.2rem !important;
  }
  .fz-md {
    font-size: 1.8rem !important;
  }
  .fz-sm {
    font-size: 1.3rem !important;
  }
  .fz-xs {
    font-size: .5rem !important;
  }
}

@media only screen and (min-width: 1300px) {
  .contact-header {
    position: absolute;
    top: 0;
    right: 10px;
    background: #004395;
    width: 245px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .contact-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    transition: all 0.3s;
  }
  .contact-header a .icon-mail {
    font-size: 2.0rem;
    margin: 0 7px 2px 0;
  }
  .contact-header a:hover {
    color: #004395;
  }
  .is_scroll .contact-header a {
    height: 40px;
    font-size: 1.4rem;
  }
  .btn-sp-menu {
    display: none;
  }
  .nav-sp {
    display: none;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
}

@media only screen and (min-width: 1300px) {
  .btn {
    padding: 0;
    text-decoration: none;
  }
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .btn-lg.btn {
    padding: .6em 3em .5em;
    font-size: 1.25em;
  }
  .btn-sm.btn {
    font-size: .8em;
  }
  .btn.left {
    margin: 30px auto 0 0;
  }
  .btn.re a i {
    margin: 0 30px 0 -30px;
  }
  ::-webkit-input-placeholder {
    color: #999;
  }
  ::-moz-placeholder {
    color: #999;
  }
  :-ms-input-placeholder {
    color: #999;
  }
  .placeholder {
    color: #999;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-i {
  display: inline !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.w260 {
  width: 260px !important;
}

.w270 {
  width: 270px !important;
}

.w280 {
  width: 280px !important;
}

.w290 {
  width: 290px !important;
}

.w300 {
  width: 300px !important;
}

.w310 {
  width: 310px !important;
}

.w320 {
  width: 320px !important;
}

.w330 {
  width: 330px !important;
}

.w340 {
  width: 340px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w370 {
  width: 370px !important;
}

.w380 {
  width: 380px !important;
}

.w390 {
  width: 390px !important;
}

.w400 {
  width: 400px !important;
}

.w410 {
  width: 410px !important;
}

.w420 {
  width: 420px !important;
}

.w430 {
  width: 430px !important;
}

.w440 {
  width: 440px !important;
}

.w450 {
  width: 450px !important;
}

.w460 {
  width: 460px !important;
}

.w470 {
  width: 470px !important;
}

.w480 {
  width: 480px !important;
}

.w490 {
  width: 490px !important;
}

.w500 {
  width: 500px !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w105p {
  width: 105% !important;
}

.w110p {
  width: 110% !important;
}

.w115p {
  width: 115% !important;
}

.w120p {
  width: 120% !important;
}

.w125p {
  width: 125% !important;
}

.w130p {
  width: 130% !important;
}

.w135p {
  width: 135% !important;
}

.w140p {
  width: 140% !important;
}

.w145p {
  width: 145% !important;
}

.w150p {
  width: 150% !important;
}

.w155p {
  width: 155% !important;
}

.w160p {
  width: 160% !important;
}

.w165p {
  width: 165% !important;
}

.w170p {
  width: 170% !important;
}

.w175p {
  width: 175% !important;
}

.w180p {
  width: 180% !important;
}

.w185p {
  width: 185% !important;
}

.w190p {
  width: 190% !important;
}

.w195p {
  width: 195% !important;
}

.w200p {
  width: 200% !important;
}

.w205p {
  width: 205% !important;
}

.w210p {
  width: 210% !important;
}

.w215p {
  width: 215% !important;
}

.w220p {
  width: 220% !important;
}

.w225p {
  width: 225% !important;
}

.w230p {
  width: 230% !important;
}

.w235p {
  width: 235% !important;
}

.w240p {
  width: 240% !important;
}

.w245p {
  width: 245% !important;
}

.w250p {
  width: 250% !important;
}

.w255p {
  width: 255% !important;
}

.w260p {
  width: 260% !important;
}

.w265p {
  width: 265% !important;
}

.w270p {
  width: 270% !important;
}

.w275p {
  width: 275% !important;
}

.w280p {
  width: 280% !important;
}

.w285p {
  width: 285% !important;
}

.w290p {
  width: 290% !important;
}

.w295p {
  width: 295% !important;
}

.w300p {
  width: 300% !important;
}

.w305p {
  width: 305% !important;
}

.w310p {
  width: 310% !important;
}

.w315p {
  width: 315% !important;
}

.w320p {
  width: 320% !important;
}

.w325p {
  width: 325% !important;
}

.w330p {
  width: 330% !important;
}

.w335p {
  width: 335% !important;
}

.w340p {
  width: 340% !important;
}

.w345p {
  width: 345% !important;
}

.w350p {
  width: 350% !important;
}

.w355p {
  width: 355% !important;
}

.w360p {
  width: 360% !important;
}

.w365p {
  width: 365% !important;
}

.w370p {
  width: 370% !important;
}

.w375p {
  width: 375% !important;
}

.w380p {
  width: 380% !important;
}

.w385p {
  width: 385% !important;
}

.w390p {
  width: 390% !important;
}

.w395p {
  width: 395% !important;
}

.w400p {
  width: 400% !important;
}

.w405p {
  width: 405% !important;
}

.w410p {
  width: 410% !important;
}

.w415p {
  width: 415% !important;
}

.w420p {
  width: 420% !important;
}

.w425p {
  width: 425% !important;
}

.w430p {
  width: 430% !important;
}

.w435p {
  width: 435% !important;
}

.w440p {
  width: 440% !important;
}

.w445p {
  width: 445% !important;
}

.w450p {
  width: 450% !important;
}

.w455p {
  width: 455% !important;
}

.w460p {
  width: 460% !important;
}

.w465p {
  width: 465% !important;
}

.w470p {
  width: 470% !important;
}

.w475p {
  width: 475% !important;
}

.w480p {
  width: 480% !important;
}

.w485p {
  width: 485% !important;
}

.w490p {
  width: 490% !important;
}

.w495p {
  width: 495% !important;
}

.w500p {
  width: 500% !important;
}

.f-l {
  float: left !important;
}

.f-r {
  float: right !important;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'webicon';
  src: url(../fonts/webicon_0f80bd.eot);
  src: url(../fonts/webicon_0f80bd.eot) format("embedded-opentype"), url(../fonts/webicon_a9f35f.ttf) format("truetype"), url(../fonts/webicon_d94a8f.woff) format("woff"), url(../images/webicon_814abe.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon:before, .icon:after, [class^="icon-"], [class*=" icon-"] {
  font-family: 'webicon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow01_t:before {
  content: "\e900";
}

.icon-arrow01_r:before {
  content: "\e901";
}

.icon-arrow01_b:before {
  content: "\e902";
}

.icon-arrow01_l:before {
  content: "\e903";
}

.icon-arrow02_t:before {
  content: "\e904";
}

.icon-arrow02_r:before {
  content: "\e905";
}

.icon-arrow02_b:before {
  content: "\e906";
}

.icon-arrow02_l:before {
  content: "\e907";
}

.icon-arrow03_t:before {
  content: "\e908";
}

.icon-arrow03_r:before {
  content: "\e909";
}

.icon-arrow03_b:before {
  content: "\e910";
}

.icon-arrow03_l:before {
  content: "\e911";
}

.icon-mail:before {
  content: "\e912";
}

.icon-nav:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e914";
}

.icon-plus:before {
  content: "\e915";
}

.icon-minus:before {
  content: "\e916";
}

.icon-blank:before {
  content: "\e917";
}

.icon-pdf:before {
  content: "\e918";
}

.icon-tel:before {
  content: "\e919";
}

.icon-colon:before {
  content: "\e920";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
@media print {
  header {
    position: relative;
  }
  .page-header .l-inner {
    overflow: hidden;
  }
  .nav-header {
    display: none;
  }
  .logo-main {
    width: 150px;
  }
  .nav-main {
    float: right;
  }
  .page-content {
    padding-top: 30px;
  }
  .contact-header a {
    color: #fff;
  }
}
