@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  scrollbar-width: thin;
  scrollbar-color: #113E73 #F2F2F2;
}

@keyframes fixAnim {
  0% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  /**font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;*/
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  position: relative;
  /*padding:ww(80) 0 0;

  @include pc{
    padding:80px 0 0;
  }
  @include mid{
    padding:ww(80) 0 0;
  }
  @include sm{
    padding:tw(60) 0 0;
  }
  @include sp{
    padding:sw(60) 0 0;
  }*/
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 0.439238653vw;
}
@media screen and (min-width: 1667px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 768px) {
  ::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
}

::-webkit-scrollbar-track {
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #113E73;
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
}

.move {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 2.9282576867vw);
  -webkit-transform: translate(0, 2.9282576867vw);
}
@media screen and (min-width: 1667px) {
  .move {
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
  }
}
@media screen and (max-width: 768px) {
  .move {
    transform: translate(0, 5.3333333333vw);
    -webkit-transform: translate(0, 5.3333333333vw);
  }
}

.move-in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

#wrapper {
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
  position: relative;
}
.inner {
  margin: 0 auto;
  padding: 0;
  width: 87.8477306003vw;
}
@media screen and (min-width: 1667px) {
  .inner {
    width: 1300px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    /*width:auto;
    padding:0 vw(100);*/
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}

header {
  width: 100vw;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 4.1666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (min-width: 1667px) {
  header {
    height: 80px;
  }
}
@media screen and (max-width: 1666px) {
  header {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 16vw;
  }
}
header .wrap {
  display: flex;
  justify-content: end;
  align-items: start;
}
header .header-logo {
  position: absolute;
  left: 10vw;
  top: 0.6770833333vw;
}
@media screen and (min-width: 1667px) {
  header .header-logo {
    left: 192px;
    top: 13px;
  }
}
@media screen and (max-width: 1666px) {
  header .header-logo {
    left: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  header .header-logo {
    left: 1.953125vw;
    top: 0.5859375vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo {
    left: 2.6666666667vw;
    top: 4.2666666667vw;
  }
}
header .header-logo h1 {
  width: 17.96875vw;
  height: 2.7083333333vw;
  background: url(../img/logo.png) no-repeat center/contain;
}
@media screen and (min-width: 1667px) {
  header .header-logo h1 {
    width: 345px;
    height: 52px;
  }
}
@media screen and (max-width: 1666px) {
  header .header-logo h1 {
    width: 17.96875vw;
    height: 2.7083333333vw;
  }
}
@media screen and (max-width: 1024px) {
  header .header-logo h1 {
    width: 27.34375vw;
    height: 4.12890625vw;
  }
}
@media screen and (max-width: 768px) {
  header .header-logo h1 {
    width: 46vw;
    height: 6.9333333333vw;
  }
}
header .header-logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .header-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
header.fixed {
  position: fixed;
  top: -100%;
  animation: fixAnim 0.5s ease forwards;
  background-color: #fff;
  box-shadow: 0 0.2196193265vw 0.5124450952vw rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1667px) {
  header.fixed {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  }
}
header.fixed #header-navi ul li a {
  color: #000;
}

#header-navi {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #header-navi {
    display: none;
  }
}
#header-navi ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
#header-navi ul li {
  margin: 0 0.2083333333vw;
  height: 4.1666666667vw;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li {
    margin: 0 4px;
    height: 80px;
  }
}
@media screen and (max-width: 1666px) {
  #header-navi ul li {
    margin: 0 0.2928257687vw;
  }
}
#header-navi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding: 0 0.8333333333vw;
  width: 100%;
  height: 100%;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li a {
    padding: 0 16px;
    font-size: 18px;
  }
}
#header-navi ul li a span {
  font-size: 0.9375vw;
  line-height: 1.8;
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1666px) {
  #header-navi ul li a span {
    font-size: 1.317715959vw;
  }
}
#header-navi ul li a small {
  font-size: 0.625vw;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li a small {
    font-size: 12px;
  }
}
#header-navi ul li a small.l {
  line-height: 1.2;
  font-size: 0.7291666667vw;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li a small.l {
    font-size: 14px;
  }
}
#header-navi ul li.pulldown {
  position: relative;
}
#header-navi ul li.pulldown ul.children {
  position: absolute;
  display: none;
  background-color: #113E73;
  color: #fff;
  top: 100%;
  left: -50%;
  width: 200%;
}
#header-navi ul li.pulldown ul.children li {
  border-bottom: solid rgba(255, 255, 255, 0.2) 1px;
  height: auto;
}
#header-navi ul li.pulldown ul.children li:last-child {
  border-bottom: none;
}
#header-navi ul li.pulldown ul.children li a {
  display: block;
  padding: 0.78125vw 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1667px) {
  #header-navi ul li.pulldown ul.children li a {
    padding: 15px 0;
  }
}

