@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Oswald:wght@400;500;700&display=swap');
@font-face {
  font-family: 'Tamanegi_Geki';
  src: url('../fonts/Tamanegi_Geki.eot');
  src: url('../fonts/Tamanegi_Geki.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Tamanegi_Geki.woff2') format('woff2'),
    url('../fonts/Tamanegi_Geki.woff') format('woff'),
    url('../fonts/Tamanegi_Geki.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* [ easy transform ]
-------------------------------------------------*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@-webkit-keyframes move {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes move {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes boxright {
  from {
    opacity: 0.3;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes boxright {
  from {
    opacity: 0.3;
    left: -100px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 99px;
    opacity: 0;
  }
  30% {
    height: 42px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 130px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 99px;
    opacity: 0;
  }
  30% {
    height: 42px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 130px;
    opacity: 0;
  }
}
@-webkit-keyframes pathmoveSP {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
  30% {
    height: 25px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@keyframes pathmoveSP {
  0% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
  30% {
    height: 25px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@-webkit-keyframes worksSlide {
  0% {
    -webkit-transform: translateX(3em) scale(1.2);
    transform: translateX(3em) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-3em) scale(1.2);
    transform: translateX(-3em) scale(1.2);
  }
}
@keyframes worksSlide {
  0% {
    -webkit-transform: translateX(3em) scale(1.2);
    transform: translateX(3em) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(-3em) scale(1.2);
    transform: translateX(-3em) scale(1.2);
  }
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111111;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック',
    'Yu Gothic', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

a:hover {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.l-header {
  background: rgba(10, 28, 61, 0.5);
  padding-left: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-left: 10px;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 58%;
  }
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__top {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 50px 0;
  }
}
.l-footer--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer--nav li {
    width: 50%;
    padding-left: 10%;
    margin-bottom: 40px;
  }
}
.l-footer--nav a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .l-footer--nav a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--flex {
    display: block !important;
    text-align: center;
    margin-top: 0 !important;
  }
}
.l-footer--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer--links {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.l-footer--links li {
  margin-right: 30px;
}
.l-footer--links li:last-child {
  margin-right: 0;
}
.l-footer--links a {
  color: #717171;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer--links a {
    font-size: 1.3rem;
  }
}
.l-footer--global {
  position: relative;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .l-footer--global {
    right: 0;
  }
}
.l-footer--logo {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer--logo {
    text-align: center;
  }
  .l-footer--logo img {
    max-width: 70%;
  }
}
.l-footer__bot {
  background: #eeeeee;
  padding-top: 50px;
}
.l-footer__main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.l-footer--office {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer--office {
    display: block;
  }
}
.l-footer--office--col {
  margin-right: 90px;
}
@media screen and (max-width: 767px) {
  .l-footer--office--col {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-footer--office--col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer--office--col:last-child {
    margin-bottom: 0;
  }
}
.l-footer--office--col h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer--office--col h5 {
    font-size: 1.3rem;
  }
}
.l-footer--office--col p {
  font-size: 1.6em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-footer--office--col p {
    font-size: 1.3rem;
  }
}
.l-footer__copy {
  font-size: 1.4rem;
  color: #717171;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
main
------------------------------------------------------------*/
html.open,
body.open {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  color: #232323;
  height: 100%;
  word-break: break-word;
}
body.open-menu {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
}

.l-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 0 20px;
  }
}

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-nav {
    display: none;
  }
}
.l-nav--list {
  height: 100%;
}
.l-nav--item {
  margin-right: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-nav--item:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: calc(50% + 15px);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-nav--item:hover:after {
  opacity: 1;
}
.l-nav--item:hover .l-nav--sub {
  opacity: 1;
  pointer-events: auto;
}
.l-nav--item > a {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-nav--item > a:hover {
  opacity: 1;
}
.l-nav--sub {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  white-space: nowrap;
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l-nav--sub--item {
  margin-bottom: 12px;
}
.l-nav--sub--item:last-child {
  margin-bottom: 0;
}
.l-nav--sub--item a {
  color: #111111;
  font-size: 1.4rem;
  position: relative;
  padding-left: 20px;
}
.l-nav--sub--item a:before {
  content: '';
  width: 11px;
  height: 2px;
  background: #0140b4;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.l-nav_sp {
  background: rgba(1, 64, 180, 0.95);
  padding: 60px 40px;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .l-nav_sp {
    display: block;
  }
}
.l-nav_sp.open {
  opacity: 1;
  pointer-events: auto;
}
.l-nav_sp--list a {
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  padding: 20px 0 15px;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.l-nav_sp--list a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 20px;
}
.l-nav_sp--list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.l-nav_sp--list02 a {
  font-size: 1.3rem;
  color: #ffffff;
  margin-right: 20px;
}
.l-nav_sp--list02 a:last-child {
  margin-right: 0;
}
.l-nav_sp--logo {
  margin-top: 20px;
  text-align: center;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
.sidebar {
  width: 226px;
  padding-right: 66px;
}
@media screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li:nth-child(2n + 1) {
    margin-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .sidebar ul li + li {
    margin-top: 24px;
  }
}
.sidebar ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #0140b4;
  border: 1px solid #0140b4;
  border-radius: 50px;
  padding: 13px 5px;
}
@media screen and (min-width: 767px) {
  .sidebar ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #0140b4;
  }
}
@media screen and (max-width: 767px) {
  .sidebar ul li a {
    font-size: 13px;
    padding: 10px 2px;
  }
}
.sidebar ul li.active a {
  color: #fff;
  background: #0140b4;
}

/*
------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.leftCol {
  width: 70%;
  float: left;
}

.rightCol {
  width: 30%;
  float: right;
}

.cmsContent {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.cmsContent ul,
.cmsContent ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.cmsContent ul[style*='list-style-type: circle;'] li {
  list-style-type: circle;
}
.cmsContent ul[style*='list-style-type: square;'] li {
  list-style-type: square;
}
.cmsContent ul li {
  list-style: disc;
}
.cmsContent ol[style*='list-style-type: lower-roman;'] li {
  list-style-type: lower-roman;
}
.cmsContent ol[style*='list-style-type: lower-alpha;'] li {
  list-style-type: lower-alpha;
}
.cmsContent ol[style*='list-style-type: lower-greek;'] li {
  list-style-type: lower-greek;
}
.cmsContent ol[style*='list-style-type: upper-alpha;'] li {
  list-style-type: upper-alpha;
}
.cmsContent ol[style*='list-style-type: upper-roman;'] li {
  list-style-type: upper-roman;
}
.cmsContent ol li {
  list-style-type: decimal;
}
.cmsContent p {
  margin-bottom: 35px;
  line-height: 2.25;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .cmsContent p {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 1.7em;
  }
}
.cmsContent iframe {
  max-width: 100% !important;
}
.cmsContent img {
  max-width: 100%;
  /* height: auto; */
  max-height: 100%;
  width: auto;
}

/*------------------------------------------------------------
button
------------------------------------------------------------*/
.btn-menu {
  display: none;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 55px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #0140b4;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 1px;
  width: 23px;
  top: 27px;
  left: 16px;
  background-color: #ffffff;
}
.btn-menu span:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  top: -8px;
  left: 0;
}
.btn-menu span:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  top: 8px;
  left: 0;
}
.btn-menu.open span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: transparent;
}
.btn-menu.open span:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4px, 5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(4px, 5px);
  top: -6px;
}
.btn-menu.open span:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
}

.btn-close {
  display: none;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 55px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.btn-close span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 1px;
  width: 23px;
  top: 27px;
  left: 16px;
  background: transparent;
}
.btn-close span:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(4px, 5px);
  transform: rotateZ(45deg) scaleX(1.25) translate(4px, 5px);
  top: -6px;
  left: 0;
}
.btn-close span:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #ffffff;
  content: '';
  top: 8px;
  left: 0;
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
  transform: rotateZ(-45deg) scaleX(1.25) translate(4px, -5px);
}

.btn-top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
  width: 104px;
  height: 104px;
  background: #0140b4;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .btn-top {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    padding-top: 10px;
    bottom: 40px;
  }
}
.btn-top span {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn-top span {
    margin-bottom: 5px;
  }
  .btn-top span img {
    width: 16px;
  }
}
.btn-top:hover span {
  top: -5px;
}

.c-btn01 {
  width: 120px;
  height: 103px;
  background: #0140b4;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  padding-top: 20px;
}
.c-btn01 span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.c-btn02,
.box-submit .btn_submit {
  font-size: 1.6rem;
  color: #111111;
  padding-right: 75px;
  position: relative;
  padding: 20px 75px 20px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-btn02,
  .box-submit .btn_submit {
    font-size: 1.3rem;
  }
}
.c-btn02:before,
.box-submit .btn_submit:before {
  content: '';
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  position: absolute;
  top: calc(50% - 29px);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn02:after,
.box-submit .btn_submit:after {
  content: '';
  width: 22px;
  height: 15px;
  background: url('../img/icon/arr_right.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}
.c-btn02:hover,
.box-submit .btn_submit:hover {
  opacity: 1;
}
.c-btn02:hover:before,
.box-submit .btn_submit:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-btn02--wt {
  color: #ffffff;
}
.c-btn02--wt:before {
  border-color: #ffffff;
}
.c-btn02--wt:after {
  background: url('../img/icon/arr_right_wt.png') no-repeat;
  background-size: contain;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  display: inline-block;
  padding-right: 50px;
  border-bottom: 8px solid #111111;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 1.2rem;
    border-bottom: 4px solid #111111;
    padding-right: 35px;
    padding-bottom: 10px;
  }
}
.c-title1 span {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-title1 span {
    font-size: 3rem;
  }
}
.c-title1 span:first-letter {
  color: #0140b4;
}

.c-title2 {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 25px 20px;
  border-bottom: 8px solid #111111;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.2rem;
    border-bottom: 4px solid #111111;
    padding: 0 10px 10px;
  }
}
.c-title2 span {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-title2 span {
    font-size: 3rem;
  }
}
.c-title2 span:first-letter {
  color: #0140b4;
}
.c-title2--wt {
  color: #ffffff;
  border-color: #ffffff;
}
.c-title2--wt span {
  color: #ffffff;
}
.c-title2--wt span:first-letter {
  color: #ffffff;
}

.c-title3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  display: inline-block;
  padding-left: 50px;
  border-bottom: 8px solid #0140b4;
  text-align: right;
  color: #0140b4;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 1.2rem;
    border-bottom: 4px solid #0140b4;
    padding-left: 35px;
    padding-bottom: 10px;
  }
}
.c-title3 span {
  display: block;
  font-size: 4.8rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 5px;
  color: #0140b4;
}
@media screen and (max-width: 767px) {
  .c-title3 span {
    font-size: 3rem;
  }
}

