@charset "UTF-8";
/*Reset
---------------------------------------------------------------------*/
/*html, body, div, span, object, iframe,*/
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  background: transparent;
}

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

* {
  box-sizing: border-box;
}

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

nav ul,
nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  line-height: 0;
  border: none;
  max-width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --main-rgb:0,150,202; /*水色*/
  --sub-rgb:0,62,101; /*紺色*/
  --back-rgb:230,250,250; /*うすい水色*/
  --text-rgb:51,51,51; /*#333*/
  --link-rgb:0,150,202; /*水色*/
  --sub2-rgb:250,238,43; /*黄色*/
  --red-rgb:245,40,40;
  --header-height:150px;
  --header-height-fixed:100px;
  --header-height-sp:90px;
}

/*共通
---------------------------------------------------------------------*/
html {
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

.inner {
  width: 96%;
  margin: 0 auto;
  padding: 40px 5%;
  /*@media (min-width: 1600px) {
  	max-width: 1400px;
  }*/
}
@media (min-width: 768px) and (orientation: portrait) {
  .inner {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .inner {
    max-width: 1280px;
  }
}

/*body
---------------------------------------------------------------------*/
body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  color: rgb(var(--text-rgb));
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  overflow-wrap: break-word;
}

/*wrapper
---------------------------------------------------------------------*/
#WRAPPER {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: relative;
}

#overlay {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  background-color: rgb(255, 255, 255);
}
#overlay.open {
  opacity: 1;
  visibility: visible;
}

/*header
---------------------------------------------------------------------*/
#header {
  width: 100vw;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 10px 0 0 0;
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s;
  height: var(--header-height-sp);
}
@media (min-width: 768px) {
  #header {
    height: var(--header-height);
  }
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  padding: 0px 2% 0;
}
@media (min-width: 768px) {
  #header .header_inner {
    padding: 0px 5% 0;
  }
}
#header #headerlogo {
  transition: all 0.5s;
  margin: 0;
  z-index: 100;
  width: 200px;
}
@media (min-width: 768px) {
  #header #headerlogo {
    width: 320px;
  }
}
#header #logo_ii {
  width: 60px;
  z-index: 100;
}
#header.headerfixed {
  height: var(--header-height-sp);
}
@media (min-width: 768px) {
  #header.headerfixed {
    height: var(--header-height-fixed);
  }
}
@media (min-width: 768px) {
  #header.headerfixed #headerlogo {
    width: 240px;
  }
}

/*PC*/
#pc_nav {
  display: none;
}
@media screen and (min-width: 1281px) {
  #pc_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex-grow: 2;
    gap: 10px;
  }
  #pc_nav .mainmenu {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: end;
    gap: 2em;
  }
  #pc_nav .mainmenu > li {
    margin: 0;
    font-size: clamp(0.8rem, 0.6378435518rem + 0.422832981vw, 0.9rem);
    font-weight: normal;
    position: relative;
  }
  #pc_nav .mainmenu > li a {
    padding: 0px;
    position: relative;
    color: rgb(var(--text-rgb));
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
  #pc_nav .mainmenu > li.navi_policy {
    display: none;
  }
}

#body_about #pc_nav .mainmenu li.navi_about a,
#body_case #pc_nav .mainmenu li.navi_case a,
#body_company #pc_nav .mainmenu li.navi_company a,
#body_info #pc_nav .mainmenu li.navi_info a,
#body_contact #pc_nav .mainmenu li.navi_contact a,
#pc_nav .mainmenu li a:hover {
  border-bottom: 2px solid rgb(var(--main-rgb));
}

#menu_btn {
  position: relative;
  cursor: pointer;
  padding: 0 0px;
  width: 55px;
  height: 55px;
  z-index: 25;
  overflow: hidden;
  flex-shrink: 0;
  text-align: center;
  font-size: 15px;
}
#menu_btn span:not(:nth-of-type(3)) {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 5%;
  height: 2px;
  border-radius: 5px;
  background: rgb(var(--main-rgb));
  width: 90%;
}
#menu_btn span:nth-of-type(1) {
  top: 14px;
}
#menu_btn span:nth-of-type(2) {
  top: 26px;
}
#menu_btn span:nth-of-type(3) {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgb(var(--sub-rgb));
}
#menu_btn.active span:nth-of-type(1) {
  top: 12px;
  transform: translateY(6px) rotate(-155deg);
}
#menu_btn.active span:nth-of-type(2) {
  top: 24px;
  transform: translateY(-6px) rotate(155deg);
}