.header-contact {
  margin: 0 0 0 0.8333333333vw;
}
@media screen and (min-width: 1667px) {
  .header-contact {
    margin: 0 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact {
    margin: 0 5.859375vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .header-contact {
    margin: 0 16vw 0 0;
  }
}
.header-contact a {
  width: 10.0520833333vw;
  height: 4.1666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1667px) {
  .header-contact a {
    width: 193px;
    height: 80px;
  }
}
@media screen and (max-width: 1666px) {
  .header-contact a {
    width: 10.0520833333vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact a {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .header-contact a {
    width: 16vw;
    height: 16vw;
  }
}
.header-contact a span {
  padding: 0 0 0.5em;
}
@media screen and (max-width: 1024px) {
  .header-contact a span {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact a span:before {
    content: "\e158";
    font-family: "Material Icons";
    color: #fff;
    font-size: 3.90625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .header-contact a span:before {
    font-size: 10.6666666667vw;
  }
}
.header-contact a strong {
  font-size: 1.0416666667vw;
  display: block;
}
@media screen and (min-width: 1667px) {
  .header-contact a strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 1666px) {
  .header-contact a strong {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact a strong {
    opacity: 0;
  }
}
.header-contact a small {
  font-size: 0.625vw;
  display: block;
}
@media screen and (min-width: 1667px) {
  .header-contact a small {
    font-size: 12px;
  }
}
@media screen and (max-width: 1666px) {
  .header-contact a small {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .header-contact a small {
    opacity: 0;
  }
}

.header-menu {
  display: none;
  position: fixed;
  top: 1.4641288433vw;
  right: 2.196193265vw;
  z-index: 10010;
}
@media screen and (min-width: 1667px) {
  .header-menu {
    top: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    display: block;
    top: 0;
    right: calc(-100vw + 100%);
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu {
    width: 16vw;
    height: 16vw;
  }
}
.header-menu a {
  display: block;
  width: 4.39238653vw;
  height: 4.39238653vw;
  /*background-color:$white;*/
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 1667px) {
  .header-menu a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu a {
    width: 100%;
    height: 100%;
  }
}
.header-menu a span {
  display: inline-block;
  width: 1.4641288433vw;
  height: 0.0732064422vw;
  position: absolute;
  left: 1.4641288433vw;
  transition: 0.3s ease;
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
}
@media screen and (min-width: 1667px) {
  .header-menu a span {
    width: 20px;
    height: 1px;
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu a span {
    width: 3.90625vw;
    height: 0.1953125vw;
    left: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
    left: 2.6666666667vw;
  }
}
.header-menu a span:nth-child(1) {
  top: 1.4641288433vw;
  transform: translate(0, 0) rotate(0deg);
}
@media screen and (min-width: 1667px) {
  .header-menu a span:nth-child(1) {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu a span:nth-child(1) {
    top: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span:nth-child(1) {
    top: 5.3333333333vw;
  }
}
.header-menu a span:nth-child(2) {
  top: 2.196193265vw;
  transform: translate(0, 0);
}
@media screen and (min-width: 1667px) {
  .header-menu a span:nth-child(2) {
    top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu a span:nth-child(2) {
    top: 2.83203125vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span:nth-child(2) {
    top: 7.7333333333vw;
  }
}
.header-menu a span:nth-child(3) {
  bottom: 1.4641288433vw;
  transform: translate(0, 0) rotate(0deg);
}
@media screen and (min-width: 1667px) {
  .header-menu a span:nth-child(3) {
    bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu a span:nth-child(3) {
    bottom: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .header-menu a span:nth-child(3) {
    bottom: 5.3333333333vw;
  }
}
.header-menu.active a {
  background-color: rgba(255, 255, 255, 0);
}
.header-menu.active a span {
  background: #fff;
}
.header-menu.active a span:nth-child(1) {
  transform: translate(0, 0.6588579795vw) rotate(45deg);
}
@media screen and (min-width: 1667px) {
  .header-menu.active a span:nth-child(1) {
    transform: translate(0, 9px) rotate(45deg);
  }
}
@media screen and (max-width: 1024px) {
  .header-menu.active a span:nth-child(1) {
    transform: translate(0, 0.87890625vw) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(1) {
    transform: translate(0, 2.4vw) rotate(45deg);
  }
}
.header-menu.active a span:nth-child(2) {
  opacity: 0;
  transform: translate(0.7320644217vw, 0);
}
@media screen and (min-width: 1667px) {
  .header-menu.active a span:nth-child(2) {
    transform: translate(10px, 0);
  }
}
@media screen and (max-width: 1024px) {
  .header-menu.active a span:nth-child(2) {
    transform: translate(0.9765625vw, 0);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(2) {
    transform: translate(2.6666666667vw, 0);
  }
}
.header-menu.active a span:nth-child(3) {
  transform: translate(0, -0.6588579795vw) rotate(-45deg);
}
@media screen and (min-width: 1667px) {
  .header-menu.active a span:nth-child(3) {
    transform: translate(0, -9px) rotate(-45deg);
  }
}
@media screen and (max-width: 1024px) {
  .header-menu.active a span:nth-child(3) {
    transform: translate(0, -0.87890625vw) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .header-menu.active a span:nth-child(3) {
    transform: translate(0, -2.4vw) rotate(-45deg);
  }
}

#gnavi {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  color: #fff;
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
}
#gnavi .gmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu {
    display: block;
  }
}
#gnavi .gmenu .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87.8477306003vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu .wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu .wrap {
    width: 100%;
    padding: 5.859375vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu .wrap {
    width: 100%;
    padding: 16vw 0 0;
  }
}
#gnavi .gmenu ul {
  width: 36.6032210835vw;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul {
    width: 80%;
    margin: 0 auto;
  }
}
#gnavi .gmenu ul li {
  border-bottom: solid 0.0732064422vw rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul li {
    border-bottom: solid 0.09765625vw rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li {
    border-bottom: solid 0.2666666667vw rgba(255, 255, 255, 0.5);
  }
}
#gnavi .gmenu ul li a {
  color: #fff;
  display: block;
  padding: 1.4641288433vw 0;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul li a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul li a {
    padding: 1.953125vw 0;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li a {
    padding: 2.6666666667vw 0;
  }
}
#gnavi .gmenu ul li a span {
  font-size: 1.4641288433vw;
  display: block;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul li a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul li a span {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li a span {
    font-size: 3.7333333333vw;
  }
}
#gnavi .gmenu ul li a small {
  font-size: 1.1713030747vw;
  display: block;
  opacity: 0.6;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul li a small {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul li a small {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li a small {
    font-size: 2.6666666667vw;
  }
}
#gnavi .gmenu ul li a small.l {
  font-size: 1.0248901903vw;
  opacity: 1;
  line-height: 1.2;
}
@media screen and (min-width: 1667px) {
  #gnavi .gmenu ul li a small.l {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #gnavi .gmenu ul li a small.l {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  #gnavi .gmenu ul li a small.l {
    font-size: 3.2vw;
  }
}

.pagetop {
  position: fixed;
  bottom: 2.5622254758vw;
  right: 2.5622254758vw;
  z-index: 100;
  transition: 0.3s ease;
}
@media screen and (min-width: 1667px) {
  .pagetop {
    bottom: 35px;
    right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.pagetop img {
  width: 3.2942898975vw;
  height: auto;
}
@media screen and (min-width: 1667px) {
  .pagetop img {
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop img {
    width: 8vw;
  }
}

footer {
  background: url(../img/footer-copy.svg) space no-repeat center top/auto 5.270863836vw;
  padding: 4.0995607613vw 0 0;
}
@media screen and (min-width: 1667px) {
  footer {
    background-size: auto 84px;
    padding: 69px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    background-size: auto 5.3333333333vw;
    padding: 4vw 0 0;
  }
}
footer .footer-top {
  background: url(../img/footer-bg.jpg.webp) no-repeat center/cover;
}
footer .footer-bottom {
  background-color: #000;
  color: #fff;
  padding: 1.4641288433vw 0 3.6603221083vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-bottom {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    padding: 5.3333333333vw 0 8vw;
  }
}
footer .footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .logo {
    text-align: center;
  }
}
footer .footer-bottom .wrap .logo h2 {
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-bottom .wrap .logo h2 {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .logo h2 {
    margin: 0 0 2.6666666667vw;
  }
}
footer .footer-bottom .wrap .logo h2 img {
  width: 23.7188872621vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-bottom .wrap .logo h2 img {
    width: 324px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .logo h2 img {
    width: 43.2vw;
  }
}
footer .footer-bottom .wrap .logo p {
  font-size: 1.0980966325vw;
  line-height: 1.8;
}
@media screen and (min-width: 1667px) {
  footer .footer-bottom .wrap .logo p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .logo p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .copyright {
    text-align: center;
    padding: 5.3333333333vw 0 0;
  }
}
footer .footer-bottom .wrap .copyright small {
  font-size: 0.9516837482vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-bottom .wrap .copyright small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .wrap .copyright small {
    font-size: 3.4666666667vw;
  }
}
footer .footer-contact {
  padding: 10.2489019034vw 0 5.1244509517vw;
  border-bottom: solid 1.4641288433vw;
  text-align: center;
  border-image: linear-gradient(to right, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
  border-image-slice: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media screen and (min-width: 1667px) {
  footer .footer-contact {
    padding: 140px 0 70px;
    border-bottom-width: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact {
    padding: 16vw 0 10.6666666667vw;
    border-bottom-width: 2.6666666667vw;
  }
}
footer .footer-contact h2 {
  font-size: 3.513909224vw;
  font-family: "Kaisei Tokumin", serif;
  font-weight: bold;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-contact h2 {
    font-size: 48px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact h2 {
    font-size: 6.4vw;
    margin: 0 0 5.3333333333vw;
  }
}
footer .footer-contact p {
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1667px) {
  footer .footer-contact p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact p {
    font-size: 3.2vw;
  }
}
footer .footer-contact .btn {
  padding: 3.6603221083vw 0 0;
}
@media screen and (min-width: 1667px) {
  footer .footer-contact .btn {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contact .btn {
    padding: 13.3333333333vw 0 0;
  }
}
footer .footer-menu {
  padding: 1.8301610542vw 0 1.0980966325vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
@media screen and (min-width: 1667px) {
  footer .footer-menu {
    padding: 25px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu {
    padding: 5.3333333333vw 0 2.6666666667vw;
  }
}
footer .footer-menu .wrap {
  display: flex;
  justify-content: space-between;
  width: 73.2064421669vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  footer .footer-menu .wrap {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu .wrap {
    display: block;
    width: auto;
  }
}
footer .footer-menu dl {
  font-size: 1.0980966325vw;
  line-height: 1.7;
  text-align: left;
}
@media screen and (min-width: 1667px) {
  footer .footer-menu dl {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-menu dl {
    font-size: 3.4666666667vw;
    margin: 0 0 1em;
    text-align: center;
    line-height: 2;
  }
}
footer .footer-menu dl dt {
  color: #B3B3B3;
  font-weight: bold;
}
#mainvisual {
  width: 100vw;
  height: 47.1354166667vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 1667px) {
  #mainvisual {
    height: 905px;
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual {
    height: 58.59375vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual {
    height: 106.6666666667vw;
  }
}
#mainvisual .wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 78.6458333333vw;
  height: 100%;
  background: url(../img/mv-img01.png.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #mainvisual .wrap {
    width: 86.6666666667vw;
  }
}
#mainvisual .wrap h2 {
  position: absolute;
  top: 15.625vw;
  left: -7.1875vw;
  font-size: 3.125vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.4;
  color: #000;
}
@media screen and (min-width: 1667px) {
  #mainvisual .wrap h2 {
    top: 300px;
    left: -138px;
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual .wrap h2 {
    top: 19.53125vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .wrap h2 {
    left: -9.6vw;
    font-size: 8vw;
    top: 18.6666666667vw;
    line-height: 1.8;
  }
}
#mainvisual .wrap p {
  position: absolute;
  top: 15.625vw;
  left: -7.1875vw;
  font-size: 3.125vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 2.4;
  color: #fff;
  -webkit-clip-path: polygon(7.0833333333vw 0, 34.5833333333vw 0, 34.5833333333vw 21.0416666667vw, 7.0833333333vw 21.0416666667vw);
  clip-path: polygon(7.0833333333vw 0, 34.5833333333vw 0, 34.5833333333vw 21.0416666667vw, 7.0833333333vw 21.0416666667vw);
}
@media screen and (min-width: 1667px) {
  #mainvisual .wrap p {
    top: 300px;
    left: -138px;
    font-size: 60px;
    -webkit-clip-path: polygon(136px 0, 664px 0, 664px 404px, 136px 404px);
    clip-path: polygon(136px 0, 664px 0, 664px 404px, 136px 404px);
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual .wrap p {
    top: 19.53125vw;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .wrap p {
    left: -9.6vw;
    -webkit-clip-path: polygon(9.6vw 0, 177.0666666667vw 0, 177.0666666667vw 107.7333333333vw, 9.6vw 107.7333333333vw);
    clip-path: polygon(9.6vw 0, 177.0666666667vw 0, 177.0666666667vw 107.7333333333vw, 9.6vw 107.7333333333vw);
    font-size: 8vw;
    top: 18.6666666667vw;
    line-height: 1.8;
  }
}
#mainvisual .scroll {
  position: absolute;
  bottom: 0.5208333333vw;
  left: 1.9791666667vw;
  width: 0.8854166667vw;
  height: 16.25vw;
  background: url(../img/scroll.svg) no-repeat center/contain;
  animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (min-width: 1667px) {
  #mainvisual .scroll {
    bottom: 10px;
    left: 38px;
    width: 17px;
    height: 312px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .scroll {
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
    width: 2.2666666667vw;
    height: 41.6vw;
  }
}

.btn-common {
  display: inline-block;
  width: 29.2825768668vw;
  height: 5.8565153734vw;
  line-height: 5.8565153734vw;
  color: #fff;
  text-align: center;
  padding: 0 1.4641288433vw;
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
}
@media screen and (min-width: 1667px) {
  .btn-common {
    width: 400px;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common {
    display: block;
    width: auto;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.btn-common span {
  position: relative;
  font-size: 1.4641288433vw;
  display: block;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1667px) {
  .btn-common span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common span {
    font-size: 4.2666666667vw;
  }
}
.btn-common span:after {
  content: "";
  position: absolute;
  background-image: url(../img/btn-arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.1010248902vw;
  height: 0.3660322108vw;
  top: 50%;
  right: 0;
  margin: -0.2196193265vw 0 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1667px) {
  .btn-common span:after {
    width: 97px;
    height: 5px;
    margin: -3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-common span:after {
    width: 14.4vw;
    height: 1.0666666667vw;
    margin: -0.8vw 0 0;
  }
}
.btn-common:hover {
  opacity: 1;
}
.btn-common:hover span:after {
  width: 7.8330893119vw;
  right: -0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  .btn-common:hover span:after {
    width: 107px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .btn-common:hover span:after {
    width: 17.0666666667vw;
    right: -2.6666666667vw;
  }
}

#top-pickup {
  position: relative;
  z-index: 1;
  top: -8.8541666667vw;
  padding: 12.5vw 0 3.3854166667vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup {
    top: -170px;
    padding: 240px 0 65px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup {
    top: -21.3333333333vw;
    padding: 34.6666666667vw 0 10.6666666667vw;
  }
}
#top-pickup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -42.5vw;
  z-index: -1;
  width: 85vw;
  height: 100%;
  background-color: #F2F2F2;
}
@media screen and (min-width: 1667px) {
  #top-pickup:before {
    margin: 0 0 0 -816px;
    width: 1632px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup:before {
    margin: 0;
    left: 0;
    width: 100%;
  }
}
#top-pickup .ttl {
  text-align: center;
  margin: 0 0 4.39238653vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1667px) {
  #top-pickup .ttl {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .ttl {
    margin: 0 0 10.6666666667vw;
  }
}
#top-pickup .ttl h2 {
  font-size: 2.0833333333vw;
  margin: 0 0 0.5208333333vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup .ttl h2 {
    font-size: 40px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .ttl h2 {
    font-size: 10.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#top-pickup .ttl small {
  font-size: 1.3020833333vw;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  #top-pickup .ttl small {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .ttl small {
    font-size: 6.6666666667vw;
  }
}
#top-pickup .cont .pickup-slider {
  width: 71.1458333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider {
    width: 1366px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider {
    width: auto;
    margin: 0 5.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider ul li {
  width: 24.2708333333vw !important;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li {
    width: 466px !important;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li {
    width: 89.3333333333vw !important;
  }
}
#top-pickup .cont .pickup-slider ul li figure {
  width: 22.3958333333vw;
  height: 16.5104166667vw;
  overflow: hidden;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li figure {
    width: 430px;
    height: 317px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li figure {
    width: auto;
    height: 53.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
#top-pickup .cont .pickup-slider ul li .txt {
  padding: 1.25vw 1.5625vw 1.5625vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li .txt {
    padding: 24px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li .txt {
    padding: 4.2666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider ul li .txt h3 {
  font-size: 0.9375vw;
  margin: 0 0 1.0416666667vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li .txt h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li .txt h3 {
    font-size: 4.2666666667vw;
    margin: 0 0 5.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider ul li .txt p {
  font-size: 0.78125vw;
  line-height: 2;
  white-space: wrap;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li .txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li .txt p {
    font-size: 3.4666666667vw;
  }
}
#top-pickup .cont .pickup-slider ul li a {
  display: block;
  background-color: #fff;
  margin: 0 1.875vw 0 0;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider ul li a {
    margin: 0 36px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider ul li a {
    margin: 0;
  }
}
#top-pickup .cont .pickup-slider ul li a:hover {
  opacity: 1;
}
#top-pickup .cont .pickup-slider ul li a:hover figure img {
  transform: scale(1.05);
}
#top-pickup .cont .pickup-slider .slick-prev {
  background: url(../img/slide-arrow-l.svg) no-repeat center/contain;
  width: 0.78125vw;
  height: 1.3541666667vw;
  left: -3.6458333333vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider .slick-prev {
    width: 15px;
    height: 26px;
    left: -70px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider .slick-prev {
    display: none;
    width: 4vw;
    height: 6.9333333333vw;
    left: -5.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider .slick-prev:before {
  content: none;
}
#top-pickup .cont .pickup-slider .slick-next {
  background: url(../img/slide-arrow-r.svg) no-repeat center/contain;
  width: 0.78125vw;
  height: 1.3541666667vw;
  right: -3.6458333333vw;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .pickup-slider .slick-next {
    width: 15px;
    height: 26px;
    right: -70px;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .pickup-slider .slick-next {
    display: none;
    width: 4vw;
    height: 6.9333333333vw;
    right: -5.3333333333vw;
  }
}
#top-pickup .cont .pickup-slider .slick-next:before {
  content: none;
}
#top-pickup .cont .btn {
  padding: 4.39238653vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #top-pickup .cont .btn {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-pickup .cont .btn {
    padding: 10.6666666667vw 0 0;
    margin: 0 5.3333333333vw;
  }
}

#top-bnr {
  margin: 0 0 16.1054172767vw;
}
@media screen and (min-width: 1667px) {
  #top-bnr {
    margin: 0 0 220px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr {
    margin: 0 0 26.6666666667vw;
  }
}
#top-bnr .wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul {
    display: block;
  }
}
#top-bnr .wrap ul li {
  width: 50%;
  height: 40.2635431918vw;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li {
    width: 100%;
    height: 66.6666666667vw;
  }
}
#top-bnr .wrap ul li a {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top-bnr .wrap ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 0.3s ease;
}
#top-bnr .wrap ul li a:hover {
  opacity: 1;
}
#top-bnr .wrap ul li a:hover:before {
  transform: scale(1.05);
}
#top-bnr .wrap ul li a:hover p:after {
  width: 7.8330893119vw;
  right: -9.663250366vw;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li a:hover p:after {
    width: 107px;
    right: -132px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li a:hover p:after {
    width: 17.0666666667vw;
    right: -19.7333333333vw;
  }
}
#top-bnr .wrap ul li a p {
  padding: 0 0 4.39238653vw 7.3206442167vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li a p {
    padding: 0 0 60px 100px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li a p {
    padding: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
#top-bnr .wrap ul li a p span {
  font-family: "Kaisei Tokumin", serif;
  font-size: 2.196193265vw;
  display: block;
  letter-spacing: 0.075em;
  margin: 0 0 0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li a p span {
    font-size: 30px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li a p span {
    font-size: 5.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
}
#top-bnr .wrap ul li a p strong {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6105417277vw;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li a p strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li a p strong {
    font-size: 4.2666666667vw;
  }
}
#top-bnr .wrap ul li a p:after {
  content: "";
  position: absolute;
  background-image: url(../img/btn-arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7.1010248902vw;
  height: 0.3660322108vw;
  top: 50%;
  right: -8.9311859444vw;
  margin: -0.2196193265vw 0 0;
  transition: 0.3s ease;
}
@media screen and (min-width: 1667px) {
  #top-bnr .wrap ul li a p:after {
    width: 97px;
    height: 5px;
    margin: -3px 0 0;
    right: -122px;
  }
}
@media screen and (max-width: 768px) {
  #top-bnr .wrap ul li a p:after {
    width: 14.4vw;
    height: 1.0666666667vw;
    margin: 0;
    right: -17.0666666667vw;
    top: auto;
    bottom: 8vw;
  }
}
#top-bnr .wrap ul li:nth-child(1) a:before {
  background-image: url(../img/top-bnr01.jpg.webp);
}
#top-bnr .wrap ul li:nth-child(2) a:before {
  background-image: url(../img/top-bnr02.jpg.webp);
}

#top-company {
  padding: 5.7291666667vw 0 4.6875vw;
  background: url(../img/top-company-bg.png.webp) no-repeat center/cover;
}
@media screen and (min-width: 1667px) {
  #top-company {
    padding: 110px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  #top-company {
    padding: 16vw 0 13.3333333333vw;
  }
}
#top-company .wrap {
  width: 89.8958333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #top-company .wrap {
    width: 1726px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .wrap {
    width: auto;
  }
}
#top-company .ttl {
  margin: 0 0 2.6041666667vw;
}
@media screen and (min-width: 1667px) {
  #top-company .ttl {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .ttl {
    margin: 0 0 5.3333333333vw;
    text-align: center;
  }
}
#top-company .ttl h2 {
  font-size: 3.125vw;
  color: #113E73;
  letter-spacing: 0.075em;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (min-width: 1667px) {
  #top-company .ttl h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .ttl h2 {
    font-size: 8vw;
  }
}
#top-company .ttl p {
  font-size: 1.0416666667vw;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1667px) {
  #top-company .ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .ttl p {
    font-size: 4.2666666667vw;
  }
}
#top-company .cont {
  padding: 0 5.1041666667vw;
}
@media screen and (min-width: 1667px) {
  #top-company .cont {
    padding: 0 98px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont {
    padding: 0;
  }
}
#top-company .cont ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top-company .cont ul {
    display: block;
  }
}
#top-company .cont ul li {
  width: 20.8333333333vw;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #top-company .cont ul li {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont ul li {
    width: 80vw;
    margin: 0 auto 10.6666666667vw;
  }
}
#top-company .cont ul li figure {
  width: 100%;
  height: 20.8333333333vw;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 1667px) {
  #top-company .cont ul li figure {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont ul li figure {
    height: 80vw;
  }
}
#top-company .cont ul li figure img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease;
}
#top-company .cont ul li .txt {
  padding: 2.0833333333vw 0 0;
}
@media screen and (min-width: 1667px) {
  #top-company .cont ul li .txt {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont ul li .txt {
    padding: 5.3333333333vw 0 0;
  }
}
#top-company .cont ul li .txt small {
  font-size: 1.09375vw;
  letter-spacing: 0.075em;
  display: block;
  color: #4D4D4D;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (min-width: 1667px) {
  #top-company .cont ul li .txt small {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont ul li .txt small {
    font-size: 4vw;
  }
}
#top-company .cont ul li .txt p {
  font-size: 1.3020833333vw;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1667px) {
  #top-company .cont ul li .txt p {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #top-company .cont ul li .txt p {
    font-size: 4.8vw;
  }
}
#top-company .cont ul li a:hover {
  opacity: 1;
}
#top-company .cont ul li a:hover figure img {
  transform: scale(1.05);
}

