@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
}

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

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

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

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  scroll-behavior: smooth;
  scroll-padding-top: 9.6rem;
}
@media only screen and (max-width: 1279px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    scroll-padding-top: 6.9rem;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #000000;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

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

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

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

.inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 88%;
  }
}

.anchor {
  width: 0;
  height: 0;
  margin: -10rem 0;
  padding: 10rem 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/*セクション　フェード表示*/
section:not(.no_anime), aside:not(.no_anime) {
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 1.5s ease-out 0.1s both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  -webkit-animation: tabDisp 1s;
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}

@-webkit-keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*アコーディオン　ベース*/
.acc .acc_head {
  position: relative;
}
.acc .acc_head i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.acc .acc_body {
  display: none;
}
.acc.open .acc_head i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.acc.open .acc_body {
  display: block;
}

/*言語切替*/
.lang_switch {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .lang_switch {
    width: 23rem;
    margin: 0 auto;
  }
}
.lang_switch ul li {
  font-size: 0.9375em;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .lang_switch ul li {
    font-size: 1.7rem;
  }
}
.lang_switch ul li.current {
  color: #ffffff;
  border: solid 1px #ffffff;
}
@media only screen and (min-width: 901px) {
  .lang_switch ul li.current {
    padding: 0.33em 1.53em 0.33em 1em;
    background-image: url("../img/icon_arrow05.png");
    -webkit-background-size: 1em auto;
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 0.33em) center;
  }
}
@media only screen and (max-width: 900px) {
  .lang_switch ul li.current {
    width: 100%;
    padding: 0.58em 0.25em 0.58em 0.75em;
    text-align: center;
  }
  .lang_switch ul li.current:after {
    width: 1em;
    height: 1em;
    margin-left: 1em;
    content: '';
    background-image: url("../img/icon_arrow05.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.1em;
  }
}
.lang_switch ul li.pulldown {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
.lang_switch ul li.pulldown a {
  padding: 0.33em;
  text-align: center;
  color: #1D2088;
  background-color: #E4E8F0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .lang_switch ul li.pulldown a {
    padding: 0.58em 0.5em;
  }
}
.lang_switch ul li.en {
  font-family: "Poppins", sans-serif;
}

/*コンポーネント*/
.midashi01 {
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1.5em;
    font-size: 1.8rem;
  }
}
.midashi01 span {
  margin-bottom: 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #1D2088;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    font-size: 2.3em;
  }
}
.midashi01.center {
  text-align: center;
}
@media only screen and (min-width: 901px) {
  .midashi01.side span {
    margin-right: 0.57em;
    display: inline-block;
    vertical-align: -0.15em;
  }
}
.midashi01.white {
  color: #ffffff;
}
.midashi01.white span {
  color: #ffffff;
}