.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.c-mv {
  width: 100%;
  overflow: hidden;
}
.c-mv__slide--box {
  width: 100%;
  height: 100vh !important;
}
.c-mv__slide--box img {
  width: 100%;
}
.c-mv__box {
  position: absolute;
  top: calc(50% + 51px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.65);
  padding: 30px 102px 60px 80px;
  -webkit-animation-name: boxright;
  animation-name: boxright;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .c-mv__box {
    width: calc(100% - 20px);
    padding: 25px 20px;
    top: calc(50% + 26px);
  }
}
.c-mv__box--title1 {
  padding: 15px 20px;
  background: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv__box--title1 {
    padding: 10px 15px;
  }
}
.c-mv__box--title1:after {
  opacity: 0;
  content: '';
  width: 250px;
  height: 197px;
  background: url('../img/top/mv_x.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -17px;
  left: 83px;
  -webkit-animation-name: move;
  animation-name: move;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 767px) {
  .c-mv__box--title1:after {
    width: 159px;
    height: 110px;
    top: -15px;
    left: 61px;
  }
}
.c-mv__box--title1 span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mv__box--title1 img {
    width: 400px;
  }
}
.c-mv__box--title2 {
  background: rgba(1, 64, 180, 0.9);
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .c-mv__box--title2 {
    padding: 12px;
    display: inline-block;
  }
  .c-mv__box--title2.u-sp {
    display: inline-block;
  }
  .c-mv__box--title2.sp01 img {
    width: 37px;
  }
  .c-mv__box--title2.sp02 img {
    width: 237px;
  }
}
.c-mv__box--title2 span {
  position: relative;
  z-index: 1;
}
.c-mv__box--txt {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.125;
}
@media screen and (max-width: 767px) {
  .c-mv__box--txt {
    font-size: 1.2rem;
    margin-top: 45px;
  }
}
.c-mv__scroll {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: url('../img/top/scroll_bg.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-mv__scroll {
    width: 75px;
    height: 75px;
    right: 20px;
    bottom: 35px;
  }
}
.c-mv__scroll:after {
  content: '';
  width: 2px;
  height: 42px;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 1px);
  bottom: -21px;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-mv__scroll:after {
    width: 1px;
    height: 25px;
    bottom: -15px;
    -webkit-animation: pathmoveSP 1.4s ease-in-out infinite;
    animation: pathmoveSP 1.4s ease-in-out infinite;
  }
}
.c-mv__scroll span {
  font-size: 1.4rem;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-mv__scroll span {
    font-size: 1.2rem;
  }
}

.c-pagename {
  position: relative;
  padding: 177px 0 85px;
  background: url('../img/company/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-pagename {
    padding: 88px 0 60px;
  }
}
.c-pagename .l-main {
  max-width: 1200px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-pagename .l-main {
    padding: 0 20px;
  }
}
.c-pagename__title-ja {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-pagename__title-ja {
    font-size: 30px;
    margin-bottom: 3px;
    line-height: 1;
  }
}
.c-pagename__title-en {
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pagename__title-en {
    font-size: 15px;
  }
}

.socials_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials_list--item {
  padding: 0 16px;
}

.socials_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socials_list02--item {
  width: 33.3333333333%;
}
.socials_list02--item a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
  background: #efefef;
}
.socials_list02--item a:hover,
.socials_list02--item a:visited {
  opacity: 1;
}
.socials_list02--item.active a {
  background: #e0e0e0;
  opacity: 1;
}

.product-list--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid #000000;
}
@media screen and (max-width: 767px) {
  .product-list--item {
    border-bottom: 1px solid #e0e0e0;
  }
}
.product-list--item--open {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.product-list--item--open p {
  font-size: 1.6rem;
  color: #ffffff;
}
.product-list--item--img {
  width: 40%;
  height: 25vw;
}
@media screen and (max-width: 767px) {
  .product-list--item--img {
    width: 31%;
    height: 42vw;
  }
}
.product-list--item__content {
  padding: 0 5vw;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-list--item__content {
    width: 69%;
    padding: 0 10px 0 0;
  }
}
.product-list--item__info {
  padding-left: 3vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list--item__info {
    padding: 0 15px;
    width: 59%;
  }
}
.product-list--item__info.info01 .product-list--item--title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .product-list--item__info.info01 .product-list--item--title {
    margin-bottom: 15px;
  }
}
.product-list--item__info.info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-list--item__info.info02 {
    display: block;
    text-align: center;
  }
}
.product-list--item__info.info02 .product-list--item--title {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .product-list--item__info.info02 .product-list--item--title {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.product-list--item__info.info02 .product-list--item--logo {
  min-width: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-list--item__info.info02 .product-list--item--logo {
    min-width: auto;
  }
  .product-list--item__info.info02 .product-list--item--logo img {
    max-height: 24vw;
  }
}
.product-list--item--title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .product-list--item--title {
    font-size: 1rem;
  }
}
.product-list--item--links {
  width: 124px;
}
@media screen and (max-width: 767px) {
  .product-list--item--links {
    width: 41%;
  }
}
.product-list--item--links li {
  margin: 10px 0;
}

.c-table01 {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-table01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table01 tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table01 tr {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c-table01 tr:last-child {
    border-bottom: none;
  }
}
.c-table01 tr:last-child td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2em;
  letter-spacing: 0.08em;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:last-child td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1em;
    letter-spacing: 0.08em;
  }
  .c-table01 tr:last-child td:nth-child(1) {
    margin-bottom: 8px;
  }
}
.c-table01 tr:last-child td:nth-child(2) {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:last-child td:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    line-height: 2em;
    letter-spacing: 0.08em;
    padding-top: 0;
  }
}
.c-table01 tr:nth-child(5) td {
  height: 81px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:nth-child(5) td {
    height: auto;
  }
}
.c-table01 tr:nth-child(6) td {
  height: 82px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:nth-child(6) td {
    height: auto;
  }
}
.c-table01 tr:nth-child(7) td {
  height: 82px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:nth-child(7) td {
    height: auto;
  }
}
.c-table01 tr:nth-child(8) td {
  height: 82px;
}
@media screen and (max-width: 767px) {
  .c-table01 tr:nth-child(8) td {
    height: auto;
  }
}
.c-table01 td {
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1em;
  letter-spacing: 0.08em;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .c-table01 td {
    display: block;
    border-bottom: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1em;
    letter-spacing: 0.08em;
    height: auto;
  }
}
.c-table01 td:nth-child(1) {
  padding: 32px 20px 0;
  width: 35.3%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-table01 td:nth-child(1) {
    padding: 0 8px;
    margin-bottom: 15px;
  }
}
.c-table01 td:nth-child(2) {
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .c-table01 td:nth-child(2) {
    padding: 0 8px;
  }
}

.c-table02 {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-table02 tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 tr {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 8px 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 tr:nth-child(2),
  .c-table02 tr:nth-child(3) {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.c-table02 tr:last-child td {
  border-bottom: none;
}
.c-table02 td {
  border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width: 767px) {
  .c-table02 td {
    display: block;
    border-bottom: none;
  }
}
.c-table02 td:nth-child(1) {
  padding-top: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2em;
  letter-spacing: 0.08em;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-table02 td:nth-child(1) {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 15px;
    line-height: 1.25em;
    letter-spacing: 0.08em;
    padding: 0;
    margin-bottom: 18px;
  }
}
.c-table02 td:nth-child(2) {
  position: relative;
  padding-top: 26px;
  padding-bottom: 31px;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-table02 td:nth-child(2) {
    padding: 0;
  }
}
.c-table02 td:nth-child(2) .c-btn05 {
  position: absolute;
  right: 49px;
  top: 33px;
}
@media screen and (max-width: 1200px) {
  .c-table02 td:nth-child(2) .c-btn05 {
    right: 0;
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 td:nth-child(2) .c-btn05 {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 25px;
  }
}
.c-table02--txt1 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2em;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-table02--txt1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    line-height: 1.6428571429em;
    letter-spacing: 0.08em;
    margin-bottom: 9px;
  }
}
.c-table02--txt2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 1.6666666667em;
  letter-spacing: 0.08em;
  font-family: 'Cormorant', serif;
}
@media screen and (max-width: 767px) {
  .c-table02--txt2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 1.8333333333em;
    letter-spacing: 0.08em;
  }
}

.c-breadcrumb {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 9;
}
.c-breadcrumb ul {
  max-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-breadcrumb ul li {
  color: #fff;
  font-weight: 500;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li:first-child img {
    width: 18px;
  }
}
.c-breadcrumb ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul li:after {
    margin-top: -5px;
  }
}
.c-breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c-breadcrumb ul li:last-child:after {
  display: none;
}