#top-recruit {
  margin: 5.7291666667vw 0 8.3333333333vw;
  position: relative;
}
@media screen and (min-width: 1667px) {
  #top-recruit {
    margin: 110px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit {
    margin: 16vw 0 10.6666666667vw;
  }
}
#top-recruit .wrap {
  width: 69.5833333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #top-recruit .wrap {
    width: 1336px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .wrap {
    width: auto;
  }
}
#top-recruit:before {
  content: "";
  width: 60.4166666667vw;
  height: 31.7708333333vw;
  position: absolute;
  top: 4.5833333333vw;
  right: 0;
  z-index: 1;
  background-color: #F2F2F2;
}
@media screen and (min-width: 1667px) {
  #top-recruit:before {
    width: 1160px;
    height: 610px;
    top: 88px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit:before {
    top: 21.3333333333vw;
    width: 90%;
    height: 160vw;
  }
}
#top-recruit .cont {
  width: 20.8333333333vw;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont {
    width: auto;
  }
}
#top-recruit .cont .cont-ttl {
  margin: 0 0 2.6041666667vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .cont-ttl {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .cont-ttl {
    margin: 0 0 5.3333333333vw;
    text-align: center;
  }
}
#top-recruit .cont .cont-ttl h2 {
  font-size: 3.125vw;
  color: #113E73;
  letter-spacing: 0.075em;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .cont-ttl h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .cont-ttl h2 {
    font-size: 8vw;
  }
}
#top-recruit .cont .cont-ttl p {
  font-size: 1.0416666667vw;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .cont-ttl p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .cont-ttl p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .cont-bd {
    margin: 0 5.3333333333vw;
  }
}
#top-recruit .cont .cont-bd p {
  font-size: 1.0416666667vw;
  line-height: 1.6;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .cont-bd p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .cont-bd p {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#top-recruit .cont .mynavi {
  margin: 5.7291666667vw 0 0;
  border: solid #999 1px;
  border-radius: 0.3125vw;
  padding: 1.0416666667vw 3.125vw;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .mynavi {
    margin: 110px 0 0;
    border-radius: 6px;
    padding: 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .mynavi {
    margin: 10.6666666667vw 0 0;
    border-radius: 1.6vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#top-recruit .cont .mynavi h3 {
  margin: 0 0 1.0416666667vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .mynavi h3 {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .mynavi h3 {
    margin: 0 0 5.3333333333vw;
  }
}
#top-recruit .cont .mynavi .more {
  display: inline-block;
  background-color: #FF931E;
  color: #fff;
  font-size: 0.8333333333vw;
  font-weight: bold;
  padding: 0 2em;
  border-radius: 0.2083333333vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .mynavi .more {
    border-radius: 4px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .mynavi .more {
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
#top-recruit .cont .btn {
  padding: 3.125vw 0 0;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .btn {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .btn {
    padding: 8vw 0 0;
  }
}
#top-recruit .cont .btn a {
  width: 20.8333333333vw;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .btn a {
    width: 400px;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .btn a {
    width: auto;
    height: 16vw;
    line-height: 16vw;
  }
}
#top-recruit .cont .btn a span {
  font-size: 1.0416666667vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .btn a span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .btn a span {
    font-size: 4.2666666667vw;
  }
}
#top-recruit .cont .btn a span:after {
  width: 4.53125vw;
  height: 0.2604166667vw;
  margin: -0.15625vw 0 0;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .btn a span:after {
    width: 87px;
    height: 5px;
    margin: -3px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .btn a span:after {
    width: 11.7333333333vw;
    height: 1.0666666667vw;
    margin: -0.8vw 0 0;
  }
}
#top-recruit .cont .btn a:hover span:after {
  width: 5.0520833333vw;
  right: -0.5208333333vw;
}
@media screen and (min-width: 1667px) {
  #top-recruit .cont .btn a:hover span:after {
    width: 97px;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .cont .btn a:hover span:after {
    width: 14.4vw;
    right: -2.6666666667vw;
  }
}
#top-recruit .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top-recruit .bg {
    position: relative;
    padding: 8vw 0 0;
  }
}
#top-recruit .bg figure {
  width: 50.1041666667vw;
  height: 29.9479166667vw;
  overflow: hidden;
}
@media screen and (min-width: 1667px) {
  #top-recruit .bg figure {
    width: 962px;
    height: 575px;
  }
}
@media screen and (max-width: 768px) {
  #top-recruit .bg figure {
    width: auto;
    height: 69.3333333333vw;
  }
}
#top-recruit .bg figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-news {
  padding: 8.78477306vw 0 5.1244509517vw;
}
@media screen and (min-width: 1667px) {
  #top-news {
    padding: 120px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  #top-news {
    padding: 16vw 0 10.6666666667vw;
  }
}
#top-news .wrap {
  width: 58.5651537335vw;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #top-news .wrap {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .wrap {
    width: auto;
  }
}
#top-news .ttl {
  margin: 0 0 3.6603221083vw;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #top-news .ttl {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .ttl {
    padding: 0 0 5.3333333333vw;
  }
}
#top-news .ttl h2 strong {
  font-size: 2.9282576867vw;
  display: block;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1667px) {
  #top-news .ttl h2 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .ttl h2 strong {
    font-size: 6.4vw;
  }
}
#top-news .ttl h2 small {
  font-size: 1.4641288433vw;
  display: block;
  font-family: "Kaisei Tokumin", serif;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  #top-news .ttl h2 small {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .ttl h2 small {
    font-size: 4.2666666667vw;
  }
}
#top-news .cont ul {
  border-top: solid #C8C8C8 1px;
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1667px) {
  #top-news .cont ul {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news .cont ul {
    padding: 2.6666666667vw 0 0;
    margin: 0 5.3333333333vw;
  }
}
#top-news .cont ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.4641288433vw;
  padding: 0 0 1.4641288433vw;
  border-bottom: solid #C8C8C8 1px;
}
@media screen and (min-width: 1667px) {
  #top-news .cont ul li {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .cont ul li {
    display: block;
    margin: 0 0 2.6666666667vw;
    padding: 0 0 2.6666666667vw;
  }
}
#top-news .cont ul li:last-child {
  margin: 0;
}
#top-news .cont ul li .meta {
  display: flex;
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top-news .cont ul li .meta {
    width: auto;
    margin: 0 0 2.6666666667vw;
  }
}
#top-news .cont ul li time {
  font-size: 0.9516837482vw;
  display: block;
  color: #666;
}
@media screen and (min-width: 1667px) {
  #top-news .cont ul li time {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .cont ul li time {
    font-size: 3.4666666667vw;
  }
}
#top-news .cont ul li .cat {
  display: inline-block;
  font-size: 0.878477306vw;
  padding: 0.2em 1em;
  margin: 0 0 0 3em;
  border: solid #113E73 1px;
  color: #113E73;
  min-width: 6.149341142vw;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #top-news .cont ul li .cat {
    font-size: 12px;
    min-width: 84px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .cont ul li .cat {
    font-size: 3.4666666667vw;
    min-width: 16vw;
    margin: 0 0 0 1em;
  }
}
#top-news .cont ul li p {
  width: 70%;
  font-size: 1.317715959vw;
}
@media screen and (min-width: 1667px) {
  #top-news .cont ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #top-news .cont ul li p {
    width: auto;
    font-size: 3.7333333333vw;
  }
}
#top-news .btn {
  padding: 4.39238653vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #top-news .btn {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news .btn {
    padding: 10.6666666667vw 0 0;
    margin: 0 5.3333333333vw;
  }
}

