@charset "UTF-8";
/*
Theme Name: 防府荷役テンプレート
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  scroll-behavior: smooth;
}

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

img {
  vertical-align: top;
}

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

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

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

header {
  background-color: #fff;
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  header {
    position: relative;
    min-width: auto;
    padding: 0;
  }
}
header .wrap {
  display: flex;
  justify-content: space-between;
  color: #000;
}
header .wrap .logo img {
  margin: 1em;
  width: 70%;
}
@media screen and (max-width: 600px) {
  header .wrap .logo img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  header .wrap .logo {
    z-index: 15;
  }
}
header .wrap .right {
  margin-top: 1em;
  margin-right: 5em;
}
header .wrap .support {
  display: flex;
}
@media screen and (max-width: 600px) {
  header .wrap .support {
    display: none;
  }
}
header .wrap .support:before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background-image: url(./images/pc/icon_tell.png);
  background-size: cover;
  margin-right: 0.6em;
}
header .wrap .support .tel .number {
  font-size: 2em;
  margin-bottom: -0.2em;
}
header .wrap .support .tel .time {
  font-size: 1em;
}
header .wrap .mail {
  align-items: center;
  display: flex;
  font-size: 1em;
  margin-top: 0.3em;
}
@media screen and (max-width: 600px) {
  header .wrap .mail {
    display: none;
  }
}
header .wrap .mail:before {
  content: "";
  display: block;
  width: 3.2em;
  height: 3.2em;
  background-image: url(./images/pc/icon_mail.png);
  background-size: cover;
  margin-right: 0.3em;
}
header .wrap:before {
  content: "";
  display: none;
  position: absolute;
  width: 100vw;
  height: 90px;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  header .wrap:before {
    display: block;
  }
}
header .menu {
  background-color: #0f2d5c;
  height: 90px;
  text-align: center;
}
header .menu nav {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 0 20%;
}
header .menu nav a {
  width: 25%;
  height: 100%;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 600px) {
  header .menu nav a {
    display: flex;
    height: 50px;
    padding-top: 0;
    width: 100%;
    text-align: left;
    align-items: center;
    margin: 0 2em;
    border-bottom: dashed 1px #aaaaaa;
  }
}
@media screen and (max-width: 600px) {
  header .menu nav {
    height: auto;
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  header .menu {
    height: 260px;
    position: absolute;
    top: -100vh;
    width: 100vw;
    z-index: 5;
    transition: 0.5s;
    padding: 2em 0;
  }
}
header .menubtn {
  display: none;
  position: absolute;
  right: 15px;
  margin-top: -50px;
  width: 10vw;
  height: 3px;
  background-color: #1e3962;
  transition: 0.3s;
  z-index: 20;
}
@media screen and (max-width: 600px) {
  header .menubtn {
    display: block;
  }
}
header .menubtn:before, header .menubtn:after {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 3px;
  background-color: #1e3962;
}
header .menubtn:before {
  top: -12px;
}
header .menubtn:after {
  bottom: -12px;
}
header #menubtn {
  display: none;
}
header #menubtn:checked ~ .menubtn {
  background-color: rgba(0, 0, 0, 0);
}
header #menubtn:checked ~ .menubtn:before {
  transform: rotate(45deg);
  top: 0;
}
header #menubtn:checked ~ .menubtn:after {
  transform: rotate(-45deg);
  top: 0;
}
header #menubtn:checked ~ .menu {
  top: 90px;
}

section[id^=top-] {
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  section[id^=top-] {
    min-width: auto;
    padding: 0;
  }
}

#top-image img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #top-image {
    min-width: auto;
  }
}

#top-movie {
  min-width: 1080px;
  position: relative;
  height: 700px;
  background-size: cover;
  color: #fff;
  text-align: center;
  z-index: 4;
  margin: 80px 60px;
}
#top-movie video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 600px) {
  #top-movie {
    min-width: auto;
    margin: 80px 0;
  }
}
#top-movie .top {
  position: relative;
  padding-top: 3em;
  padding-bottom: 2em;
  font-size: 3em;
  line-height: 2em;
  transition: 1s 0.5s;
  opacity: 0;
}
#top-movie .top.fade-in {
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #top-movie .top {
    padding-bottom: 1em;
    font-size: 2em;
  }
  #top-movie .top span {
    display: inline-block;
  }
}
#top-movie .bottom {
  position: relative;
  text-align: center;
  padding-bottom: 2em;
  transition: 1s 1s;
  opacity: 0;
}
#top-movie .bottom.fade-in {
  opacity: 1;
}
#top-movie .bottom a {
  margin-left: 2em;
}
#top-movie .bottom img {
  width: 30%;
}
@media screen and (max-width: 600px) {
  #top-movie .bottom {
    padding-bottom: 2em;
  }
  #top-movie .bottom img {
    width: 70%;
  }
}

#top-service .title {
  margin: 3em 0;
}
@media screen and (max-width: 600px) {
  #top-service .title img {
    width: 60%;
  }
}
#top-service h2 {
  text-align: center;
}
#top-service .content {
  height: 700px;
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
}
@media screen and (max-width: 600px) {
  #top-service .content {
    height: auto;
    flex-direction: column;
  }
}
#top-service .content .left {
  position: relative;
  background: url(./images/pc/contents_1_01.jpg);
  background-size: cover;
  background-position: bottom;
  width: 45%;
  height: 700px;
  margin: 0 1.25%;
}
@media screen and (max-width: 600px) {
  #top-service .content .left {
    width: 100vw;
    background-position: 60%;
    margin: 0;
  }
}
#top-service .content .right {
  position: relative;
  background-size: cover;
  background: url(./images/pc/contents_1_02.jpg);
  background-size: cover;
  width: 45%;
  height: 700px;
  margin: 0 1.25%;
}
@media screen and (max-width: 600px) {
  #top-service .content .right {
    margin-top: 2em;
    width: 100vw;
    background-position: 40%;
    margin: 0;
  }
}
#top-service .content .up {
  text-align: center;
  padding: 4em 0;
}
#top-service .content .up img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #top-service .content .up {
    padding-top: 4em;
  }
}
#top-service .content .text {
  color: #fff;
  font-size: 1em;
  text-align: left;
  line-height: 2;
  padding: 2em 16%;
}
#top-service .content .bottom {
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  text-align: center;
}
#top-service .content .bottom img {
  width: 70%;
  margin: 0 auto;
}

#top-news-title {
  text-align: center;
}

#top-news {
  display: block;
  background: url(./images/pc/news_img.jpg);
  background-size: 100%;
  background-size: cover;
  height: 1020px;
}
@media screen and (max-width: 600px) {
  #top-news {
    min-width: auto;
    height: auto;
    min-height: 1020px;
    padding: 0;
    background-size: cover;
    background-position: 75%;
  }
}
#top-news .top {
  padding-top: 5em;
  padding-bottom: 1.5em;
}
#top-news h2 {
  text-align: center;
}
#top-news .text {
  font-size: 1.5em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-news .mobile-wrap {
    background-color: #fff;
  }
}
#top-news .category-select {
  font-size: 1.2em;
  min-width: 600px;
  padding-bottom: 1em;
  margin: 0 25%;
  user-select: none;
}
@media screen and (max-width: 600px) {
  #top-news .category-select {
    margin: 0;
    min-width: auto;
  }
}
#top-news .category-select nav {
  display: flex;
}
#top-news .category-select li {
  list-style: none;
  margin: 0 1em;
  width: 5em;
  text-align: center;
}
#top-news .category-select li.active {
  border-bottom: 2px solid #5a88ab;
}
#top-news .wrap {
  padding: 0.5em 0 2em 0;
}
#top-news .wrap .news-content {
  width: 40vw;
  min-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2% 7%;
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content {
    width: 70vw;
    min-width: auto;
    padding-top: 15%;
    margin: 0% 5%;
    padding: 5% 10%;
    font-size: 1.2em;
  }
}
#top-news .wrap .news-content .categories {
  display: none;
}
#top-news .wrap .news-content .categories.active {
  display: block;
}
#top-news .wrap .news-content article {
  display: flex;
  padding: 1em 0;
  border-bottom: dashed 1px #aaaaaa;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content article {
    flex-wrap: wrap;
    border-top: dashed 1px #aaaaaa;
  }
}
#top-news .wrap .news-content article .date {
  width: 12%;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content article .date {
    width: 4.5em;
  }
}
#top-news .wrap .news-content article .category {
  width: 12%;
  border: solid 1px #aaaaaa;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content article .category {
    width: auto;
    margin: 0 auto 0 0;
    padding: 0 0.5em;
  }
}
#top-news .wrap .news-content article .title {
  width: 70%;
  margin-left: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content article .title {
    margin-left: 0;
    width: 100%;
    -webkit-line-clamp: 2;
  }
}
#top-news .wrap .news-content article .title img {
  width: 1.5em;
  height: 1.5em;
}
#top-news .wrap .news-content article .arrow {
  width: 6%;
}
#top-news .wrap .news-content article .arrow img {
  width: 100%;
}
#top-news .wrap .news-content .detail {
  margin: 1.5em 0;
  text-align: center;
}
#top-news .wrap .news-content .detail img {
  width: 70%;
}
@media screen and (max-width: 600px) {
  #top-news .wrap .news-content .detail img {
    width: 90%;
  }
}

#top-bottom-menu {
  display: flex;
  justify-content: center;
  margin-top: 10em;
}
@media screen and (max-width: 600px) {
  #top-bottom-menu {
    flex-wrap: wrap;
    margin-top: 1em;
  }
}
#top-bottom-menu img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #top-bottom-menu img {
    width: 100%;
    margin: 1em 0;
  }
}

section[id^=page] {
  width: 800px;
  padding: 0 200px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section[id^=page] {
    width: auto;
    padding: auto;
    padding: 0;
  }
}
section[id^=page] .title {
  text-align: center;
  padding: 1.5em 0;
  line-height: 2.5em;
}
section[id^=page] .title .main {
  font-size: 2em;
  letter-spacing: 5px;
}
section[id^=page] .title .sub {
  font-size: 1em;
}
section[id^=page] h2 {
  font-size: 2.5em;
  text-align: left;
  color: #027bc7;
  border-bottom: 1px dashed #027bc7;
  margin: 2em -0.8em 1em -0.8em;
  padding: 0 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  section[id^=page] h2 {
    margin: 2em 0em 1em 0em;
    padding: 0;
  }
}
section[id^=page] .index {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 5em;
}
section[id^=page] .index a {
  width: 23%;
  margin: 0 1%;
}
@media screen and (max-width: 600px) {
  section[id^=page] .index a {
    width: 48%;
    margin: 0.5% 1%;
  }
}
section[id^=page] .index img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  section[id^=page] .index {
    flex-wrap: wrap;
  }
}

#top-page {
  min-width: 1200px;
}
@media screen and (max-width: 600px) {
  #top-page {
    min-width: auto;
    padding: 0;
  }
}
#top-page img {
  width: 100%;
}

#page-company .content {
  padding: 0 1em;
  margin-bottom: 4em;
}
#page-company .philosophy img {
  width: 100%;
}
#page-company .philosophy .top {
  color: #027bc7;
  margin: 1em 0;
  font-size: 1.2em;
  line-height: 1.8em;
  margin-bottom: 2em;
}
#page-company .philosophy .greeting {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page-company .philosophy .greeting {
    width: auto;
  }
}
#page-company .philosophy .greeting .message {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #page-company .philosophy .greeting .message {
    width: 100%;
  }
}
#page-company .philosophy .greeting .president {
  width: 50%;
  text-align: center;
}
#page-company .philosophy .greeting .president img {
  width: 100%;
}
#page-company .philosophy .greeting .president img.name {
  margin-top: 20px;
  width: 80%;
}
@media screen and (max-width: 600px) {
  #page-company .philosophy .greeting .president {
    width: 100%;
    margin-top: 30px;
  }
}
#page-company .history tr {
  border-bottom: 1px dotted #70797e;
}
#page-company .history td {
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
  padding: 0.8em 0;
}
@media screen and (max-width: 600px) {
  #page-company .history td {
    display: block;
    padding: 0.2em 0;
  }
}
#page-company .history .left {
  width: 19%;
}
@media screen and (max-width: 600px) {
  #page-company .history .left {
    width: auto;
  }
}
#page-company .history .right {
  width: auto;
}
#page-company .company-overview .top {
  margin-bottom: 2.5em;
}
#page-company .company-overview img {
  width: 100%;
}
#page-company .company-overview table {
  width: 100%;
}
#page-company .company-overview tr {
  border-bottom: 1px dotted #70797e;
}
#page-company .company-overview td {
  text-align: left;
  vertical-align: top;
  line-height: 1.5em;
  padding: 0.2em 0 0.2em 1em;
}
#page-company .company-overview td.president {
  font-family: "Noto Serif TC", serif;
}
#page-company .company-overview td a {
  color: #fff;
  background-color: #231715;
  width: fit-content;
  float: right;
  padding: 0.1em 1.4em;
  border-radius: 8px;
  margin-top: -1em;
}
@media screen and (max-width: 600px) {
  #page-company .company-overview td a {
    display: block;
    float: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #page-company .company-overview td {
    display: block;
  }
}
#page-company .company-overview .left {
  width: 25%;
}
@media screen and (max-width: 600px) {
  #page-company .company-overview .left {
    width: auto;
  }
}
#page-company .company-overview .right {
  width: auto;
}
#page-company .company-overview .map img {
  margin-top: 1.5em;
  width: 85%;
}
#page-company .company-overview span {
  display: inline-block;
}
#page-company .organization img {
  width: 100%;
}

#page-business .content {
  padding: 0 1em;
  text-align: left;
  margin-bottom: 5em;
}
#page-business .content img {
  width: 100%;
  margin-top: 4em;
  margin-bottom: 0.5em;
}
#page-business .content .button {
  display: block;
  width: 40%;
  margin: 0 auto;
}
#page-business .content .button img {
  margin: 2em 0 0 0;
}
@media screen and (max-width: 600px) {
  #page-business .content .button {
    width: 80%;
  }
}
#page-business .content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#page-recruit .content {
  padding: 0 1em;
}
#page-recruit .newcomer,
#page-recruit .mid-career,
#page-recruit .part-time,
#page-recruit .high-school {
  text-align: left;
}
#page-recruit table {
  width: 100%;
}
#page-recruit tr {
  border-top: 1px dotted #70797e;
  border-bottom: 1px dotted #70797e;
}
#page-recruit td {
  vertical-align: top;
  line-height: 1.5em;
  padding: 0.8em 0;
}
@media screen and (max-width: 600px) {
  #page-recruit td {
    display: block;
    padding: 0.2em 0;
  }
}
#page-recruit .left {
  width: 25%;
}
@media screen and (max-width: 600px) {
  #page-recruit .left {
    width: auto;
  }
}
#page-recruit .right {
  width: auto;
}
#page-recruit .button {
  display: block;
  text-align: center;
  margin: 2em 0 6em;
}
#page-recruit .button .entry {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #page-recruit .button .entry {
    width: 80%;
  }
}
#page-recruit .message img {
  width: 100%;
}
#page-recruit .message .top {
  color: #027bc7;
  margin: 2em 0;
  font-size: 1.2em;
  line-height: 1.8em;
}
#page-recruit .message .middle {
  text-align: left;
}
#page-recruit .message .bottom {
  background-color: #e7f5fd;
  margin: 4em -2em;
  padding: 1.5em 0;
}
#page-recruit .message .bottom a {
  color: #01a0e0;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #page-recruit .message .bottom {
    margin: 4em 0;
  }
}
#page-recruit .part-time {
  text-align: left;
}
#page-recruit .part-time table {
  margin-bottom: 5em;
}
#page-recruit .part-time .entry {
  margin-top: -2em;
}
#page-recruit .part-time .kind {
  text-align: left;
  display: flex;
  margin: 1em 0;
}
#page-recruit .part-time .kind:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/sub/arrow.png);
  background-size: cover;
  margin-top: 0.3em;
}

#page-entry h2 {
  margin: 0.5em -1em;
  padding: 0;
  border-bottom: 1px dotted #027bc7;
}
@media screen and (max-width: 600px) {
  #page-entry h2 {
    font-size: 2em;
    margin: 0.5em 0;
  }
}
#page-entry .content {
  padding: 0 1em;
  text-align: left;
}
#page-entry .tel-entry .wrap {
  margin-top: 2em;
}
#page-entry .tel-entry .tel {
  color: #027bc7;
  font-size: 2em;
  font-weight: bold;
  margin-right: 0.3em;
}
#page-entry .tel-entry .date {
  display: flex;
  margin-bottom: 4em;
}
#page-entry .tel-entry .date .holiday {
  margin-right: 2em;
}
@media screen and (max-width: 600px) {
  #page-entry .tel-entry .date .time {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #page-entry .tel-entry .date {
    flex-wrap: wrap;
  }
}
#page-entry .entry-form .top {
  margin-bottom: 2em;
}
#page-entry .entry-form .red {
  color: #c75060;
}
#page-entry .entry-form .text {
  line-height: 2em;
  margin-bottom: 5em;
}
#page-entry .entry-form table {
  width: 100%;
}
#page-entry .entry-form tr {
  border-bottom: 1px dotted #70797e;
}
#page-entry .entry-form .mw_wp_form_confirm tr {
  border-top: 1px dotted #70797e;
}
#page-entry .entry-form td {
  text-align: left;
  vertical-align: top;
  line-height: 4em;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form td {
    display: block;
    padding: 1em 0;
  }
}
#page-entry .entry-form .mw_wp_form_confirm td {
  padding: 0.5em 0;
  line-height: 1.5em;
}
#page-entry .entry-form .left {
  width: auto;
}
#page-entry .entry-form .right {
  width: 75%;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .right {
    width: auto;
  }
}
#page-entry .entry-form .right-input-max {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .right-input-max {
    width: 95%;
  }
  #page-entry .entry-form .right-input-max input,
  #page-entry .entry-form .right-input-max select {
    width: 95%;
    margin: 0 2.5%;
  }
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .right-input-half {
    display: flex;
    width: 100%;
  }
  #page-entry .entry-form .right-input-half input {
    width: 95%;
    margin: 0 2.5%;
  }
}
#page-entry .entry-form .mw_wp_form_input .required {
  display: flex;
}
#page-entry .entry-form .mw_wp_form_input .required:after {
  content: "※";
  color: #c75060;
  font-size: 0.3em;
  margin-top: -2em;
}
#page-entry .entry-form input,
#page-entry .entry-form select,
#page-entry .entry-form textarea {
  border-radius: 5px;
  background-color: #f4fdfe;
  border: 1px solid #5a88ab;
  padding: 1em 0.5em;
  box-sizing: border-box;
}
#page-entry .entry-form textarea {
  margin-top: 1.5em;
}
#page-entry .entry-form .birthday-age {
  display: flex;
  flex-wrap: wrap;
}
#page-entry .entry-form .birthday-age .age {
  margin-left: 2em;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .birthday-age .age {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .mw_wp_form_confirm .birthday {
    width: 100%;
  }
}
#page-entry .entry-form .mw_wp_form_confirm .birthday-age {
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .mw_wp_form_confirm .birthday-age {
    flex-wrap: wrap;
  }
}
#page-entry .entry-form .mw_wp_form_confirm .age {
  margin-left: 0;
}
#page-entry .entry-form .mw_wp_form_confirm .age:before {
  content: "（";
}
#page-entry .entry-form .mw_wp_form_confirm .age:after {
  content: "）";
}
#page-entry .entry-form .subhead {
  margin: 0 2em;
}
@media screen and (max-width: 600px) {
  #page-entry .entry-form .subhead {
    margin: 0;
  }
}
#page-entry .entry-form .mw_wp_form_confirm .subhead {
  margin: 0;
}
#page-entry .entry-form .mw_wp_form_confirm .subhead.input-only {
  display: none;
}
#page-entry .entry-form .post-code {
  margin-left: -1em;
}
#page-entry .entry-form .mw_wp_form_confirm .post-code {
  margin-left: 0;
}
#page-entry .entry-form .entry-right {
  display: flex;
  justify-content: space-between;
}
#page-entry .entry-form .entry-right .right-input-form {
  width: 70%;
}
#page-entry .entry-form .entry-right .right-input-form select,
#page-entry .entry-form .entry-right .right-input-form input,
#page-entry .entry-form .entry-right .right-input-form textarea {
  width: 100%;
}
#page-entry .entry-form .entry-right .right-input-form .post-code input {
  width: auto;
}
#page-entry .entry-form .note textarea {
  width: 100%;
}
#page-entry .entry-form .confirm-btn {
  cursor: pointer;
  text-align: center;
  margin: 2em 0;
}
#page-entry .entry-form .confirm-btn button {
  display: none;
}
#page-entry .entry-form .confirm-btn img {
  width: 50%;
}
#page-entry .entry-form .submit-page {
  text-align: center;
  margin: 2em 0;
}
#page-entry .entry-form .submit-page label {
  cursor: pointer;
}
#page-entry .entry-form .submit-page button {
  display: none;
}
#page-entry .entry-form .submit-page .btn {
  background-color: #231715;
  color: #ffffff;
  margin: 1em auto;
  padding: 0.5em 4em;
}
#page-entry .confirm-message {
  text-align: left;
  margin: 6em 0 4em 0;
}

#page-entry-thanks .up {
  text-align: left;
  margin: 5em 1em;
}
#page-entry-thanks .bottom {
  background-color: #e7f5fd;
  margin: 4em -2em;
  padding: 1em 0;
}
#page-entry-thanks .bottom a {
  color: #01a0e0;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #page-entry-thanks .bottom {
    margin: 4em 0em;
  }
}

.mw_wp_form .error {
  background: #ffeaea;
  padding: 0.3em 0.5em;
  margin-bottom: 10px;
  display: block;
  flex: 0 1 100%;
}

.mw_wp_form_confirm .confirm-btn {
  display: none;
}

.mw_wp_form_input .submit-page {
  display: none;
}

#page-contact .content {
  padding: 0 1em;
  text-align: left;
}
#page-contact .up {
  margin: 3em 0;
}
#page-contact .contact-form {
  text-align: left;
}
#page-contact .contact-form .red {
  color: #c75060;
  margin-left: 1em;
}
#page-contact .contact-form table {
  width: 100%;
}
#page-contact .contact-form tr {
  border-top: 1px dotted #70797e;
  border-bottom: 1px dotted #70797e;
}
#page-contact .contact-form td {
  line-height: 2.5em;
  padding: 0.5em 0;
}
@media screen and (max-width: 600px) {
  #page-contact .contact-form td {
    display: block;
    padding: 1em 0;
  }
}
#page-contact .contact-form .mw_wp_form_confirm td {
  line-height: 1.5em;
}
#page-contact .contact-form input[type=text],
#page-contact .contact-form textarea {
  width: 100%;
}
#page-contact .contact-form .post-code {
  margin-left: -1em;
}
#page-contact .contact-form .post-code input[type=text] {
  width: auto;
}
@media screen and (max-width: 600px) {
  #page-contact .contact-form .post-code {
    margin-left: 0;
  }
}
#page-contact .contact-form .mw_wp_form_confirm .post-code {
  margin-left: 0;
}
#page-contact .contact-form .left {
  width: auto;
}
#page-contact .contact-form .right {
  width: 70%;
}
@media screen and (max-width: 600px) {
  #page-contact .contact-form .right {
    width: auto;
  }
}
#page-contact .contact-form .mw_wp_form_input .required {
  display: flex;
}
#page-contact .contact-form .mw_wp_form_input .required:after {
  content: "※";
  color: #c75060;
  font-size: 0.3em;
  margin-top: -1em;
}
#page-contact .contact-form input,
#page-contact .contact-form textarea {
  border-radius: 5px;
  background-color: #f4fdfe;
  border: 1px solid #5a88ab;
  padding: 1em 0.5em;
  box-sizing: border-box;
}
#page-contact .contact-form .btn {
  background-color: #231715;
  color: #ffffff;
  margin: 1em auto;
  padding: 0.5em 4em;
}
#page-contact .contact-form button {
  display: none;
}
#page-contact .contact-form .confirm-btn {
  text-align: center;
  margin: 3em 0 6em 0;
}
#page-contact .contact-form .confirm-btn label {
  cursor: pointer;
}
#page-contact .contact-form .submit-page {
  text-align: center;
  margin: 2em 0;
}
#page-contact .contact-form .submit-page label {
  cursor: pointer;
}
#page-contact .contact-form .submit-page.send-btn {
  margin-bottom: 4em;
}
#page-contact .contact-form .confirm-message {
  margin: 2em 0;
}

#page-contact-thanks .up {
  text-align: left;
  margin: 5em 1em;
}
#page-contact-thanks .bottom {
  background-color: #e7f5fd;
  margin: 4em -2em 8em -2em;
  padding: 1em 0;
}
#page-contact-thanks .bottom a {
  color: #01a0e0;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  #page-contact-thanks .bottom {
    margin: 4em 0em 8em 0em;
  }
}

#page-single {
  margin-bottom: 5em;
}
#page-single .content {
  padding: 0 1em;
  text-align: left;
  margin-bottom: 5em;
}
#page-single .btn {
  background-color: #231715;
  color: #ffffff;
  margin: 1em auto;
  padding: 0.5em 4em;
}
#page-single button {
  display: none;
}
#page-single img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.index-news {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 5em;
}
.index-news a {
  width: 25%;
  margin: 0 1em;
}
@media screen and (max-width: 600px) {
  .index-news a {
    width: 48%;
    margin: 0.5% auto;
  }
}
@media screen and (max-width: 600px) {
  .index-news .list {
    margin: 0.5% 26%;
  }
}
.index-news img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .index-news {
    flex-wrap: wrap;
  }
}

.archive-content {
  padding: 0 1em;
}
.archive-content article {
  display: flex;
  border-bottom: dotted 1px #aaaaaa;
  border-top: dotted 1px #aaaaaa;
  padding: 0.5em 0;
  align-items: center;
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  .archive-content article {
    flex-wrap: wrap;
  }
}
.archive-content article .date {
  width: 15%;
}
@media screen and (max-width: 600px) {
  .archive-content article .date {
    width: 6em;
  }
}
.archive-content article .category {
  width: 15%;
  border: solid 1px #aaaaaa;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .archive-content article .category {
    width: 5em;
  }
}
.archive-content article .article-title {
  width: 70%;
  margin-left: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .archive-content article .article-title {
    margin-left: 0;
    width: 100%;
    -webkit-line-clamp: 2;
  }
}
.archive-content .pagination {
  margin: 4em 0;
  color: #01a0e0;
}
.archive-content .pagination .page-numbers {
  padding: 0 0.7em;
}
.archive-content .pagination .page-numbers:first-child:not(.prev) {
  border-left: 1px solid #000;
}
.archive-content .pagination .page-numbers:not(.next) {
  border-right: 1px solid #000;
}
.archive-content .pagination .current {
  color: initial;
}

#page-video .content {
  text-align: left;
  padding: 0 1em;
}
#page-video .content .video-list {
  width: 90%;
  margin: 20px auto;
}
#page-video .content .video-list iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 20px 0 30px;
}

#bottom-menu {
  min-width: 1200px;
  min-height: 650px;
  background-color: #0f2d5c;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #bottom-menu {
    min-width: auto;
    height: auto;
  }
}
#bottom-menu .wrap {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap {
    flex-wrap: wrap;
    min-width: auto;
    width: 80%;
    padding: 10%;
  }
}
#bottom-menu .wrap h2 {
  font-size: 1.2em;
}
#bottom-menu .wrap h2:before {
  content: "■";
  margin-right: 1em;
}
#bottom-menu .wrap .left {
  width: 50%;
  order: 1;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left {
    width: 100%;
    order: 4;
  }
}
#bottom-menu .wrap .left .top {
  font-size: 1.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left .top {
    font-size: 1.2em;
    border-top: solid 1px #aaaaaa;
    padding-top: 2em;
    margin-bottom: 0;
  }
}
#bottom-menu .wrap .left img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left img {
    width: 100%;
  }
}
#bottom-menu .wrap .left .access {
  font-size: 1.2em;
  margin-left: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left .access {
    font-size: 1em;
    margin-left: 0;
    margin-top: 3em;
  }
}
#bottom-menu .wrap .left .access .address {
  display: flex;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left .access .address {
    flex-wrap: wrap;
  }
}
#bottom-menu .wrap .left .access .address:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/pc/icon_wt_map.png);
  background-size: cover;
  margin-top: 0.3em;
  margin-right: 0.2em;
}
#bottom-menu .wrap .left .access .address .post {
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .left .access .address .place {
    width: 100%;
  }
}
#bottom-menu .wrap .left .access .tel {
  display: flex;
  margin-top: 2em;
}
#bottom-menu .wrap .left .access .tel:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/pc/icon_wt_tell.png);
  background-size: cover;
  margin-top: 0.3em;
  margin-right: 0.6em;
}
#bottom-menu .wrap .left .access .tel a {
  color: #01a0e0;
  text-decoration: underline;
}
#bottom-menu .wrap .left .access .mail {
  display: flex;
  margin-top: 0.5em;
}
#bottom-menu .wrap .left .access .mail:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/pc/icon_wt_mail.png);
  background-size: cover;
  margin-top: 0.3em;
  margin-right: 0.6em;
}
#bottom-menu .wrap .middle {
  width: 25%;
  order: 2;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .middle {
    width: 100%;
  }
}
#bottom-menu .wrap .middle .info {
  margin-bottom: 3em;
}
#bottom-menu .wrap .middle .support {
  margin-bottom: 3em;
}
#bottom-menu .wrap .middle .detail {
  margin-bottom: 1em;
}
#bottom-menu .wrap .middle .detail .detail-content {
  padding-left: 5em;
  line-height: 2.5;
}
#bottom-menu .wrap .middle .detail .detail-content a {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .middle .detail .detail-content {
    max-height: 0;
    overflow: hidden;
    padding-left: 1em;
    transition: 0.3s;
  }
}
#bottom-menu .wrap .right {
  width: 25%;
  order: 3;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .right {
    width: 100%;
  }
}
#bottom-menu .wrap .right .company-info {
  margin-bottom: 1em;
}
#bottom-menu .wrap .right .company-info .company-info-detail {
  padding-left: 5em;
  line-height: 2.5;
}
#bottom-menu .wrap .right .company-info .company-info-detail a {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .right .company-info .company-info-detail {
    max-height: 0;
    overflow: hidden;
    padding-left: 1em;
    transition: 0.3s;
  }
}
#bottom-menu .wrap .right .career {
  margin-top: 5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .right .career {
    margin-top: 2em;
  }
}
#bottom-menu .wrap .right .career .career-detail {
  padding-left: 5em;
  line-height: 2.5;
}
#bottom-menu .wrap .right .career .career-detail a {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  #bottom-menu .wrap .right .career .career-detail {
    max-height: 0;
    overflow: hidden;
    padding-left: 1em;
    transition: 0.3s;
  }
}
@media screen and (max-width: 600px) {
  #bottom-menu .menu {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  #bottom-menu .menu::after {
    content: "";
    background-image: url(./images/mobile/arrow_2.png);
    background-size: cover;
    display: block;
    width: 0.5em;
    height: 1em;
    margin-left: 1.5em;
    margin-top: 1.4em;
    transition: 0.3s;
  }
}
#bottom-menu .toggle {
  display: none;
}
#bottom-menu .toggle:checked + .menu::after {
  transform: rotate(90deg);
}
#bottom-menu .toggle:checked + .menu + .detail-content {
  max-height: 200px;
}
#bottom-menu .toggle:checked + .menu + .company-info-detail {
  max-height: 300px;
}
#bottom-menu .toggle:checked + .menu + .career-detail {
  max-height: 200px;
}

footer {
  min-width: calc(1200px - 1em);
  background-color: #fff;
  color: #88abc1;
  padding: 0.5em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  footer {
    min-width: auto;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
  }
}
footer .btn-top {
  position: fixed;
  bottom: -80px;
  right: 40px;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
footer .btn-top img {
  height: 70px;
}
@media screen and (max-width: 600px) {
  footer .btn-top {
    right: 20px;
  }
  footer .btn-top img {
    height: 60px;
  }
}
footer .btn-top.fade-in {
  transition: 0.3s;
  bottom: 40px;
  opacity: 1;
}
