@charset "UTF-8";

.read .catch,
.kodawari section h2,
.u-layout__lead {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", source-han-serif-japanese;
}

.read h1,
.read p:not(.catch),
.division ul li a,
.kodawari section p,
#torikumi h3,
#torikumi article p,
#torikumi article .text,
#torikumi article h4,
.u-layout__heading,
.u-layout__text,
.u-layout__btn {
  font-family: "Noto Sans JP", noto-sans-cjk-jp, sans-serif;
}

.l-clumb--se .l-clumb__item:nth-child(3)::before,
.l-clumb__item:nth-child(2)::before,
.l-clumb__link,
.l-clumb__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.l-clumb__link {
  transition: 350ms ease;
}

.l-clumb {
  position: relative;
  z-index: 1;
}

.l-clumb--se .l-clumb__item:nth-child(2) {
  overflow: visible;
}

.l-clumb--se .l-clumb__item:nth-child(3) {
  max-width: 47.5vw;
}

.l-clumb--se .l-clumb__item:nth-child(3)::before {
  content: "/";
  color: #242424;
  padding: 0 1rem;
}

.l-clumb__inner {
  padding: 1.3rem 1.5rem;
}

.l-clumb__list {
  display: flex;
}

.l-clumb__item {
  display: flex;
}

.l-clumb__item:nth-child(2) {
  overflow: hidden;
}

.l-clumb__item:nth-child(2)::before {
  content: "/";
  color: #242424;
  padding: 0 1rem;
}

.l-clumb__link {
  display: flex;
  color: #242424;
  position: relative;
  text-decoration: none;
}

.l-clumb__link:hover {
  color: var(--site_color);
}

.l-clumb__text {
  color: #242424;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

/* header */

.header {
  background: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  border-bottom: 5px solid var(--site_color);
}

.drawer-content a {
  color: white;
  text-shadow: none;
}

/* header end */

/* head_visual */

figure.head_visual {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
}

figure.head_visual img {
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}

/* read */

.read {
  max-width: var(--site_width);
  margin: 80px auto;
  text-align: center;
}

.read h1 {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.read h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e2680d;
  transform: translate(-50%, 0);
  bottom: 0;
  left: 50%;
}

.read .catch {
  font-size: 2.125rem;
  margin: 2.5rem 0 0;
  text-align: center;
  font-weight: bold;
}

.read .btn {
  max-width: 362px;
  margin: 0 auto;
}

.read .btn_wrap {
  margin: 2.5rem 0 0;
}

.read .page_nav {
  display: flex;
  flex-flow: row wrap;
  max-width: 560px;
  justify-content: space-between;
  margin: 4rem auto 0;
}

.read .page_nav .btn {
  flex-basis: 48%;
  max-width: 270px;
  margin: 0;
}

.read .page_nav .btn:nth-of-type(n + 3) {
  margin: 1rem 0 0;
}

.read .page_nav .btn::after {
  display: none;
}

.read p:not(.catch) {
  font-size: 1rem;
  margin: 2.5rem auto 0;
  text-align: left;
  max-width: 700px;
}

/* read end */

/* l-main */

.l-main {
  padding: 6rem 0 0;
}

/* about */

/* division */

.division .btn {
  margin: 2.5rem auto 0;
}

.division ul li a {
  font-weight: 600;
  color: #144296;
}

.division ul li a img {
  width: 100%;
  border-radius: 20px;
}

/* division end */

/* kodawari */

.kodawari {
  max-width: var(--site_width);
  margin: 80px auto;
}

.kodawari section {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.kodawari section img {
  width: 100%;
  border-radius: 20px;
}

.kodawari section article {
  margin-right: 20px;
}

.kodawari section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.kodawari section p {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.kodawari section:nth-child(even) {
  flex-direction: row;
}

.kodawari section:nth-child(even) article {
  margin-left: 20px;
}

/* kodawari end */

/* torikumi */

#torikumi {
  margin: 3rem 0 0;
}

#torikumi h2 {
  background: url(../../../../../uploads/2020/11/about-bg.jpg) no-repeat center center;
  text-align: center;
  padding: 120px 1rem;
  color: #fff;
  font-size: 1.8em;
  text-shadow: 0 0 2px black;
  border-radius: 20px;
  max-width: 1600px;
  margin: 0 auto 5rem;
}

#torikumi h2 span {
  display: block;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 0.8em;
}