/*---------------------------------
PAGE
---------------------------------*/
.page-header {
  height: 30.2083333333vw;
  position: relative;
}
@media screen and (min-width: 1667px) {
  .page-header {
    height: 580px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 106.6666666667vw;
  }
}
.page-header:before {
  content: "";
  width: 79.4791666667vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/page-header-bg.jpg.webp) no-repeat center/cover;
}
@media screen and (min-width: 1667px) {
  .page-header:before {
    /*width:1526px;*/
  }
}
@media screen and (max-width: 768px) {
  .page-header:before {
    width: 80vw;
  }
}
.page-header .page-header-ttl {
  position: absolute;
  top: 14.5833333333vw;
  left: 0;
  z-index: 2;
  width: 33.125vw;
  /*height:100%;*/
  text-align: left;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: center;
  padding: 0 0.5em;
}
@media screen and (min-width: 1667px) {
  .page-header .page-header-ttl {
    /*width:636px;*/
    top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl {
    width: 66.6666666667vw;
    top: 53.3333333333vw;
  }
}
.page-header .page-header-ttl:before {
  content: "";
  position: absolute;
  top: 2.34375vw;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.4479166667vw;
  background-color: #F2F2F2;
}
@media screen and (min-width: 1667px) {
  .page-header .page-header-ttl:before {
    top: 45px;
    height: 47px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl:before {
    top: 6.4vw;
    height: 5.3333333333vw;
  }
}
.page-header .page-header-ttl h2 {
  font-size: 3.125vw;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1667px) {
  .page-header .page-header-ttl h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl h2 {
    font-size: 8.5333333333vw;
  }
}
.page-header .page-header-ttl small {
  font-size: 1.5625vw;
  color: #113E73;
  letter-spacing: 0.2em;
  font-weight: 300;
  display: block;
  padding: 0.2em 0 0;
}
@media screen and (min-width: 1667px) {
  .page-header .page-header-ttl small {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .page-header-ttl small {
    font-size: 4.8vw;
  }
}

.section-top {
  padding: 7.3206442167vw 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .section-top {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-top {
    padding: 16vw 0 16vw;
  }
}

.section-ttl,
.page-content-ttl {
  margin: 0 0 4.39238653vw;
  padding: 0 0 0.7320644217vw;
  position: relative;
  border-bottom: solid #113E73 1px;
}
@media screen and (min-width: 1667px) {
  .section-ttl,
  .page-content-ttl {
    margin: 0 0 60px;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl,
  .page-content-ttl {
    margin: 0 0 10.6666666667vw;
    padding: 0 0 2.6666666667vw;
  }
}
.section-ttl h2,
.page-content-ttl h2 {
  font-size: 2.0497803807vw;
  font-weight: bold;
  color: #113E73;
  padding: 0 0.5em;
}
@media screen and (min-width: 1667px) {
  .section-ttl h2,
  .page-content-ttl h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl h2,
  .page-content-ttl h2 {
    font-size: 5.3333333333vw;
  }
}
.section-ttl time,
.page-content-ttl time {
  font-size: 1.1713030747vw;
  margin: 0 0 0.5em;
  display: block;
}
@media screen and (min-width: 1667px) {
  .section-ttl time,
  .page-content-ttl time {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl time,
  .page-content-ttl time {
    font-size: 3.4666666667vw;
  }
}

.section-cont h3 {
  font-size: 1.6105417277vw;
  margin: 2.9282576867vw 0 2.9282576867vw;
  margin: 0 0 1.5em;
  padding: 1.0980966325vw 1.4641288433vw 1.0980966325vw 2.196193265vw;
  color: #113E73;
  background-color: #F0F6FC;
  position: relative;
}
@media screen and (min-width: 1667px) {
  .section-cont h3 {
    font-size: 22px;
    padding: 15px 20px 15px 30px;
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont h3 {
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 8vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}
.section-cont h3:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0.3660322108vw;
  height: 60%;
  width: 0.2928257687vw;
  background-color: #6A98D7;
}
@media screen and (min-width: 1667px) {
  .section-cont h3:before {
    left: 5px;
    width: 4px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont h3:before {
    left: 1.3333333333vw;
    width: 1.0666666667vw;
  }
}
.section-cont h4 {
  font-size: 1.317715959vw;
  margin: 2.9282576867vw 0 2.9282576867vw;
  font-weight: 600;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  .section-cont h4 {
    font-size: 18px;
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont h4 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}
.section-cont ul {
  margin: 0 0 2.9282576867vw;
  display: block !important;
}
@media screen and (min-width: 1667px) {
  .section-cont ul {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont ul {
    margin: 0 0 5.3333333333vw;
  }
}
.section-cont ul li {
  font-size: 1.1713030747vw;
  padding: 0 0 0 1.5em;
  position: relative;
  line-height: 2;
  margin: 0 0 1em !important;
}
@media screen and (min-width: 1667px) {
  .section-cont ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont ul li {
    font-size: 4vw;
  }
}
.section-cont ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #113E73;
}
.section-cont p {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .section-cont p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont p {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
  }
}
.section-cont table {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .section-cont table {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont table {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section-cont table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .section-cont table tr {
    display: block;
  }
}
.section-cont table tr th {
  padding: 2.9282576867vw 1.4641288433vw 0.7320644217vw;
  border-bottom: solid #113E73 4px;
  width: 25%;
}
@media screen and (min-width: 1667px) {
  .section-cont table tr th {
    padding: 40px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont table tr th {
    padding: 10.6666666667vw 5.3333333333vw 2.6666666667vw;
    width: auto;
    display: block;
  }
}
.section-cont table tr td {
  padding: 2.9282576867vw 4.39238653vw 0.7320644217vw;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid #F2F2F2 2px;
}
@media screen and (min-width: 1667px) {
  .section-cont table tr td {
    padding: 40px 60px 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-cont table tr td {
    padding: 5.3333333333vw 5.3333333333vw 2.6666666667vw;
    display: block;
  }
}
.section-cont table tr td p {
  margin: 0;
}
.section-cont a {
  color: #113E73;
  text-decoration: underline;
}
.section-cont a:hover {
  text-decoration: none;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
}
.breadcrumbs .wrap {
  position: absolute;
  top: -1.6666666667vw;
  left: 0;
  background-color: #113E73;
  color: #fff;
  font-size: 1.0416666667vw;
  padding: 0.7291666667vw 5vw;
  min-width: 50vw;
}
@media screen and (min-width: 1667px) {
  .breadcrumbs .wrap {
    top: -32px;
    font-size: 20px;
    padding: 14px 96px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs .wrap {
    top: -5.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    min-width: 94.667vw;
  }
}
.breadcrumbs .wrap span {
  margin: 0 0.5em;
}

/*---------------------------------
SERVICE
---------------------------------*/
#section-service-list .section-cont {
  padding: 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-service-list .section-cont {
    padding: 0 180px;
  }
}
@media screen and (max-width: 768px) {
  #section-service-list .section-cont {
    padding: 0;
  }
}

/*---------------------------------
WORKS
---------------------------------*/
#section-works-list .works-cat-list {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list {
    margin: 0 0 10.6666666667vw;
  }
}
#section-works-list .works-cat-list table {
  margin: 0;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list table {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list table {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
    display: table;
    width: 200%;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list table tbody {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list table tr {
    display: table-row;
  }
}
#section-works-list .works-cat-list table tr th {
  padding: 1.4641288433vw 1.4641288433vw 0.7320644217vw;
  width: auto;
  width: 33.33%;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list table tr th {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list table tr th {
    padding: 2.6666666667vw;
    display: table-cell;
  }
}
#section-works-list .works-cat-list table tr td {
  padding: 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list table tr td {
    padding: 2.6666666667vw;
    display: table-cell;
  }
}
#section-works-list .works-cat-list .btn {
  text-align: center;
  padding: 2.9282576867vw 0 0;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list .btn {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list .btn {
    padding: 5.3333333333vw 0 0;
  }
}
#section-works-list .works-cat-list .btn a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#section-works-list .works-cat-list .btn a:after {
  content: "\e415";
  font-family: "Material Icons";
  color: #fff;
  background: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0, -50%);
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1667px) {
  #section-works-list .works-cat-list .btn a:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section-works-list .works-cat-list .btn a:after {
    font-size: 6.4vw;
  }
}
#section-works-list .works-cat-list .btn a span:after {
  content: none;
  background: none;
}
#section-works-list .works-cat-list .btn a:hover {
  opacity: 0.6;
}

/*---------------------------------
SOFTWARE
---------------------------------*/
#page-header-sw .page-header-ttl {
  width: 43.5416666667vw;
}
@media screen and (max-width: 768px) {
  #page-header-sw .page-header-ttl {
    width: 93.3333333333vw;
  }
}

.sw-cat-menu ol {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9282576867vw 5%;
}
@media screen and (min-width: 1667px) {
  .sw-cat-menu ol {
    gap: 40px 5%;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-menu ol {
    gap: 5.3333333333vw 4%;
  }
}
.sw-cat-menu ol li {
  width: 30%;
  text-align: center;
  border: solid #6A98D7 1px;
  padding: 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  .sw-cat-menu ol li {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-menu ol li {
    width: 48%;
    padding: 5.3333333333vw;
  }
}
.sw-cat-menu ol li p {
  font-size: 1.6105417277vw;
  font-weight: bold;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1667px) {
  .sw-cat-menu ol li p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-menu ol li p {
    font-size: 4.8vw;
  }
}
.sw-cat-menu ol li .more a {
  font-size: 1.1713030747vw;
  padding: 0.4em 1.5em;
  display: inline-block;
  border-radius: 2.9282576867vw;
  color: #fff;
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
  text-decoration: none;
}
@media screen and (min-width: 1667px) {
  .sw-cat-menu ol li .more a {
    font-size: 16px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-menu ol li .more a {
    font-size: 3.4666666667vw;
    border-radius: 10.6666666667vw;
  }
}

.sw-cat-list {
  padding: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .sw-cat-list {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-list {
    padding: 0 0 10.6666666667vw;
  }
}
.sw-cat-list .sw-cat-list__cont {
  padding: 5.8565153734vw 0 0;
}
@media screen and (min-width: 1667px) {
  .sw-cat-list .sw-cat-list__cont {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-list .sw-cat-list__cont {
    padding: 26.6666666667vw 0 0;
    margin: -10.6666666667vw 0 0;
  }
}
.sw-cat-list .sw-cat-list__cont ul {
  padding: 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  .sw-cat-list .sw-cat-list__cont ul {
    padding: 0 180px;
  }
}
@media screen and (max-width: 768px) {
  .sw-cat-list .sw-cat-list__cont ul {
    padding: 0;
  }
}

/*---------------------------------
TECHNOLOGY
---------------------------------*/
#section-tech-list .section-cont {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont {
    margin: 0 0 10.6666666667vw;
  }
}
#section-tech-list .section-cont table {
  margin: 0;
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table {
    font-size: 3.4666666667vw;
    margin: 0 0 5.3333333333vw;
    display: table;
    width: 250%;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tbody {
    display: table;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr {
    display: table-row;
  }
}
#section-tech-list .section-cont table tr th {
  padding: 1.4641288433vw 1.4641288433vw 0.7320644217vw;
  width: auto;
  width: 33.33%;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr th {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr th {
    padding: 2.6666666667vw;
    display: table-cell;
  }
}
#section-tech-list .section-cont table tr th:nth-child(1) {
  width: 24%;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr th:nth-child(1) {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr th:nth-child(1) {
    width: 20%;
  }
}
#section-tech-list .section-cont table tr th:nth-child(2) {
  width: 56%;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr th:nth-child(2) {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr th:nth-child(2) {
    width: 60%;
  }
}
#section-tech-list .section-cont table tr th:nth-child(3) {
  width: 20%;
}
#section-tech-list .section-cont table tr td {
  padding: 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr td {
    padding: 2.6666666667vw;
    display: table-cell;
  }
}
#section-tech-list .section-cont table tr td.cat-post {
  vertical-align: top;
}
#section-tech-list .section-cont table tr td.cat-post p {
  padding: 0 0 0 1.5em;
  position: relative;
  line-height: 2;
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr td.cat-post p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr td.cat-post p {
    font-size: 3.4666666667vw;
  }
}
#section-tech-list .section-cont table tr td.cat-post p:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #113E73;
}
#section-tech-list .section-cont table tr td.cat-btn {
  vertical-align: top;
}
#section-tech-list .section-cont table tr td.cat-btn ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-tech-list .section-cont table tr td.cat-btn ol li {
  margin: 0 0.5em;
}
#section-tech-list .section-cont table tr td.cat-btn ol li a {
  display: inline-block;
  text-decoration: none;
  border-radius: 2.9282576867vw;
  padding: 0.3em 1.5em;
  border: solid #113E73 1px;
  line-height: 1;
}
@media screen and (min-width: 1667px) {
  #section-tech-list .section-cont table tr td.cat-btn ol li a {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-list .section-cont table tr td.cat-btn ol li a {
    border-radius: 10.6666666667vw;
  }
}
#section-tech-list .section-cont table tr td.cat-btn ol li a:hover {
  opacity: 1;
  background-color: #113E73;
  color: #fff;
}