/*------------------------------------------------------------
others
------------------------------------------------------------*/
.c-contact {
  background: #191919;
  padding: 40px 0 50px;
}
.c-contact--title {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact--title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.c-contact--title span {
  font-size: 4.8rem;
  font-weight: 400;
  color: #ffffff;
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact--title span {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.c-contact--txt {
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .c-contact--txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 30px;
    text-align: left;
  }
}
.c-contact__bot {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact__bot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-contact__bot:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-contact__bot:after {
    display: none;
  }
}
.c-contact--box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact--box {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
  }
  .c-contact--box:last-child {
    border: none;
  }
}
.c-contact--box--title {
  font-size: 2.4rem;
  color: #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact--box--title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.c-contact--box--tel {
  font-size: 3.6rem;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .c-contact--box--tel {
    font-size: 3rem;
  }
}
.c-contact--box--tel span {
  display: inline-block;
  max-width: 31px;
  position: relative;
  bottom: -10px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-contact--box--tel span {
    width: 23px;
  }
}
.c-contact--box--time {
  font-size: 1.6rem;
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-contact--box--time {
    font-size: 1.2rem;
  }
}
.c-contact--box--screen {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact--box--screen {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.c-contact--box--screen:before {
  content: '';
  width: 57px;
  height: 57px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  top: calc(50% - 29px);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-contact--box--screen:after {
  content: '';
  width: 22px;
  height: 15px;
  background: url('../img/icon/arr_right_wt.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}
.c-contact--box--screen:hover {
  opacity: 1;
}
.c-contact--box--screen:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-contact--box--screen span {
  display: inline-block;
  width: 51px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .c-contact--box--screen span {
    width: 32px;
  }
}

.hide_pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hide_pc {
    display: block;
  }
}

.hide_sp {
  display: block;
}
@media screen and (max-width: 767px) {
  .hide_sp {
    display: none;
  }
}

.obj-image {
  position: relative;
}
.obj-image:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.obj-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: contain;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  /* object-fit: contain; */
}

/* Common Form
================================*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  background: none;
  font: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

input[type='reset'],
input[type='submit'],
input[type='button'] {
  cursor: pointer;
}

button {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* Remove icon “X” and "down" from input and select field on IE */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

input,
textarea {
  background: #f0f0f0;
  padding: 17px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    padding: 10px 15px;
  }
}

input {
  height: 60px;
}
@media screen and (max-width: 767px) {
  input {
    height: 46px;
  }
}

.ip-disabled {
  width: 56px;
  padding: 1px;
  color: #999;
  background: #ececec;
  font-size: 14px;
  font-weight: 500;
  margin-right: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ip-disabled {
    width: 42px;
    font-size: 11px;
    margin-right: 10px;
  }
}

.ip-require {
  width: 56px;
  padding: 1px;
  color: #fff;
  background: #0140b4;
  font-size: 14px;
  font-weight: 500;
  margin-right: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ip-require {
    width: 42px;
    font-size: 11px;
    margin-right: 10px;
  }
}

/* textarea */
textarea {
  display: block;
  overflow: auto;
  resize: none;
  max-width: 100%;
  height: 240px;
  padding: 20px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 225px;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.92;
  }
}

/* select */
select {
  resize: none;
  cursor: pointer;
  max-width: 320px;
  height: 64px;
  width: 100%;
  line-height: 1.6;
  padding: 18px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f0f0f0 url('../img/common/bg-select.svg') no-repeat right 15px center;
  background-size: 12px 7px;
}
@media screen and (max-width: 767px) {
  select {
    max-width: 100%;
    height: 46px;
    padding: 10px 15px;
  }
}

.select-datetime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 767px) {
  .select-datetime {
    margin: 0 -5px;
  }
}
.select-datetime li {
  width: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .select-datetime li {
    padding: 0 5px;
  }
}
.select-datetime li select {
  max-width: 170px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .select-datetime li select {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .select-datetime li.year {
    max-width: 256px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .select-datetime li.month {
    max-width: 167px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .select-datetime li.day {
    max-width: 167px;
    width: 30%;
  }
}

/* Radio / checkbox */
input[type='checkbox'],
input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

.checkbox-item {
  position: relative;
}
.checkbox-item input[type='checkbox'] + label {
  display: block;
  width: 100%;
  padding: 12px 10px 12px 49px;
  border: 1px solid #bebebe;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .checkbox-item input[type='checkbox'] + label {
    padding: 12px 12px 11px 41px;
  }
}
.checkbox-item input[type='checkbox'] + label:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #bebebe;
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .checkbox-item input[type='checkbox'] + label:before {
    left: 16px;
  }
}
.checkbox-item input[type='checkbox'] + label:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 19px;
  top: 50%;
  display: none;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .checkbox-item input[type='checkbox'] + label:after {
    left: 17px;
  }
}
.checkbox-item input[type='checkbox']:checked + label {
  background: #f7faf7 !important;
  border-color: #77b75c;
}
.checkbox-item input[type='checkbox']:checked + label:after {
  display: block;
}

.form-block__head {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .form-block__head {
    text-align: left;
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 30px;
  }
}
.form-block__head a {
  text-decoration: underline;
  color: #0140b4;
}
.form-block__step {
  max-width: 311px;
  width: 100%;
  margin: 0 auto 68px;
}
@media screen and (max-width: 767px) {
  .form-block__step {
    max-width: 182px;
    margin: 0 auto 60px;
  }
}
.form-block__inner {
  max-width: 824px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-block__inner {
    max-width: 100%;
    padding: 0 10px;
  }
}
.form-block__inner .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .form-block__inner .form-row {
    display: block;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
}
.form-block__inner .form-row__ttl {
  width: 230px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form-block__inner .form-row__ttl {
    width: 100%;
    margin-bottom: 14px;
    font-size: 13px;
  }
}
.form-block__inner .form-row__content {
  width: calc(100% - 230px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .form-block__inner .form-row__content {
    width: 100%;
    font-size: 13px;
  }
}
.form-block .txt-note {
  margin-top: 3px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .form-block .txt-note {
    font-size: 12px;
  }
}
.form-block .confirm-email {
  margin-top: 10px;
}
.form-block .box-agree {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .form-block .box-agree {
    margin-top: 30px;
  }
}
.form-block .upload .upload-ip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-block .upload .upload-ip {
    margin-bottom: 16px;
  }
}
.form-block .upload .upload-ip button {
  width: 180px;
  border-radius: 26px;
  font-size: 16px;
  color: #0140b4;
  background: #f0f0f0;
  padding: 10px 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form-block .upload .upload-ip button {
    width: 160px;
    font-size: 13px;
  }
}
.form-block .upload .upload-ip .txt {
  padding-left: 25px;
}
.form-block .upload .txt-note {
  font-size: 15px;
}
.form-block .zip-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-block .zip-code {
    display: block;
  }
}
.form-block .zip-code__box {
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-block .zip-code__box {
    width: 100%;
  }
}
.form-block .zip-code__box .w106 {
  width: 106px;
}
@media screen and (max-width: 767px) {
  .form-block .zip-code__box .w106 {
    width: 96px;
  }
}
.form-block .zip-code__box span {
  margin: 0 5px;
  font-size: bold;
  font-size: 16px;
}
.form-block .zip-code__box .w160 {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .form-block .zip-code__box .w160 {
    width: 132px;
  }
}
.form-block .zip-code .txt-note {
  width: calc(100% - 295px);
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .form-block .zip-code .txt-note {
    width: 100%;
    padding-left: 0;
  }
}

.box-agree {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .box-agree {
    margin-bottom: 30px;
  }
}
.box-agree input[type='checkbox']:checked + .mwform-checkbox-field-text::after {
  display: block;
}
.box-agree .mwform-checkbox-field-text {
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .box-agree .mwform-checkbox-field-text {
    font-size: 13px;
    padding-left: 25px;
  }
}
.box-agree .mwform-checkbox-field-text:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #a3a4a5;
  background: #f9f9f9;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (max-width: 767px) {
  .box-agree .mwform-checkbox-field-text:before {
    width: 17px;
    height: 17px;
    top: -2px;
  }
}
.box-agree .mwform-checkbox-field-text:after {
  content: '';
  display: none;
  width: 10px;
  height: 19px;
  border-left: 2px solid #0140b4;
  border-top: 2px solid #0140b4;
  position: absolute;
  top: -3px;
  left: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .box-agree .mwform-checkbox-field-text:after {
    width: 8px;
    height: 17px;
    top: -4px;
    left: 6px;
  }
}
.box-agree .mwform-checkbox-field-text a {
  text-decoration: underline;
  color: #0140b4;
}

.box-submit {
  display: block;
  margin: 0 auto;
  width: 190px;
}
.box-submit .btn_submit--back {
  display: none;
}
.box-submit .btn_submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.box-submit .btn_submit span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .box-submit .btn_submit span {
    font-size: 13px;
  }
}
.box-submit .btn_submit .txt_confirm {
  display: none;
}

.confirm .form-block__step {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .confirm .form-block__step {
    margin-bottom: 68px;
  }
}
@media screen and (max-width: 767px) {
  .confirm .c-title1 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 767px) {
  .confirm .form-block__head {
    margin-bottom: 37px;
  }
}
.confirm .form-block__inner .form-row__ttl {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .confirm .form-block__inner .form-row__ttl {
    width: 100%;
  }
}
.confirm .form-block__inner .form-row__content {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .confirm .form-block__inner .form-row__content {
    width: 100%;
    padding-left: 10px;
  }
}
.confirm .box-submit {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .confirm .box-submit {
    margin-top: 25px;
  }
}
.confirm .btn_submit--back {
  display: block;
  font-size: 15px;
  padding-left: 50px;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .confirm .btn_submit--back {
    margin-top: 25px;
    font-size: 12px;
  }
}
.confirm .btn_submit--back:before {
  content: '';
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .confirm .btn_submit--back:before {
    width: 40px;
    height: 40px;
  }
}
.confirm .btn_submit--back:after {
  content: '';
  width: 12px;
  height: 8px;
  background: url('../img/icon/arr_right.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .confirm .btn_submit--back:after {
    width: 14px;
    height: 10px;
    margin-top: -5px;
    left: 14px;
  }
}
.confirm .btn_submit--back span {
  color: #0140b4;
}

@media screen and (max-width: 767px) {
  .complete .p-entry__content {
    padding: 45px 0 60px;
  }
}
.complete .c-title1 {
  margin-bottom: 93px !important;
}
@media screen and (max-width: 767px) {
  .complete .c-title1 {
    margin-bottom: 38px !important;
  }
}
.complete .form-block__inner {
  max-width: 850px;
}
@media screen and (max-width: 767px) {
  .complete .form-block__inner {
    max-width: 100%;
    padding: 0;
  }
}
.complete .form-block__step {
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .complete .form-block__step {
    margin-bottom: 40px;
  }
}
.complete .comp-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .complete .comp-box {
    margin-bottom: 35px;
  }
}
.complete .comp-box p {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .complete .comp-box p {
    font-size: 13px;
    line-height: 1.92;
    text-align: left;
  }
}
.complete .c-btn02,
.complete .box-submit .btn_submit,
.box-submit .complete .btn_submit {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .complete .c-btn02,
  .complete .box-submit .btn_submit,
  .box-submit .complete .btn_submit {
    max-width: 198px;
  }
}