#torikumi h3 {
  max-width: var(--site_width);
  margin: 0 auto;
  text-align: center;
  font-size: 1.6em;
  border-bottom: 1px solid var(--site_color);
  border-top: 1px solid var(--site_color);
  padding: 15px 0;
}

#torikumi article {
  max-width: var(--site_width);
  margin: 0px auto;
  display: flex;
  padding: 4rem 3.9vw;
}

#torikumi article .text {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  width: min(60%, 678px);
  margin: 0 0 0 3rem;
}

#torikumi article figure {
  width: min(40%, 452px);
}

#torikumi article figure img {
  border-radius: 20px;
  vertical-align: top;
}

#torikumi article h4 {
  font-size: clamp(1.25rem, 1.875vw, 1.5rem);
  margin-bottom: 0.5em;
}

#torikumi article h5 {
  font-size: 1em;
  margin: 15px 0;
}

/* torikumi end */

/* about end */

/* business */

.division h2 {
  padding: 80px 0;
  text-align: center;
}

.division h2 span {
  display: inline-block;
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
}

.division article {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}

#seisan.division article {
  flex-direction: row;
}

.division article .text {
  width: 70%;
}

.division article figure {
  width: 30%;
  margin-left: 15px;
}

.division article:nth-child(2) figure {
  margin-right: 15px;
}

.division h3 {
  margin-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.division h4 {
  margin: 15px 0;
}

/* business end */

/* information */

#information h1 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}

#information nav ul {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

#information nav ul li {
  list-style: none;
}

#information nav ul li a {
  text-decoration: none;
  display: block;
  color: var(--site_color);
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid var(--site_color);
}

#information nav ul li a:hover,
#information nav ul li a.active {
  background: var(--site_color);
  color: #fff;
}

#information .detail {
  margin: 0 80px;
}

#information .detail h2 {
  margin-bottom: 15px;
  font-weight: normal;
}

#information .detail .date {
  text-align: right;
}

#information .detail p {
  margin-bottom: 20px;
}

#information .detail img.eye_catch {
  width: 80%;
  margin: 0 auto 20px auto;
  display: block;
}

/* information end */

/* company */

#president h1,
#greeting h1,
#outline h2,
#history h2,
#group h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}

#president article figure figcaption {
  font-size: 1em;
  text-align: center;
}

#president article figure figcaption span {
  font-size: 0.8em;
  display: block;
  text-align: center;
  margin: 10px auto;
}

#president article p {
  margin-bottom: 1.5em;
}

#greeting .btn {
  max-width: 320px;
  margin: 0 auto;
}

/* company end */

/* contact */

span.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item label {
  display: flex;
}

span.wpcf7-list-item input[type=radio] {
  align-self: center;
}

#check {
  align-self: center;
  margin: 0 1rem 0 0;
}

.radio-1 {
  display: block;
}

.radio-1 .wpcf7-radio {
  display: block;
}

.radio-1 span.wpcf7-list-item {
  display: block;
}

.radio-1 .wpcf7-list-item-label {
  display: block;
  margin: 0 0 0 1rem;
}

div.wpcf7 .wpcf7-submit:disabled {
  background: #c3c3c3;
}

.req {
  color: #ff0000;
  display: inline-block;
  padding: 0 0.5rem;
}

#contact {
  max-width: calc(var(--site_width)*0.8);
  margin: 80px auto;
}

#contact h1 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}

/* contact end */

/* recruit */

#recruit {
  max-width: var(--site_width);
  margin: 80px auto;
  text-align: center;
}

#recruit section {
  margin-bottom: 100px;
}

#recruit section.osusume dl {
  text-align: left;
  margin-bottom: 20px;
}