#section-tech-info {
  margin: 0 0 8.78477306vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-info {
    margin: 0 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info {
    margin: 0 0 16vw;
  }
}
#section-tech-info .section-cont dl {
  margin: 0 0 2.9282576867vw;
  padding: 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-info .section-cont dl {
    margin: 0 0 40px;
    padding: 0 180px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info .section-cont dl {
    margin: 0 0 10.6666666667vw;
    padding: 0;
  }
}
#section-tech-info .section-cont dl dt {
  font-size: 1.317715959vw;
  color: #113E73;
  margin: 0 0 1em;
}
@media screen and (min-width: 1667px) {
  #section-tech-info .section-cont dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info .section-cont dl dt {
    font-size: 4.2666666667vw;
  }
}
#section-tech-info .section-cont dl dd {
  font-size: 1.1713030747vw;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 1667px) {
  #section-tech-info .section-cont dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info .section-cont dl dd {
    font-size: 4vw;
  }
}

#section-tech-info .section-cont .box {
  background-color: #F0F6FC;
  padding: 2.9282576867vw 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #section-tech-info .section-cont .box {
    padding: 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info .section-cont .box {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
#section-tech-info .section-cont .box p {
  font-size: 1.317715959vw;
  font-weight: bold;
  color: #113E73;
  margin: 0;
}
@media screen and (min-width: 1667px) {
  #section-tech-info .section-cont .box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section-tech-info .section-cont .box p {
    font-size: 4.2666666667vw;
  }
}

/*---------------------------------
COMPANY
---------------------------------*/
.section-company-content {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .section-company-content {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-company-content {
    margin: 0 0 10.6666666667vw;
  }
}

#section-company-message .section-cont .section-cont-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-company-message .section-cont .section-cont-row {
    display: block;
  }
}
#section-company-message .section-cont .section-cont-row figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #section-company-message .section-cont .section-cont-row figure {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}
#section-company-message .section-cont .section-cont-row .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #section-company-message .section-cont .section-cont-row .txt {
    width: auto;
  }
}
#section-company-message .section-cont .section-cont-row .txt h3 {
  margin-top: 0;
}
#section-company-message .section-cont .section-cont-row .txt .right {
  text-align: right;
}

#section-company-philosophy .section-cont .philosophy-copy {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.6105417277vw;
  line-height: 2;
}
@media screen and (min-width: 1667px) {
  #section-company-philosophy .section-cont .philosophy-copy {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-philosophy .section-cont .philosophy-copy {
    font-size: 4.8vw;
  }
}
#section-company-philosophy .section-cont .philosophy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-company-philosophy .section-cont .philosophy-list {
    padding: 0 180px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-philosophy .section-cont .philosophy-list {
    display: block;
    padding: 0;
  }
}
#section-company-philosophy .section-cont dl {
  margin: 0 0 2.9282576867vw;
  width: 48%;
  padding: 1.4641288433vw 2.9282576867vw;
  border: solid #F2F2F2 1px;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #section-company-philosophy .section-cont dl {
    margin: 0 0 40px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-philosophy .section-cont dl {
    margin: 0 0 5.3333333333vw;
    width: auto;
    padding: 5.3333333333vw;
  }
}
#section-company-philosophy .section-cont dl dt {
  font-size: 1.317715959vw;
  color: #113E73;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 1667px) {
  #section-company-philosophy .section-cont dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-philosophy .section-cont dl dt {
    font-size: 4.2666666667vw;
  }
}
#section-company-philosophy .section-cont dl dd {
  font-size: 1.1713030747vw;
}
@media screen and (min-width: 1667px) {
  #section-company-philosophy .section-cont dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-philosophy .section-cont dl dd {
    font-size: 4vw;
  }
}

#section-company-info .section-cont .box {
  text-align: center;
  padding: 2.9282576867vw;
}
#section-company-info .section-cont .box .btn {
  text-align: center;
}
#section-company-info .section-cont .box .btn a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#section-company-info .section-cont .box .btn a:after {
  content: "\e415";
  font-family: "Material Icons";
  color: #fff;
  background: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translate(0, -50%);
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1667px) {
  #section-company-info .section-cont .box .btn a:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section-company-info .section-cont .box .btn a:after {
    font-size: 6.4vw;
  }
}
#section-company-info .section-cont .box .btn a span:after {
  content: none;
  background: none;
}
#section-company-info .section-cont .box .btn a:hover {
  opacity: 0.6;
}