.p-top__news {
  width: 860px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -52px;
  margin-bottom: -52px;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    top: 0;
    margin-bottom: 0;
  }
}
.p-top__news--title {
  font-size: 2.4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #ffffff;
  width: 144px;
  height: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0140b4;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top__news--title {
    width: 77px;
    font-size: 1.3em;
    height: 75px;
  }
}
.p-top__news__content {
  background: #111111;
  padding: 15px 35px 0 30px;
  width: calc(100% - 144px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__news__content {
    width: calc(100% - 77px);
  }
}
.p-top__news--item--date {
  font-size: 1.6rem;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__news--item--date {
    font-size: 1rem;
  }
}
.p-top__news--item--date:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #0140b4;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.p-top__news--item--title {
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top__news--item--title {
    font-size: 1.1rem;
  }
}
.p-top__news .slick-prev {
  display: none !important;
}
.p-top__news .slick-next {
  right: -15px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-top__news .slick-next:before {
  display: none;
}

.p-top__about {
  position: relative;
  padding: 150px 40px 20px 80px;
  height: 845px;
}
@media screen and (max-width: 767px) {
  .p-top__about {
    height: auto;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about .c-title1 {
    margin-bottom: 40px;
  }
}
.p-top__about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top__about__content {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-top__about__info {
  max-width: 720px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__about__info {
    width: 100%;
  }
}
.p-top__about--title {
  font-size: 3.1rem;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  .p-top__about--title {
    font-size: 2.3rem;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
  }
}
.p-top__about--title span {
  position: relative;
}
.p-top__about--title span:after {
  content: '';
  width: 82px;
  height: 82px;
  background: url('../img/top/about_deco.png') no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .p-top__about--title span:after {
    width: 53px;
    height: 53px;
    right: -35px;
  }
}
.p-top__about--title .br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__about--title .br_sp {
    display: block;
  }
}
.p-top__about--txt {
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-top__about--txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-top__about--img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__about--img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__about--img--img1 {
    display: block;
    padding-left: 32%;
  }
}
.p-top__about--img--img2 {
  position: absolute;
  left: -54px;
  top: calc(100% - 64px);
}
@media screen and (max-width: 767px) {
  .p-top__about--img--img2 {
    width: 33%;
    left: 10px;
  }
}
.p-top__about__bg {
  position: absolute;
  top: -52px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top__about__bg {
    top: 0;
  }
}
.p-top__about__bg img {
  width: auto;
  max-height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-top__about__bg img {
    width: 294px;
  }
}
.p-top__about .c-btn02,
.p-top__about .box-submit .btn_submit,
.box-submit .p-top__about .btn_submit {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__about .c-btn02,
  .p-top__about .box-submit .btn_submit,
  .box-submit .p-top__about .btn_submit {
    margin-top: 30px;
  }
}

.p-top__our {
  padding: 70px 0 120px;
  background: url('../img/top/our_bg.png') center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top__our {
    padding: 40px 0 60px;
  }
}
.p-top__our .c-title2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top__our .c-title2 {
    margin-bottom: 40px;
  }
}
.p-top__our__content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 25px;
}
.p-top__our__box {
  width: 30.7%;
  background: #ffffff;
  padding: 30px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top__our__box {
    width: 100%;
    margin-bottom: 35px;
    text-align: left;
  }
  .p-top__our__box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__our__box__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }
}
.p-top__our__box--img {
  height: 101px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top__our__box--img {
    height: auto;
    margin-bottom: 0;
    width: 32%;
    text-align: center;
  }
  .p-top__our__box--img img {
    max-width: 80%;
  }
}
.p-top__our__box--title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__our__box--title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.p-top__our__box--title span {
  color: #0140b4;
}
.p-top__our__box--txt {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__our__box--txt {
    font-size: 1.3rem;
  }
}

.p-top__business {
  padding: 70px 0 110px;
  background: url('../img/top/business_bg.jpg') center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top__business {
    padding: 40px 0 60px;
  }
}
.p-top__business .c-title2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top__business .c-title2 {
    margin-bottom: 40px;
  }
}
.p-top__business--txt {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #ffffff;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-top__business--txt {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 70px;
    text-align: left !important;
  }
}
.p-top__business__content {
  position: relative;
}
.p-top__business__content:before {
  content: 'And Electricity';
  font-size: 10rem;
  line-height: 0.72;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: -70px;
  left: 0;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-top__business__content:before {
    font-size: 5rem;
    top: -40px;
  }
}
.p-top__business__content:after {
  content: 'Civil engineering';
  font-size: 10rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 0.72;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: 20px;
  left: -85px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-top__business__content:after {
    font-size: 5rem;
    left: -40px;
    top: 10px;
  }
}
.p-top__business__box {
  width: 45.3%;
}
.p-top__business__box--title {
  color: #ffffff;
  font-size: 2.4rem;
  margin-top: 25px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top__business__box--title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.p-top__business__box--title span {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__business__box--title span {
    font-size: 2.4rem;
  }
}
.p-top__business .c-btn02,
.p-top__business .box-submit .btn_submit,
.box-submit .p-top__business .btn_submit {
  margin-top: 40px;
}

.p-top__works {
  padding: 95px 0 120px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__works {
    padding: 40px 20px;
  }
}
.p-top__works--before {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__works--after {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-top__works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__works__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__works .c-title1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__works .c-title1 {
    margin-bottom: 40px;
  }
}
.p-top__works--title {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__works--title {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.p-top__works--txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top__works--txt {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
  }
}
.p-top__works .c-btn02,
.p-top__works .box-submit .btn_submit,
.box-submit .p-top__works .btn_submit {
  margin-top: 40px;
}
.p-top__works .works {
  max-width: 66.9%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__works .works {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__works .works {
    width: 100%;
  }
}
.p-top__works .works.dontTouch {
  pointer-events: none;
}
.p-top__works .works.dontTouch .swiper {
  pointer-events: none;
}
.p-top__works .works.dontTouch .arrows div {
  pointer-events: none;
}
.p-top__works .works .swiper {
  width: 700px;
  margin-right: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-top__works .works .swiper {
    width: 100%;
  }
}
.p-top__works .works .swiper .swiper-slide {
  -webkit-transition: opacity 0.5s linear 0.3s !important;
  transition: opacity 0.5s linear 0.3s !important;
  height: auto;
}
.p-top__works .works .swiper .swiper-slide div {
  transition: clip-path 0.6s cubic-bezier(0.94, 0.06, 0.83, 0.67),
    -webkit-clip-path 0.6s cubic-bezier(0.94, 0.06, 0.83, 0.67);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  width: 100%;
  height: auto;
}
.p-top__works .works .swiper .swiper-slide div img {
  -webkit-transform: translateX(3em) scale(1.2);
  transform: translateX(3em) scale(1.2);
}
.p-top__works .works .swiper .active div {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-top__works .works .swiper .active div img {
  -webkit-transform: translateX(3em) scale(1.2);
  transform: translateX(3em) scale(1.2);
  -webkit-animation: worksSlide 15s linear 0s forwards;
  animation: worksSlide 15s linear 0s forwards;
}
.p-top__works .works .swiper .work_swiper_pav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  width: 100%;
  max-width: 520px;
  background: #cccccc;
}
.p-top__works .works .swiper .work_swiper_pav .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.p-top__works
  .works
  .swiper
  .work_swiper_pav
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  background: #0140b4;
}
.p-top__works .works .swiper-wrapper {
  list-style: none;
  height: auto;
}
.p-top__works .works .thumb {
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  margin-left: -152px;
}
.p-top__works .works .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.p-top__works .works .thumb .swiper-slide {
  width: 52px;
}
.p-top__works .works .thumb .swiper-slide div {
  max-width: 52px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.p-top__works .works .thumb .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  width: auto;
  max-width: initial;
}
.p-top__works .works-slide .thumb .work_thumb_pav {
  margin-top: 45px;
  margin-left: 122px;
}

.p-top__recruit {
  padding-top: 140px;
  padding-bottom: 190px;
  background: url('../img/top/recruit_bg.jpg') top center no-repeat;
  background-size: 100% calc(100% - 192px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__recruit {
    padding-top: 90px;
    padding-bottom: 60px;
    background-size: auto calc(100% - 130px);
  }
}
.p-top__recruit__main {
  background: #ffffff;
  width: 88%;
  max-width: 1140px;
  float: right;
  overflow: hidden;
  padding: 40px 40px 90px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__recruit__main {
    padding: 40px 0 0 30px;
  }
}
.p-top__recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__recruit__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-top__recruit .c-title3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit .c-title3 {
    margin-right: 20px;
  }
}
.p-top__recruit--lf {
  position: relative;
  width: 48%;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--lf {
    width: 100%;
    padding-top: 80px;
  }
}
.p-top__recruit--rg {
  width: 55.5%;
  margin-left: -3.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--rg {
    width: 100%;
    margin-left: 0;
  }
}
.p-top__recruit--rg:after {
  content: '';
  width: calc(100% + 205px);
  height: 137px;
  background: url('../img/top/recruit_after.jpg');
  position: absolute;
  bottom: -75px;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--rg:after {
    width: calc(100% + 40px);
  }
}
.p-top__recruit--title {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--title {
    font-size: 2.3rem;
    letter-spacing: -0.06em;
    margin-bottom: 30px;
  }
}
.p-top__recruit--title span {
  position: relative;
}
.p-top__recruit--title span:after {
  content: '';
  width: 82px;
  height: 82px;
  background: url('../img/top/about_deco.png') no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--title span:after {
    width: 63px;
    height: 63px;
    right: -40px;
  }
}
.p-top__recruit--txt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-top__recruit--img {
  position: relative;
}
.p-top__recruit--img01 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--img01 {
    padding-left: 10%;
  }
}
.p-top__recruit--img02 {
  position: absolute;
  left: -130px;
  bottom: -65px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__recruit--img02 {
    left: 10px;
    width: 33%;
    bottom: calc(100% - 20px);
  }
}
.p-top__recruit .c-btn02,
.p-top__recruit .box-submit .btn_submit,
.box-submit .p-top__recruit .btn_submit {
  margin-top: 40px;
  position: relative;
}

/* Company page
================================*/
.p-company .c-pagename {
  margin-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .p-company .c-pagename {
    margin-bottom: 40px;
  }
}

.comp-message {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .comp-message {
    overflow: unset;
  }
}
.comp-message__content {
  position: relative;
}
.comp-message__content .l-main {
  position: relative;
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .comp-message__content .l-main {
    padding: 0 20px 50px;
  }
}
.comp-message__content .l-main:after {
  content: '';
  width: 622px;
  height: 943px;
  position: absolute;
  background: url('../img/company/flash.png') no-repeat center;
  background-size: cover;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .comp-message__content .l-main:after {
    width: 317px;
    height: 462px;
    top: 55px;
  }
}
.comp-message__content-image {
  width: 32.3%;
  max-width: 620px;
  position: absolute;
  left: 0;
  top: 95px;
}
@media screen and (max-width: 767px) {
  .comp-message__content-image {
    position: relative;
    top: unset;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-bottom: 12px;
    margin-top: 40px;
  }
}
.comp-message__content-image:before {
  padding-top: 118%;
}
@media screen and (max-width: 767px) {
  .comp-message__content-image:before {
    padding-top: 116.7%;
  }
}
.comp-message__content-desc {
  max-width: 656px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .comp-message__content-desc {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc {
    width: 100%;
    max-width: 100%;
  }
}
.comp-message__content-desc h3 {
  max-width: 325px;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.comp-message__content-desc h3 span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc h3 span {
    display: inline-block;
    padding-top: 35px;
  }
}
.comp-message__content-desc h3 span:after {
  content: '';
  width: 82px;
  height: 82px;
  background: url('../img/company/ico-deco.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: -60px;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc h3 span:after {
    width: 50px;
    height: 50px;
    right: -30px;
    top: 0;
  }
}
.comp-message__content-desc .txt p {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc .txt p {
    font-size: 13px;
    line-height: 1.92;
  }
}
.comp-message__content-desc .txt-ceo {
  max-width: 235px;
  width: 100%;
  margin: 25px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc .txt-ceo {
    max-width: 155px;
    margin: 15px 0 0 auto;
  }
}
.comp-message__content-desc .txt-ceo p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc .txt-ceo p {
    font-size: 13px;
  }
}
.comp-message__content-desc .txt-ceo span {
  font-size: 24px;
  font-family: 'Tamanegi_Geki';
}
@media screen and (max-width: 767px) {
  .comp-message__content-desc .txt-ceo span {
    font-size: 15px;
  }
}

.comp-profile {
  padding: 90px 0 94px;
  background: #111111;
}
@media screen and (max-width: 767px) {
  .comp-profile {
    padding: 50px 0 58px;
  }
}
.comp-profile .c-title1 {
  margin-bottom: 40px;
  color: #fff;
  border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
  .comp-profile .c-title1 {
    margin-bottom: 20px;
  }
}
.comp-profile .c-title1 span {
  color: #fff;
}
.comp-profile .c-title1 span:first-letter {
  color: #fff;
}
.comp-profile__content {
  position: relative;
}
.comp-profile__content-tbl {
  max-width: 780px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}
.comp-profile__content-tbl table {
  border-collapse: collapse;
}
.comp-profile__content-tbl table th,
.comp-profile__content-tbl table td {
  padding: 35px 0;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table th,
  .comp-profile__content-tbl table td {
    padding: 20px 0;
    font-size: 13px;
  }
}
.comp-profile__content-tbl table th {
  width: 17.9%;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #0140b4;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table th {
    width: 70px;
  }
}
.comp-profile__content-tbl table td {
  font-weight: 500;
  border-bottom: 1px solid #cecece;
  line-height: 1.875;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td {
    width: calc(100% - 70px);
  }
}
.comp-profile__content-tbl table td span {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td span {
    font-size: 13px;
  }
}
.comp-profile__content-tbl table td p {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td p {
    font-size: 13px;
  }
}
.comp-profile__content-tbl table td p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td p + p {
    margin-top: 25px;
  }
}
.comp-profile__content-tbl table td .add-box + .add-box {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td .add-box + .add-box {
    margin-top: 20px;
  }
}
.comp-profile__content-tbl table td .add-box p + p {
  margin-top: 0;
}
.comp-profile__content-tbl table td .add-box a {
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-tbl table td .add-box a {
    pointer-events: visible;
  }
}
.comp-profile__content-img {
  position: absolute;
  width: 26.7%;
  max-width: 373px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-img {
    position: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .comp-profile__content-img .thumb {
    width: calc(50% - 8px);
    margin-right: 8px;
  }
}
.comp-profile__content-img .thumb + .thumb {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .comp-profile__content-img .thumb + .thumb {
    margin: 0 0 0 8px;
  }
}

.comp-qualification {
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .comp-qualification {
    padding: 40px 0;
  }
}
.comp-qualification .c-title1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .comp-qualification .c-title1 {
    margin-bottom: 40px;
  }
}
.comp-qualification .qualifi-box {
  width: 100%;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .comp-qualification .qualifi-box {
    max-width: 100%;
  }
}
.comp-qualification .qualifi-box:last-child {
  border-bottom: 1px solid #cecece;
}
.comp-qualification .qualifi-box__row {
  padding: 40px;
  border-bottom: 1px dotted #cecece;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .comp-qualification .qualifi-box__row {
    padding: 20px 25px;
    font-size: 13px;
  }
}
.comp-qualification .qualifi-box__row:last-child {
  border-bottom: none;
}
.comp-qualification .qualifi-box__row .ttl {
  width: 22.9%;
  color: #0140b4;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .comp-qualification .qualifi-box__row .ttl {
    font-size: 15px;
  }
}
.comp-qualification .qualifi-box__row .content {
  width: 72.1%;
}
@media screen and (max-width: 767px) {
  .comp-qualification .qualifi-box__row .content {
    padding-left: 20px;
    padding-right: 20px;
    width: 69.1%;
  }
}
.comp-qualification .qualifi-box__row .number {
  width: 5%;
}
@media screen and (max-width: 767px) {
  .comp-qualification .qualifi-box__row .number {
    width: 8%;
  }
}