#recruit section.osusume dt {
  font-weight: 800;
  padding: 15px;
  background: var(--site_color);
  color: #fff;
}

#recruit section.osusume dd {
  padding: 15px;
  background: #ffdfbd;
}

#recruit h1,
#recruit h2 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
}

#recruit ul.oubo_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px 0;
}

#recruit .oubo_section li {
  list-style: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

#recruit .oubo_section li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: var(--site_color);
  border: 1px solid var(--site_color);
  transition: all 300ms 0s ease;
}

#recruit .oubo_section li a:hover {
  color: #fff;
  background-color: var(--site_color);
}

#recruit #outline {
  text-align: left;
}

.recruit_form dd input[type=text] {
  width: 98%;
  padding: 5px;
}

.recruit_form dd select {
  padding: 5px;
}

/* recruit end */

/* btn */

input[type=submit] {
  background: var(--site_color);
  padding: 15px;
  color: #fff;
  border: 0;
  border-radius: 5px 5px 5px 5px;
  font-size: 1.2em;
}

/* btn end */

.l-underMainvisual__inner {
  position: relative;
}

.l-underMainvisual__head {
  height: calc((var(--vh, 1vh) * 100) - 3.2rem );
}

.l-underMainvisual__imgArea {
  height: inherit;
}

.l-underMainvisual__imgArea img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.l-underMainvisual__body {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.l-underMainvisual__heading {
  color: #fff;
  text-shadow: 0 0 4px #242424;
}

.u-heading {
  text-align: center;
  color: #144296;
  font-size: clamp(1.125rem, 2.1875vw, 1.75rem);
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 0 1rem;
}

.u-heading::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 3px;
  background: #144296;
}

.u-layout {
  margin: 2rem 0 0;
}

.u-layout__inner {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 1280px) minmax(2rem, 1fr);
}

.u-layout__inner > * {
  grid-column: 2;
}

.u-layout__heading {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  position: relative;
  display: block;
  margin: 0 auto;
  width: max-content;
}

.u-layout__heading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #e2680d;
  bottom: 0;
}

.u-layout__body {
  margin: 1.5rem 0 0;
}

.u-layout__lead {
  font-size: clamp(1.0625rem, 2.5vw, 2rem);
  text-align: center;
}

.u-layout__text {
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  margin: 1rem auto 0;
  max-width: 700px;
}

.u-layout__foot {
  margin: 1.5rem 0 0;
}