#mainnavi {
  z-index: 20;
  height: 100vh;
  width: 100vw;
  padding: var(--header-height-sp) 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #mainnavi {
    padding: var(--header-height) 0;
  }
}
#mainnavi.active {
  opacity: 1;
  visibility: visible;
}
#mainnavi ul.mainmenu {
  width: 90%;
  max-width: 480px;
  margin: 30px auto 30px;
  border-top: solid 1px rgb(var(--main-rgb));
}
#mainnavi ul.mainmenu li {
  margin: 0;
  padding: 0.5em 0;
  font-size: 1rem;
  border-bottom: solid 1px rgb(var(--main-rgb));
}
#mainnavi ul.mainmenu li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: rgb(var(--text-rgb));
  position: relative;
}
#mainnavi ul.mainmenu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid rgb(var(--main-rgb));
  border-right: 2px solid rgb(var(--main-rgb));
  transform: translate(0, -50%) rotate(45deg);
}

/*main
---------------------------------------------------------------------*/
#main {
  padding: 0px 0 0 0;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin-top: var(--header-height-sp);
}
@media (min-width: 768px) {
  #main {
    margin-top: var(--header-height);
  }
}

#body_top #topicpath {
  display: none;
}

#topicpath {
  padding: 0;
  font-size: 0.7rem;
  margin: 0 auto 2em;
}

/*sidecol
---------------------------------------------------------------------*/
/*footer
---------------------------------------------------------------------*/
#footer {
  margin: 0px 0;
  background: #FFFFFF;
  padding: 0px 0 0px;
  position: relative;
}
#footer #copyright {
  margin: 0em auto 1em;
  padding: 0px 0px;
  text-align: center;
  color: #999999;
  font-size: 0.75rem;
}

.contact_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer h2 {
  font-size: clamp(1.2rem, 0.7135306554rem + 1.2684989429vw, 1.5rem);
  margin: 0;
  color: rgb(var(--sub-rgb));
  text-align: center;
}

#footer h3 {
  margin: 1em 0 0.5em;
  padding: 0 0 0;
  font-size: clamp(1rem, 0.5946088795rem + 1.0570824524vw, 1.25rem);
  color: rgb(var(--main-rgb));
}

#footernavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0 0;
}
#footernavi a {
  font-size: 0.8rem;
}

/*banner_area
---------------------------------------------------------------------*/
#header .banner_area {
  padding: 2% 5%;
}

.banner_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: center;
  align-items: center;
}
.banner_area ul li {
  width: 45%;
  max-width: 240px;
  text-align: center;
  flex-grow: 2;
}
.banner_area ul li a {
  display: block;
  padding: 0 !important;
}
.banner_area ul li img {
  border: solid 1px #999;
}

/*common
---------------------------------------------------------------------*/
#maincol {
  z-index: 10;
  position: relative;
  padding: 0px 0 0 0;
}

#maincol article {
  margin: 50px 0 0;
  padding: 0;
}

#maincol article:first-of-type {
  margin-top: 0px;
}

#body_top #maincol article:first-of-type {
  margin-top: 50px;
}

#maincol article#project,
#maincol article#top_case,
#maincol article#info,
#maincol article#case,
#maincol article.back {
  background-color: rgb(var(--back-rgb));
}

#maincol h1 {
  margin: 0em 0 0em;
  padding: 0 0 0.5em;
  font-size: clamp(1.25rem, 0.3581395349rem + 2.3255813953vw, 1.8rem);
  color: rgb(var(--sub-rgb));
  font-weight: normal;
  position: relative;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 1px solid #DDD;
}
#maincol h1.top_h1 {
  margin-bottom: 1em;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #FFF;
  font-weight: bold;
  background-color: rgba(var(--main-rgb));
}
#maincol h1.top_h1 img {
  width: 3em;
  margin-top: -0.75em;
}

#maincol h2 {
  font-size: clamp(1.2rem, 0.5513742072rem + 1.6913319239vw, 1.6rem);
  margin: 1em 0 0.5em 0px;
  padding: 0 0 0 12px;
  color: rgb(var(--sub-rgb));
  border-left: solid 6px rgb(var(--main-rgb));
}

#maincol h2:first-child {
  margin: 0em 0 0.5em 0;
}

#maincol h3 {
  margin: 1em 0 0.5em;
  padding: 0 0 0;
  font-size: clamp(1rem, 0.3513742072rem + 1.6913319239vw, 1.4rem);
  color: rgb(var(--main-rgb));
  position: relative;
}
p {
  margin: 0 0 1em;
}