.comp-history {
  background: rgba(1, 64, 180, 0.05);
  padding: 80px 0 95px;
}
@media screen and (max-width: 767px) {
  .comp-history {
    padding: 50px 0;
  }
}
.comp-history .c-title1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .comp-history .c-title1 {
    margin-bottom: 40px;
  }
}
.comp-history__content {
  width: 100%;
}
.comp-history__content .history-item {
  padding: 0 0 60px 50px;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comp-history__content .history-item {
    padding: 0 0 25px 40px;
    display: block;
  }
}
.comp-history__content .history-item:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #b1afaf;
  position: absolute;
  bottom: -18px;
  left: 20px;
}
.comp-history__content .history-item:before {
  content: '';
  width: 21px;
  height: 21px;
  background: url('../img/company/ico_circle.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .comp-history__content .history-item:before {
    top: 2px;
  }
}
.comp-history__content .history-item__year {
  width: 190px;
  font-size: 36px;
  color: #0140b4;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .comp-history__content .history-item__year {
    width: 100%;
    font-size: 23px;
    margin-bottom: 5px;
  }
}
.comp-history__content .history-item__year span {
  font-size: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .comp-history__content .history-item__year span {
    font-size: 15px;
  }
}
.comp-history__content .history-item__content {
  width: calc(100% - 190px);
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .comp-history__content .history-item__content {
    width: 100%;
    font-size: 13px;
    line-height: 1.92;
  }
}
.comp-history__content .history-item:last-child {
  padding-bottom: 20px;
}

.comp-access {
  padding: 82px 0 95px;
  background: url('../img/company/bg-access.jpg') no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .comp-access {
    padding: 50px 0 60px;
  }
}
.comp-access .c-title1 {
  width: 192px;
  display: block;
  padding-right: 0;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comp-access .c-title1 {
    margin-bottom: 40px;
  }
}
.comp-access .access-box {
  max-width: 1140px;
  margin: 0 auto 105px;
  background: #032c78;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box {
    margin-bottom: 32px;
  }
}
.comp-access .access-box__map {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__map {
    height: 200px;
  }
}
.comp-access .access-box__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.comp-access .access-box__content {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content {
    padding: 20px;
  }
}
.comp-access .access-box__content .access-ttl {
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content .access-ttl {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
.comp-access .access-box__content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex {
    display: block;
  }
}
.comp-access .access-box__content-flex .info {
  width: 48.5%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .info {
    width: 100%;
    padding-right: 0;
  }
}
.comp-access .access-box__content-flex .info p {
  font-size: 16px;
  line-height: 1.875;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .info p {
    font-size: 13px;
    line-height: 1.92;
  }
}
.comp-access .access-box__content-flex .info p a {
  color: #fff;
}
.comp-access .access-box__content-flex .info .m20 {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .info .m20 {
    margin: 5px 0;
  }
}
.comp-access .access-box__content-flex .info a {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .info a {
    margin-right: 10px;
  }
}
.comp-access .access-box__content-flex .info .c-btn02,
.comp-access .access-box__content-flex .info .box-submit .btn_submit,
.box-submit .comp-access .access-box__content-flex .info .btn_submit {
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .info .c-btn02,
  .comp-access .access-box__content-flex .info .box-submit .btn_submit,
  .box-submit .comp-access .access-box__content-flex .info .btn_submit {
    margin-top: 20px;
  }
}
.comp-access .access-box__content-flex .info .c-btn02:after,
.comp-access .access-box__content-flex .info .box-submit .btn_submit:after,
.box-submit .comp-access .access-box__content-flex .info .btn_submit:after {
  background: url('../img/icon/arr_right_wt.png') no-repeat;
  background-size: contain;
}
.comp-access .access-box__content-flex .thumb {
  width: 51.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .thumb {
    width: 100%;
    margin-top: 30px;
  }
}
.comp-access .access-box__content-flex .thumb-item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .thumb-item {
    width: calc(50% - 10px);
  }
}
.comp-access .access-box__content-flex .thumb-item:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .thumb-item:first-child {
    margin-right: 10px;
  }
}
.comp-access .access-box__content-flex .thumb-item:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .comp-access .access-box__content-flex .thumb-item:last-child {
    margin-left: 10px;
  }
}

/* Business page
================================*/
.p-business .c-pagename {
  background: url('../img/business/bg-sub.jpg') no-repeat center;
  background-size: cover;
}