/*---------------------------------
OFFICE
---------------------------------*/
#section-office-menu .section-cont .section-office-menu__link ul {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-office-menu .section-cont .section-office-menu__link ul {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #section-office-menu .section-cont .section-office-menu__link ul {
    padding: 0;
  }
}
#section-office-menu .section-cont .section-office-menu__link ul li {
  width: 22%;
  margin: 0 4% 1.4641288433vw 0 !important;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1667px) {
  #section-office-menu .section-cont .section-office-menu__link ul li {
    margin: 0 4% 20px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #section-office-menu .section-cont .section-office-menu__link ul li {
    width: 48%;
    margin: 0 4% 5.3333333333vw 0 !important;
  }
}
#section-office-menu .section-cont .section-office-menu__link ul li:before {
  content: none;
}
#section-office-menu .section-cont .section-office-menu__link ul li:nth-child(4n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  #section-office-menu .section-cont .section-office-menu__link ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
#section-office-menu .section-cont .section-office-menu__link ul li a {
  display: block;
  text-decoration: none;
  border-radius: 2.9282576867vw;
  padding: 0.5em 1.5em;
  border: solid #113E73 1px;
  line-height: 1.5;
}
@media screen and (min-width: 1667px) {
  #section-office-menu .section-cont .section-office-menu__link ul li a {
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-office-menu .section-cont .section-office-menu__link ul li a {
    border-radius: 10.6666666667vw;
  }
}
#section-office-menu .section-cont .section-office-menu__link ul li a:hover {
  opacity: 1;
  background-color: #113E73;
  color: #fff;
}
#section-office-menu .section-cont .section-office-menu__link:nth-child(2) ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #section-office-menu .section-cont .section-office-menu__link:nth-child(2) ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
#section-office-menu .section-cont .section-office-menu__link:nth-child(2) ul li:nth-child(2n) {
  margin-right: 0 !important;
}

#section-office-company {
  padding: 0 0 8.78477306vw;
}
@media screen and (min-width: 1667px) {
  #section-office-company {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #section-office-company {
    padding: 0 0 16vw;
  }
}
#section-office-company .section-cont .office-company {
  padding: 8.78477306vw 4.39238653vw 0;
  margin: -1.4641288433vw 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1667px) {
  #section-office-company .section-cont .office-company {
    padding: 120px 60px 0;
    margin: -40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #section-office-company .section-cont .office-company {
    padding: 26.6666666667vw 0 0;
    margin: -16vw 0 0;
    display: block;
  }
}
#section-office-company .section-cont .office-company .office-company-txt {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #section-office-company .section-cont .office-company .office-company-txt {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}
#section-office-company .section-cont .office-company .office-company-txt h4 {
  margin-top: 0;
}
#section-office-company .section-cont .office-company .office-company-gmap {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #section-office-company .section-cont .office-company .office-company-gmap {
    width: auto;
  }
}
#section-office-company .section-cont .office-company .office-company-gmap iframe {
  width: 100%;
  height: 35.1390922401vw;
  filter: saturate(10%);
}
@media screen and (min-width: 1667px) {
  #section-office-company .section-cont .office-company .office-company-gmap iframe {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #section-office-company .section-cont .office-company .office-company-gmap iframe {
    height: 69.3333333333vw;
  }
}

/*---------------------------------
DORMITORIES
---------------------------------*/
#section-dormitories-list .section-cont .dormitories-cont {
  margin: 0 4.39238653vw 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #section-dormitories-list .section-cont .dormitories-cont {
    margin: 0 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont {
    margin: 0 0 10.6666666667vw;
  }
}
#section-dormitories-list .section-cont .dormitories-cont-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont-row {
    display: block;
  }
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt {
    width: auto;
  }
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn {
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1667px) {
  #section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn {
    padding: 2.6666666667vw 0 0;
  }
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a:after {
  content: "\e415";
  font-family: "Material Icons";
  color: #fff;
  background: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  font-size: 1.756954612vw;
}
@media screen and (min-width: 1667px) {
  #section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a:after {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a:after {
    font-size: 6.4vw;
    right: 0.5em;
  }
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a span:after {
  content: none;
  background: none;
}
#section-dormitories-list .section-cont .dormitories-cont-row .dormitories-cont-txt .btn a:hover {
  opacity: 0.6;
}
#section-dormitories-list .section-cont .dormitories-cont-row figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #section-dormitories-list .section-cont .dormitories-cont-row figure {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}

/*---------------------------------
NEWS
---------------------------------*/
#page-blog,
#post-blog {
  padding: 7.3206442167vw 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #page-blog,
  #post-blog {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog,
  #post-blog {
    padding: 16vw 0 16vw;
  }
}
#page-blog .blog-column,
#post-blog .blog-column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column,
  #post-blog .blog-column {
    display: block;
  }
}
#page-blog .blog-column .blog-column-main,
#post-blog .blog-column .blog-column-main {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main,
  #post-blog .blog-column .blog-column-main {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
}
#page-blog .blog-column .blog-column-main ul,
#post-blog .blog-column .blog-column-main ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul,
  #post-blog .blog-column .blog-column-main ul {
    display: block;
  }
}
#page-blog .blog-column .blog-column-main ul li,
#post-blog .blog-column .blog-column-main ul li {
  width: 48%;
  margin: 0 4% 4.39238653vw 0;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-main ul li,
  #post-blog .blog-column .blog-column-main ul li {
    margin: 0 4% 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul li,
  #post-blog .blog-column .blog-column-main ul li {
    width: auto;
    margin: 0 0 10.6666666667vw;
  }
}
#page-blog .blog-column .blog-column-main ul li:nth-child(even),
#post-blog .blog-column .blog-column-main ul li:nth-child(even) {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-main ul li:nth-child(even),
  #post-blog .blog-column .blog-column-main ul li:nth-child(even) {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul li:nth-child(even),
  #post-blog .blog-column .blog-column-main ul li:nth-child(even) {
    margin: 0 0 10.6666666667vw;
  }
}
#page-blog .blog-column .blog-column-main ul li figure,
#post-blog .blog-column .blog-column-main ul li figure {
  width: 100%;
  height: 15.2083333333vw;
  overflow: hidden;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-main ul li figure,
  #post-blog .blog-column .blog-column-main ul li figure {
    height: 292px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul li figure,
  #post-blog .blog-column .blog-column-main ul li figure {
    height: 58.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#page-blog .blog-column .blog-column-main ul li figure img,
#post-blog .blog-column .blog-column-main ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page-blog .blog-column .blog-column-main ul li p,
#post-blog .blog-column .blog-column-main ul li p {
  font-size: 1.317715959vw;
  line-height: 1.6;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-main ul li p,
  #post-blog .blog-column .blog-column-main ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul li p,
  #post-blog .blog-column .blog-column-main ul li p {
    font-size: 4.2666666667vw;
  }
}
#page-blog .blog-column .blog-column-main ul li time,
#post-blog .blog-column .blog-column-main ul li time {
  display: block;
  text-align: right;
  color: #113E73;
  font-size: 1.0248901903vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-main ul li time,
  #post-blog .blog-column .blog-column-main ul li time {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-main ul li time,
  #post-blog .blog-column .blog-column-main ul li time {
    font-size: 4vw;
  }
}
#page-blog .blog-column .blog-column-side,
#post-blog .blog-column .blog-column-side {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side,
  #post-blog .blog-column .blog-column-side {
    width: auto;
  }
}
#page-blog .blog-column .blog-column-side aside,
#post-blog .blog-column .blog-column-side aside {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside,
  #post-blog .blog-column .blog-column-side aside {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside,
  #post-blog .blog-column .blog-column-side aside {
    margin: 0 0 5.3333333333vw;
  }
}
#page-blog .blog-column .blog-column-side aside .side-title,
#post-blog .blog-column .blog-column-side aside .side-title {
  padding: 0.7320644217vw 0.7320644217vw;
  margin: 0 0 1.4641288433vw;
  background-color: #F0F6FC;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside .side-title,
  #post-blog .blog-column .blog-column-side aside .side-title {
    padding: 10px 10px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside .side-title,
  #post-blog .blog-column .blog-column-side aside .side-title {
    padding: 2.6666666667vw 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
}
#page-blog .blog-column .blog-column-side aside .side-title h3,
#post-blog .blog-column .blog-column-side aside .side-title h3 {
  font-family: "Kaisei Tokumin", serif;
  font-weight: bold;
  font-size: 1.6105417277vw;
  padding: 0 0 0 1em;
  border-left: solid #6A98D7 0.2196193265vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside .side-title h3,
  #post-blog .blog-column .blog-column-side aside .side-title h3 {
    font-size: 22px;
    border-left-width: 3px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside .side-title h3,
  #post-blog .blog-column .blog-column-side aside .side-title h3 {
    font-size: 4.8vw;
    border-left-width: 0.5333333333vw;
  }
}
#page-blog .blog-column .blog-column-side aside dl,
#post-blog .blog-column .blog-column-side aside dl {
  padding: 0 0 1.4641288433vw;
  margin: 0 0 1.4641288433vw;
  border-bottom: solid #BABBBC 0.0732064422vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside dl,
  #post-blog .blog-column .blog-column-side aside dl {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside dl,
  #post-blog .blog-column .blog-column-side aside dl {
    padding: 0 0 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
#page-blog .blog-column .blog-column-side aside dl dt,
#post-blog .blog-column .blog-column-side aside dl dt {
  font-size: 1.0248901903vw;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside dl dt,
  #post-blog .blog-column .blog-column-side aside dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside dl dt,
  #post-blog .blog-column .blog-column-side aside dl dt {
    font-size: 4vw;
  }
}
#page-blog .blog-column .blog-column-side aside dl dd,
#post-blog .blog-column .blog-column-side aside dl dd {
  font-size: 1.0248901903vw;
  line-height: 2;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside dl dd,
  #post-blog .blog-column .blog-column-side aside dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside dl dd,
  #post-blog .blog-column .blog-column-side aside dl dd {
    font-size: 4vw;
  }
}
#page-blog .blog-column .blog-column-side aside ul,
#post-blog .blog-column .blog-column-side aside ul {
  display: block;
}
#page-blog .blog-column .blog-column-side aside ul li,
#post-blog .blog-column .blog-column-side aside ul li {
  width: auto;
  padding: 0 0 0 1.5em;
  font-size: 1.1713030747vw;
  line-height: 2;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside ul li,
  #post-blog .blog-column .blog-column-side aside ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside ul li,
  #post-blog .blog-column .blog-column-side aside ul li {
    font-size: 4vw;
    margin: 0;
  }
}
#page-blog .blog-column .blog-column-side aside ul li:before,
#post-blog .blog-column .blog-column-side aside ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #113E73;
}
#page-blog .blog-column .blog-column-side aside .select-wrap,
#post-blog .blog-column .blog-column-side aside .select-wrap {
  background: #fff;
  height: 2.9282576867vw;
  width: 100%;
  border-radius: 0.2928257687vw;
  position: relative;
  z-index: 1;
  border: solid #BABBBC 0.0732064422vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap,
  #post-blog .blog-column .blog-column-side aside .select-wrap {
    height: 40px;
    border-radius: 4px;
    border-width: 1px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap,
  #post-blog .blog-column .blog-column-side aside .select-wrap {
    height: 10.6666666667vw;
    border-radius: 1.0666666667vw;
    border-width: 0.2666666667vw;
  }
}
#page-blog .blog-column .blog-column-side aside .select-wrap::after,
#post-blog .blog-column .blog-column-side aside .select-wrap::after {
  position: absolute;
  content: "";
  width: 0.5856515373vw;
  height: 0.5856515373vw;
  right: 0.7320644217vw;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 0.1464128843vw solid #BABBBC;
  border-right: 0.1464128843vw solid #BABBBC;
  z-index: -1;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap::after,
  #post-blog .blog-column .blog-column-side aside .select-wrap::after {
    width: 8px;
    height: 8px;
    right: 10px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap::after,
  #post-blog .blog-column .blog-column-side aside .select-wrap::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
    border-bottom-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