.box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 5%;
}

.margin_top {
  margin-top: 50px !important;
}

.center {
  text-align: center !important;
}

.txtleft {
  text-align: left !important;
}

.txtright {
  text-align: right !important;
}

.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

.widthmax {
  width: 100%;
}

img.image {
  border-radius: 20px;
  width: 80%;
  max-width: 640px;
}

strong {
  font-weight: bold;
  font-size: 110%;
}

em, .red {
  color: rgb(var(--red-rgb));
}

a {
  text-decoration: none;
  color: rgb(var(--link-rgb));
  transition: all 0.2s;
}
a:hover {
  color: rgb(var(--main-rgb));
}
a img {
  transition: all 0.2s;
}
a:hover img {
  opacity: 0.8;
}

.linkbtn a,
.submitbutton input {
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0.75em 1.5em;
  background-color: rgb(var(--main-rgb));
  color: #FFF;
  font-weight: bold;
  border-radius: 50px;
  min-width: 320px;
}
.linkbtn a::after,
.submitbutton input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translate(0, -50%) rotate(45deg);
}
.linkbtn_b a {
  background-color: rgb(var(--sub-rgb));
}

.linkbtn_r a {
  padding: 0.5em 1.5em !important;
  width: 90%;
  background-color: rgb(var(--red-rgb));
}

.submitbutton input {
  -webkit-appearance: none;
  border: 0;
  font-size: 1em;
  cursor: pointer;
}

.link_img a {
  width: 100%;
  display: inline-block;
  max-width: 600px;
}

a.pdf::after,
a.doc::after,
a.xls::after {
  display: inline-block;
  content: "";
  border-radius: 20px;
  font-size: 70%;
  padding: 3px 8px;
  line-height: 1;
  margin-left: 0.2em;
  background-color: #FFF;
  border: solid 1px #000;
}

a.pdf {
  position: relative;
}
a.pdf::after {
  content: "PDF";
  border-color: red;
  color: red;
}

a.doc {
  position: relative;
}
a.doc::after {
  content: "Word";
  border-color: blue;
  color: blue;
}

a.xls {
  position: relative;
}
a.xls::after {
  content: "Excel";
  border-color: green;
  color: green;
}