.business-block {
  background: #111111;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .business-block {
    overflow: hidden;
    padding-bottom: 60px;
  }
}
.business-block__item {
  max-width: 1262px;
  width: 100%;
  padding: 22px 20px 0;
  margin: 0 auto;
}
.business-block__item + .business-block__item {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .business-block__item + .business-block__item {
    margin-top: 30px;
  }
}
.business-block__item .business-head {
  font-size: 120px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.05);
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .business-block__item .business-head {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .business-block__item .business-head {
    font-size: 50px;
    white-space: nowrap;
    line-height: 1;
  }
}
.business-block__item .business-flex {
  margin-bottom: 88px;
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .business-block__item .business-flex {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
    margin-top: -2px;
  }
}
.business-block__item .business-flex__content {
  width: 63.3%;
  padding-right: 122px;
  padding-left: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .business-block__item .business-flex__content {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}
.business-block__item .business-flex__content .business-title {
  margin-bottom: 48px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-title {
    margin-bottom: 30px;
  }
}
.business-block__item .business-flex__content .business-title__number {
  width: 102px;
  padding-right: 40px;
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
  border-right: 2px solid #0140b4;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-title__number {
    width: 65px;
    padding-right: 20px;
  }
}
.business-block__item .business-flex__content .business-title__number span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-title__number span {
    font-size: 12px;
  }
}
.business-block__item .business-flex__content .business-title__number p {
  font-size: 68px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-title__number p {
    font-size: 40px;
  }
}
.business-block__item .business-flex__content .business-title h3 {
  width: calc(100% - 65px);
  padding-left: 40px;
  padding-top: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-title h3 {
    width: calc(100% - 90px);
    padding-left: 20px;
    padding-top: 18px;
    font-size: 19px;
  }
}
.business-block__item .business-flex__content .business-desc p {
  color: #fff;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__content .business-desc p {
    font-size: 13px;
    line-height: 1.92;
  }
}
.business-block__item .business-flex__img {
  width: 36.7%;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-flex__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
.business-block__item .business-slide {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-slide {
    padding: 0 80px;
  }
}
.business-block__item .business-slide__content {
  overflow: hidden;
}
.business-block__item .business-slide .swiper-wrapper {
  margin-left: -110px;
}
@media only screen and (max-width: 1024px) {
  .business-block__item .business-slide .swiper-wrapper {
    margin-left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .business-block__item .business-slide .swiper-wrapper {
    margin-left: 0;
  }
}
.business-block__item .business-slide .swiper-slide {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-slide .swiper-slide {
    padding: 0;
  }
}
.business-block__item .business-slide .swiper-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .business-block__item .business-slide .swiper-btn {
    width: 64px;
    height: 64px;
  }
}
.business-block__item .business-slide .swiper-button-prev {
  left: 0;
}
.business-block__item .business-slide .swiper-button-next {
  right: 0;
}
.business-block .business-block__item-reserve .business-head {
  text-align: left;
}
.business-block .business-block__item-reserve .business-flex .business-flex__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-right: 34px;
  padding-left: 117px;
}
@media only screen and (max-width: 1024px) {
  .business-block .business-block__item-reserve .business-flex .business-flex__content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .business-block .business-block__item-reserve .business-flex .business-flex__content {
    padding: 0;
  }
}
.business-block .business-block__item-reserve .business-flex .business-flex__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.safety-block {
  padding: 82px 0 95px;
}
@media screen and (max-width: 767px) {
  .safety-block {
    padding: 50px 0;
  }
}
.safety-block .l-main {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .safety-block .l-main {
    max-width: 100%;
  }
}
.safety-block .c-title1 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .safety-block .c-title1 {
    margin-bottom: 32px;
  }
}
.safety-block__content {
  max-width: 1070px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto -120px;
}
@media screen and (max-width: 767px) {
  .safety-block__content {
    display: block;
    margin: 0;
  }
}
.safety-block__content .safety-item {
  width: calc(50% - 68px);
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item {
    width: 100%;
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item + .safety-item {
    margin-top: 40px;
  }
}
.safety-block__content .safety-item:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item:nth-child(2n) {
    margin-left: 0;
  }
}
.safety-block__content .safety-item:nth-child(2n + 1) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item:nth-child(2n + 1) {
    margin-right: 0;
  }
}
.safety-block__content .safety-item:nth-child(1) .safety-item__head {
  left: -90px;
  bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .safety-block__content .safety-item:nth-child(1) .safety-item__head {
    left: -75px;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item:nth-child(1) .safety-item__head {
    left: -44px;
    bottom: 38px;
  }
}
.safety-block__content .safety-item:nth-child(2) .safety-item__head {
  left: -177px;
  bottom: 152px;
}
@media only screen and (max-width: 1024px) {
  .safety-block__content .safety-item:nth-child(2) .safety-item__head {
    left: -140px;
    bottom: 132px;
  }
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item:nth-child(2) .safety-item__head {
    left: -86px;
    bottom: 75px;
  }
}
.safety-block__content .safety-item:nth-child(3) .safety-item__head {
  left: -100px;
  bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .safety-block__content .safety-item:nth-child(3) .safety-item__head {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item:nth-child(3) .safety-item__head {
    left: -50px;
    bottom: 44px;
  }
}
.safety-block__content .safety-item .thumbnail {
  padding-left: 60px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .thumbnail {
    margin-bottom: 15px;
    padding-left: 40px;
  }
}
.safety-block__content .safety-item .thumbnail .obj-image:before {
  padding-top: 85.9%;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .thumbnail .obj-image:before {
    padding-top: 67.8%;
  }
}
.safety-block__content .safety-item .desc {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .desc {
    padding-left: 40px;
  }
}
.safety-block__content .safety-item .desc-ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .desc-ttl {
    font-size: 15px;
  }
}
.safety-block__content .safety-item .desc-ttl span {
  display: inline-block;
  color: #0140b4;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .desc-ttl span {
    font-size: 20px;
    margin-right: 15px;
  }
}
.safety-block__content .safety-item .desc-txt {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item .desc-txt {
    font-size: 13px;
    line-height: 1.92;
  }
}
.safety-block__content .safety-item__head {
  font-size: 84px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  color: rgba(1, 64, 180, 0.05);
  position: absolute;
  bottom: 0;
  left: -20%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1024px) {
  .safety-block__content .safety-item__head {
    font-size: 70px;
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .safety-block__content .safety-item__head {
    font-size: 45px;
    letter-spacing: -0.02em;
    bottom: 35px;
    left: -44px;
  }
}
.social-block {
  padding: 82px 0 95px;
  background-color: #f2f5fb;
}
@media screen and (max-width: 767px) {
  .social-block {
    padding: 50px 0;
  }
}
.social-block .c-title1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .social-block .c-title1 {
    margin-bottom: 20px;
  }
}
.social-block__content .desc-txt {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .social-block__content .desc-txt {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 32px;
  }
}
.social-block__content .social-box01 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box01 {
    margin-bottom: 40px;
  }
}
.social-block__content .social-box h3 {
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #0140b4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box h3 {
    font-size: 4.266666666666667vw;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
.social-block__content .social-box .social-img {
  display: flex;
  justify-content: space-between;
  gap: 41px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-img {
    display: block;
    margin-bottom: 8px;
  }
}
.social-block__content .social-box .social-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-img img {
    margin-bottom: 16px;
  }
}
.social-block__content .social-box .social-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info {
    display: block;
  }
}
.social-block__content .social-box .social-info .desc-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .desc-txt {
    margin-bottom: 16px;
  }
}
.social-block__content .social-box .social-info .social-btn01 a {
  font-size: 16px;
  padding: 16px 32px;
  background-color: #0140b4;
  color: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn01 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn01 a {
    font-size: 3.7333333333333334vw;
    padding: 3.2vw 5.333333333333333vw;
    gap: 3.2vw;
  }
}
.social-block__content .social-box .social-info .social-btn01 a::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/business/instagram-icon.png') no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn01 a::before {
    content: '';
    width: 5.333333333333333vw;
    height: 5.333333333333333vw;
    background: url('../img/business/instagram-icon_2x.png') no-repeat center;
    background-size: contain;
  }
}
.social-block__content .social-box .social-info .social-btn02 a {
  font-size: 16px;
  padding: 16px 32px;
  background-color: #0140b4;
  color: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn02 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn02 a {
    font-size: 3.7333333333333334vw;
    padding: 3.2vw 5.333333333333333vw;
    gap: 3.2vw;
  }
}

.social-block__content .social-box .social-info .social-btn02 a::before {
  content: '';
  width: 36px;
  height: 25px;
  background: url('../img/business/youtube-icon.png') no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .social-block__content .social-box .social-info .social-btn02 a::before {
    content: '';
    width: 5.866666666666666vw;
    height: 4.133333333333333vw;
    background: url('../img/business/youtube-icon_2x.png') no-repeat center;
    background-size: contain;
  }
}
/* Recruit page
================================*/
.p-recruit .c-pagename {
  background: url('../img/recruit/bg-sub.jpg') no-repeat center;
  background-size: cover;
}

