@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, 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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

address {
  font-style: normal;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*********************
* PC+SP
*********************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.jsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.jfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p + p {
  margin-top: 1em;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*********************
* HEADER
*********************/
@media screen and (min-width: 901px) {
  header#main_header {
    width: 100%;
    height: 96px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 28px 30px 0 30px;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 420px 1fr;
        grid-template-columns: 420px 1fr;
    gap: 0px 0px;
  }
  header#main_header *, header#main_header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header#main_header.scroll {
    padding: 10px 30px 0 30px;
    height: 56px;
    -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
  }
  header#main_header .cont-logo {
    gap: 32px;
  }
  header#main_header .cont-logo .logo {
    width: 137px;
  }
  header#main_header .cont-logo .sitename {
    font-size: 1.3125rem;
    color: #231815;
  }
  header#main_header .global-nav {
    padding-top: 2px;
    padding-right: 1em;
  }
  header#main_header .global-nav ul {
    gap: 45px;
  }
  header#main_header .global-nav ul li {
    position: relative;
  }
  header#main_header .global-nav ul li a {
    position: relative;
    display: inline-block;
    height: 100%;
  }
  header#main_header .global-nav ul li a:hover {
    color: #e06229;
    opacity: 1;
  }
  header#main_header .global-nav ul li a::after {
    position: absolute;
    top: 1.7em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e06229;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  header#main_header .global-nav ul li a:hover::after, header#main_header .global-nav ul li a.current::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header#main_header .global-nav ul li .accordion {
    display: none;
    padding-left: 0.5em;
    color: #7f7f7f;
  }
  header#main_header .global-nav ul li .sub {
    width: 280px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 2.5em;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 10px;
    z-index: 1000;
  }
  header#main_header .global-nav ul li .sub li a {
    display: block;
    padding: 0.5em 0 0.5em 1em;
  }
  header#main_header .global-nav ul li .sub li a:hover {
    opacity: 0.7;
  }
  header#main_header .global-nav ul li .sub li a:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  header#main_header .global-nav ul li .sub li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  header#main_header .global-nav ul li:hover .sub {
    height: auto;
    overflow: visible;
    background: #e9eaea;
  }
  header#main_header .global-nav ul li .sub_department {
    width: 100vw;
    max-width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: -1;
    padding: 0 1.5em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header#main_header .global-nav ul li .sub_department .tit {
    width: 270px;
    padding: 2em 0 0 0;
  }
  header#main_header .global-nav ul li .sub_department .menu {
    padding: 2em 0 0.5em 0;
  }
  header#main_header .global-nav ul li .sub_department .menu dl {
    padding-right: 2em;
  }
  header#main_header .global-nav ul li .sub_department .menu dl dt {
    font-size: calc(14em / 16);
    color: #fff;
  }
  header#main_header .global-nav ul li .sub_department .menu dl dt:not(:empty) {
    border-bottom: 1px solid #fff;
  }
  header#main_header .global-nav ul li .sub_department .menu dl dd {
    padding-bottom: 2em;
  }
  header#main_header .global-nav ul li .sub_department .menu a {
    display: block;
    font-size: calc(16em / 16);
    color: #fff;
  }
  header#main_header .global-nav ul li .sub_department .menu a:hover {
    text-decoration: underline;
  }
  header#main_header .global-nav ul li:hover .sub_department {
    z-index: 10;
  }
}

@media screen and (min-width: 901px) and (max-width: 1330px) {
  header#main_header {
    -ms-grid-columns: 355px 1fr;
        grid-template-columns: 355px 1fr;
  }
  header#main_header .cont-logo {
    gap: 25px;
  }
  header#main_header .cont-logo .logo {
    width: 125px;
  }
  header#main_header .cont-logo .sitename {
    font-size: 1.125rem;
  }
  header#main_header .global-nav {
    padding-right: 0;
  }
  header#main_header .global-nav ul {
    gap: 30px;
  }
  header#main_header .global-nav ul li a {
    font-size: 0.9375rem;
  }
}

@media screen and (min-width: 901px) and (max-width: 1150px) {
  header#main_header {
    -ms-grid-columns: 310px 1fr;
        grid-template-columns: 310px 1fr;
  }
  header#main_header .cont-logo {
    gap: 15px;
  }
  header#main_header .cont-logo .logo {
    width: 120px;
  }
  header#main_header .cont-logo .sitename {
    font-size: 0.9375rem;
    padding-top: 0.2em;
  }
  header#main_header .global-nav ul {
    gap: 25px;
  }
  header#main_header .global-nav ul li a {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 901px) and (max-width: 1030px) {
  header#main_header {
    -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
    height: 85px;
  }
  header#main_header .cont-logo .logo {
    width: 100px;
  }
  header#main_header .cont-logo .sitename {
    font-size: 0.8125rem;
  }
  header#main_header .global-nav {
    padding-top: 0;
  }
  header#main_header .global-nav ul {
    gap: 20px;
  }
  header#main_header .global-nav ul li a {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 900px) {
  header#main_header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: calc(30 / 750 * 100vw) calc(35 / 750 * 100vw) calc(30 / 750 * 100vw) calc(35 / 750 * 100vw);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  header#main_header *, header#main_header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header#main_header.scroll {
    -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
  }
  header#main_header .cont-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  header#main_header .cont-logo .logo {
    width: 150px;
  }
  header#main_header .cont-logo .sitename {
    font-size: 1.375rem;
    line-height: 1;
  }
  header#main_header .open {
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    top: 45px;
    right: 35px;
    z-index: 5000;
  }
  header#main_header .open::after {
    content: 'MENU';
    font-size: 0.9375rem;
    color: #000;
    letter-spacing: 0.18em;
    position: absolute;
    right: -0.18em;
    bottom: 0;
  }
  header#main_header .open span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #000;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
  }
  header#main_header .open span:nth-child(1) {
    top: 0;
  }
  header#main_header .open span:nth-child(2) {
    top: 15px;
  }
  header#main_header .open span:nth-child(3) {
    top: 30px;
  }
  header#main_header .open span.active:nth-child(1) {
    top: calc(20 / 750 * 100vw);
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
  }
  header#main_header .open span.active:nth-child(2) {
    display: none;
  }
  header#main_header .open span.active:nth-child(3) {
    top: calc(20 / 750 * 100vw);
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  header#main_header .global-nav {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 155px;
    left: 0;
    z-index: -1;
    background-color: #e3e4e4;
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(0 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  header#main_header .global-nav.open-nav {
    opacity: 1;
    height: calc(100vh - 155px);
    z-index: 1000;
  }
  header#main_header .global-nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header#main_header .global-nav ul li:not(.menu-info) {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  header#main_header .global-nav ul li a {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    padding: 0.6em 0.5em;
  }
  header#main_header .global-nav ul li .accordion {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    width: 20px;
    z-index: 10;
    font-size: 0;
  }
  header#main_header .global-nav ul li .accordion::after, header#main_header .global-nav ul li .accordion::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #7f7f7f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header#main_header .global-nav ul li .accordion::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header#main_header .global-nav ul li .accordion.open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header#main_header .global-nav ul li .sub {
    display: none;
    padding-bottom: 0.5em;
  }
  header#main_header .global-nav ul li .sub li {
    border-bottom: none;
  }
  header#main_header .global-nav ul li .sub li a {
    display: block;
    padding: 0.2em 1.5em 0.8em 1.5em;
  }
  header#main_header .open .global-nav {
    z-index: 1000;
  }
}

.open header#main_header {
  background: #fff;
}

/*********************
* FOOTER
*********************/
footer#main_footer {
  background: #ebebeb;
  padding-bottom: 32px;
}

footer#main_footer #footernav {
  background: #003551;
  padding: 13px 0;
}

footer#main_footer #footernav * {
  line-height: 1;
}

footer#main_footer #footernav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer#main_footer #footernav ul li {
  padding: 2px 1.2em;
}

footer#main_footer #footernav ul li:not(:last-of-type) {
  border-right: 1px solid #fff;
}

footer#main_footer #footernav ul li a {
  position: relative;
  font-size: 0.875rem;
  color: #fff;
}

footer#main_footer #footernav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer#main_footer #footernav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

footer#main_footer .footer_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0px 28px;
  padding: 40px 45px 15px 45px;
}

@media screen and (max-width: 990px) {
  footer#main_footer .footer_inner {
    -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
  }
}

footer#main_footer .footer_inner .menu-area .cont-logo {
  margin-bottom: 42px;
  gap: 10px 30px;
}

footer#main_footer .footer_inner .menu-area .cont-logo .logo {
  width: 137px;
}

footer#main_footer .footer_inner .menu-area .cont-logo .sitename {
  font-size: 1.25rem;
  color: #231815;
}

footer#main_footer .footer_inner .menu-area .menu-inner {
  gap: 1.8em;
}

footer#main_footer .footer_inner .menu-area .menu-inner dl dt {
  margin-bottom: 0.8em;
}

footer#main_footer .footer_inner .menu-area .menu-inner dl dt::before {
  content: "ー";
  margin-right: 0.2em;
}

footer#main_footer .footer_inner .menu-area .menu-inner dl:not(:last-of-type) dd {
  margin-bottom: 1.8em;
}

footer#main_footer .footer_inner .menu-area .menu-inner ul li {
  margin-bottom: 2.2em;
}

footer#main_footer .footer_inner .menu-area .menu-inner .c2, footer#main_footer .footer_inner .menu-area .menu-inner .c3 {
  border-left: 1px solid #231815;
  padding-left: 1.4em;
}

footer#main_footer .footer_inner .menu-area .menu-inner a {
  display: block;
  margin-bottom: 0.6em;
  text-decoration: underline;
}

footer#main_footer .footer_inner .menu-area .menu-inner a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  footer#main_footer .footer_inner .menu-inner {
    gap: 1.0em !important;
  }
  footer#main_footer .footer_inner .menu-inner div {
    width: calc(calc(100% - 2em) / 3);
  }
}