.u-layout__btn {
  display: grid;
  place-items: center;
  padding: 1.0625rem 0;
  max-width: 380px;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #e2680d;
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  color: #e2680d;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}

.u-layout__btn:hover::before {
  right: 0.7rem;
}

.u-layout__btn::before {
  content: "";
  width: 13px;
  height: 22px;
  background: url(../../svg/arrow-right.svg) no-repeat center/cover;
  transition: 350ms ease;
  position: absolute;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .l-clumb {
    max-width: 1280px;
    margin: 0 auto;
  }

  .btn::after {
    display: block !important;
  }

  .u-layout__body {
    margin: 2.5rem 0 0;
  }

  .u-layout__text {
    margin: 2.5rem auto 0;
  }

  .u-layout__foot {
    margin: 2.5rem 0 0;
  }
}

@media (min-width: 769px) {
  .division {
    max-width: var(--site_width);
    margin: 0 auto 80px auto;
  }

  .division ul {
    display: flex;
    justify-content: space-around;
  }

  .division ul li {
    list-style: none;
    text-align: center;
    width: 20%;
  }

  .division ul li img {
    width: 100%;
    height: 180px;
    background: #ccc;
    object-fit: cover;
  }

  .division ul li a {
    display: block;
    text-decoration: none;
  }

  #ikusei,
  #seisan,
  #keiran,
  #chokuhan {
    padding: 0 1rem;
  }

  #information {
    max-width: var(--site_width);
    margin: 0 auto;
    padding: 50px;
  }

  #information dl {
    display: flex;
    border-bottom: 1px dashed #c3c3c3;
    padding: 15px 80px;
    align-items: center;
    margin: 0 50px;
  }

  #information dt {
    display: flex;
    font-size: 0.9em;
    align-items: center;
    margin-right: 3em;
  }

  #information dt p.icon {
    width: 7em;
    margin-right: 3em;
    text-align: center;
  }

  #information dt p.icon span {
    display: block;
    padding: 5px 0;
    color: #fff;
  }

  #information dt p.icon span.category1 {
    background: #c3c3c3;
  }

  #information dt p.icon span.category2 {
    background: #5D69A9;
  }

  #information dt p.icon span.category3 {
    background: #ea7f23;
  }

  #information dt p.icon span.category4 {
    background: #6ace63;
  }

  #information dt p.icon span.category5 {
    background: #a02e2e;
  }

  #information dd a {
    text-decoration: none;
    color: #333;
  }

  #greeting {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 1rem;
  }

  #greeting article {
    display: flex;
    flex-direction: row-reverse;
  }

  #greeting article figure {
    margin-left: 30px;
    width: 45%;
  }

  #greeting article figure img {
    width: 100%;
  }

  #president {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 1rem;
  }

  #president article {
    display: flex;
    flex-direction: row-reverse;
  }

  #president article figure {
    margin-left: 30px;
    width: 100%;
  }

  #president article figure img {
    width: 100%;
  }

  #outline {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 1rem;
  }

  #outline dl {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #outline dl dt {
    width: 25%;
  }

  #history {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 1rem;
  }

  #history dl {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #history dl dt {
    width: 20%;
  }

  #history ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
  }

  #history li {
    width: 100%;
    margin: 0 0.7rem;
  }

  #history img {
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
  }

  #group {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 1rem;
  }

  #group ul li {
    list-style: none;
    font-size: 1.2em;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  #group ul li span {
    width: 20%;
  }

  #group ul li ul {
    width: 75%;
  }

  #group ul li ul li {
    display: flex;
    font-size: 0.8em;
    border: 0;
    justify-content: space-around;
  }

  #group ul li ul li article {
    width: 80%;
  }

  #group ul li ul li figure {
    width: 20%;
  }

  #contact .contact_form {
    width: 80%;
    margin: 40px auto;
  }

  #contact dl {
    margin-bottom: 15px;
    display: flex;
  }

  #contact dl dt {
    width: 17%;
    margin-right: 15px;
  }

  #contact dl dd {
    width: 80%;
    text-align: left;
  }

  #privacy {
    margin: 50px 0;
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }

  #privacy h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #privacy p {
    margin-bottom: 1.5em;
  }

  #privacy ul {
    margin: 20px;
  }

  .radio-1 .wpcf7-radio {
    display: flex;
  }

  .radio-1 .wpcf7-radio span.wpcf7-list-item {
    display: block;
    margin: 0 1rem 0 0;
  }

  .recruit_form {
    width: calc(var(--site_width) * 0.6);
    margin: 40px auto;
  }

  .recruit_form dl {
    margin-bottom: 15px;
    display: flex;
    text-align: left;
  }

  .recruit_form dl dt {
    width: 25%;
    text-align: right;
    margin-right: 15px;
  }

  .recruit_form dl dd {
    width: 70%;
  }

  .recruit_form dd textarea {
    width: 100%;
    height: 350px;
    padding: 5px;
  }

  #recruit section.osusume {
    width: 780px;
    margin: 0 auto 80px auto;
  }
}

@media (min-width: 1280px) {
  .drawer-content a {
    color: black;
    text-shadow: none;
  }
}

@media screen and (min-width: 1280px) {
  .read .page_nav {
    margin: 4rem auto 0;
    flex-flow: row;
    max-width: 1140px;
  }

  .read .page_nav .btn {
    flex-basis: 48%;
    max-width: 270px;
  }

  .read .page_nav .btn:nth-of-type(n + 3) {
    margin: 0;
  }

  .read .page_nav .btn::after {
    display: none;
  }
}