.rec-message {
  padding: 94px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rec-message {
    padding: 41px 0 55px;
  }
}
.rec-message:before {
  content: '';
  width: 568px;
  height: 846px;
  background: url('../img/recruit/flash.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .rec-message:before {
    width: 318px;
    height: 482px;
    margin-left: 25px;
    top: 25%;
    background: url('../img/recruit/flash-sp.png') no-repeat center;
    background-size: contain;
  }
}
.rec-message .l-main {
  max-width: 1200px;
}
.rec-message .c-title1 {
  position: relative;
  z-index: 2;
}
.rec-message__content {
  padding-top: 98px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rec-message__content {
    padding-top: 39px;
  }
}
.rec-message__content-image {
  width: 32.3%;
  max-width: 420px;
  position: absolute;
  top: 4px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .rec-message__content-image {
    position: unset;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-bottom: 36px;
  }
}
.rec-message__content-image .obj-image:before {
  padding-top: 133.25%;
}
@media screen and (max-width: 767px) {
  .rec-message__content-image .obj-image:before {
    padding-top: 132.8%;
  }
}
.rec-message__content-image .txt-ceo {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rec-message__content-image .txt-ceo {
    display: none;
  }
}
.rec-message__content-image .txt-ceo p {
  font-size: 16px;
}
.rec-message__content-image .txt-ceo p span {
  font-size: 24px;
  font-family: 'Tamanegi_Geki';
}
@media screen and (max-width: 767px) {
  .rec-message__content-image .txt-ceo p span {
    font-size: 15px;
  }
}
.rec-message__content-desc {
  max-width: 656px;
  width: 58.6%;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc {
    width: 100%;
    max-width: 100%;
  }
}
.rec-message__content-desc h3 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc h3 {
    line-height: 1.92;
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.rec-message__content-desc h3 span {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc h3 span {
    margin-bottom: 0;
  }
}
.rec-message__content-desc h3 span:after {
  content: '';
  width: 77px;
  height: 77px;
  background: url('../img/recruit/deco.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: -60px;
  top: -48px;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc h3 span:after {
    width: 50px;
    height: 50px;
    right: -32px;
    top: -28px;
  }
}
.rec-message__content-desc .txt p {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc .txt p {
    font-size: 13px;
    line-height: 1.92;
    letter-spacing: 0.03em;
  }
}
.rec-message__content-desc .txt p + p {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc .txt p + p {
    margin-top: 25px;
  }
}
.rec-message__content-desc .txt-ceo-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .rec-message__content-desc .txt-ceo-sp {
    display: block;
    margin-top: 20px;
    text-align: right;
    font-size: 13px;
  }
}
.rec-message__content-desc .txt-ceo-sp span {
  font-size: 15px;
  font-family: 'Tamanegi_Geki';
}

.rec-number {
  padding: 80px 0 48px;
  background: rgba(1, 64, 180, 0.05);
}
@media screen and (max-width: 767px) {
  .rec-number {
    padding: 38px 0 12px;
  }
}
.rec-number .c-title1 {
  display: block;
  width: 234px;
  margin: 0 auto 68px;
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rec-number .c-title1 {
    width: 145px;
    margin: 0 auto 25px;
  }
}
.rec-number .l-main {
  max-width: 1200px;
}
.rec-number .recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.rec-number .recruit-list li {
  width: calc(33.333% - 106.67px);
  margin-right: 160px;
  margin-bottom: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1100px) {
  .rec-number .recruit-list li {
    width: calc(33.33% - 60px);
    margin-right: 90px;
  }
}
@media only screen and (max-width: 950px) {
  .rec-number .recruit-list li {
    width: calc(33.33% - 30px);
    margin-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li {
    width: calc(50% - 17px);
    max-width: 148px;
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li:nth-child(2n) {
    margin-left: 17px;
    margin-right: 0;
  }
}
@media screen and (min-width: 767px) {
  .rec-number .recruit-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.rec-number .recruit-list li .img {
  max-width: 270px;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  position: relative;
}
.rec-number .recruit-list li .img p {
  position: absolute;
  font-size: 36px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
@media only screen and (max-width: 1100px) {
  .rec-number .recruit-list li .img p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 950px) {
  .rec-number .recruit-list li .img p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li .img p {
    font-size: 20px;
    bottom: -32px;
  }
}
.rec-number .recruit-list li .img p .num {
  font-size: 84px;
  font-family: 'Oswald', sans-serif;
  color: #0140b4;
  margin: 0 3px;
}
@media only screen and (max-width: 1100px) {
  .rec-number .recruit-list li .img p .num {
    font-size: 60px;
  }
}
@media only screen and (max-width: 950px) {
  .rec-number .recruit-list li .img p .num {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li .img p .num {
    font-size: 45px;
  }
}
.rec-number .recruit-list li .img p .sign {
  font-size: 70px;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li .img p .sign {
    font-size: 38px;
  }
}
.rec-number .recruit-list li .txt {
  text-align: center;
  font-size: 22px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list li .txt {
    font-size: 15px;
    margin-top: 20px;
  }
}
.rec-number .recruit-list .list01 .img img {
  display: block;
  width: 100%;
  margin: 10px auto;
  max-width: 203px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list01 .img img {
    max-width: 111px;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list02 {
    margin-right: 17px !important;
  }
}
@media only screen and (max-width: 414px) {
  .rec-number .recruit-list .list02 {
    margin-right: 0 !important;
  }
}
.rec-number .recruit-list .list02 .img img {
  display: block;
  margin: 0 auto;
  padding: 80px 0 0;
  max-width: unset;
  width: 298px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 880px) {
  .rec-number .recruit-list .list02 .img img {
    width: 220px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list02 .img img {
    width: 155px;
    padding: 60px 0 0;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
.rec-number .recruit-list .list02 .img p {
  bottom: -26px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list02 .img p {
    bottom: -36px;
  }
}
.rec-number .recruit-list .list02 .img .dot {
  display: inline-block;
  font-size: 48px;
  margin: 0 10px;
  font-weight: bold;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list02 .img .dot {
    font-size: 27px;
  }
}
.rec-number .recruit-list .list02 .txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list02 .txt {
    margin-top: 40px;
  }
}
.rec-number .recruit-list .list03 .img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 138px;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list03 .img img {
    max-width: 77px;
    margin-top: 17px;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
.rec-number .recruit-list .list03 .img p {
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list03 .img p {
    bottom: -13px;
  }
}
.rec-number .recruit-list .list03 .txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list03 .txt {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list04 {
    margin-right: 17px !important;
  }
}
@media only screen and (max-width: 414px) {
  .rec-number .recruit-list .list04 {
    margin-right: 0 !important;
  }
}
.rec-number .recruit-list .list04 .img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 181px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list04 .img img {
    max-width: 99px;
  }
}
.rec-number .recruit-list .list04 .img p {
  bottom: -25px;
}
.rec-number .recruit-list .list04 .txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list04 .txt {
    margin-top: 33px;
  }
}
.rec-number .recruit-list .list05 .img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 272px;
  -webkit-transform: translate(5px, 70px);
  transform: translate(5px, 70px);
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img img {
    max-width: 149px;
    -webkit-transform: translate(-3px, 36px);
    transform: translate(-3px, 36px);
  }
}
.rec-number .recruit-list .list05 .img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 11%;
  left: 0;
  width: 270px;
}
@media only screen and (max-width: 880px) {
  .rec-number .recruit-list .list05 .img ul {
    width: 100%;
  }
}
.rec-number .recruit-list .list05 .img ul li {
  width: 25%;
  margin-right: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li {
    font-size: 13px;
    font-family: 'Oswald';
  }
}
.rec-number .recruit-list .list05 .img ul li .num {
  font-size: 32px;
  font-weight: bold;
  color: #0140b4;
}
@media only screen and (max-width: 880px) {
  .rec-number .recruit-list .list05 .img ul li .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li .num {
    font-size: 20px;
  }
}
.rec-number .recruit-list .list05 .img ul li:nth-child(1) {
  margin-top: 23%;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li:nth-child(1) {
    margin-top: 15%;
  }
}
.rec-number .recruit-list .list05 .img ul li:nth-child(2) {
  margin-top: 9%;
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li:nth-child(2) {
    margin-top: 1%;
    margin-left: 0;
  }
}
.rec-number .recruit-list .list05 .img ul li:nth-child(3) {
  margin-top: -1.5%;
  margin-left: 2.5%;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li:nth-child(3) {
    margin-top: -11.5%;
    font-family: 'Oswald';
  }
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .img ul li:nth-child(4) {
    margin-left: 0;
    margin-top: -11%;
    white-space: nowrap;
    font-family: 'Oswald';
  }
}
.rec-number .recruit-list .list05 .txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list05 .txt {
    margin-top: -3px;
  }
}
.rec-number .recruit-list .list06 .img img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 127px;
  -webkit-transform: translate(4px, 38px);
  transform: translate(4px, 38px);
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list06 .img img {
    max-width: 100px;
    -webkit-transform: translate(2px, 15px);
    transform: translate(2px, 15px);
  }
}
.rec-number .recruit-list .list06 .img p {
  bottom: -25mv_txt1px;
}
/* @media screen and (max-width: 767px) {
  .rec-number .recruit-list .list06 .img p {
    margin-left: 36px;
  }
} */
.rec-number .recruit-list .list06 .txt {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .rec-number .recruit-list .list06 .txt {
    margin-top: 28px;
  }
}

.rec-requirement .l-main {
  max-width: 1200px;
}
.rec-requirement .comp-profile {
  padding: 78px 0 94px;
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile {
    padding: 37px 0 50px;
  }
}
.rec-requirement .comp-profile .c-title1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile .c-title1 {
    width: 156px;
    white-space: nowrap;
    margin-bottom: 16px;
  }
}
.rec-requirement .comp-profile__content-tbl {
  width: 100%;
}
.rec-requirement .comp-profile table {
  width: 100%;
}
.rec-requirement .comp-profile table td {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile table td {
    padding-left: 22px;
  }
}
.rec-requirement .comp-profile table td p + p {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile table td p + p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile__content-img .thumb {
    width: calc(50% - 14px);
    margin-right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rec-requirement .comp-profile__content-img .thumb + .thumb {
    margin-right: 0;
    margin-left: 14px;
  }
}

.rec-entry {
  background: rgb(0, 147, 233);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(0, 147, 233)),
    to(rgb(128, 208, 203))
  );
  background: linear-gradient(90deg, rgb(0, 147, 233) 0%, rgb(128, 208, 203) 100%);
  padding: 20px;
}
.rec-entry__content {
  border: 2px solid #f9ff9c;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .rec-entry__content {
    padding: 15px;
  }
}
.rec-entry__content .c-title1 {
  display: block;
  padding: 0;
  border-bottom: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .rec-entry__content .c-title1 {
    margin-bottom: 4px;
  }
}
.rec-entry__content .c-title1 span {
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
.rec-entry__content .c-title1 span:first-letter {
  color: #f9ff9c;
}

.rec-gallery {
  margin: 80px 0 95px;
}
@media screen and (max-width: 767px) {
  .rec-gallery {
    margin: 55px 0 40px;
  }
}
.rec-gallery .l-main {
  max-width: 1200px;
}
.rec-gallery .c-title1 {
  display: block;
  max-width: 341px;
  margin: 0 auto 50px;
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rec-gallery .c-title1 {
    max-width: 210px;
    margin-bottom: 37px;
  }
}
.rec-gallery__txt {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .rec-gallery__txt {
    font-size: 13px;
    line-height: 1.92;
    text-align: left;
    margin-bottom: 30px;
  }
}
.rec-gallery .gallery-slide .slider-for {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-for {
    margin-bottom: 30px;
  }
}
.rec-gallery .gallery-slide .slider-for .slick-list {
  padding: 0 120px;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-for .slick-list {
    padding: 0 10px;
  }
}
.rec-gallery .gallery-slide .slider-for .slick-arrow {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-for .slick-arrow {
    width: 55px;
    height: 55px;
  }
}
.rec-gallery .gallery-slide .slider-for .slick-arrow:before {
  display: none;
}
.rec-gallery .gallery-slide .slider-for .slick-arrow:hover {
  opacity: 0.65;
}
.rec-gallery .gallery-slide .slider-for .slick-prev {
  background: url('../img/recruit/slick_prev.png') no-repeat center;
  background-size: contain;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-for .slick-prev {
    left: 10px;
    background: url('../img/recruit/slick_prev_sp.png') no-repeat center;
    background-size: contain;
  }
}
.rec-gallery .gallery-slide .slider-for .slick-next {
  right: 20px;
  background: url('../img/recruit/slick_next.png') no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-for .slick-next {
    right: 10px;
    background: url('../img/recruit/slick_next_sp.png') no-repeat center;
    background-size: contain;
  }
}
.rec-gallery .gallery-slide .slider-nav .slick-slide {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .rec-gallery .gallery-slide .slider-nav .slick-slide {
    padding: 0 6px;
  }
}

/* SDGs page
================================*/
.p-sdg .c-pagename {
  background: url('../img/sdg/bg-sub.jpg') no-repeat center;
  background-size: cover;
}

.sdg-intro {
  margin: 95px 0 110px;
}
@media screen and (max-width: 767px) {
  .sdg-intro {
    margin: 48px 0 36px;
  }
}
@media screen and (max-width: 767px) {
  .sdg-intro .l-main {
    padding: 0 15px;
  }
}
.sdg-intro img {
  max-width: 934px;
  width: 100%;
  display: block;
  margin: 0 auto 77px;
}
@media screen and (max-width: 767px) {
  .sdg-intro img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.sdg-intro h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sdg-intro h3 {
    font-size: 19px;
    line-height: 1.84;
    text-align: left;
    margin-bottom: 20px;
  }
}
.sdg-intro p {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .sdg-intro p {
    font-size: 13px;
    line-height: 1.92;
  }
}

.sdg-goal {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sdg-goal {
    margin-bottom: 34px;
  }
}
.sdg-goal .l-main {
  max-width: 834px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sdg-goal .l-main {
    max-width: 100%;
  }
}
.sdg-goal h3 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 600;
  color: #0f448d;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sdg-goal h3 {
    font-size: 26px;
    line-height: 1.54;
    margin-bottom: 32px;
  }
}
.sdg-goal img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sdg-goal img {
    margin-bottom: 23px;
  }
}
.sdg-goal p {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .sdg-goal p {
    font-size: 13px;
    line-height: 1.92;
    text-align: left;
  }
}