#page-blog .blog-column .blog-column-side aside .select-wrap select,
#post-blog .blog-column .blog-column-side aside .select-wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #000;
  font-size: 1.1713030747vw;
  width: 100%;
  height: 100%;
  padding: 0 0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap select,
  #post-blog .blog-column .blog-column-side aside .select-wrap select {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #page-blog .blog-column .blog-column-side aside .select-wrap select,
  #post-blog .blog-column .blog-column-side aside .select-wrap select {
    font-size: 4vw;
    padding: 0 2.6666666667vw;
  }
}

.blog-post-wrap .blog-post-image {
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-image {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-image {
    margin: 0 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont h3 {
  font-size: 1.6105417277vw;
  margin: 2.9282576867vw 0 2.9282576867vw;
  margin: 0 0 1.5em;
  padding: 1.0980966325vw 1.4641288433vw 1.0980966325vw 2.196193265vw;
  color: #113E73;
  background-color: #F0F6FC;
  position: relative;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont h3 {
    font-size: 22px;
    padding: 15px 20px 15px 30px;
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont h3 {
    font-size: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 8vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont h3:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0.3660322108vw;
  height: 60%;
  width: 0.2928257687vw;
  background-color: #6A98D7;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont h3:before {
    left: 5px;
    width: 4px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont h3:before {
    left: 1.3333333333vw;
    width: 1.0666666667vw;
  }
}
.blog-post-wrap .blog-post-cont h4 {
  font-size: 1.317715959vw;
  margin: 2.9282576867vw 0 2.9282576867vw;
  font-weight: 600;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont h4 {
    font-size: 18px;
    margin: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont h4 {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont ul {
  margin: 0 0 2.9282576867vw;
  display: block !important;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont ul {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont ul {
    margin: 0 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont ul li {
  font-size: 1.1713030747vw;
  padding: 0 0 0 1.5em;
  position: relative;
  line-height: 2;
  margin: 0 0 1em !important;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont ul li {
    font-size: 4vw;
  }
}
.blog-post-wrap .blog-post-cont ul li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #113E73;
}
.blog-post-wrap .blog-post-cont p {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont p {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont .wp-block-image {
  text-align: center;
  margin: 0 auto 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont .wp-block-image {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont .wp-block-image {
    margin: 0 auto 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont table {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont table {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont table {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
  }
}
.blog-post-wrap .blog-post-cont table tr td {
  padding: 2.196193265vw 1.4641288433vw 0.7320644217vw;
  text-align: left;
  vertical-align: middle;
}
@media screen and (min-width: 1667px) {
  .blog-post-wrap .blog-post-cont table tr td {
    padding: 30px 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .blog-post-wrap .blog-post-cont table tr td {
    padding: 8vw 5.3333333333vw 2.6666666667vw;
  }
}
.blog-post-wrap .blog-post-cont table tr td:nth-child(1) {
  border-bottom: solid #113E73 4px;
  width: 30%;
}
.blog-post-wrap .blog-post-cont table tr td:nth-child(2) {
  border-bottom: solid #F2F2F2 2px;
}

.pagenavi .wp-pagenavi {
  text-align: center;
  padding: 2.9282576867vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.317715959vw;
  font-family: "Noto Sans JP", sans-serif;
  gap: 0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  .pagenavi .wp-pagenavi {
    padding: 40px 0 0;
    font-size: 18px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi .wp-pagenavi {
    padding: 5.3333333333vw 0 0;
    font-size: 4vw;
    gap: 1.6vw;
  }
}
.pagenavi .wp-pagenavi a {
  width: 2.635431918vw;
  height: 2.635431918vw;
  line-height: 2.635431918vw;
  background-color: #F2F2F2;
  color: #113E73;
  display: inline-block;
}
@media screen and (min-width: 1667px) {
  .pagenavi .wp-pagenavi a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi .wp-pagenavi a {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
  }
}
.pagenavi .wp-pagenavi a:hover {
  opacity: 1;
  color: #fff;
  background-color: #113E73;
}
.pagenavi .wp-pagenavi span {
  width: 2.635431918vw;
  height: 2.635431918vw;
  line-height: 2.635431918vw;
  background-color: #113E73;
  color: #fff;
  display: inline-block;
}
@media screen and (min-width: 1667px) {
  .pagenavi .wp-pagenavi span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pagenavi .wp-pagenavi span {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
  }
}

.single-navi {
  padding: 2.9282576867vw 0 5.8565153734vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  .single-navi {
    padding: 40px 0 80px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-navi {
    padding: 5.3333333333vw 0 10.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.single-navi a {
  background-color: #F2F2F2;
  color: #113E73;
  font-size: 1.317715959vw;
  display: inline-block;
  padding: 0.5em 2em;
  border-radius: 0.2928257687vw;
}
@media screen and (min-width: 1667px) {
  .single-navi a {
    font-size: 18px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .single-navi a {
    font-size: 3.4666666667vw;
    border-radius: 1.0666666667vw;
    padding: 0.3em 1em;
  }
}

/*---------------------------------
RECRUIT
---------------------------------*/
#section-recruit-list .section-cont .recruit-post {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  #section-recruit-list .section-cont .recruit-post {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post {
    margin: 0 0 10.6666666667vw;
  }
}
#section-recruit-list .section-cont .recruit-post .recruit-post-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  #section-recruit-list .section-cont .recruit-post .recruit-post-row {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post .recruit-post-row {
    display: block;
    margin: 0 0 5.3333333333vw;
  }
}
#section-recruit-list .section-cont .recruit-post .recruit-post-row figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post .recruit-post-row figure {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
}
#section-recruit-list .section-cont .recruit-post .recruit-post-row .recruit-post-cont {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post .recruit-post-row .recruit-post-cont {
    width: auto;
  }
}
#section-recruit-list .section-cont .recruit-post .recruit-post-row .recruit-post-cont h4 {
  margin: 0 0 1em;
}
#section-recruit-list .section-cont .recruit-post .recruit-post-detail table th {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post .recruit-post-detail table th {
    width: auto;
  }
}
#section-recruit-list .section-cont .recruit-post .btn {
  text-align: center;
  padding: 1.4641288433vw 0 0;
}
@media screen and (min-width: 1667px) {
  #section-recruit-list .section-cont .recruit-post .btn {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #section-recruit-list .section-cont .recruit-post .btn {
    padding: 2.6666666667vw 0 0;
  }
}
#section-recruit-list .section-cont .recruit-post .btn a {
  color: #fff;
  text-decoration: none;
}

/*---------------------------------
CONTACT
---------------------------------*/
.section-contact-content .btn a {
  color: #fff;
  text-decoration: none;
}
.section-contact-content .section-contact-form__notice {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__notice {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__notice {
    margin: 0 0 10.6666666667vw;
  }
}
.section-contact-content .section-contact-form__main {
  padding: 4.39238653vw;
  background-color: #F2F2F2;
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main {
    padding: 60px;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main {
    padding: 5.3333333333vw;
    margin: 0 0 10.6666666667vw;
  }
}
.section-contact-content .section-contact-form__main table th {
  position: relative;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main table th {
    width: auto;
  }
}
.section-contact-content .section-contact-form__main table th p {
  margin: 0;
  padding: 0 5.8565153734vw 0 0;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main table th p {
    padding: 0 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main table th p {
    padding: 0 10.6666666667vw 0 0;
  }
}
.section-contact-content .section-contact-form__main table th .im {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #FF7F00;
  color: #fff;
  font-size: 1.0248901903vw;
  padding: 0.1em 0.6em;
  display: inline-block;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main table th .im {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main table th .im {
    font-size: 3.4666666667vw;
  }
}
.section-contact-content .section-contact-form__main table td {
  border-bottom: solid #fff 2px;
}
.section-contact-content .section-contact-form__main input[type=text], .section-contact-content .section-contact-form__main input[type=email], .section-contact-content .section-contact-form__main input[type=tel] {
  border: solid #ccc 1px;
  border-radius: 0;
  background-color: #fff;
  padding: 0.2em 0.6em;
  width: 100%;
}
.section-contact-content .section-contact-form__main input[type=radio] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.196193265vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label {
    padding-left: 8vw;
  }
}
.section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::before, .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
  left: 0.3660322108vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 1.3333333333vw;
  }
}
.section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::after {
  background-color: #113E73;
  border-radius: 50%;
  opacity: 0;
  width: 0.878477306vw;
  height: 0.878477306vw;
  left: 0.6588579795vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    left: 9px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=radio] + .wpcf7-list-item-label::after {
    width: 3.2vw;
    height: 3.2vw;
    left: 2.4vw;
  }
}
.section-contact-content .section-contact-form__main input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.section-contact-content .section-contact-form__main input[type=checkbox] {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.196193265vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 8vw;
  }
}
.section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::before, .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
.section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 1.4641288433vw;
  height: 1.4641288433vw;
  left: 0.3660322108vw;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 0%;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: 1.3333333333vw;
  }
}
.section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::after {
  border-bottom: 0.1464128843vw solid #113E73;
  border-left: 0.1464128843vw solid #113E73;
  opacity: 0;
  height: 0.3660322108vw;
  width: 0.7320644217vw;
  transform: rotate(-45deg);
  top: 0.878477306vw;
  left: 0.7320644217vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 10px;
    height: 5px;
    top: 12px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main input[type=checkbox] + .wpcf7-list-item-label::after {
    border-bottom-width: 0.5333333333vw;
    border-left-width: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    top: 3.2vw;
    left: 2.6666666667vw;
  }
}
.section-contact-content .section-contact-form__main input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.section-contact-content .section-contact-form__main .chk-policy {
  text-align: center;
}
.section-contact-content .section-contact-form__main .chk-policy label {
  position: relative;
  cursor: pointer;
  padding-left: 2.196193265vw;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main .chk-policy label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main .chk-policy label {
    padding-left: 8vw;
  }
}
.section-contact-content .section-contact-form__main .chk-policy label::before, .section-contact-content .section-contact-form__main .chk-policy label::after {
  content: "";
  display: block;
  position: absolute;
}
.section-contact-content .section-contact-form__main .chk-policy label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 1.6105417277vw;
  height: 1.6105417277vw;
  left: 0.2928257687vw;
  transform: translateY(-50%);
  top: 50%;
  border-radius: 0%;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main .chk-policy label::before {
    width: 22px;
    height: 22px;
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main .chk-policy label::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    left: 1.0666666667vw;
  }
}
.section-contact-content .section-contact-form__main .chk-policy label::after {
  border-bottom: 0.1464128843vw solid #113E73;
  border-left: 0.1464128843vw solid #113E73;
  opacity: 0;
  height: 0.3660322108vw;
  width: 0.7320644217vw;
  transform: rotate(-45deg);
  top: 0.8052708638vw;
  left: 0.8052708638vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main .chk-policy label::after {
    border-bottom-width: 2px;
    border-left-width: 2px;
    width: 10px;
    height: 5px;
    top: 11px;
    left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main .chk-policy label::after {
    border-bottom-width: 0.5333333333vw;
    border-left-width: 0.5333333333vw;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    top: 2.9333333333vw;
    left: 2.9333333333vw;
  }
}
.section-contact-content .section-contact-form__main .chk-policy:has(input[type=checkbox]:checked) label::after {
  opacity: 1;
}
.section-contact-content .section-contact-form__main select {
  border: solid #ccc 1px;
  border-radius: 0;
  background-color: #fff;
  padding: 0.2em 0.6em;
  width: 100%;
  height: 2.8em;
}
.section-contact-content .section-contact-form__main textarea {
  border: solid #ccc 1px;
  border-radius: 0;
  background-color: #fff;
  padding: 0.2em 0.6em;
  width: 100%;
  height: 8em;
}
.section-contact-content .section-contact-form__main .wpcf7-list-item {
  margin: 0;
  display: block;
}
.section-contact-content .section-contact-form__main .btn {
  text-align: center;
  padding: 2.9282576867vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main .btn {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main .btn {
    padding: 5.3333333333vw 0 0;
    gap: 5.3333333333vw;
  }
}
.section-contact-content .section-contact-form__main .btn input {
  margin: 0 1.4641288433vw;
  cursor: pointer;
  display: inline-block;
  width: 17.5695461201vw;
  height: 4.39238653vw;
  line-height: 4.39238653vw;
  color: #fff;
  text-align: center;
  background: #aaa;
  border: none;
  transition: 0.3s ease;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__main .btn input {
    width: 240px;
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__main .btn input {
    display: block;
    width: 32vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
}
.section-contact-content .section-contact-form__main .btn input:hover {
  opacity: 0.6;
}
.section-contact-content .section-contact-form__main .btn input.wpcf7-submit {
  background: rgb(0, 180, 235);
  background: linear-gradient(90deg, rgb(0, 180, 235) 0%, rgb(35, 80, 170) 100%);
}
.section-contact-content .section-contact-form__main .wpcf7-spinner {
  display: none;
}
.section-contact-content .section-contact-form__policy {
  padding: 5.8565153734vw 0 0;
  margin: -5.8565153734vw 0 0;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__policy {
    padding: 80px 0 0;
    margin: -80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__policy {
    padding: 16vw 0 0;
    margin: -16vw 0 0;
  }
}
.section-contact-content .section-contact-form__policy .box {
  border: solid #F2F2F2 1px;
  padding: 2.9282576867vw;
  overflow: auto;
  height: 14.6412884334vw;
}
@media screen and (min-width: 1667px) {
  .section-contact-content .section-contact-form__policy .box {
    padding: 40px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section-contact-content .section-contact-form__policy .box {
    padding: 5.3333333333vw;
    height: 53.3333333333vw;
  }
}

/*---------------------------------
POLICY
---------------------------------*/
#page-header-policy .page-header-ttl {
  width: 43.5416666667vw;
}
@media screen and (max-width: 768px) {
  #page-header-policy .page-header-ttl {
    width: 93.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #page-header-policy .page-header-ttl h2 {
    letter-spacing: -0.05em;
  }
}

#section-policy-top .section-cont {
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-policy-top .section-cont {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #section-policy-top .section-cont {
    margin: 0 0 10.6666666667vw;
  }
}
#section-policy-top .section-cont ul li {
  margin: 0 !important;
}

/*---------------------------------
ENGINEERING（旧大日機械工業）
---------------------------------*/
.section-engineerging-content {
  margin: 0 0 5.8565153734vw;
}
@media screen and (min-width: 1667px) {
  .section-engineerging-content {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-engineerging-content {
    margin: 0 0 10.6666666667vw;
  }
}

#section-engineering-info .section-cont p {
  text-align: center;
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info .section-cont p {
    font-size: 112%;
  }
}

#section-engineering-message .section-cont figure {
  text-align: center;
}
#section-engineering-message .section-cont figure img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #section-engineering-message .section-cont figure img {
    width: 100%;
  }
}

#section-engineering-works .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-case .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-case_2 .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-case_2 .section-cont .fl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-case_2 .section-cont .fl + .fl {
  padding-top: 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  #section-engineering-case_2 .section-cont .fl + .fl {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl + .fl {
    padding-top: 5.3333333333vw;
  }
}
#section-engineering-case_2 .section-cont .fl._wrap {
  flex-wrap: wrap;
  gap: 1.4641288433vw 4%;
}
@media screen and (min-width: 1667px) {
  #section-engineering-case_2 .section-cont .fl._wrap {
    gap: 20px 4%;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl._wrap {
    gap: 5.3333333333vw 4%;
  }
}
#section-engineering-case_2 .section-cont .fl._wrap .cnt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl._wrap .cnt {
    width: 100%;
  }
}
#section-engineering-case_2 .section-cont .fl._wrap .cnt figure {
  max-width: 100%;
  height: 14.6412884334vw;
  width: auto;
  margin: 0 0 1em;
}
@media screen and (min-width: 1667px) {
  #section-engineering-case_2 .section-cont .fl._wrap .cnt figure {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl._wrap .cnt figure {
    height: 32vw;
  }
}
#section-engineering-case_2 .section-cont .fl._wrap .cnt figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: left;
}
#section-engineering-case_2 .section-cont .fl._wrap .cnt .txt {
  width: 100%;
}
#section-engineering-case_2 .section-cont .fl figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl figure {
    width: 100%;
  }
}
#section-engineering-case_2 .section-cont .fl .txt {
  width: 56%;
}
@media screen and (max-width: 768px) {
  #section-engineering-case_2 .section-cont .fl .txt {
    width: 100%;
  }
}
#section-engineering-case_2 .section-cont .fl .txt p {
  font-size: 88%;
}
#section-engineering-case_2 .section-cont .fl .txt p + small {
  padding: 1em 0 0;
}
#section-engineering-case_2 .section-cont .fl .txt small {
  display: block;
}