@media (max-width: 768px) {
  figure.head_visual {
    padding-top: 0;
  }

  .division ul {
    padding: 0 2rem;
  }

  .division ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .division ul li a {
    display: block;
    text-decoration: none;
    color: #444;
  }

  .division ul li a.btn {
    margin-left: 15px;
  }

  .kodawari section {
    display: block;
    margin-bottom: 40px;
    padding: 0 2rem;
  }

  .kodawari section article {
    padding: 10px;
  }

  #torikumi article {
    display: block;
    margin-bottom: 40px;
  }

  #torikumi article figure {
    width: 100%;
  }

  #torikumi article figure img {
    width: 100%;
  }

  #torikumi article .text {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }

  .division h2 {
    padding: 30px 0;
    text-align: center;
  }

  .page_nav a {
    border: 1px solid var(--site_color);
    width: 48%;
    padding: 10px 0;
    color: var(--site_color);
    background: #fff;
    margin-bottom: 10px;
  }

  .division article {
    display: block;
    margin-bottom: 15px;
  }

  .division article .text {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }

  .division article figure {
    width: calc(100% - 20px);
    margin: 15px 10px;
  }

  #information dl {
    border-bottom: 1px dashed #c3c3c3;
    padding: 15px;
    margin: 0 5px;
  }

  #information dt {
    display: flex;
    font-size: 0.8em;
    align-items: center;
    margin-right: 3em;
    margin-bottom: 5px;
  }

  #information dt p.icon {
    width: 7em;
    margin-right: 1em;
    text-align: center;
  }

  #information dt p.icon span {
    display: block;
    padding: 5px 0;
    color: #fff;
  }

  #information dt p.icon span.category1 {
    background: #c3c3c3;
  }

  #information dt p.icon span.category2 {
    background: #5D69A9;
  }

  #information dt p.icon span.category3 {
    background: #ea7f23;
  }

  #information dt p.icon span.category4 {
    background: #6ace63;
  }

  #information dt p.icon span.category5 {
    background: #a02e2e;
  }

  #information dd a {
    text-decoration: none;
    color: #333;
  }

  #information .detail {
    margin: 0 20px;
  }

  #information nav ul {
    margin-bottom: 40px;
  }

  #greeting {
    margin: 50px 2rem;
  }

  #greeting article figure {
    margin-bottom: 20px;
  }

  #president {
    margin: 50px 10px;
  }

  #president article figure {
    margin-bottom: 20px;
  }

  #outline {
    margin: 15px auto;
  }

  #outline dl {
    padding: 0 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #outline iframe {
    width: 100%;
    height: 300px;
  }

  #history dl {
    padding: 0 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  #history li {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }

  #history li::before {
    content: "";
    display: block;
    padding-top: 60%;
  }

  #history img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: top;
  }

  #group ul {
    padding: 10px 15px;
  }

  #group ul li {
    list-style: none;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  #group ul li ul {
    padding: 0;
  }

  #group ul li ul li {
    display: flex;
    font-size: 0.8em;
    border: 0;
    justify-content: space-around;
  }

  #group figure {
    width: 145px;
    margin: 0 0 0 auto;
  }

  #group img {
    width: 100%;
    vertical-align: top;
  }

  #contact {
    margin: 40px 10px;
  }

  #contact .contact_form {
    width: 100%;
    margin: 40px auto;
  }

  #contact dl {
    margin-bottom: 15px;
  }

  #contact dl dt {
    text-align: left;
  }

  #privacy {
    margin: 50px 10px;
    height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
  }

  #privacy h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #privacy p {
    margin-bottom: 1.5em;
  }

  #privacy ul {
    margin: 20px;
  }

  #recruit {
    text-align: left;
    padding: 0 10px;
  }

  .recruit_form dl {
    margin-bottom: 15px;
  }

  .recruit_form dd input[type=text] {
    width: 92%;
    padding: 10px;
  }

  .recruit_form dd select {
    padding: 10px;
  }

  .recruit_form dd textarea {
    width: 92%;
    padding: 10px;
  }

  #recruit .oubo_section li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .read {
    max-width: var(--site_width);
    padding: 0 2rem;
    margin: 40px auto;
    text-align: center;
  }

  .read p {
    text-align: left;
  }
}