.sdg-action .l-main {
  max-width: 1200px;
}
.sdg-action-item {
  padding: 77px 0;
}
@media screen and (max-width: 767px) {
  .sdg-action-item {
    padding: 38px 0 64px;
  }
}
.sdg-action-item:nth-child(2n + 1) {
  background: rgba(1, 64, 180, 0.05);
}
.sdg-action .action-item__head {
  text-align: center;
  margin-bottom: 50px;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__head {
    margin-bottom: 25px;
  }
}
.sdg-action .action-item__head span {
  display: block;
  font-size: 24px;
  color: #0f448d;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__head span {
    font-size: 15px;
  }
}
.sdg-action .action-item__head p {
  font-size: 48px;
  line-height: 1;
  color: #0f448d;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__head p {
    font-size: 30px;
  }
}
.sdg-action .action-item__ttl {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__ttl {
    font-size: 19px;
    text-align: left;
    margin-bottom: 30px;
  }
}
.sdg-action .action-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content {
    display: block;
  }
}
.sdg-action .action-item__content .thumbnail {
  width: 39.9%;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content .thumbnail {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sdg-action .action-item__content .txt {
  width: 60.1%;
  padding-left: 80px;
}
@media only screen and (max-width: 880px) {
  .sdg-action .action-item__content .txt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content .txt {
    width: 100%;
    padding-left: 0;
  }
}
.sdg-action .action-item__content .txt p {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content .txt p {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 27px;
  }
}
.sdg-action .action-item__content .txt ul {
  width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media only screen and (max-width: 880px) {
  .sdg-action .action-item__content .txt ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content .txt ul {
    margin: 0 -8px;
  }
}
.sdg-action .action-item__content .txt ul li {
  width: 33.333%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .sdg-action .action-item__content .txt ul li {
    padding: 0 8px;
  }
}

.action02 .action-item__content .txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0;
  padding-right: 80px;
}
@media only screen and (max-width: 880px) {
  .action02 .action-item__content .txt {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .action02 .action-item__content .txt {
    padding-right: 0;
  }
}
.action02 .action-item__content .thumbnail {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/* Policy page
================================*/
.p-policy .c-pagename {
  background: url('../img/policy/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.p-policy__content {
  margin: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-policy__content {
    margin: 44px 0 50px;
  }
}

.policy-box {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.policy-box + .policy-box {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .policy-box + .policy-box {
    margin-top: 35px;
  }
}
.policy-box__ttl {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
@media screen and (max-width: 767px) {
  .policy-box__ttl {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.policy-box__ttl:before {
  content: '';
  width: 140px;
  height: 2px;
  background: #0140b4;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .policy-box__ttl:before {
    width: 97px;
  }
}
.policy-box__intro {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .policy-box__intro {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 25px;
  }
}
.policy-box__content + .policy-box__content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .policy-box__content + .policy-box__content {
    margin-top: 25px;
  }
}
.policy-box__content h4 {
  font-size: 24px;
  color: #0140b4;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .policy-box__content h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.policy-box__content p {
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .policy-box__content p {
    font-size: 13px;
    line-height: 1.92;
  }
}
.policy-box table {
  width: 100%;
  max-width: 1020px;
  border-collapse: collapse;
}
.policy-box table th {
  width: 240px;
  border: 1px solid #cecece;
  font-size: 16px;
  padding: 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .policy-box table th {
    font-size: 13px;
    line-height: 1.92;
    width: 89px;
    padding: 12px 10px;
    vertical-align: middle;
  }
}
.policy-box table td {
  width: calc(100% - 240px);
  border: 1px solid #cecece;
  font-size: 16px;
  padding: 15px 52px;
}
@media screen and (max-width: 767px) {
  .policy-box table td {
    width: calc(100% - 89px);
    font-size: 13px;
    padding: 10px 20px;
    line-height: 1.92;
  }
}

/* Works page
================================*/
.p-works .c-pagename {
  background: url('../img/works/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.p-works .c-title1 {
  display: block;
  padding-right: 0;
  width: 169px;
  margin: 0 auto 40px;
  border-bottom-width: 5px;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-works .c-title1 {
    padding-bottom: 8px;
    width: 135px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.p-works .c-title1 span {
  font-size: 28px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-works .c-title1 span {
    font-size: 19px;
  }
}
.p-works__content {
  padding: 97px 0 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works__content {
    padding: 50px 0 58px;
  }
}
.p-works__content:before {
  content: '';
  width: 657px;
  height: 427px;
  background: url('../img/works/bg-left.png') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-works__content:before {
    width: calc(100% - 93px);
  }
}
.p-works__content:after {
  content: '';
  width: 657px;
  height: 427px;
  background: url('../img/works/bg-right.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-works__content .l-main {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.p-works .works-ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-works .works-ttl {
    font-size: 13px;
    margin-bottom: 28px;
    line-height: 1.92;
    text-align: left;
  }
}
.p-works .slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.p-works .tab-pane {
  display: none;
}
.p-works .tab-pane.active {
  display: block;
}

.g-column_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .g-column_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.g-column_2 .sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.g-column_2 .contents {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 226px);
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents {
    width: 100%;
  }
}
.g-column_2 .contents .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -26px;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list {
    display: block;
    margin: 0 0 40px;
  }
}
.g-column_2 .contents .article-list li {
  width: 33.333%;
  padding: 0 24px;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.g-column_2 .contents .article-list li a {
  display: block;
}
.g-column_2 .contents .article-list li .thumb {
  margin-bottom: 17px;
}
.g-column_2 .contents .article-list li .thumb.obj-image:before {
  padding-top: 118.1%;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list li .thumb.obj-image:before {
    padding-top: 59.7%;
  }
}
.g-column_2 .contents .article-list li .desc h3 {
  margin-bottom: 15px;
  padding: 4px 0 5px 15px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  border-left: 1px solid #0140b4;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list li .desc h3 {
    font-size: 15px;
    padding: 6px 0 6px 9px;
    margin-bottom: 8px;
  }
}
.g-column_2 .contents .article-list li .desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list li .desc dl {
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 6px;
  }
}
.g-column_2 .contents .article-list li .desc dl dt {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .g-column_2 .contents .article-list li .desc dl dt {
    width: 70px;
  }
}
.g-column_2 .contents .article-list li .desc dl dd {
  width: calc(100% - 80px);
}

.article-prevnext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-prevnext .prev {
  margin-right: 12px;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .article-prevnext .prev {
    margin-right: 10px;
    width: 63px;
    height: 63px;
  }
}
.article-prevnext .next {
  margin-left: 12px;
  width: 58px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .article-prevnext .next {
    margin-left: 10px;
    width: 63px;
    height: 63px;
  }
}

.electrical-ttl em {
  font-style: normal;
  color: #0140b4;
}

/* News page
================================*/
.p-news .c-pagename {
  background: url('../img/news/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.p-news__content {
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .p-news__content {
    padding: 47px 0 60px;
  }
}
.p-news__content .l-main {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-news__content .l-main {
    max-width: 100%;
  }
}
.p-news .c-title1 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-news .c-title1 {
    margin-bottom: 20px;
  }
}

.article-news-list {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.article-news-list li + li {
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .article-news-list li + li {
    margin-top: 3px;
  }
}
.article-news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  font-size: 16px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-news-list li a {
    font-size: 13px;
    line-height: 1.92;
    padding: 15px 0;
  }
}
.article-news-list li a:before {
  content: '';
  width: 140px;
  height: 2px;
  background: #0140b4;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .article-news-list li a:before {
    width: 67px;
  }
}
.article-news-list li a .time-post {
  width: 140px;
  font-weight: bold;
  color: #0140b4;
}
@media screen and (max-width: 767px) {
  .article-news-list li a .time-post {
    width: 67px;
  }
}
.article-news-list li a h3 {
  line-height: 2.25;
  font-weight: 500;
  padding-left: 5px;
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .article-news-list li a h3 {
    width: calc(100% - 67px);
    padding-left: 20px;
  }
}

.p-news .news-btn {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 32px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news .news-btn {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

/* Single */
.single .c-pagename {
  background: url('../img/news/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.single-content {
  max-width: 980px;
  width: 100%;
  margin: 93px auto 95px;
}
@media screen and (max-width: 767px) {
  .single-content {
    max-width: 100%;
    margin: 47px 0 60px;
  }
}
.single-content .date {
  margin-bottom: 20px;
  padding-bottom: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #0140b4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-content .date {
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-content .date:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #0140b4;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-content .date:after {
    width: 45px;
  }
}
.single-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .single-content h3 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
.single .c-btn02,
.single .box-submit .btn_submit,
.box-submit .single .btn_submit {
  width: 220px;
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .single .c-btn02,
  .single .box-submit .btn_submit,
  .box-submit .single .btn_submit {
    margin-top: 30px;
    width: 195px;
  }
}

/* Entry page
================================*/
.p-entry .c-pagename {
  background: url('../img/entry/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.p-entry__content {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .p-entry__content {
    padding: 50px 0 60px;
  }
}
.p-entry__content .l-main {
  max-width: 1200px;
}
.p-entry .c-title1 {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-entry .c-title1 {
    margin-bottom: 40px;
  }
}

.form-intro {
  text-align: center;
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .form-intro {
    font-size: 13px;
    line-height: 1.92;
  }
}

/* Contact page
================================*/
.p-contact .c-pagename {
  background: url('../img/contact/bg-sub.jpg') no-repeat center;
  background-size: cover;
}
.p-contact__content {
  padding: 85px 0;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: 47px 0 60px;
  }
}
.p-contact__content .l-main {
  max-width: 1200px;
}
.p-contact .c-title1 {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-contact .c-title1 {
    margin-bottom: 40px;
  }
}

.contact-info {
  margin-bottom: 95px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-info {
    text-align: left;
    margin-bottom: 38px;
  }
}
.contact-info p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .contact-info p {
    font-size: 13px;
    line-height: 1.92;
    margin-bottom: 14px;
  }
}
.contact-info__tel {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-info__tel {
    max-width: 165px;
  }
}
.contact-info__tel a {
  display: block;
  color: #0f448d;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-info__tel a {
    font-size: 28px;
  }
}
.contact-info__tel a:before {
  content: '';
  width: 58px;
  height: 58px;
  background: url('../img/contact/ico-tel.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: -68px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .contact-info__tel a:before {
    width: 34px;
    height: 34px;
    left: -44px;
  }
}
.contact-info__tel span {
  display: block;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-info__tel span {
    font-size: 13px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0d3780;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-space-n2 {
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .u-space-n2-sp {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .u-space-n5-sp {
    letter-spacing: -0.05em;
  }
}

.u-font-sz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz20 {
    font-size: 1.2rem;
  }
}

.u-font-sz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz24 {
    font-size: 1.8rem;
  }
}

.u-font-sz26 {
  font-size: 2.6rem;
}

.u-font-sz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz28 {
    font-size: 2rem;
  }
}

.u-font-sz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz30 {
    font-size: 2.2rem;
  }
}

.u-cormorant {
  font-family: 'Cormorant', serif;
}

.u-montserrat {
  font-family: 'Montserrat', sans-serif;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-tb {
    display: block;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '' !important; /*contentを空にする*/
}