#section-engineering-press .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-press .section-cont .table-list p {
  margin: 0 0 1em;
}
#section-engineering-press .section-cont .table-list .img {
  display: flex;
  gap: 1em;
}
#section-engineering-press .section-cont .table-list .img figure {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #section-engineering-press .section-cont .table-list .img figure {
    width: 100%;
  }
}

#section-engineering-prize .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-prize .section-cont .table-list p {
  margin: 0 0 1em;
}
#section-engineering-prize .section-cont .table-list .img {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#section-engineering-prize .section-cont .table-list .img figure {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #section-engineering-prize .section-cont .table-list .img figure {
    width: 100%;
  }
}

#section-engineering-recent .section-ttl {
  margin-bottom: 0vw;
}
#section-engineering-info_1 .section-cont .row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-info_1 .section-cont .row .box {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row .box {
    width: 100%;
  }
}
#section-engineering-info_1 .section-cont .row .box figure {
  height: 38.7994143485vw;
  text-align: center;
  margin: 0 0 1.4641288433vw;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_1 .section-cont .row .box figure {
    height: 530px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row .box figure {
    height: auto;
    margin: 0 0 2.6666666667vw;
  }
}
#section-engineering-info_1 .section-cont .row .box figure img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row .box figure img {
    width: 100%;
    height: auto;
  }
}
#section-engineering-info_1 .section-cont .box {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .box {
    width: 100%;
  }
}
#section-engineering-info_1 .section-cont .row-cnt .fl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row-cnt .fl {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-info_1 .section-cont .row-cnt .fl figure {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row-cnt .fl figure {
    width: 100%;
  }
}
#section-engineering-info_1 .section-cont .row-cnt .fl .txt {
  width: 76%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row-cnt .fl .txt {
    width: 100%;
  }
}
#section-engineering-info_1 .section-cont .row2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row2 {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-info_1 .section-cont .row2 .box {
  width: 48%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_1 .section-cont .row2 .box {
    width: 100%;
  }
}

#section-engineering-info_2 .section-cont .row-cnt .fl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .row-cnt .fl {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-info_2 .section-cont .row-cnt .fl figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .row-cnt .fl figure {
    width: 100%;
  }
}
#section-engineering-info_2 .section-cont .row-cnt .fl .txt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .row-cnt .fl .txt {
    width: 100%;
  }
}
#section-engineering-info_2 .section-cont .img {
  text-align: center;
  margin: 0 0 4.39238653vw;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_2 .section-cont .img {
    margin: 0 0 60pc;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .img {
    margin: 0 0 10.6666666667vw;
  }
}
#section-engineering-info_2 .section-cont .img img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .img img {
    width: 100%;
  }
}
#section-engineering-info_2 .section-cont .box dl dt {
  font-size: 1.317715959vw;
  margin: 2.9282576867vw 0 1.4641288433vw;
  font-weight: 600;
  color: #113E73;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_2 .section-cont .box dl dt {
    font-size: 18px;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .box dl dt {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
#section-engineering-info_2 .section-cont .box dl dd {
  font-size: 1.1713030747vw;
  line-height: 2;
  margin: 0 0 2.9282576867vw;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_2 .section-cont .box dl dd {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_2 .section-cont .box dl dd {
    font-size: 4vw;
    margin: 0 0 5.3333333333vw;
  }
}

#section-engineering-info_3 .section-cont .box + .box {
  padding: 4.39238653vw 0 0;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_3 .section-cont .box + .box {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .box + .box {
    padding: 10.6666666667vw 0 0;
  }
}
#section-engineering-info_3 .section-cont .box p strong {
  font-size: 112%;
  font-weight: bold;
  color: #113E73;
}
#section-engineering-info_3 .section-cont .box p + h4 {
  padding-top: 1em;
}
#section-engineering-info_3 .section-cont .box ul li {
  padding: 0 0 0 1em;
  position: relative;
}
#section-engineering-info_3 .section-cont .box ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#section-engineering-info_3 .section-cont .box ul + h4 {
  padding-top: 1em;
}
#section-engineering-info_3 .section-cont .box .fl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .box .fl {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
#section-engineering-info_3 .section-cont .box .fl figure {
  width: 32%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .box .fl figure {
    width: 100%;
  }
}
#section-engineering-info_3 .section-cont .box .fl .txt {
  width: 65%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .box .fl .txt {
    width: 100%;
  }
}
#section-engineering-info_3 .section-cont .img {
  text-align: center;
}
#section-engineering-info_3 .section-cont .img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .img img {
    width: 100%;
  }
}
#section-engineering-info_3 .section-cont .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.9282576867vw 8%;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1667px) {
  #section-engineering-info_3 .section-cont .list {
    gap: 40px 8%;
  }
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .list {
    width: 100%;
    gap: 5.3333333333vw 4%;
  }
}
#section-engineering-info_3 .section-cont .list .box {
  width: 28%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #section-engineering-info_3 .section-cont .list .box {
    width: 80%;
  }
}
#section-engineering-info_3 .section-cont .list .box figure img {
  border: solid #F2F2F2 1px;
}
#section-engineering-info_3 .section-cont .list .box h4 {
  margin-bottom: 1em;
}
#section-engineering-info_3 .section-cont .list .box p {
  padding: 1em 0 0;
  font-size: 87.5%;
}/*# sourceMappingURL=common.css.map */