@media screen and (max-width: 1100px) {
  footer#main_footer .footer_inner .menu-inner {
    max-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
    margin-bottom: 50px;
  }
  footer#main_footer .footer_inner .menu-inner div {
    width: 100%;
  }
  footer#main_footer .footer_inner .menu-inner dl dt {
    margin-bottom: 0.8em;
    border-top: 1px solid #231815;
    padding: 20px 0 0 20px;
  }
  footer#main_footer .footer_inner .menu-inner dl dd {
    padding: 0 0 20px 20px;
  }
  footer#main_footer .footer_inner .menu-inner dl:not(:last-of-type) dd {
    margin-bottom: 0;
  }
  footer#main_footer .footer_inner .menu-inner ul {
    border-top: 1px solid #231815;
    padding: 20px 0 0 20px;
  }
  footer#main_footer .footer_inner .menu-inner ul li {
    margin-bottom: 0 !important;
  }
  footer#main_footer .footer_inner .menu-inner .c2, footer#main_footer .footer_inner .menu-inner .c3 {
    border-left: none !important;
    padding-left: 0 !important;
  }
  footer#main_footer .footer_inner .menu-inner a {
    margin-bottom: 0.8em;
  }
}

footer#main_footer .footer_inner .card-mail {
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 0;
  background: #e06229;
  border-radius: 18px;
}

footer#main_footer .footer_inner .card-mail a {
  display: block;
  padding: 18px 30px 20px 30px;
}

footer#main_footer .footer_inner .card-mail::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 65px;
  right: 28px;
  width: 107px;
  height: 100%;
  background: url(../img/common/img_mail01.svg) no-repeat right 0/100% auto;
}

@media screen and (max-width: 860px) {
  footer#main_footer .footer_inner .card-mail::before {
    width: 80px;
  }
}

footer#main_footer .footer_inner .card-mail * {
  color: #fff;
}

footer#main_footer .footer_inner .card-mail h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 860px) {
  footer#main_footer .footer_inner .card-mail h4 {
    font-size: 2.4vw;
  }
}

footer#main_footer .footer_inner .card-mail p {
  width: 304px;
  line-height: 1.7;
}

@media screen and (max-width: 860px) {
  footer#main_footer .footer_inner .card-mail p {
    width: 250px;
    font-size: 1.8vw;
  }
}

footer#main_footer .footer_inner .card-mail span {
  display: block;
  width: 296px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background: url(../img/common/arrow01_2.svg) no-repeat 0 bottom;
  background-size: 100% auto;
  padding-bottom: 6px;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 860px) {
  footer#main_footer .footer_inner .card-mail span {
    width: 200px;
    font-size: 1.5vw;
  }
}

footer#main_footer .footer_inner .card-mail span:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

footer#main_footer .copyright {
  padding-right: 50px;
  text-align: right;
}

footer#main_footer .copyright small {
  font-size: 0.75rem;
}

.go_top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: rgba(224, 98, 41, 0.6);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.go_top:hover {
  background: rgba(224, 98, 41, 0.8);
}

.go_top::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  left: 12px;
}

/*********************
* タイトル子ページ共通
*********************/
#contents {
  margin-bottom: 100px;
  overflow: hidden;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.animate-on-load-left {
  opacity: 0;
  -webkit-animation: slideInFromLeft 1.5s cubic-bezier(0.3, 0, 0.68, 1) forwards;
          animation: slideInFromLeft 1.5s cubic-bezier(0.3, 0, 0.68, 1) forwards;
}

.animate-on-load-right {
  opacity: 0;
  -webkit-animation: slideInFromRight 1.5s cubic-bezier(0.3, 0, 0.68, 1) forwards 1s;
          animation: slideInFromRight 1.5s cubic-bezier(0.3, 0, 0.68, 1) forwards 1s;
}

#page-title {
  padding-top: 145px;
  padding-bottom: 220px;
  background: url(../img/common/bg_pagetitle01.svg) no-repeat right 50px center/500px auto;
}

#page-title .inner {
  width: calc(100% - 60px);
  max-width: 1170px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  #page-title .inner {
    width: calc((1170px / 768) * 100vw);
  }
}

#page-title .inner h1 {
  gap: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #e06229;
  margin-bottom: 38px;
}

#page-title .inner h1::before {
  position: relative;
  content: "";
  height: 1px;
  background: #e06229;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  top: 0.2em;
}

#page-title .inner h1::after {
  position: relative;
  content: attr(data-en);
  font-size: 1.5rem;
  color: #e06229;
  letter-spacing: 0.15em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 0.2em;
}

#page-title .inner ul li {
  font-size: 0.75rem;
  color: #7b7b7b;
}

#page-title .inner ul li:not(:last-of-type)::after {
  content: '-';
  padding: 0 0.5em;
}

#page-title .inner ul li a {
  color: #7b7b7b;
  text-decoration: underline;
}

#page-title .inner ul li a:hover {
  text-decoration: none;
}

.bg_gray {
  background: #f4f4f4;
}

.inner_title01 {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.1);
}

.inner_title01 h2 {
  position: relative;
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  color: #e06229;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: calc(54 / 38);
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .inner_title01 h2 {
    width: calc((920px / 768) * 100vw);
  }
}

.inner_title01 h2::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #ff8000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.inner_title01_text,
.inner_title02_text {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 110px;
  line-height: 2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .inner_title01_text,
  .inner_title02_text {
    width: calc((920px / 768) * 100vw);
  }
}

.inner_title01_text p,
.inner_title02_text p {
  max-width: 750px;
}

.inner_title02_text {
  padding-bottom: 60px;
}

.inner_title02 {
  margin-bottom: 80px;
}

.inner_title02 h2 {
  font-size: 2.375rem;
  color: #e06229;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.inner_title02 h2::after {
  content: attr(data-en);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #858585;
}

/*********************
* トップページ
*********************/
#fv {
  position: relative;
  background: #d9d9d9;
  padding: 24px 0 104px 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(35, 24, 21, 0.5);
  -ms-box-shadow: 0px 0px 4px 0px rgba(35, 24, 21, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(35, 24, 21, 0.5);
}

#fv::before {
  content: 'Ministry of Health, Labour and Welfare';
  width: 100%;
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 0.8em;
  background: url(../img/top/bg_fv_line.svg) repeat-x center bottom;
}

#fv .fv_title {
  background: url(../img/top/bg_fv.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 24px;
  height: 444px;
  padding: 0 calc(70 / 1400 * 100vw);
}

#fv .fv_title * {
  color: #fff;
}

#fv .fv_title h2 {
  font-size: 2.5rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: calc(52 / 40);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#fv .fv_title .sitetit {
  text-align: right;
}

#fv .fv_title .sitetit h1 {
  font-size: 4.125rem;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.1em;
}

#fv .fv_title .sitetit .sub1 {
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}

#fv .fv_title .sitetit .sub2 {
  font-size: 1.4375rem;
  letter-spacing: 0.19em;
}

#fv .wrap_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#fv .wrap_slider .list_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop 60s linear infinite;
          animation: loop 60s linear infinite;
  left: 0;
}

#fv .wrap_slider .list_slider:nth-of-type(2) {
  left: 100%;
}

#fv .wrap_slider .list_slider li {
  width: 376px;
  padding: 0 18px;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.index .lead-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/top/bg_about.png) no-repeat center center;
  background-size: cover;
  padding: 185px 0;
}

.index .lead-text .inner {
  max-width: 1020px;
  padding: 0 30px;
}

.index .lead-text .inner h2 {
  width: 400px;
  font-size: 3.125rem;
  letter-spacing: 0.09em;
  font-weight: 500;
  line-height: 1;
  color: #e06229;
}

.index .lead-text .inner p {
  width: calc(100% - 400px);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
}

.index .cont-info {
  position: relative;
  z-index: 0;
  padding: 155px 0 185px 0;
}

.index .cont-info::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 165px;
  right: 0;
  background: url(../img/top/bg_info.svg) no-repeat right 0;
  background-size: 452px auto;
}

.index .cont-info h2 {
  font-size: 2rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 30px;
}

.index .cont-info .inner {
  max-width: 1135px;
  margin: auto;
  padding: 0 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 396px;
      grid-template-columns: 1fr 396px;
  gap: 0px 110px;
}

.index .cont-info .inner .update {
  padding-top: 1em;
}

.index .cont-info .inner .update h3 {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #e06229;
  letter-spacing: 0.09em;
  padding-left: 7px;
  margin-bottom: 5px;
}

.index .cont-info .inner .update ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 55px 25px 60px 25px;
}

.index .cont-info .inner .update ul li {
  line-height: 1.5;
}

.index .cont-info .inner .update ul li time {
  display: block;
}

.index .cont-info .inner .update ul li a {
  text-decoration: underline;
}

.index .cont-info .inner .update ul li a:hover {
  text-decoration: none;
}

.index .cont-info .inner .movie {
  aspect-ratio: 396 / 311;
  background: #000;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.index .cont-info .inner .movie iframe {
  width: 100%;
  aspect-ratio: 560 / 315;
}

.index .cont-link {
  margin-bottom: 175px;
}

.index .cont-link .list-link li {
  position: relative;
  z-index: 0;
  margin-bottom: 3px;
  background: #eeeeee;
}

.index .cont-link .list-link li::before {
  content: '';
  width: 54px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/top/deco01.svg) repeat-y 0 0;
  background-size: 100% auto;
}

.index .cont-link .list-link li a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.index .cont-link .list-link li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: calc(150 / 700 * 100%);
  padding-right: 10px;
}

.index .cont-link .list-link li a .text .wrap {
  max-width: 365px;
}