.btn01 {
  padding: 1.3em 0.5em;
  font-weight: 500;
  text-align: center;
  color: #ffffff !important;
  background: -webkit-linear-gradient(to right, #E60012, #E60012 50%, #AD000E);
  background: linear-gradient(to right, #E60012, #E60012 50%, #AD000E);
  display: inline-block;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 100% 0;
  position: relative;
}
.btn01:after {
  width: 1.33em;
  height: 1.33em;
  margin-top: -0.668em;
  content: '';
  background-image: url("../img/icon_arrow02.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 781px) {
  .btn01 {
    width: 41.2rem;
    font-size: 1.8rem;
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
  }
  .btn01:after {
    right: 0.88em;
  }
  .btn01:hover {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 34.2rem;
    max-width: 100%;
    font-size: 1.6rem;
  }
  .btn01:after {
    right: 1.25em;
  }
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 9.6rem;
  padding: 0 1em 0 2em;
  background-color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 1599px) and (min-width: 901px) {
  #header {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #header {
    height: 6.9rem;
    padding: 0 0 0 1.2rem;
  }
}
#header .logo {
  width: 32.8rem;
}
@media only screen and (max-width: 1599px) and (min-width: 1100px) {
  #header .logo {
    width: 28.3rem;
  }
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    width: 23.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_btn {
    width: 6.9rem;
    height: 6.9rem;
    background-image: url("../img/sp_menu_open.png");
    -webkit-background-size: cover;
    background-size: cover;
  }
  #header .header_right .sp_menu_btn:after {
    width: 100vw;
    height: calc(100vh - 6.9rem);
    content: '';
    background-color: #000000;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -100%;
    z-index: -1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #header .header_right .sp_menu_btn.open {
    background-image: url("../img/sp_menu_close.png");
  }
  #header .header_right .sp_menu_btn.open:after {
    opacity: 0.8;
    left: 0;
  }
  #header .header_right .sp_menu_btn.open + .navi_area {
    right: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi_area {
    width: 34.6rem;
    max-width: 100%;
    height: calc(100vh - 6.9rem);
    background-color: #1D2088;
    position: absolute;
    top: 100%;
    right: -100%;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area nav {
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi_area nav {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area nav ul {
    display: table;
  }
  #header .header_right .navi_area nav ul > * {
    display: table-cell;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area nav ul li {
    padding: 0.625em 2em;
    text-align: center;
    border-left: solid 1px #DBDBDB;
  }
  #header .header_right .navi_area nav ul li:first-child {
    border-left: none;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi_area nav ul li {
    padding: 0.625em 1em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .navi_area nav ul li {
    padding: 0.625em 0.5em;
  }
}

@media only screen and (max-width: 900px) {
  #header .header_right .navi_area nav ul li {
    border-bottom: solid 1px #305284;
  }
}
#header .header_right .navi_area nav ul li a {
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area nav ul li a {
    font-size: 0.9375em;
    position: relative;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .navi_area nav ul li a {
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area nav ul li a span {
    font-family: "Poppins", sans-serif;
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #1D2088;
    display: block;
  }
  #header .header_right .navi_area nav ul li a:after {
    width: 3em;
    height: 1px;
    margin-left: -1.5em;
    content: '';
    background-color: #1D2088;
    position: absolute;
    top: 105%;
    left: 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center center;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  #header .header_right .navi_area nav ul li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi_area nav ul li a {
    padding: 1.17em 2.76em;
    font-size: 1.7rem;
    color: #ffffff;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area .header_contact {
    margin-left: 2.4rem;
    -webkit-order: 3;
    order: 3;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi_area .header_contact {
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .navi_area .header_contact {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 900px) {
  #header .header_right .navi_area .header_contact {
    margin-bottom: 2.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area .header_contact .btn01 {
    width: 24.7rem;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi_area .header_contact .btn01 {
    width: 18rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi_area .header_contact .btn01 {
    width: 6.5rem;
  }
  #header .header_right .navi_area .header_contact .btn01:before {
    margin: 0 auto !important;
    display: block;
    vertical-align: 0;
  }
  #header .header_right .navi_area .header_contact .btn01:after {
    content: none;
  }
  #header .header_right .navi_area .header_contact .btn01 span {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #header .header_right .navi_area .header_contact .btn01 {
    width: 28.2rem;
  }
}
#header .header_right .navi_area .header_contact .btn01:before {
  width: 1.75em;
  height: 1.125em;
  margin-right: 0.5em;
  content: '';
  background-image: url("../img/icon_mail01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
#header .header_right .navi_area .header_contact .btn01:after {
  margin-left: 0.5em;
  position: static;
  vertical-align: -0.3em;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area .lang_switch {
    -webkit-order: 2;
    order: 2;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .navi_area .lang_switch ul li {
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi_area .lang_switch ul li.current {
    color: #1D2088;
    background-image: url("../img/icon_arrow04.png");
    border-color: #1D2088;
  }
}

/*CTAブロック*/
.cta_block {
  padding: 8.2rem 0 6.9rem 0;
  background-image: url("../img/cta_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding: 4rem 0;
  }
}
.cta_block .midashi01 {
  margin-bottom: 1.6em;
}
.cta_block .midashi01 + p {
  margin-bottom: 2.5em;
  text-align: center;
}
.cta_block .mail {
  text-align: center;
}
.cta_block .mail .btn01 {
  max-width: 100%;
}
@media only screen and (min-width: 901px) {
  .cta_block .mail .btn01 {
    width: 34.6rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .cta_block .mail .btn01 {
    width: 34.2rem;
  }
}
.cta_block .mail .btn01:before {
  width: 1.75em;
  height: 1.125em;
  margin-right: 0.5em;
  content: '';
  background-image: url("../img/icon_mail01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
.cta_block .mail .btn01:after {
  margin-left: 0.5em;
  position: static;
  vertical-align: -0.3em;
}

@media only screen and (max-width: 780px) {
  .sp_fix_contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .sp_fix_contact .btn01 {
    width: 100%;
  }
  .sp_fix_contact .btn01:before {
    width: 1.75em;
    height: 1.125em;
    margin-right: 0.5em;
    content: '';
    background-image: url("../img/icon_mail01.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    vertical-align: -0.2em;
  }
  .sp_fix_contact .btn01:after {
    margin-left: 0.5em;
    position: static;
    vertical-align: -0.3em;
  }
}

/*フッターブロック*/
#footer {
  padding-top: 5.5rem;
  color: #ffffff;
  background-color: #000000;
}
@media only screen and (min-width: 901px) {
  #footer .inner {
    max-width: 1200px;
  }
  #footer .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi {
    width: 50%;
    padding-bottom: 4rem;
    float: right;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi nav {
    margin-bottom: 4.5rem;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi nav ul + ul {
    margin-left: 3.5em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #footer .footer_navi nav ul + ul {
    margin-left: 2em;
  }
}

@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul + ul {
    margin-top: 5rem;
  }
}
#footer .footer_navi nav ul li {
  margin-bottom: 1em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1099px) {
  #footer .footer_navi nav ul li {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul li {
    margin-bottom: 1.2em;
    font-size: 1.7rem;
  }
}
#footer .footer_navi nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer_navi nav ul li.navittl {
  margin-bottom: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi nav ul li.navittl {
    margin-bottom: 0.9em;
    padding-bottom: 0.84em;
    font-size: 2.2rem;
    border-bottom: solid 1px #4B4B4B;
  }
}
#footer .footer_navi nav ul li a {
  color: #ffffff;
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi .navi_bottom {
    text-align: right;
    letter-spacing: -0.4em;
  }
  #footer .footer_navi .navi_bottom > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi .navi_bottom {
    text-align: center;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_navi .navi_bottom .btn01 {
    width: 21.5rem;
    margin-left: 2.4rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_navi .navi_bottom .btn01 {
    width: 34.2rem;
    max-width: 100%;
    margin-top: 2.4rem;
  }
}
#footer .footer_navi .navi_bottom .btn01:before {
  width: 1.75em;
  height: 1.125em;
  margin-right: 0.5em;
  content: '';
  background-image: url("../img/icon_mail01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
#footer .footer_navi .navi_bottom .btn01:after {
  margin-left: 0.5em;
  position: static;
  vertical-align: -0.3em;
}
@media only screen and (min-width: 901px) {
  #footer .footer_content {
    width: 40%;
    padding-bottom: 4rem;
    float: left;
  }
}
#footer .footer_content .logo {
  width: 31.4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .logo {
    width: 27.8rem;
    margin: 0 auto 2rem auto;
  }
}
#footer .footer_content .company_name {
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .company_name {
    margin-bottom: 0.7em;
    text-align: center;
  }
}
#footer .footer_content .company_name span {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: block;
}
#footer .footer_content address {
  margin-bottom: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content address {
    margin-bottom: 2.2em;
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_content .footer_text {
  color: #626262;
}
#footer .footer_content .footer_text h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .footer_text h2 {
    margin-bottom: 0.5em;
    font-size: 1.7rem;
    text-align: center;
  }
}
#footer .footer_content .footer_text p {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 900px) {
  #footer .footer_content .footer_text p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