a.blank:not(a:has(img)) {
  position: relative;
}
a.blank:not(a:has(img))::after {
  content: "　";
  display: inline-block;
  margin: 0 5px;
  width: 14px;
  background-image: url("../img/blank.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}

.kome {
  text-indent: -1em;
  padding-left: 1em;
}

#maincol li {
  margin-bottom: 0.5em;
}

table.default {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 15px;
}
table.default tr {
  border-top: solid 1px rgba(var(--main-rgb), 1);
  border-left: solid 1px rgba(var(--main-rgb), 1);
}
table.default th, table.default td {
  padding: 0.5em 1em;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
  border-bottom: solid 1px rgba(var(--main-rgb), 1);
  border-right: solid 1px rgba(var(--main-rgb), 1);
}
table.default th {
  font-weight: bold;
}
table.default thead th {
  text-align: center;
}
table.default tbody th {
  text-align: left;
  vertical-align: top;
  background-color: rgba(var(--main-rgb), 0.1);
  white-space: nowrap;
}

@media (max-width: 767px) {
  table.cellblock tr {
    display: block;
    margin-bottom: 3px;
  }
  table.cellblock th, table.cellblock td {
    display: block;
    padding: 0.5em;
  }
  .scroll {
    overflow: auto;
    margin: 0 0 2em;
  }
  .scroll table {
    position: relative;
    width: auto;
  }
  .scroll th, .scroll td {
    white-space: nowrap;
  }
}
dl.dl_default div {
  margin: 0 0 1em 0em;
}
dl.dl_default dt {
  margin: 0 0 0.5em;
  padding: 0 0 0;
  position: relative;
  color: rgb(var(--sub-rgb));
  font-weight: bold;
  font-size: clamp(0.95rem, 0.5446088795rem + 1.0570824524vw, 1.2rem);
}
dl.dl_default dd {
  margin: 0 0 1em 2em;
}

dl.whatsnew {
  margin: 0;
}
dl.whatsnew div {
  margin: 0 0 0em;
  padding: 1em 0em;
  display: flex;
  gap: 1em;
  border-bottom: solid 1px #DDD;
}
dl.whatsnew dt {
  margin: 0 0;
  padding: 0 0 0;
  position: relative;
  flex-shrink: 0;
}
dl.whatsnew dd {
  margin: 0 0;
}

dl.case_index {
  margin: 0;
}
@media (min-width: 768px) {
  dl.case_index {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
dl.case_index div {
  margin: 0 0 0em;
  padding: 1em 0em;
}
@media (min-width: 768px) {
  dl.case_index div {
    width: 47.5%;
  }
}
dl.case_index dt {
  margin: 0 0 0.25em;
  padding: 0 0 0;
  position: relative;
  font-size: 1.15em;
  font-weight: bold;
}
dl.case_index dt a {
  color: rgb(var(--sub-rgb));
}
dl.case_index dd {
  margin: 0 0;
  font-size: 0.8em;
}
dl.case_index dd a {
  color: rgb(var(--text-rgb));
}
dl.case_index dd img {
  border-radius: 10px;
  display: block;
  margin-bottom: 0.5em;
}

/*TOPページ*/
/*TOPスライド*/
.topmainimage {
  overflow: hidden;
}
.topmainimage div.mainimage {
  background-color: rgb(var(--main-rgb));
  border-bottom-right-radius: 1600px 400px;
  border-bottom-left-radius: 1600px 400px;
  margin: 0 -100px 0px;
  padding: 30px 100px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.topmainimage div.mainimage .main01_img, .topmainimage div.mainimage .main02_img {
  width: 48%;
  max-width: 360px;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .topmainimage div.mainimage {
    flex-wrap: nowrap;
  }
  .topmainimage div.mainimage .main_img {
    width: 48%;
    max-width: 860px;
    order: 2;
    flex-shrink: 0;
  }
  .topmainimage div.mainimage .main_img .main01_img, .topmainimage div.mainimage .main_img .main02_img {
    max-width: 360px;
  }
  .topmainimage div.mainimage .main01_img {
    order: 1;
  }
  .topmainimage div.mainimage .main02_img {
    order: 3;
  }
}

#body_top #maincol article:first-child {
  margin-top: 50px;
}

/*about*/
#maincol #project h2 {
  margin-top: 0px;
  padding: 0;
  border: 0;
}
#maincol #project h2 img {
  width: 100%;
  max-width: 720px;
}

/*company　企業訪問会*/
#body_company h1.company_title {
  border-bottom: 0px solid #DDD;
  background-color: rgb(var(--back-rgb));
  margin: 0;
  padding: 0;
  line-height: 0.1;
}
#body_company h1.company_title img {
  width: 100%;
  max-width: 720px;
}

.profile {
  padding: 0.25em 0;
  border-bottom: 1px solid rgb(var(--sub-rgb));
}
.profile h3 {
  color: rgb(var(--sub-rgb)) !important;
  font-size: 1rem;
  margin: 0px 0 1em;
  font-weight: normal;
  position: relative;
  padding: 0 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.profile h3:after {
  content: "";
  display: block;
  margin: 0 0.5em;
  width: 90%;
  height: 1px;
  background-color: rgb(var(--sub-rgb));
}
dl.c_day_time {
  margin: 1em auto 2em;
}
dl.c_day_time div {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  gap: 1em;
}
dl.c_day_time dt {
  background-color: rgb(var(--main-rgb));
  color: #FFF;
  padding: 3px 0.5em;
  border-radius: 30px 30px;
  width: 6em;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  flex-shrink: 0;
}
dl.c_day_time dd {
  line-height: 1;
  color: rgb(var(--sub-rgb));
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0 0 0em;
}
dl.c_day_time dd b {
  font-size: 1.8em;
}

#maincol .event {
  border-radius: 10px;
  background-color: #FFF;
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
  padding: 0 0 20px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}
#maincol .event h2.course {
  padding: 10px;
  background-color: rgb(var(--main-rgb));
  color: #FFF;
  text-align: center;
}
#maincol .event h2.course span {
  background-color: rgb(var(--sub2-rgb));
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  height: 1.5em;
  width: 1.5em;
  margin-left: 0.25em;
  color: rgb(var(--main-rgb));
}
#maincol .event h3 {
  font-size: 1.1em;
  margin: 0px 5% 0.5em;
  font-weight: bold;
  position: relative;
  padding: 0 0;
  text-align: center;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