.index .cont-link .list-link li a .text .wrap h2 {
  font-size: min(3.2vw, 36px);
  color: #e06229;
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.index .cont-link .list-link li a .text .wrap p {
  line-height: 1.5;
}

.index .cont-link .list-link li a .text .wrap span {
  display: block;
  width: 230px;
  margin-top: 40px;
  padding-right: 1em;
  background: url(../img/common/arrow01_1.svg) no-repeat 0 bottom;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 1em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index .cont-link .list-link li a .image {
  overflow: hidden;
}

.index .cont-link .list-link li a .image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index .cont-link .list-link li a:hover {
  opacity: 1;
}

.index .cont-link .list-link li a:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.index .cont-link .list-link li a:hover .image img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  -webkit-filter: brightness(101%);
          filter: brightness(101%);
}

.index .cont-briefing {
  max-width: 1060px;
  margin: 175px auto 190px;
  padding: 0 30px;
}

.index .cont-briefing a {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  aspect-ratio: 1000 / 300;
  font-size: 1.25rem;
  color: #fff;
  overflow: hidden;
  line-height: 1.5;
  padding-bottom: 1em;
}

.index .cont-briefing a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/top/cover_link04.png) no-repeat center center;
  background-size: contain;
}

.index .cont-briefing a strong {
  display: block;
  font-size: 2.0625rem;
}

.index .cont-briefing a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index .cont-briefing a:hover {
  opacity: 1;
}

.index .cont-briefing a:hover img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

/*********************
* 薬系技官とは
*********************/
.overview .lead-text {
  padding-top: 110px;
}

.overview .cont-field {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin-inline: auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .overview .cont-field {
    width: calc((1120px / 768) * 100vw);
  }
}

.overview .cont-field .list-field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 55px 60px;
}

.overview .cont-field .list-field li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
      grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 15px 0;
}

.overview .cont-field .list-field li h3 {
  position: relative;
  z-index: 0;
}

.overview .cont-field .list-field li h3 strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f4f4f4;
  font-size: 1.75rem;
  line-height: 1;
  color: #e06229;
  letter-spacing: 0.18em;
  padding: 0.3em 0.4em 0.3em 0.5em;
}

.overview .cont-field .list-field li .intext {
  border-left: 1px solid #ff8000;
  border-right: 1px solid #ff8000;
  border-bottom: 1px solid #ff8000;
  padding: 8px 20px 20px 20px;
}

.overview .cont-field .list-field li .intext dt {
  border-bottom: 1px solid #ff8000;
  line-height: 2;
  letter-spacing: 0.01em;
  padding: 0 0 25px 5px;
}

.overview .cont-field .list-field li .intext dd {
  padding: 27px 0 0 8px;
}

.overview .cont-field .list-field li .intext dd .inlist li {
  position: relative;
  padding-left: 1em;
  line-height: 1.9;
  margin-bottom: 2px;
}

.overview .cont-field .list-field li .intext dd .inlist li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #d47600;
}

.overview .cont-process {
  width: calc(100% - 60px);
  max-width: 750px;
  margin-inline: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .overview .cont-process {
    width: calc((750px / 768) * 100vw);
  }
}

.overview .cont-skill {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .overview .cont-skill {
    width: calc((900px / 768) * 100vw);
  }
}

.overview .cont-omoi {
  margin-top: 70px;
  padding-bottom: 220px;
}

.overview .cont-omoi .list_omoi {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 0 45px;
  border-radius: 8px;
  background: #e06229;
  padding: 30px 40px 35px 40px;
}

@media screen and (max-width: 768px) {
  .overview .cont-omoi .list_omoi {
    width: calc((1000px / 768) * 100vw);
  }
}

.overview .cont-omoi .list_omoi * {
  color: #fff;
}

.overview .cont-omoi .list_omoi dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.overview .cont-omoi .list_omoi dt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: calc(130 / 272 * 100%);
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overview .cont-omoi .list_omoi dd {
  font-size: 0.9375rem;
  line-height: 1.7;
  padding: 0 10px;
}

/*********************
* 審議官対談
*********************/
.conversation .main_img {
  margin-bottom: 140px;
}

.conversation .cont-person {
  width: calc(100% - 60px);
  max-width: 885px;
  margin-inline: auto;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .conversation .cont-person {
    width: calc((885px / 768) * 100vw);
  }
}

.conversation .cont-person ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0 75px;
}

.conversation .cont-person ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
      grid-template-columns: 120px 1fr;
  gap: 0px 30px;
}

.conversation .cont-person ul li .text {
  font-size: 0.75rem;
  line-height: 1.7;
}

.conversation .cont-person ul li .text dl {
  margin-bottom: 15px;
}

.conversation .cont-person ul li .text dl dt {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.conversation .cont-person ul li .text dl dd {
  font-size: 1.125rem;
  line-height: 1.0;
  letter-spacing: 0.2em;
}

.conversation .cont-interview {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .conversation .cont-interview {
    width: calc((960px / 768) * 100vw);
  }
}

.conversation .cont-interview .tit_question {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #e06229;
  border-bottom: 3px solid #e06229;
  padding-left: 1.2em;
  padding-bottom: 0.3em;
  margin-bottom: 50px;
}

.conversation .cont-interview .tit_question::after {
  content: "";
  position: absolute;
  right: -50%;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #e06229;
}

.conversation .cont-interview .box-discussion {
  width: calc(100% - 60px);
  max-width: 880px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74px 1fr;
      grid-template-columns: 74px 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .conversation .cont-interview .box-discussion {
    width: calc((880px / 768) * 100vw);
  }
}

.conversation .cont-interview .box-discussion .icon {
  font-size: 0.875rem;
  text-align: center;
}

.conversation .cont-interview .box-discussion .icon img {
  display: block;
  margin-bottom: 0.3em;
  border-radius: 50%;
}

.conversation .cont-interview .box-discussion .text {
  padding-top: 25px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

/*********************
* 活躍するフィールド
*********************/
.department {
  padding-bottom: 260px;
}

.department .cont-lead {
  position: relative;
  z-index: 0;
  padding-top: 130px;
}

.department .cont-lead p {
  width: calc(100% - 60px);
  max-width: 580px;
  margin-inline: auto;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .department .cont-lead p {
    width: calc((580px / 768) * 100vw);
  }
}

.department .cont-unit {
  padding-bottom: 100px;
}

.department .cont-unit .list_unit {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  margin-top: 130px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .department .cont-unit .list_unit {
    width: calc((1120px / 768) * 100vw);
  }
}

.department .cont-unit .img_unit {
  width: calc(100% - 60px);
  max-width: 1120px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .department .cont-unit .img_unit {
    width: calc((1120px / 768) * 100vw);
  }
}

.department .cont-pdf {
  width: calc(100% - 60px);
  max-width: 1090px;
  margin-inline: auto;
  background: #e06229;
  border-radius: 6px;
  padding: 20px 100px 50px 100px;
}

@media screen and (max-width: 768px) {
  .department .cont-pdf {
    width: calc((1090px / 768) * 100vw);
  }
}

.department .cont-pdf .lead {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}

.department .cont-pdf .box-inner {
  background: #fff;
  padding: 15px 30px 30px 30px;
  margin-bottom: 30px;
}

.department .cont-pdf .box-inner h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #e06229;
  margin-bottom: 10px;
}

.department .cont-pdf .box-inner dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(276 / 830 * 100%) calc(312 / 830 * 100%) 1fr;
      grid-template-columns: calc(276 / 830 * 100%) calc(312 / 830 * 100%) 1fr;
  gap: 0px calc(24 / 830 * 100%);
}

.department .cont-pdf .box-inner dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e06229;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #e06229;
}

.department .cont-pdf .box-inner dl dd a {
  padding: 0.3em 0;
}

.department .cont-pdf .box-inner dl .mb {
  margin-bottom: 1em;
}

.department .cont-pdf .box-inner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(250 / 830 * 100%) calc(330 / 830 * 100%) 1fr;
      grid-template-columns: calc(250 / 830 * 100%) calc(330 / 830 * 100%) 1fr;
  gap: 0 calc(24 / 830 * 100%);
}

.department .cont-pdf .box-inner ul li a {
  padding: 1em 0;
}

.department .cont-pdf .box-inner a {
  display: block;
  text-decoration: underline;
}

.department .cont-pdf .box-inner a:hover {
  text-decoration: none;
}

/*********************
* 世界で活躍する薬系技官
*********************/
.worldwide .main_img {
  position: relative;
  z-index: 0;
  padding-top: 140px;
}

.worldwide .main_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 18px;
  width: 100%;
  height: 100%;
  background: url(../img/department/bg_worldwide01.svg) no-repeat center top;
  background-size: 922px auto;
}

.worldwide .main_img p {
  width: calc(100% - 60px);
  max-width: 580px;
  margin-inline: auto;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin: auto;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .worldwide .main_img p {
    width: calc((580px / 768) * 100vw);
  }
}

.worldwide .cont-detail {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .worldwide .cont-detail {
    width: calc((900px / 768) * 100vw);
  }
}

.worldwide .cont-detail .detail-tit {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding-bottom: 0.6em;
  margin-bottom: 95px;
  border-bottom: 3px solid #c57b00;
}

.worldwide .cont-detail .detail-tit::after {
  content: attr(data-en);
  position: absolute;
  right: 0.2em;
  bottom: -1.35em;
  font-family: Bahnschrift, 'DIN Alternate',"Pathway Extreme", sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1;
  color: #c57b00;
}

.worldwide .cont-detail .detail-img {
  padding-bottom: 10px;
}

.worldwide .cont-detail dt {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin-top: 65px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 0.9em;
  margin-bottom: 20px;
  border-bottom: 1px solid #231815;
}

.worldwide .cont-detail dd {
  letter-spacing: 0.05em;
  line-height: 2;
}

.worldwide .cont-detail .cont-point {
  margin-top: 70px;
  background: #834359;
}