#footer .copyright {
  width: 100%;
  padding: 2.5rem 0;
  font-size: 1.2rem;
  text-align: center;
  border-top: solid 1px #333333;
  clear: both;
}
@media only screen and (max-width: 900px) {
  #footer .copyright {
    width: 113%;
    margin: 4rem -6.5% 0 -6.5%;
    padding-top: 2.4rem;
    padding-bottom: 10rem;
    letter-spacing: 0.1em;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv .mv {
  width: 100%;
}
.p-top__mv .mv .inner {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .mv .inner {
    max-width: 1200px;
    height: 90rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner {
    height: 55rem;
  }
}
.p-top__mv .mv .inner .catchcopy {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .mv .inner .catchcopy {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy {
    top: 10.5rem;
  }
}
.p-top__mv .mv .inner .catchcopy h1 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy h1 {
    font-size: 3.1rem;
    text-align: center;
  }
}
.p-top__mv .mv .inner .catchcopy h1 span {
  font-size: 1.43em;
}
.p-top__mv .mv .inner .catchcopy p {
  margin-top: 0.7em;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .catchcopy p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-top__mv .mv .inner .cover {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .mv .inner .cover {
    width: 146rem;
    height: 100%;
    background-image: url("../img/top/mv_cover_pc.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right top;
    right: 8%;
  }
  .p-top__mv .mv .inner .cover:after {
    width: 9999px;
    height: 100%;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 100%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .mv .inner .cover {
    width: 113.6%;
    height: 100%;
    background-image: url("../img/top/mv_cover_sp.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: -6.8%;
  }
}
.p-top__news_box {
  margin-top: -4.5rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .p-top__news_box {
    margin-top: -6.7rem;
  }
}
.p-top__news_box dl {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl {
    width: 100%;
    max-width: 91.3rem;
    margin: 0 0 0 auto;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news_box dl {
    width: 88%;
    margin: 0 auto;
  }
}
.p-top__news_box dl dt {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #E60012;
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl dt {
    width: 9.6rem;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news_box dl dt {
    padding: 0.5rem;
    display: inline-block;
  }
}
.p-top__news_box dl dt span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl dt span {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news_box dl dt span {
    margin-right: 0.5em;
    display: inline-block;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl dd {
    width: calc(100% - 9.6rem);
  }
}
.p-top__news_box dl dd a {
  padding: 2rem 6rem 2rem 2rem;
  font-size: 1.5rem;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: 2.4rem auto;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 3.2rem) center;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl dd a:not([href=""]) {
    -webkit-transition: background-position 0.3s;
    transition: background-position 0.3s;
  }
  .p-top__news_box dl dd a:not([href=""]):hover {
    background-position: calc(100% - 2.2rem) center;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news_box dl dd a {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
    font-size: 1.4rem;
    -webkit-background-size: 2rem auto;
    background-size: 2rem auto;
    background-position: calc(100% - 1.6rem) center;
  }
}
.p-top__news_box dl dd a .date {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1D2088;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__news_box dl dd a .date {
    font-size: 0.86em;
  }
}
.p-top__product {
  padding-top: 14.6rem;
  padding-bottom: 6.4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__product {
    margin-top: 3rem;
    padding-top: 8.3rem;
    padding-bottom: 3rem;
  }
}
.p-top__product:before {
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media only screen and (min-width: 781px) {
  .p-top__product:before {
    width: auto;
    height: 100%;
    aspect-ratio: 605/909;
    max-width: 168rem;
    background-image: url("../img/top/product_img01.png");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__product:before {
    width: 100%;
    height: 3.6rem;
    background-image: url("../img/top/product_img01_sp.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: left center;
  }
}
.p-top__product:after {
  width: 100%;
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 781px) {
  .p-top__product:after {
    max-width: 168rem;
    height: calc(100% - 15.6rem);
    background-image: url("../img/top/product_bg.jpg");
    top: 5.6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__product:after {
    height: calc(100% - 9.5rem);
    background-image: url("../img/top/product_bg_sp.jpg");
    top: 3.6rem;
  }
}
.p-top__product .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 501px) {
  .p-top__product .slick {
    margin-bottom: 3.2rem;
  }
}
@media only screen and (max-width: 500px) {
  .p-top__product .slick {
    margin-bottom: 4.4rem;
  }
}
.p-top__product .slick .slick-slide {
  margin: 0 1.2rem;
  padding: 1em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.05);
}
.p-top__product .slick .slick-slide .img {
  width: 100%;
  height: 19.8rem;
  margin-bottom: 1em;
  overflow: hidden;
}
.p-top__product .slick .slick-slide .img > img, .p-top__product .slick .slick-slide .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__product .slick .slick-slide .img {
    height: 17.5rem;
  }
}
.p-top__product .slick .slick-slide p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-top__product .slick .slick-slide p {
    font-size: 1.8rem;
  }
}
.p-top__product .slick .slick-slide p span {
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}
.p-top__product .slick .slick-slide a {
  width: 28.8rem;
  max-width: 100%;
  margin: 1.5em auto 0 auto;
  padding: 0.75em;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  color: #1D2088;
  border: solid 1px #1D2088;
  display: block;
}
.p-top__product .slick .slick-slide a[href=""] {
  display: none;
}
@media only screen and (min-width: 781px) {
  .p-top__product .slick .slick-slide a:hover {
    color: #ffffff;
    background-color: #1D2088;
  }
}
.p-top__product .slick .slick-dots {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.p-top__product .slick .slick-dots > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__product .slick .slick-dots > li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 1rem;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
}
.p-top__product .slick .slick-dots > li.slick-active {
  opacity: 1;
}
.p-top__product .slick .slick-dots > li button {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.p-top__product .btn {
  text-align: center;
}
.p-top__development {
  padding: 8.8rem 0;
  background-color: #E4E8F0;
}
@media only screen and (max-width: 780px) {
  .p-top__development {
    padding: 4.4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__development .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__development .img {
    width: 40%;
    overflow: hidden;
  }
  .p-top__development .img > img, .p-top__development .img > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__development .img {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__development .text {
    width: 54.3%;
  }
}
.p-top__development .text h3 {
  margin-bottom: 0.6em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-top__development .text h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top__development .text p {
  margin-bottom: 2.5em;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__development .text .btn {
    text-align: center;
  }
}
.p-top__company {
  padding: 8.8rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    padding: 4.4rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .img {
    width: 40%;
    overflow: hidden;
  }
  .p-top__company .img > img, .p-top__company .img > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .img {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .text {
    width: 54.3%;
  }
}
.p-top__company .text h3 {
  margin-bottom: 0.6em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text h3 {
    font-size: 2rem;
    text-align: center;
  }
}
.p-top__company .text p {
  margin-bottom: 2.5em;
  line-height: 2;
}
@media only screen and (max-width: 780px) {
  .p-top__company .text .btn {
    text-align: center;
  }
}
.p-top__recruit {
  margin-bottom: 9.8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    margin-bottom: 4rem;
  }
}
.p-top__recruit .box {
  color: #ffffff;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box {
    width: 132.6%;
    height: 40rem;
    margin: 0 -16.3%;
    padding-left: 7.2rem;
    padding-right: 17.6rem;
    background-image: url("../img/top/recruit_bg.jpg");
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box {
    width: 113.6%;
    margin: 0 -6.8%;
    padding: 8.2vw 0 27vw 0;
    background-image: url("../img/top/recruit_bg_sp.jpg");
  }
}
.p-top__recruit .box:before, .p-top__recruit .box:after {
  content: '';
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box:before, .p-top__recruit .box:after {
    width: 11.6rem;
    height: 100%;
    background-image: url("../img/couner.png");
    top: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box:before, .p-top__recruit .box:after {
    width: 100%;
    height: 21.5vw;
    background-image: url("../img/couner_sp.png");
    left: 0;
  }
}
.p-top__recruit .box:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box:before {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box:before {
    top: 0;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box:after {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box:after {
    bottom: 0;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box .img {
    width: 56.9rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box .text {
    width: calc(100% - 56.9rem);
    padding-left: 4rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box .text {
    width: 88%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box .text .midashi01 {
    margin-bottom: 1.6em;
  }
}
.p-top__recruit .box .text h3 {
  margin-bottom: 0.6em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1099px) {
  .p-top__recruit .box .text h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__recruit .box .text h3 {
    text-align: center;
  }
}
.p-top__recruit .box .text p {
  margin-bottom: 1.5em;
  line-height: 2;
}
@media only screen and (max-width: 1099px) {
  .p-top__recruit .box .text p {
    font-size: 1.5rem;
  }
}
.p-top__recruit .box .text .link {
  text-align: right;
}
.p-top__recruit .box .text .link a {
  padding-right: 3.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
}
.p-top__recruit .box .text .link a:after {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.5em;
  content: '';
  background-image: url("../img/icon_arrow02.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.25em;
}
@media only screen and (min-width: 901px) {
  .p-top__recruit .box .text .link a:after {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .p-top__recruit .box .text .link a:hover:after {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
  }
}
.p-top__news {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news {
    margin-bottom: 4rem;
  }
}
.p-top__news .inner_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-top__news p {
  margin-bottom: 2em;
}
.p-top__news ul {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__news ul {
    margin-bottom: 3.5rem;
  }
}
.p-top__news ul li {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #CBCBCB;
}
.p-top__news ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-top__news ul li a:not([href=""]):hover p {
    color: #1D2088;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__news ul li a {
    font-size: 1.4rem;
  }
}
.p-top__news ul li a .meta {
  margin-bottom: 1em;
  letter-spacing: -0.4em;
}
.p-top__news ul li a .meta > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__news ul li a .meta .date {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1D2088;
}
@media only screen and (min-width: 781px) {
  .p-top__news ul li a .meta .date {
    font-size: 0.86em;
  }
}
.p-top__news ul li a .meta .cate {
  margin-left: 1em;
  padding: 0.1em 0.5em;
  font-size: 0.75em;
  color: #1D2088;
  border: solid 1px #1D2088;
}
.p-top__news ul li a p {
  margin: 0;
  padding-right: 3rem;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: 2.4rem auto;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 780px) {
  .p-top__news ul li a p {
    -webkit-background-size: 2rem auto;
    background-size: 2rem auto;
  }
}
.p-top__news .btn {
  text-align: center;
}

/*下層ページ*/
.pagetitle {
  width: 100%;
  height: 33.4rem;
  margin-bottom: 2em;
  padding-top: 17rem;
  background-image: url("../img/page_title_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    height: 30rem;
    margin-bottom: 1.5em;
    padding-top: 15.3rem;
  }
}
.pagetitle .inner {
  max-width: 1200px;
}
.pagetitle h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 1.8rem;
  }
}
.pagetitle h1 span {
  margin-bottom: 0.25em;
  font-family: "Poppins", sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 span {
    font-size: 2.3em;
  }
}

.pankuzu {
  margin-bottom: 7.2rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 3.6rem;
  }
}
.pankuzu .inner {
  max-width: 1200px;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  width: 1.5em;
  height: 1.5em;
  margin: 0 1em;
  content: '';
  background-image: url("../img/icon_arrow03.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.35em;
}
.pankuzu span {
  color: #A3A3A3;
}

.p-company__greeting {
  margin-bottom: 8.8rem;
}
@media only screen and (min-width: 781px) {
  .p-company__greeting .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.p-company__greeting .img {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-company__greeting .img {
    width: 57.7%;
    margin-right: -38.8%;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  .p-company__greeting .img {
    margin-right: -22.7%;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-company__greeting .img {
    margin-right: -17.7%;
  }
}

@media only screen and (max-width: 780px) {
  .p-company__greeting .img {
    width: 113.6%;
    margin: 0 -6.8% 3rem -6.8%;
  }
}
.p-company__greeting .img:before {
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width: 781px) {
  .p-company__greeting .img:before {
    background-image: url("../img/couner.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: right top;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__greeting .img:before {
    background-image: url("../img/couner_sp.png");
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: left bottom;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__greeting .text {
    width: 81.1%;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  .p-company__greeting .text {
    width: 65%;
    padding-right: 5rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-company__greeting .text {
    width: 60%;
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 780px) {
  .p-company__greeting .text .midashi01 {
    margin-bottom: 0;
  }
}
.p-company__greeting .text h3 {
  margin-bottom: 0.85em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 780px) {
  .p-company__greeting .text h3 {
    font-size: 2.2rem;
  }
}
.p-company__greeting .text p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__greeting .text p {
    font-size: 1.6rem;
  }
}
.p-company__profile {
  margin-bottom: 10.6rem;
  padding: 7.2rem 0;
  background-color: #E4E8F0;
}
@media only screen and (max-width: 780px) {
  .p-company__profile {
    margin-bottom: 5rem;
    padding: 3.6rem 0;
  }
}
.p-company__profile .box {
  padding: 9rem 4rem 8rem 4rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .p-company__profile .box {
    padding: 4rem 2rem;
  }
}
.p-company__profile .box + .box {
  margin-top: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-company__profile .box + .box {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__profile .midashi01 {
    margin-bottom: 2.8em;
  }
}
.p-company__profile h3 {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto 1.5em auto;
  padding-left: 1.1em;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: solid 0.4rem #1D2088;
}
@media only screen and (max-width: 780px) {
  .p-company__profile h3 {
    font-size: 1.8rem;
  }
}
.p-company__profile table {
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  letter-spacing: 0.06em;
  border-top: solid 1px #CBCBCB;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody tr {
    display: block;
  }
}
.p-company__profile table tbody tr th {
  width: 20%;
  padding: 1.66em 0;
  font-size: 1.125em;
  font-weight: 500;
  vertical-align: top;
  border-bottom: solid 1px #CBCBCB;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody tr th {
    width: auto;
    padding: 1em 0 0 0;
    border-bottom: none;
    display: block;
  }
}
.p-company__profile table tbody tr td {
  padding: 2em 0;
  vertical-align: top;
  border-bottom: solid 1px #CBCBCB;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table tbody tr td {
    padding: 0.5em 0 1em 0;
    display: block;
  }
}
.p-company__profile table + h3 {
  margin-top: 2.5em;
}
.p-company__profile table.tb2 tbody tr th {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  .p-company__profile table.tb2 tbody tr th {
    width: auto;
  }
}
.p-company__history {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history {
    margin-bottom: 5rem;
  }
}
.p-company__history .inner {
  max-width: 1160px;
}
@media only screen and (min-width: 781px) {
  .p-company__history .midashi01 {
    margin-bottom: 2.8em;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content .tab_head {
    width: 23.3rem;
    float: left;
  }
}
@media only screen and (max-width: 900px) {
  .p-company__history .tab_content .tab_head {
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: -0.4em;
  }
  .p-company__history .tab_content .tab_head > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
.p-company__history .tab_content .tab_head li {
  padding: 0.1em 3em 0.1em 1em;
  font-weight: 500;
  color: #1D2088;
  background-color: #E4E8F0;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: 2.4rem auto;
  background-size: 2.4rem auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.4rem) center;
  border: solid 1px #1D2088;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 900px) {
  .p-company__history .tab_content .tab_head li + li {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_head li {
    font-size: 1.4rem;
    -webkit-background-size: 1.8rem auto;
    background-size: 1.8rem auto;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .tab_content .tab_head li:hover {
    background-color: #C0CDE6;
  }
}
.p-company__history .tab_content .tab_head li + li {
  margin-top: 1em;
}
.p-company__history .tab_content .tab_head li span {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_head li span {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 901px) {
  .p-company__history .tab_content .tab_body {
    width: calc(100% - 25.3rem);
    max-width: 84.7rem;
    float: right;
  }
}
.p-company__history .tab_content .tab_body > div ol > li {
  padding: 2.5rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li {
    padding: 1.5rem 0;
  }
}
.p-company__history .tab_content .tab_body > div ol > li:first-child {
  padding-top: 0;
}
.p-company__history .tab_content .tab_body > div ol > li:last-child {
  border-bottom: none;
}
.p-company__history .tab_content .tab_body > div ol > li:before {
  width: 1px;
  height: 100%;
  content: '';
  background-color: #1D2088;
  position: absolute;
  top: 0;
  left: 18rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li:before {
    left: 10rem;
  }
}
.p-company__history .tab_content .tab_body > div ol > li .year {
  width: 18rem;
  font-family: "Poppins", sans-serif;
  font-size: 6.6rem;
  font-weight: 600;
  line-height: 1.1;
  color: #C0CDE6;
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li .year {
    width: 10rem;
    font-size: 3rem;
  }
}
.p-company__history .tab_content .tab_body > div ol > li ul {
  width: calc(100% - 18rem);
}
@media only screen and (max-width: 780px) {
  .p-company__history .tab_content .tab_body > div ol > li ul {
    width: calc(100% - 10rem);
  }
}
.p-company__history .tab_content .tab_body > div ol > li ul li {
  padding-left: 3.5rem;
  font-size: 1.125em;
  position: relative;
}
.p-company__history .tab_content .tab_body > div ol > li ul li:before {
  width: 0.8rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.4rem;
  content: '';
  background-color: #1D2088;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-company__history .tab_content .tab_body > div ol > li ul li + li {
  margin-top: 1.38em;
}
.p-company__site {
  padding: 9.8rem 0 8.8rem 0;
  background-image: url("../img/company/site_bg01.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 780px) {
  .p-company__site {
    padding: 3.6rem 0;
  }
}
.p-company__site .box {
  padding: 7.8rem 5.6rem;
  background-color: #ffffff;
}
@media only screen and (max-width: 1279px) {
  .p-company__site .box {
    padding: 6rem 4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__site .box {
    padding: 4rem 2rem;
  }
}
.p-company__site ul li + li {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li + li {
    margin-top: 3rem;
  }
}
.p-company__site ul li > *:last-child {
  margin-bottom: 0 !important;
}
.p-company__site ul li h3 {
  margin-bottom: 1.33em;
  padding-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 1px #CBCBCB;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3 {
    font-size: 2rem;
  }
}
.p-company__site ul li h3:after {
  width: 16rem;
  height: 1px;
  margin-top: -1px;
  content: '';
  background-color: #E60012;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3:after {
    width: 8rem;
  }
}
.p-company__site ul li h4 {
  margin-bottom: 0.88em;
  padding-left: 1.1em;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: solid 0.4rem #E60012;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h4 {
    font-size: 1.6rem;
  }
}
.p-company__site ul li h3 a, .p-company__site ul li h4 a {
  display: inline-block;
}
.p-company__site ul li h3 a:after, .p-company__site ul li h4 a:after {
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.4rem;
  content: '';
  background-image: url("../img/icon_link01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-company__site ul li h3 a:after, .p-company__site ul li h4 a:after {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1.2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__site ul li h3 a:hover, .p-company__site ul li h4 a:hover {
    color: #1D2088;
  }
}
.p-company__site ul li p {
  margin-bottom: 1.5em;
}

.p-under-construction__content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-under-construction__content {
    margin-bottom: 5rem;
  }
}
.p-under-construction__content p {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.colorRed {
  color: #E60012;
}

.colorBlue {
  color: #1D2088;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }

  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  .container {
    padding: 0 !important;
  }

  #header {
    position: static !important;
  }

  img {
    display: block !important;
  }
}