#maincol .event h3:before, #maincol .event h3:after {
  content: "";
  display: block;
  margin: 0 0.5em;
  width: 40%;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(var(--main-rgb));
}
#maincol .event dl.c_day_time {
  margin: 1em 5% 2em;
}
#maincol .event dl.schedule {
  margin: 0 5%;
}
#maincol .event dl.schedule div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2em 0 1em;
}
#maincol .event dl.schedule div.c_shosai {
  border: solid 2px rgb(var(--main-rgb));
  border-radius: 15px;
  margin-bottom: 2.25em;
  padding: 1em;
  position: relative;
}
#maincol .event dl.schedule div.c_shosai:after {
  display: block;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid rgb(var(--main-rgb));
  position: absolute;
  bottom: -2.5em;
}
#maincol .event dl.schedule div.c_shosai dt {
  position: relative;
  padding: 0.5em 0 0 0;
  width: 100%;
  color: rgb(var(--sub-rgb));
  font-size: 1.15em;
}
#maincol .event dl.schedule div.c_shosai dt span {
  display: block;
  content: "";
  background-color: rgb(var(--main-rgb));
  color: #FFF;
  padding: 0.1em 1em;
  border-radius: 30px 30px;
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
#maincol .event dl.schedule div.c_shosai dt span:before {
  display: block;
  content: "";
  border: 8px solid transparent;
  border-top: 10px solid rgb(var(--main-rgb));
  position: absolute;
  bottom: calc(-0.9em + 3px);
  left: 50%;
  transform: translateX(-50%);
}
#maincol .event dl.schedule div.c_shosai dd {
  margin: 0.5em 0;
  padding: 0.75em 0 0 0;
  border-top: dotted 3px rgb(var(--main-rgb));
}

#maincol .event_shosai dl.schedule dt {
  font-weight: bold;
}
/*お知らせ*/
.pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 3em 0 1em;
}
.pagination a, .pagination span {
  width: 2em;
  height: 2em;
  border: 1px solid rgb(var(--main-rgb));
  background-color: rgb(var(--main-rgb));
  color: #FFF;
  display: block;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
}
.pagination a {
  background-color: #FFF;
  color: rgb(var(--main-rgb));
}
.pagination .pagination_prev, .pagination .pagination_next {
  background-color: transparent;
  position: relative;
  border: 0;
}
.pagination .pagination_prev:before, .pagination .pagination_next:before {
  content: "";
  background-color: rgb(var(--main-rgb));
  position: absolute;
  height: 20px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .pagination_prev:before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.pagination span.pagination_prev:before, .pagination span.pagination_next:before {
  background-color: rgb(200, 200, 200);
}

.prev_next_html {
  display: flex;
  justify-content: space-between;
  margin: 5em 0 0 0;
  padding: 1em 0 0 0;
  border-top: 1px dotted #ddd;
  font-size: 90%;
}
.prev_next_html div {
  gap: 1em;
  flex-grow: 2;
}
.prev_next_html .news_next {
  text-align: right;
}
.prev_next_html .news_prev a, .prev_next_html .news_next a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.prev_next_html .news_prev a:before, .prev_next_html .news_next a:after {
  content: "";
  display: block;
  background-color: rgb(var(--main-rgb));
  position: absolute;
  height: 15px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0.25em;
}
.prev_next_html .news_prev a:before {
  left: 0;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.prev_next_html .news_next a:after {
  right: 0;
}

/*フォーム*/
#body_contact #footer .contact_area,
#body_contact #footer .banner_area,
#body_contact #footer #footernavi,
.wrap_form #footer .contact_area,
.wrap_form #footer .banner_area,
.wrap_form #footer #footernavi {
  display: none;
}

.wpcf7 {
  max-width: 480px;
  margin: auto;
}

.wpcf7-spinner {
  display: block !important;
}

.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  border: solid 1px rgb(150, 150, 150);
  border-radius: 5px;
  padding: 0.5em;
  background-color: #FFF;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search],
input[type=url] {
  width: 20em;
}

input[type=number] {
  width: 5em;
}

textarea {
  width: 100%;
  height: 6em;
}

input::placeholder {
  font-size: 0.8rem;
}

input[type=checkbox],
input[type=radio] {
  transform: scale(1.5);
  margin: 0 0.75em 0 0.5em;
  accent-color: red;
}

button {
  border: 0;
}

select {
  font-size: 16px;
  padding: 0.5em;
  background-color: rgb(225, 225, 225);
  border-radius: 5px;
}

/**/
.iframe {
  margin: 30px auto;
}
.iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 720px;
  display: block;
  margin: auto;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .flex_box {
    display: flex;
    justify-content: space-around;
    gap: 2%;
  }
}
@media print {
  footer, #overlay, #menu_btn, #yoyaku_link_btn, #sidecol, #topicpath {
    display: none;
  }
  header {
    position: relative !important;
  }
}

/*# sourceMappingURL=base.css.map */