.worldwide .cont-detail .cont-point * {
  color: #fff;
  letter-spacing: 0.03em;
}

.worldwide .cont-detail .cont-point h4 {
  font-size: 1.125rem;
  font-weight: 700;
  background: #672740;
  text-align: center;
  padding: 0.4em 0;
}

.worldwide .cont-detail .cont-point .inner {
  padding: 13px 20px;
  line-height: 2;
}

.worldwide .cont-overseas {
  padding-top: 90px;
  padding-bottom: 90px;
}

.worldwide .cont-overseas .inner_column {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 364px;
      grid-template-columns: 1fr 364px;
  gap: 0px 32px;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .worldwide .cont-overseas .inner_column {
    width: calc((900px / 768) * 100vw);
  }
}

.worldwide .cont-overseas .inner_column p {
  line-height: 2;
}

/*********************
* キャリアパス・WLB
*********************/
.wlb .cont-career {
  padding-top: 90px;
  padding-bottom: 200px;
}

.wlb .cont-career .inner_title01_text {
  padding-bottom: 35px;
}

.wlb .cont-career p {
  line-height: 1.9;
}

.wlb .cont-career p small {
  font-size: 0.8125rem;
}

.wlb .cont-career .cont-img {
  width: calc(100% - 60px);
  max-width: 820px;
  margin-inline: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wlb .cont-career .cont-img {
    width: calc((820px / 768) * 100vw);
  }
}

.wlb .cont-wlb {
  padding-bottom: 200px;
}

.wlb .cont-wlb .cont-inner {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  margin: auto;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .wlb .cont-wlb .cont-inner {
    width: calc((920px / 768) * 100vw);
  }
}

.wlb .cont-wlb .cont-inner .table_wlb {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
      grid-template-columns: 160px 1fr;
  gap: 0px 35px;
  padding-top: 70px;
  padding-bottom: 10px;
}

.wlb .cont-wlb .cont-inner .table_wlb h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  -webkit-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.15);
}

.wlb .cont-wlb .cont-inner .table_wlb dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr;
      grid-template-columns: 250px 1fr;
  gap: 0;
  border-top: 1px solid #333;
}

.wlb .cont-wlb .cont-inner .table_wlb dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  padding: 15px 0 15px 20px;
  min-height: 100px;
}

.wlb .cont-wlb .cont-inner .table_wlb dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  line-height: 1.5;
  padding: 15px 20px 15px 0;
}

.wlb .cont-wlb .cont-inner .table_wlb.tab1 h3 {
  background: #cd6382;
}

.wlb .cont-wlb .cont-inner .table_wlb.tab1 dl dt {
  color: #cd6382;
}

.wlb .cont-wlb .cont-inner .table_wlb.tab2 h3 {
  background: #62863d;
}

.wlb .cont-wlb .cont-inner .table_wlb.tab2 dl dt {
  color: #62863d;
}

/*********************
* 先輩薬系技官からのmessage
*********************/
.message {
  padding-bottom: 180px;
}

.message .main_img {
  width: calc(100% - 60px);
  max-width: 1160px;
  margin-inline: auto;
  margin-bottom: 105px;
}

@media screen and (max-width: 768px) {
  .message .main_img {
    width: calc((1160px / 768) * 100vw);
  }
}

.message .main_img .introduce {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
      grid-template-columns: 160px 1fr;
  gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message .main_img .introduce .name dt {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.6em;
}

.message .main_img .introduce .name dd {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.message .main_img .introduce .name dd strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.4em;
}

.message .main_img .introduce .history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3.5em 1fr;
      grid-template-columns: 3.5em 1fr;
  gap: 0px;
  padding-left: 25px;
  border-left: 1px solid #d56027;
}

.message .main_img .introduce .history * {
  font-size: 0.75rem;
  line-height: 1.7;
}

.message .cont-message {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .message .cont-message {
    width: calc((900px / 768) * 100vw);
  }
}

.message .cont-message h2 {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #e06229;
  text-align: center;
  margin-bottom: 65px;
}

.message .cont-message p {
  line-height: 2;
}

.message .cont-message p + p {
  margin-top: 1.9em;
}

/*********************
* 座談会
*********************/
.crosstalk .submenu {
  width: calc(100% - 60px);
  max-width: 1160px;
  margin-inline: auto;
  margin: 0 auto 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

@media screen and (max-width: 768px) {
  .crosstalk .submenu {
    width: calc((1160px / 768) * 100vw);
  }
}

.crosstalk .submenu a {
  display: block;
  background: #f7e1d6;
  color: #d56027;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.53em 0;
}

.crosstalk .submenu a.current, .crosstalk .submenu a:hover {
  opacity: 1;
  background: #d56027;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.crosstalk .main_img_crosstalk1 {
  width: calc(100% - 60px);
  max-width: 1250px;
  margin-inline: auto;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .crosstalk .main_img_crosstalk1 {
    width: calc((1250px / 768) * 100vw);
  }
}

.crosstalk .main_img_crosstalk2 {
  width: calc(100% - 60px);
  max-width: 1090px;
  margin-inline: auto;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .crosstalk .main_img_crosstalk2 {
    width: calc((1090px / 768) * 100vw);
  }
}

.crosstalk .member_crosstalk1 {
  width: calc(100% - 60px);
  max-width: 1180px;
  margin-inline: auto;
  margin: 0 auto 210px;
}

@media screen and (max-width: 768px) {
  .crosstalk .member_crosstalk1 {
    width: calc((1180px / 768) * 100vw);
  }
}

.crosstalk .member_crosstalk1 h3 {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.crosstalk .member_crosstalk1 h3.boss {
  width: 290px;
  margin-right: auto;
  margin-left: auto;
}

.crosstalk .member_crosstalk1 h3::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: calc(100% - 3.5em);
  height: 1px;
  background: #ff8000;
}

.crosstalk .member_crosstalk1 h3 span {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #e06229;
}

.crosstalk .member_crosstalk1 .list_member.young {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 0 45px;
  margin-bottom: 35px;
}

.crosstalk .member_crosstalk1 .list_member.boss {
  width: 290px;
  margin: auto;
  padding-right: 30px;
}

.crosstalk .member_crosstalk1 .list_member.boss li .member .name dd {
  margin-bottom: 0 !important;
}

.crosstalk .member_crosstalk1 .list_member li {
  font-size: 0.9375rem;
  line-height: 1.75;
}

.crosstalk .member_crosstalk1 .list_member li .member {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.crosstalk .member_crosstalk1 .list_member li .member .thumb {
  width: calc(120 / 260 * 100%);
}

.crosstalk .member_crosstalk1 .list_member li .member .name {
  width: calc(100% - calc(140 / 260 * 100%));
}

.crosstalk .member_crosstalk1 .list_member li .member .name * {
  font-size: 0.75rem;
  line-height: 1.3;
}

.crosstalk .member_crosstalk1 .list_member li .member .name dt {
  margin-bottom: 8px;
}

.crosstalk .member_crosstalk1 .list_member li .member .name dd {
  letter-spacing: 0.15em;
}

.crosstalk .member_crosstalk1 .list_member li .member .name dd:nth-of-type(1) {
  margin-bottom: 15px;
}

.crosstalk .member_crosstalk1 .list_member li .member .name dd:nth-of-type(2) {
  letter-spacing: 0;
}

.crosstalk .member_crosstalk1 .list_member li .member .name dd strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .crosstalk .member_crosstalk1 .list_member li .member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
  .crosstalk .member_crosstalk1 .list_member li .member .thumb,
  .crosstalk .member_crosstalk1 .list_member li .member .name {
    width: 100%;
  }
}

.crosstalk .member_crosstalk2 {
  width: calc(100% - 60px);
  max-width: 820px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .crosstalk .member_crosstalk2 {
    width: calc((820px / 768) * 100vw);
  }
}

.crosstalk .member_crosstalk2 .list_member {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 70px 25px;
  margin-bottom: 200px;
}

.crosstalk .member_crosstalk2 .list_member li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 185px 1fr;
      grid-template-columns: 185px 1fr;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.crosstalk .member_crosstalk2 .list_member li .name * {
  font-size: 0.75rem;
  line-height: 1.3;
}

.crosstalk .member_crosstalk2 .list_member li .name dt {
  margin-bottom: 8px;
}

.crosstalk .member_crosstalk2 .list_member li .name dd {
  letter-spacing: 0.15em;
}

.crosstalk .member_crosstalk2 .list_member li .name dd strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
}

.crosstalk .cont-interview {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .crosstalk .cont-interview {
    width: calc((960px / 768) * 100vw);
  }
}

.crosstalk .cont-interview .tit_question {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #e06229;
  border-bottom: 3px solid #e06229;
  padding-left: 1.2em;
  padding-bottom: 0.3em;
  margin-bottom: 50px;
}

.crosstalk .cont-interview .tit_question::after {
  content: "";
  position: absolute;
  right: -50%;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #e06229;
}

.crosstalk .cont-interview .box-discussion {
  width: calc(100% - 60px);
  max-width: 880px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 74px 1fr;
      grid-template-columns: 74px 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .crosstalk .cont-interview .box-discussion {
    width: calc((880px / 768) * 100vw);
  }
}

.crosstalk .cont-interview .box-discussion .icon {
  font-size: 0.875rem;
  text-align: center;
}

.crosstalk .cont-interview .box-discussion .icon img {
  display: block;
  margin-bottom: 0.3em;
  border-radius: 50%;
}

.crosstalk .cont-interview .box-discussion .text {
  padding-top: 25px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

/*********************
* Q&A
*********************/
.faq .lead-text {
  padding-top: 110px;
}

.faq .cont-field {
  width: calc(100% - 60px);
  max-width: 960px;
  margin-inline: auto;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .faq .cont-field {
    width: calc((960px / 768) * 100vw);
  }
}

.faq .cont-field .list_faq {
  background: #fff;
  padding: 75px 60px 75px 60px;
}

.faq .cont-field .list_faq dt {
  position: relative;
  border-top: 1px solid #d56027;
  border-bottom: 3px solid #d56027;
  color: #d56027;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 600;
  padding: 0.53em 0 0.6em 55px;
}

.faq .cont-field .list_faq dt::before {
  content: "Q";
  position: absolute;
  top: 0.5em;
  left: 15px;
}

.faq .cont-field .list_faq dd {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
  padding: 35px 0 90px 55px;
}

.faq .cont-field .list_faq dd::before {
  content: "A";
  position: absolute;
  top: 35px;
  left: 20px;
  color: #d56027;
  font-size: 1.375rem;
  font-weight: 600;
}

/*********************
* 採用・説明会・官庁訪問情報
*********************/
.information .cont-infomation {
  padding-top: 90px;
  padding-bottom: 200px;
}

.information .cont-infomation .cont-inner {
  width: calc(100% - 60px);
  max-width: 900px;
  margin-inline: auto;
  margin-top: 80px;
  border-top: 1px solid #ff8000;
}

@media screen and (max-width: 768px) {
  .information .cont-infomation .cont-inner {
    width: calc((900px / 768) * 100vw);
  }
}

.information .cont-infomation .cont-inner article {
  border-bottom: 1px solid #ff8000;
  padding: 70px 40px;
}

.information .cont-infomation .cont-inner article h3 {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6em;
}

.information .cont-briefing {
  padding-bottom: 260px;
}

.information .cont-briefing .text-box {
  width: calc(100% - 60px);
  max-width: 940px;
  margin-inline: auto;
  background: #fff;
  padding: 20px 60px 35px 80px;
  margin-top: 80px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .information .cont-briefing .text-box {
    width: calc((940px / 768) * 100vw);
  }
}

.information .cont-briefing .text-box h3 {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}

.information .cont-briefing .text-box p {
  line-height: 2;
}

.information .cont-briefing .text-box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.5em 1fr;
      grid-template-columns: 4.5em 1fr;
  gap: 0;
}

.information .cont-briefing .text-box dl * {
  line-height: 2;
}

.information .cont-briefing .text-box a {
  text-decoration: underline;
}

.information .cont-briefing .text-box a:hover {
  text-decoration: none;
}

.information .cont-briefing .card-mail {
  width: calc(100% - 60px);
  max-width: 745px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  background: #e06229;
  border-radius: 18px;
}

@media screen and (max-width: 768px) {
  .information .cont-briefing .card-mail {
    width: calc((745px / 768) * 100vw);
  }
}

.information .cont-briefing .card-mail a {
  display: block;
  padding: 18px 30px 20px 30px;
}

.information .cont-briefing .card-mail::before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 65px;
  right: 28px;
  width: 107px;
  height: 100%;
  background: url(../img/common/img_mail01.svg) no-repeat right 0/100% auto;
}

@media screen and (max-width: 860px) {
  .information .cont-briefing .card-mail::before {
    width: 80px;
  }
}

.information .cont-briefing .card-mail * {
  color: #fff;
}

.information .cont-briefing .card-mail h4 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 860px) {
  .information .cont-briefing .card-mail h4 {
    font-size: 2.4vw;
  }
}

.information .cont-briefing .card-mail p {
  max-width: 550px;
  line-height: 1.7;
}

.information .cont-briefing .card-mail span {
  display: block;
  width: 296px;
  margin: auto;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background: url(../img/common/arrow01_2.svg) no-repeat 0 bottom;
  background-size: 100% auto;
  padding-bottom: 6px;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 860px) {
  .information .cont-briefing .card-mail span {
    width: 200px;
    font-size: 1.5vw;
  }
}

.information .cont-briefing .card-mail span:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.information .cont-visit {
  padding-bottom: 200px;
}

.information .cont-visit h3.visit-tit {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.6em;
}

.information .cont-visit .cont-inner {
  width: calc(100% - 60px);
  max-width: 940px;
  margin-inline: auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .information .cont-visit .cont-inner {
    width: calc((940px / 768) * 100vw);
  }
}

.information .cont-visit .cont-inner .detail_wrap {
  background: #fff;
  margin-top: 60px;
  padding: 30px 60px 60px 40px;
}

.information .cont-visit .cont-inner .detail_wrap h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #e06229;
  margin-top: 65px;
  margin-bottom: 0.5em;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table tr th {
  font-size: 0.875rem;
  background-color: #ff8000;
  color: #fff;
  width: 180px;
  vertical-align: middle;
  padding-left: 2em;
  text-indent: -1em;
  text-align: left;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table tr td {
  font-size: 0.875rem;
  background: #f5f5f5;
  padding: 1.2em 0.5em;
  vertical-align: middle;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table tr td.date {
  width: 180px;
  border-right: 1px solid #363636;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #fff;
}

.information .cont-visit .cont-inner .detail_wrap .schedule-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #363636;
}

.information .cont-visit .cont-inner .detail_wrap strong {
  font-weight: 400;
}

.information .cont-visit .cont-inner .detail_wrap .box-reservation {
  font-size: 0.875rem;
  background: #eaf3f4;
  padding: 0.5em 1.5em 3em 1.5em;
  margin: 25px 0;
}

.information .cont-recruit {
  padding-bottom: 200px;
}

.information .cont-recruit .cont-inner {
  width: calc(100% - 60px);
  max-width: 940px;
  margin-inline: auto;
  margin-top: 60px;
  background: #fff;
  padding: 30px 70px 70px 70px;
}

@media screen and (max-width: 768px) {
  .information .cont-recruit .cont-inner {
    width: calc((940px / 768) * 100vw);
  }
}

.information .cont-recruit .cont-inner h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.information .cont-recruit .cont-inner .lead {
  max-width: 600px;
  margin: 0 auto 80px;
}

.information .cont-recruit .cont-inner .schedule_recruit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 240px 1fr;
      grid-template-columns: 240px 1fr;
  gap: 6px 0;
  margin-bottom: 15px;
}

.information .cont-recruit .cont-inner .schedule_recruit dt {
  background: #ff8000;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.information .cont-recruit .cont-inner .schedule_recruit dd {
  background: #f1f1f1;
  padding: 0.3em 1em 0.3em 1.5em;
}

.information .cont-recruit .cont-inner .text_hosoku {
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 110px;
}

.information .cont-recruit .cont-inner .jisseki-table {
  width: 100%;
  margin-top: 25px;
}

.information .cont-recruit .cont-inner .jisseki-table tr th {
  background-color: #ff8000;
  color: #fff;
  width: 120px;
  padding: 0.2em 0;
  text-align: center;
}

.information .cont-recruit .cont-inner .jisseki-table tr td {
  background: #f5f5f5;
  padding: 0.2em 0;
  text-align: center;
}

.information .cont-recruit .cont-inner .jisseki-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #fff;
}

.information .cont-recruit .cont-inner .jisseki-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #363636;
}

.information .cont-recruit .cont-inner .text_hosoku2 {
  text-align: right;
  margin-top: 0.2em;
}

.information .cont-panflet {
  padding-bottom: 200px;
}

.information .cont-panflet .box-panflet {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  background: #ffe6cc;
}

@media screen and (max-width: 768px) {
  .information .cont-panflet .box-panflet {
    width: calc((920px / 768) * 100vw);
  }
}

.information .cont-panflet .box-panflet h3 {
  background: #e06229;
  color: #fff;
  text-align: center;
  padding: 0.3em 0;
}

.information .cont-panflet .box-panflet a {
  text-decoration: underline;
}

.information .cont-panflet .box-panflet a:hover {
  text-decoration: none;
}

.information .cont-panflet .box-panflet.panflet1 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.information .cont-panflet .box-panflet.panflet1 p {
  text-align: center;
  padding: 2em 0;
}

.information .cont-panflet .box-panflet.panflet2 div {
  max-width: 800px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  padding: 1.5em 0;
}

.information .cont-panflet .box-panflet.panflet2 div ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 2;
}

.information .cont-counter {
  padding-bottom: 120px;
}

.information .cont-counter p {
  width: calc(100% - 60px);
  max-width: 920px;
  margin-inline: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .information .cont-counter p {
    width: calc((920px / 768) * 100vw);
  }
}

.information .cont-counter a {
  text-decoration: underline;
}

.information .cont-counter a:hover {
  text-decoration: none;
}

.information .red {
  color: #c30015;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
li,
dt,
dd,
th,
td,
p,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333;
}

@media screen and (min-width: 769px) {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  li,
  dt,
  dd,
  th,
  td,
  p,
  input,
  textarea,
  select,
  option {
    font-size: 1rem;
  }
  .pc_none {
    display: none;
  }
}

a {
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:visited {
  text-decoration: none;
}

.fontVer,
.fontVer * {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p + p {
  margin-top: 1em;
}

/*********************
* common tags
*********************/
.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.jsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.jfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*********************
* スクロール
*********************/
.fade {
  opacity: 0;
}

.fadeUpFV.scrollin {
  -webkit-animation-name: fadeUpAnimeFV;
          animation-name: fadeUpAnimeFV;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeUp.scrollin {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeRight.scrollin {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeUpAnimeFV {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnimeFV {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  /*********************
* SP ONLY
*********************/
  html {
    font-size: 16px;
  }
  /*********************
* HEADER
*********************/
  header#main_header {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: calc(30 / 750 * 100vw) calc(35 / 750 * 100vw) calc(30 / 750 * 100vw) calc(35 / 750 * 100vw);
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  header#main_header *, header#main_header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header#main_header.scroll {
    -webkit-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.2);
  }
  header#main_header .cont-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  header#main_header .cont-logo .logo {
    width: calc(250 / 750 * 100vw);
  }
  header#main_header .cont-logo .sitename {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1;
  }
  header#main_header .open {
    display: block;
    width: calc(70 / 750 * 100vw);
    height: calc(95 / 750 * 100vw);
    position: absolute;
    top: calc(45 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
    z-index: 5000;
  }
  header#main_header .open::after {
    content: 'MENU';
    font-size: calc(20 / 750 * 100vw);
    color: #000;
    letter-spacing: 0.18em;
    position: absolute;
    right: -0.18em;
    bottom: 0;
  }
  header#main_header .open span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(70 / 750 * 100vw);
    height: 1px;
    background-color: #000;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
  }
  header#main_header .open span:nth-child(1) {
    top: 0;
  }
  header#main_header .open span:nth-child(2) {
    top: calc(24 / 750 * 100vw);
  }
  header#main_header .open span:nth-child(3) {
    top: calc(48 / 750 * 100vw);
  }
  header#main_header .open span.active:nth-child(1) {
    top: calc(20 / 750 * 100vw);
    -webkit-transform: translateX(-50%) rotate(30deg);
            transform: translateX(-50%) rotate(30deg);
  }
  header#main_header .open span.active:nth-child(2) {
    display: none;
  }
  header#main_header .open span.active:nth-child(3) {
    top: calc(20 / 750 * 100vw);
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
  header#main_header .global-nav {
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: calc(179 / 750 * 100vw);
    left: 0;
    z-index: -1;
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) calc(0 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  header#main_header .global-nav.open-nav {
    opacity: 1;
    height: calc(100vh - calc(179 / 750 * 100vw));
    z-index: 1000;
  }
  header#main_header .global-nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header#main_header .global-nav ul li a {
    display: block;
    width: 100%;
    font-size: calc(38 / 750 * 100vw);
    padding: 0.6em 0.5em;
  }
  header#main_header .global-nav ul li .accordion {
    position: absolute;
    right: calc(40 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    z-index: 10;
    font-size: 0;
  }
  header#main_header .global-nav ul li .accordion::after, header#main_header .global-nav ul li .accordion::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header#main_header .global-nav ul li .accordion::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header#main_header .global-nav ul li .accordion.open::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header#main_header .global-nav ul li .sub {
    display: none;
    padding-bottom: 0.5em;
  }
  header#main_header .global-nav ul li .sub li {
    border-bottom: none;
  }
  header#main_header .global-nav ul li .sub li a {
    font-size: calc(30 / 750 * 100vw);
  }
  header#main_header .open .global-nav {
    z-index: 1000;
  }
  /*********************
* FOOTER
*********************/
  footer#main_footer {
    padding-bottom: calc(30 / 750 * 100vw);
  }
  footer#main_footer #footernav {
    padding: calc(35 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  footer#main_footer #footernav ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  footer#main_footer #footernav ul li {
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  footer#main_footer #footernav ul li:not(:last-of-type) {
    border-right: none;
  }
  footer#main_footer #footernav ul li a {
    font-size: calc(24 / 750 * 100vw);
    text-decoration: underline;
  }
  footer#main_footer .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(125 / 750 * 100vw) calc(0 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  footer#main_footer .footer_inner .menu-area .cont-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    gap: calc(25 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .cont-logo .logo {
    width: calc(300 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .cont-logo .sitename {
    font-size: calc(33 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: calc(50 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .menu-inner dl dt {
    margin-bottom: 0.8em;
    border-top: 1px solid #231815;
    padding: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .menu-inner dl dd {
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .menu-inner dl:not(:last-of-type) dd {
    margin-bottom: 0;
  }
  footer#main_footer .footer_inner .menu-area .menu-inner ul {
    border-top: 1px solid #231815;
    padding: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .menu-area .menu-inner ul li {
    margin-bottom: 0;
  }
  footer#main_footer .footer_inner .menu-area .menu-inner .c2, footer#main_footer .footer_inner .menu-area .menu-inner .c3 {
    border-left: none;
    padding-left: 0;
  }
  footer#main_footer .footer_inner .menu-area .menu-inner a {
    margin-bottom: 0.8em;
  }
  footer#main_footer .footer_inner .card-mail {
    width: 100%;
    border-radius: calc(16 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .card-mail a {
    padding: calc(25 / 750 * 100vw) calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .card-mail::before {
    top: calc(105 / 750 * 100vw);
    right: calc(25 / 750 * 100vw);
    width: calc(127 / 750 * 100vw);
    height: 100%;
    background: url(../img/common/img_mail01.svg) no-repeat right 0/100% auto;
  }
  footer#main_footer .footer_inner .card-mail h4 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  footer#main_footer .footer_inner .card-mail p {
    width: calc(475 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.7;
  }
  footer#main_footer .footer_inner .card-mail span {
    width: calc(400 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
  }
  footer#main_footer .copyright {
    padding-right: 0;
    text-align: center;
  }
  footer#main_footer .copyright small {
    font-size: calc(22 / 750 * 100vw);
  }
  .go_top {
    bottom: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
  .go_top::after {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    left: calc(21 / 750 * 100vw);
  }
  /*********************
* タイトル子ページ共通
*********************/
  #contents {
    margin-bottom: calc(120 / 750 * 100vw);
  }
  #page-title {
    margin-top: calc(120 / 750 * 100vw);
    padding-top: calc(0 / 750 * 100vw);
    padding-bottom: calc(85 / 750 * 100vw);
    margin-bottom: calc(120 / 750 * 100vw);
    height: calc(330 / 750 * 100vw);
    background: url(../img/common/bg_pagetitle01.svg) no-repeat right calc(30 / 750 * 100vw) top/calc(500 / 750 * 100vw) auto;
  }
  #page-title .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(666 / 750 * 100vw);
  }
  #page-title .inner h1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(110 / 750 * 100vw) calc(0 / 750 * 100vw);
    font-size: calc(50 / 750 * 100vw);
    line-height: 1.2;
    margin-bottom: calc(0 / 750 * 100vw);
  }
  #page-title .inner h1::before {
    position: absolute;
    left: 0;
    bottom: calc(50 / 750 * 100vw);
    width: 100%;
    top: inherit;
  }
  #page-title .inner h1::after {
    font-size: calc(24 / 750 * 100vw);
    margin-right: 0;
    margin-left: auto;
    top: inherit;
    letter-spacing: 0.15em;
  }
  #page-title .inner ul {
    padding-top: calc(30 / 750 * 100vw);
  }
  #page-title .inner ul li {
    font-size: calc(20 / 750 * 100vw);
  }
  .inner_title01 h2 {
    width: calc(670 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    padding-bottom: calc(15 / 750 * 100vw);
  }
  .inner_title01 h2::after {
    width: calc(100 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
  .inner_title01_text,
  .inner_title02_text {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw);
    padding-bottom: calc(110 / 750 * 100vw);
  }
  .inner_title02_text {
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .inner_title02 {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  .inner_title02 h2 {
    font-size: calc(38 / 750 * 100vw);
  }
  .inner_title02 h2::after {
    font-size: calc(30 / 750 * 100vw);
  }
  /*********************
* トップページ
*********************/
  #fv {
    padding: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(153 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  #fv::before {
    height: calc(112 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    padding-bottom: 0.6em;
    background-size: auto 100%;
  }
  #fv .fv_title {
    position: relative;
    background: url(../img/top/bg_fv_sp.png) no-repeat center center;
    background-size: cover;
    margin-bottom: calc(40 / 750 * 100vw);
    height: calc(835 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  #fv .fv_title h2 {
    font-size: calc(52 / 750 * 100vw);
    padding-bottom: 1em;
  }
  #fv .fv_title .sitetit {
    position: absolute;
    right: calc(38 / 750 * 100vw);
    bottom: calc(40 / 750 * 100vw);
  }
  #fv .fv_title .sitetit h1 {
    font-size: calc(68 / 750 * 100vw);
  }
  #fv .fv_title .sitetit .sub1 {
    font-size: calc(28 / 750 * 100vw);
  }
  #fv .fv_title .sitetit .sub2 {
    font-size: calc(28 / 750 * 100vw);
  }
  #fv .wrap_slider .list_slider li {
    width: calc(326 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .index .lead-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/top/bg_about_sp.png) no-repeat center center;
    background-size: cover;
    padding: calc(150 / 750 * 100vw) calc(90 / 750 * 100vw) calc(150 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
  .index .lead-text .inner h2 {
    width: 100%;
    font-size: calc(50 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
    text-align: center;
  }
  .index .lead-text .inner p {
    width: 100%;
    font-size: calc(30 / 750 * 100vw);
  }
  .index .cont-info {
    padding: calc(100 / 750 * 100vw) calc(0 / 750 * 100vw) calc(270 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .index .cont-info::before {
    width: calc(542 / 750 * 100vw);
    top: inherit;
    bottom: 0;
    right: calc(25 / 750 * 100vw);
    background: url(../img/top/bg_info.svg) no-repeat right 0 bottom 0;
    background-size: 100% auto;
  }
  .index .cont-info h2 {
    font-size: calc(44 / 750 * 100vw);
    padding-top: 0;
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .index .cont-info .inner {
    width: calc(670 / 750 * 100vw);
    margin: auto;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(140 / 750 * 100vw) calc(0 / 750 * 100vw);
    padding: 0;
  }
  .index .cont-info .inner .update {
    padding-top: 1em;
  }
  .index .cont-info .inner .update h3 {
    font-size: calc(32 / 750 * 100vw);
    padding-left: calc(10 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .index .cont-info .inner .update ul {
    padding: calc(80 / 750 * 100vw) calc(15 / 750 * 100vw) calc(80 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
  .index .cont-info .inner .movie {
    width: calc(594 / 750 * 100vw);
    margin: auto;
  }
  .index .cont-link {
    margin-bottom: 0;
  }
  .index .cont-link .list-link li {
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .index .cont-link .list-link li::before {
    height: calc(53 / 750 * 100vw);
    width: 100%;
    background: url(../img/top/deco01_sp.svg) repeat-x 0 0;
    background-size: auto 100%;
  }
  .index .cont-link .list-link li a {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .index .cont-link .list-link li a .text {
    display: block;
    padding: calc(121 / 750 * 100vw) calc(0 / 750 * 100vw) calc(39 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .index .cont-link .list-link li a .text .wrap {
    max-width: calc(627 / 750 * 100vw);
    margin: auto;
  }
  .index .cont-link .list-link li a .text .wrap h2 {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
    text-align: center;
  }
  .index .cont-link .list-link li a .text .wrap span {
    width: calc(230 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.5em;
    font-size: calc(20 / 750 * 100vw);
    background: url(../img/common/arrow01_1.svg) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  .index .cont-briefing {
    width: calc(670 / 750 * 100vw);
    margin-top: calc(120 / 750 * 100vw);
    margin-bottom: calc(120 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .index .cont-briefing a {
    aspect-ratio: 670 / 271;
    font-size: calc(28 / 750 * 100vw);
    padding-bottom: 0;
  }
  .index .cont-briefing a::before {
    background: url(../img/top/cover_link04_sp.png) no-repeat center center;
  }
  .index .cont-briefing a strong {
    font-size: calc(40 / 750 * 100vw);
  }
  /*********************
* 薬系技官とは
*********************/
  .overview .lead-text {
    padding-top: calc(80 / 750 * 100vw);
  }
  .overview .cont-field {
    width: calc(670 / 750 * 100vw);
    padding-bottom: calc(150 / 750 * 100vw);
  }
  .overview .cont-field .list-field {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: calc(140 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .overview .cont-field .list-field li {
    gap: calc(15 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .overview .cont-field .list-field li h3 strong {
    font-size: calc(44 / 750 * 100vw);
  }
  .overview .cont-field .list-field li .intext {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .overview .cont-field .list-field li .intext dt {
    padding: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(25 / 750 * 100vw) calc(5 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
  .overview .cont-field .list-field li .intext dd {
    padding: calc(25 / 750 * 100vw) calc(0 / 750 * 100vw) calc(0 / 750 * 100vw) calc(5 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
  .overview .cont-process {
    width: calc(600 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
    padding-bottom: calc(140 / 750 * 100vw);
  }
  .overview .cont-skill {
    width: calc(760 / 750 * 100vw);
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .overview .cont-omoi {
    margin-top: calc(120 / 750 * 100vw);
    padding-bottom: calc(200 / 750 * 100vw);
  }
  .overview .cont-omoi .list_omoi {
    width: calc(670 / 750 * 100vw);
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: calc(60 / 750 * 100vw) calc(0 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(70 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  .overview .cont-omoi .list_omoi dt {
    font-size: calc(40 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .overview .cont-omoi .list_omoi dt::after {
    width: calc(230 / 750 * 100vw);
  }
  .overview .cont-omoi .list_omoi dd {
    padding: calc(0 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
  /*********************
* 審議官対談
*********************/
  .conversation .main_img {
    margin-bottom: calc(95 / 750 * 100vw);
  }
  .conversation .cont-person {
    width: calc(660 / 750 * 100vw);
    margin-bottom: calc(170 / 750 * 100vw);
  }
  .conversation .cont-person ul {
    gap: calc(0 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .conversation .cont-person ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .conversation .cont-person ul li .thumb {
    width: calc(180 / 750 * 100vw);
    margin: 0 auto 0;
  }
  .conversation .cont-person ul li .text {
    font-size: calc(24 / 750 * 100vw);
  }
  .conversation .cont-person ul li .text dl {
    gap: calc(30 / 750 * 100vw) calc(0 / 750 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .conversation .cont-person ul li .text dl dt {
    font-size: calc(24 / 750 * 100vw);
  }
  .conversation .cont-person ul li .text dl dd {
    font-size: calc(30 / 750 * 100vw);
  }
  .conversation .cont-interview {
    width: calc(660 / 750 * 100vw);
    margin-bottom: calc(110 / 750 * 100vw);
  }
  .conversation .cont-interview .tit_question {
    position: relative;
    font-size: calc(38 / 750 * 100vw);
    padding-left: 0;
    padding-bottom: 0.3em;
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .conversation .cont-interview .box-discussion {
    width: calc(650 / 750 * 100vw);
    -ms-grid-columns: calc(130 / 750 * 100vw) 1fr;
        grid-template-columns: calc(130 / 750 * 100vw) 1fr;
    grid-column-gap: calc(30 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
  .conversation .cont-interview .box-discussion .icon {
    font-size: calc(22 / 750 * 100vw);
  }
  .conversation .cont-interview .box-discussion .text {
    font-size: calc(30 / 750 * 100vw);
    padding-top: 0;
    line-height: 1.7;
  }
  /*********************
* 活躍するフィールド
*********************/
  .department .cont-lead {
    padding-top: calc(65 / 750 * 100vw);
  }
  .department .cont-lead::before {
    top: calc(50 / 750 * 100vw);
    background-size: calc(735 / 750 * 100vw) auto;
  }
  .department .cont-lead p {
    width: calc(565 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    padding-bottom: calc(90 / 750 * 100vw);
    line-height: 1.7;
  }
  .department .cont-unit {
    padding-bottom: calc(170 / 750 * 100vw);
  }
  .department .cont-unit .list_unit {
    width: calc(720 / 750 * 100vw);
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .department .cont-unit .img_unit {
    width: calc(720 / 750 * 100vw);
  }
  .department .cont-pdf {
    width: calc(670 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(45 / 750 * 100vw) calc(120 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
  .department .cont-pdf .lead {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    line-height: 1.6;
  }
  .department .cont-pdf .box-inner {
    background: #fff;
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(45 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner h3 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner dl {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(50 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner dl dt {
    font-size: calc(28 / 750 * 100vw);
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
  }
  .department .cont-pdf .box-inner dl dd {
    font-size: calc(26 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner dl dd a {
    padding: 0.6em 0;
  }
  .department .cont-pdf .box-inner ul {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(0 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner ul li {
    font-size: calc(26 / 750 * 100vw);
  }
  .department .cont-pdf .box-inner ul li a {
    padding: 0.6em 0;
  }
  /*********************
* 世界で活躍する薬系技官
*********************/
  .worldwide .main_img {
    padding-top: calc(65 / 750 * 100vw);
  }
  .worldwide .main_img::before {
    top: calc(50 / 750 * 100vw);
    background-size: calc(735 / 750 * 100vw) auto;
  }
  .worldwide .main_img p {
    width: calc(565 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    padding-bottom: calc(180 / 750 * 100vw);
    line-height: 1.7;
  }
  .worldwide .cont-detail {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
    padding-bottom: calc(110 / 750 * 100vw);
  }
  .worldwide .cont-detail .detail-tit {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(120 / 750 * 100vw);
    line-height: 1.5;
  }
  .worldwide .cont-detail .detail-tit::after {
    font-size: calc(50 / 750 * 100vw);
  }
  .worldwide .cont-detail .detail-img {
    padding-bottom: calc(5 / 750 * 100vw);
  }
  .worldwide .cont-detail dt {
    width: 100%;
    margin-top: calc(90 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(25 / 750 * 100vw);
    padding-bottom: 0.8em;
  }
  .worldwide .cont-detail dd {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.65;
  }
  .worldwide .cont-detail .cont-point {
    margin-top: calc(60 / 750 * 100vw);
  }
  .worldwide .cont-detail .cont-point h4 {
    font-size: calc(32 / 750 * 100vw);
  }
  .worldwide .cont-detail .cont-point .inner {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(45 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.7;
  }
  .worldwide .cont-overseas {
    padding-top: calc(170 / 750 * 100vw);
    padding-bottom: calc(90 / 750 * 100vw);
  }
  .worldwide .cont-overseas .inner_column {
    width: calc(654 / 750 * 100vw);
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(30 / 750 * 100vw) 0;
    margin-top: calc(50 / 750 * 100vw);
  }
  .worldwide .cont-overseas .inner_column p {
    line-height: 1.6;
  }
  /*********************
* キャリアパス・WLB
*********************/
  .wlb .cont-career {
    padding-top: calc(90 / 750 * 100vw);
    padding-bottom: calc(180 / 750 * 100vw);
  }
  .wlb .cont-career .inner_title01_text {
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .wlb .cont-career p {
    font-size: calc(30 / 750 * 100vw);
  }
  .wlb .cont-career p small {
    font-size: calc(30 / 750 * 100vw);
  }
  .wlb .cont-career .cont-img {
    width: calc(670 / 750 * 100vw);
  }
  .wlb .cont-wlb {
    padding-bottom: calc(180 / 750 * 100vw);
  }
  .wlb .cont-wlb .cont-inner {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(70 / 750 * 100vw);
  }
  .wlb .cont-wlb .cont-inner .table_wlb {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: calc(50 / 750 * 100vw) 0;
    padding-top: calc(90 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
  .wlb .cont-wlb .cont-inner .table_wlb h3 {
    font-size: calc(32 / 750 * 100vw);
    padding-top: calc(25 / 750 * 100vw);
    padding-bottom: calc(25 / 750 * 100vw);
  }
  .wlb .cont-wlb .cont-inner .table_wlb dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(295 / 750 * 100vw) 1fr;
        grid-template-columns: calc(295 / 750 * 100vw) 1fr;
    gap: 0;
    border-top: 1px solid #333;
  }
  .wlb .cont-wlb .cont-inner .table_wlb dl dt {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(0 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    min-height: calc(100 / 750 * 100vw);
    line-height: 1.3;
  }
  .wlb .cont-wlb .cont-inner .table_wlb dl dd {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(0 / 750 * 100vw) calc(10 / 750 * 100vw) calc(0 / 750 * 100vw);
    line-height: 1.3;
  }
  /*********************
* 先輩薬系技官からのmessage
*********************/
  .message {
    padding-bottom: calc(100 / 750 * 100vw);
  }
  .message .main_img {
    width: 100%;
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .message .main_img .introduce {
    width: calc(660 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 0px;
  }
  .message .main_img .introduce .name {
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .message .main_img .introduce .name dt {
    font-size: calc(24 / 750 * 100vw);
  }
  .message .main_img .introduce .name dd {
    font-size: calc(20 / 750 * 100vw);
  }
  .message .main_img .introduce .name dd strong {
    font-size: calc(30 / 750 * 100vw);
  }
  .message .main_img .introduce .history {
    padding-left: 0;
    padding-top: calc(20 / 750 * 100vw);
    border-left: none;
    border-top: 1px solid #d56027;
  }
  .message .main_img .introduce .history * {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
  }
  .message .cont-message {
    width: calc(660 / 750 * 100vw);
  }
  .message .cont-message h2 {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }
  .message .cont-message p {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.8;
  }
  .message .cont-message p + p {
    margin-top: 1.6em;
  }
  /*********************
* 座談会
*********************/
  .crosstalk .submenu {
    width: calc(710 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .crosstalk .submenu a {
    font-size: calc(28 / 750 * 100vw);
  }
  .crosstalk .submenu a.current, .crosstalk .submenu a:hover {
    text-underline-offset: calc(10 / 750 * 100vw);
  }
  .crosstalk .main_img_crosstalk1 {
    width: calc(710 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .crosstalk .main_img_crosstalk2 {
    width: calc(710 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 {
    width: calc(635 / 750 * 100vw);
    margin: 0 auto calc(230 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 h3 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 h3.boss {
    width: 100%;
  }
  .crosstalk .member_crosstalk1 h3 span {
    font-size: calc(24 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member.young {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: calc(80 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li {
    font-size: calc(24 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .thumb {
    width: calc(180 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .name {
    width: calc(425 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .name * {
    font-size: calc(24 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .name dt {
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .name dd:nth-of-type(1) {
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member li .member .name dd strong {
    font-size: calc(30 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk1 .list_member.boss {
    width: calc(500 / 750 * 100vw);
    padding-right: 0;
  }
  .crosstalk .member_crosstalk1 .list_member.boss li .name {
    width: calc(280 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 {
    width: 100%;
    padding-top: calc(40 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 .list_member {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: calc(60 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin-bottom: calc(130 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 .list_member li {
    -ms-grid-columns: calc(280 / 750 * 100vw) 1fr;
        grid-template-columns: calc(280 / 750 * 100vw) 1fr;
    gap: calc(0 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 .list_member li .name * {
    font-size: calc(24 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 .list_member li .name dt {
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .crosstalk .member_crosstalk2 .list_member li .name dd strong {
    font-size: calc(30 / 750 * 100vw);
  }
  .crosstalk .cont-interview {
    width: calc(660 / 750 * 100vw);
    margin-bottom: calc(110 / 750 * 100vw);
  }
  .crosstalk .cont-interview .tit_question {
    position: relative;
    font-size: calc(38 / 750 * 100vw);
    padding-left: 0;
    padding-bottom: 0.3em;
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .crosstalk .cont-interview .box-discussion {
    width: calc(650 / 750 * 100vw);
    -ms-grid-columns: calc(130 / 750 * 100vw) 1fr;
        grid-template-columns: calc(130 / 750 * 100vw) 1fr;
    grid-column-gap: calc(30 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
  .crosstalk .cont-interview .box-discussion .icon {
    font-size: calc(22 / 750 * 100vw);
  }
  .crosstalk .cont-interview .box-discussion .text {
    font-size: calc(30 / 750 * 100vw);
    padding-top: 0;
    line-height: 1.7;
  }
  /*********************
* Q&A
*********************/
  .faq .lead-text {
    padding-top: calc(110 / 750 * 100vw);
  }
  .faq .cont-field {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
  .faq .cont-field .list_faq {
    padding: calc(65 / 750 * 100vw) calc(20 / 750 * 100vw) calc(65 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .faq .cont-field .list_faq dt {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) calc(0 / 750 * 100vw) calc(15 / 750 * 100vw) calc(80 / 750 * 100vw);
    line-height: 1.6;
  }
  .faq .cont-field .list_faq dt::before {
    font-size: calc(40 / 750 * 100vw);
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(20 / 750 * 100vw);
  }
  .faq .cont-field .list_faq dd {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(100 / 750 * 100vw) calc(80 / 750 * 100vw);
    line-height: 1.65;
  }
  .faq .cont-field .list_faq dd::before {
    font-size: calc(40 / 750 * 100vw);
    top: calc(35 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
  }
  /*********************
* 採用・説明会・官庁訪問情報
*********************/
  .information .cont-infomation {
    padding-top: calc(90 / 750 * 100vw);
    padding-bottom: calc(200 / 750 * 100vw);
  }
  .information .cont-infomation .cont-inner {
    width: calc(670 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
  .information .cont-infomation .cont-inner article {
    padding: calc(50 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
  .information .cont-infomation .cont-inner article h3 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 1.0em;
  }
  .information .cont-briefing {
    padding-bottom: calc(160 / 750 * 100vw);
  }
  .information .cont-briefing .text-box {
    width: calc(670 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(15 / 750 * 100vw) calc(30 / 750 * 100vw) calc(15 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .information .cont-briefing .text-box h3 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 0.5em;
  }
  .information .cont-briefing .text-box p {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8;
  }
  .information .cont-briefing .text-box dl * {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8;
  }
  .information .cont-briefing .card-mail {
    width: calc(670 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
  .information .cont-briefing .card-mail a {
    display: block;
    padding: calc(25 / 750 * 100vw) calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
  .information .cont-briefing .card-mail::before {
    top: calc(110 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    height: 100%;
    background: url(../img/common/img_mail01.svg) no-repeat right 0/100% auto;
  }
  .information .cont-briefing .card-mail h4 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .information .cont-briefing .card-mail p {
    width: calc(425 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.7;
  }
  .information .cont-briefing .card-mail span {
    width: calc(300 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
    margin-top: calc(5 / 750 * 100vw);
  }
  .information .cont-visit {
    padding-bottom: calc(160 / 750 * 100vw);
  }
  .information .cont-visit h3.visit-tit {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: 1.0em;
  }
  .information .cont-visit .cont-inner {
    width: calc(670 / 750 * 100vw);
    padding-top: calc(60 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .information .cont-visit .cont-inner .detail_wrap {
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .information .cont-visit .cont-inner .detail_wrap h3 {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
  }
  .information .cont-visit .cont-inner .detail_wrap .schedule-table {
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .information .cont-visit .cont-inner .detail_wrap .schedule-table tr th {
    font-size: calc(22 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    padding-left: 1.5em;
    text-indent: -1em;
  }
  .information .cont-visit .cont-inner .detail_wrap .schedule-table tr td {
    font-size: calc(22 / 750 * 100vw);
    padding: 1em 0.5em;
    line-height: 1.5;
  }
  .information .cont-visit .cont-inner .detail_wrap .schedule-table tr td.date {
    width: calc(160 / 750 * 100vw);
  }
  .information .cont-visit .cont-inner .detail_wrap .box-reservation {
    font-size: calc(24 / 750 * 100vw);
    padding: 0.5em 1em 3em 1em;
    margin: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
  }
  .information .cont-recruit {
    padding-bottom: calc(200 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner {
    width: calc(670 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner h3 {
    font-size: calc(32 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner .lead {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(70 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner .schedule_recruit {
    width: calc(585 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: calc(190 / 750 * 100vw) 1fr;
        grid-template-columns: calc(190 / 750 * 100vw) 1fr;
    gap: calc(6 / 750 * 100vw) calc(0 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner .schedule_recruit dt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    padding: 0.3em 0.1em;
  }
  .information .cont-recruit .cont-inner .schedule_recruit dd {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    padding: 0.3em 0.2em 0.3em 0.4em;
  }
  .information .cont-recruit .cont-inner .text_hosoku {
    font-size: calc(28 / 750 * 100vw);
    text-align: left;
    margin-bottom: calc(90 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner .jisseki-table {
    margin-top: calc(25 / 750 * 100vw);
  }
  .information .cont-recruit .cont-inner .jisseki-table tr th {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
    width: calc(75 / 750 * 100vw);
    padding: 0.2em 0;
  }
  .information .cont-recruit .cont-inner .jisseki-table tr td {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.4;
    padding: 0.2em 0;
  }
  .information .cont-recruit .cont-inner .jisseki-table tr:not(:last-of-type) th {
    border-bottom: 1px solid #fff;
  }
  .information .cont-recruit .cont-inner .text_hosoku2 {
    font-size: calc(20 / 750 * 100vw);
  }
  .information .cont-panflet {
    padding-bottom: calc(200 / 750 * 100vw);
  }
  .information .cont-panflet .box-panflet {
    width: calc(680 / 750 * 100vw);
  }
  .information .cont-panflet .box-panflet h3 {
    font-size: calc(28 / 750 * 100vw);
    padding: 0.1em 0;
  }
  .information .cont-panflet .box-panflet.panflet1 {
    margin-top: calc(80 / 750 * 100vw);
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .information .cont-panflet .box-panflet.panflet1 p {
    font-size: calc(28 / 750 * 100vw);
    padding: 1em 0;
  }
  .information .cont-panflet .box-panflet.panflet2 div {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    gap: 0;
    padding: 0.5em 0.5em;
  }
  .information .cont-panflet .box-panflet.panflet2 div ul li {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.7;
  }
  .information .cont-counter {
    padding-bottom: calc(160 / 750 * 100vw);
  }
  .information .cont-counter p {
    width: calc(610 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  .sp_none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */