@charset "UTF-8";
/*-----------------------------*/
/*サイト CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
html.enable-javascript .hide-enable-js {
  display: none !important; }
html:not(.enable-javascript) * {
  display: none !important; }
html:not(.enable-javascript) body,
html:not(.enable-javascript) noscript,
html:not(.enable-javascript) .hide-disable-js {
  display: block !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

i {
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#env {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0px;
  padding: 0.3rem;
  width: 100px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  max-width: 1280px;
  margin: auto; }
  .inner.narrow {
    max-width: 800px !important; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.mt_0 {
  margin-top: 0px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mt_55 {
  margin-top: 55px !important; }

.mb_55 {
  margin-bottom: 55px !important; }

.mt_60 {
  margin-top: 60px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mt_65 {
  margin-top: 65px !important; }

.mb_65 {
  margin-bottom: 65px !important; }

.mt_70 {
  margin-top: 70px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mt_75 {
  margin-top: 75px !important; }

.mb_75 {
  margin-bottom: 75px !important; }

.mt_80 {
  margin-top: 80px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mt_85 {
  margin-top: 85px !important; }

.mb_85 {
  margin-bottom: 85px !important; }

.mt_90 {
  margin-top: 90px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mt_95 {
  margin-top: 95px !important; }

.mb_95 {
  margin-bottom: 95px !important; }

.mt_100 {
  margin-top: 100px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.img img {
  width: 100%; }

.sec {
  padding: 70px 0;
  background: #fff; }
  .sec:nth-child(odd) {
    background: #f7f7f7; }
  .sec > .inner {
    max-width: 1280px;
    margin: auto; }

.sec_intro {
  margin-bottom: 50px; }
  .sec_intro p {
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.6rem;
    color: #666;
    font-family: "Noto Serif JP"; }

.main_ttl {
  margin-bottom: 70px; }
  .main_ttl .ttl {
    font-family: "Noto Serif JP";
    font-size: 3.8rem;
    font-weight: 400; }
  .main_ttl .times {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: #194076;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-radius: 100px; }
  .main_ttl .date {
    font-size: 1.4rem; }

.ttl_sec {
  margin-bottom: 40px;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 3.2rem;
  font-weight: 500; }

.ttl_sub {
  margin-bottom: 30px;
  text-align: left;
  font-family: "Noto Serif JP";
  font-size: 2.6rem;
  font-weight: 500; }

.ttl_lede {
  margin: 30px 0;
  text-align: center;
  font-size: 1.8rem; }

.btn_wrap {
  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;
  margin: 30px auto 0; }

.btn_page {
  display: inline-block;
  padding: 10px 15px;
  background: #194076;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1.6rem; }
  .btn_page:hover {
    opacity: 0.6; }

.btn_back {
  display: inline-block;
  padding: 10px 15px 10px 40px;
  background: #194076 url(../images/common/icon_pageback_w.svg) no-repeat center left 15px/15px auto;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1.6rem; }
  .btn_back:hover {
    opacity: 0.6; }

.btn_link {
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../images/common/icon_arrow_right_orange.svg) no-repeat center left/15px auto; }
  .btn_link:hover {
    opacity: 0.6; }

.btn_send {
  display: inline-block;
  padding: 10px 15px;
  background: #194076;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 1.6rem;
  line-height: 1.6rem; }
  .btn_send:hover {
    opacity: 0.6; }

.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%; }
  .contents_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 5%;
    background: #fff; }
  .contents_list .tn {
    aspect-ratio: 16 / 9; }
    .contents_list .tn img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .contents_list .ttl {
    padding: 15px;
    font-weight: 500; }
  .contents_list p {
    margin: 0;
    padding: 0 15px 15px 15px; }
  .contents_list a:hover {
    opacity: 0.6; }

.news_list li {
  border-bottom: 1px dotted #ccc; }
  .news_list li > div,
  .news_list li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0; }
  .news_list li > a:hover {
    opacity: 0.6; }
.news_list .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  margin-right: 15px; }
.news_list .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .news_list .txt a {
    text-decoration: underline; }
    .news_list .txt a:hover {
      opacity: 0.6; }
  .news_list .txt .sns_logo {
    display: inline-block;
    margin-right: 3px;
    width: 20px; }

.interview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%; }
  .interview_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%;
    margin-bottom: 5%; }
  .interview_list a:hover {
    opacity: 0.6; }
  .interview_list .tn {
    aspect-ratio: 16 / 9; }
    .interview_list .tn img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .interview_list .ttl {
    margin-top: 10px;
    font-weight: 500;
    font-size: 2rem; }
  .interview_list .times {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background: #194076;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    border-radius: 100px; }
  .interview_list .name {
    margin: 10px 0 0 0; }
  .interview_list .lede {
    margin: 10px 0 0 0; }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade_in_out {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fade_in_out {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background: #fff; }
  header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0; }
  header .logo {
    width: 200px; }
    header .logo img {
      width: 100%; }

footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; }
footer .logo {
  width: 150px; }
  footer .logo img {
    width: 100%; }
footer .navi {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  footer .navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    margin-left: 5%; }
  footer .navi a {
    color: #666; }
    footer .navi a:hover {
      opacity: 0.6; }
footer .copyright {
  padding: 15px 0;
  font-size: 0.9rem;
  background: #eaeaea; }
  footer .copyright > p {
    max-width: 1280px;
    margin: 0 auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article {
  margin: 50px auto 0;
  padding-bottom: 100px; }

.gnavi {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }
  .gnavi > ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4%; }
    .gnavi > ul > li {
      position: relative; }
      .gnavi > ul > li::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        display: block;
        width: 100%;
        height: 0;
        background: #194076;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
      .gnavi > ul > li:hover::after {
        height: 5px; }
      .gnavi > ul > li:hover > ul {
        display: block;
        -webkit-animation: fade_in forwards 0.5s ease;
                animation: fade_in forwards 0.5s ease; }
      .gnavi > ul > li > ul {
        position: absolute;
        left: 0;
        opacity: 0;
        display: none;
        width: 100%;
        min-width: 200px;
        background: #194076; }
        .gnavi > ul > li > ul > li > a {
          padding: 15px;
          color: #fff; }
          .gnavi > ul > li > ul > li > a:hover {
            opacity: 0.6; }
  .gnavi a {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #194076;
    font-weight: 500;
    font-size: 1.8rem; }

.mv {
  margin-bottom: 30px; }

.breadcrumbs {
  padding: 5px 0;
  background: #efefef; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1280px;
    margin: auto; }
  .breadcrumbs li {
    color: #333;
    font-size: 1rem;
    font-weight: 200; }
    .breadcrumbs li::after {
      content: "＞";
      display: inline-block;
      margin: 0 7px; }
    .breadcrumbs li:last-of-type::after {
      display: none; }
    .breadcrumbs li a {
      color: #333; }
  .breadcrumbs .home a {
    padding-left: 15px;
    background: url(../images/common/icon_home.svg) no-repeat center left/12px auto; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

body.home article {
  margin-top: 0; }
body.home .home_mv {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 5 / 2;
  overflow: hidden; }
  body.home .home_mv::before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/home_mv_bg.png) no-repeat center/cover; }
  body.home .home_mv .txt {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -4vw;
    color: #4c6cb3;
    font-size: 3vw;
    line-height: 4vw;
    font-family: "Noto Serif JP";
    font-weight: 500;
    text-align: left;
    opacity: 0;
    -webkit-animation: fade_in forwards 1s ease 1s;
            animation: fade_in forwards 1s ease 1s; }
body.home .bar_img {
  width: 750px;
  margin: 30px auto 0;
  text-align: center; }
  body.home .bar_img img {
    width: 100%; }
body.home .sec_intro p {
  margin: 0;
  text-align: center;
  font-size: 2.6rem;
  line-height: 5rem;
  color: #666;
  font-family: "Noto Serif JP"; }
body.home .sec_news .news_list {
  max-width: 800px;
  margin: auto; }
body.home .sec_contents .contents_list .ttl {
  text-align: center; }
body.business_content .gnavi .m_1::after {
  height: 5px; }
body.about .gnavi .m_2::after {
  height: 5px; }
body.about.top .sec_statement .lede {
  margin: 0 0 50px 0; }
  body.about.top .sec_statement .lede p {
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.6rem;
    color: #666;
    font-family: "Noto Serif JP"; }
body.about.top .sec_statement .bar_img {
  position: relative;
  aspect-ratio: 50 / 9;
  margin-top: 50px;
  width: 100%; }
  body.about.top .sec_statement .bar_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
  body.about.top .sec_statement .bar_img .img_1 {
    -webkit-animation: fade_in_out 4s linear 0s infinite;
            animation: fade_in_out 4s linear 0s infinite; }
  body.about.top .sec_statement .bar_img .img_2 {
    -webkit-animation: fade_in_out 4s linear 2s infinite;
            animation: fade_in_out 4s linear 2s infinite; }
body.about.top .sec_statement .main_txt p {
  line-height: 2.8rem; }
  body.about.top .sec_statement .main_txt p:first-of-type {
    margin-top: 0; }
  body.about.top .sec_statement .main_txt p:last-of-type {
    margin-bottom: 0; }
body.about.top .sec_greeting .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.about.top .sec_greeting .wrap .txt {
    width: 60%; }
    body.about.top .sec_greeting .wrap .txt p {
      line-height: 2.8rem; }
      body.about.top .sec_greeting .wrap .txt p:first-of-type {
        margin-top: 0; }
      body.about.top .sec_greeting .wrap .txt p:last-of-type {
        margin-bottom: 0; }
  body.about.top .sec_greeting .wrap .img {
    width: 35%; }
body.about.top .sec_greeting .signature {
  margin-top: 20px;
  text-align: right;
  font-family: "Noto Serif JP";
  font-weight: bold; }
body.about.top .sec_greeting .profile {
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  border: 1px solid #ccc; }
body.about.top .sec_overview .officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.about.top .sec_overview .officer dt, body.about.top .sec_overview .officer dd {
    margin: 0 0 10px 0;
    padding: 0; }
  body.about.top .sec_overview .officer dt {
    width: 5em; }
  body.about.top .sec_overview .officer dd {
    width: calc(100% - 5em);
    padding-left: 5px; }
  body.about.top .sec_overview .officer dt {
    position: relative; }
    body.about.top .sec_overview .officer dt::after {
      content: "：";
      position: absolute;
      top: 0;
      right: 0; }
  body.about.top .sec_overview .officer a {
    text-decoration: underline; }
body.about.greeting .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  body.about.greeting .wrap .txt {
    width: 60%; }
    body.about.greeting .wrap .txt p {
      line-height: 2.8rem; }
      body.about.greeting .wrap .txt p:first-of-type {
        margin-top: 0; }
      body.about.greeting .wrap .txt p:last-of-type {
        margin-bottom: 0; }
  body.about.greeting .wrap .img {
    width: 35%; }
body.about.greeting .signature {
  margin-top: 20px;
  text-align: right;
  font-family: "Noto Serif JP";
  font-weight: bold; }
body.about.statement .main_phrase {
  margin: 0 0 50px 0;
  color: #00ae23;
  font-size: 4.5rem;
  line-height: 6rem;
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center; }
body.about.statement .lede {
  margin: 0 0 50px 0;
  text-align: center;
  font-size: 2.2rem;
  line-height: 4rem;
  color: #666;
  font-family: "Noto Serif JP"; }
body.about.statement .bar_img {
  position: relative;
  aspect-ratio: 50 / 9;
  margin-top: 50px;
  width: 100%; }
  body.about.statement .bar_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
  body.about.statement .bar_img .img_1 {
    -webkit-animation: fade_in_out 4s linear 0s infinite;
            animation: fade_in_out 4s linear 0s infinite; }
  body.about.statement .bar_img .img_2 {
    -webkit-animation: fade_in_out 4s linear 2s infinite;
            animation: fade_in_out 4s linear 2s infinite; }
body.about.statement .main_txt p {
  line-height: 2.8rem; }
  body.about.statement .main_txt p:first-of-type {
    margin-top: 0; }
  body.about.statement .main_txt p:last-of-type {
    margin-bottom: 0; }
body.about.overview .sec_officer .ttl_sec {
  text-align: left; }
body.about.overview .officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body.about.overview .officer dt, body.about.overview .officer dd {
    margin: 0 0 10px 0;
    padding: 0; }
  body.about.overview .officer dt {
    width: 5em; }
  body.about.overview .officer dd {
    width: calc(100% - 5em); }
  body.about.overview .officer dt {
    position: relative; }
    body.about.overview .officer dt::after {
      content: "：";
      position: absolute;
      top: 0;
      right: 0; }
  body.about.overview .officer a {
    text-decoration: underline; }
body.interview .gnavi .m_3::after {
  height: 5px; }
body.interview.detail .main_ttl {
  margin-bottom: 30px; }
body.interview.detail .interviewee {
  margin-bottom: 70px; }
  body.interview.detail .interviewee .name {
    font-weight: 500;
    font-size: 2.2rem; }
  body.interview.detail .interviewee .position {
    margin-top: 15px;
    font-weight: bold; }
    body.interview.detail .interviewee .position:empty {
      display: none; }
body.interview.detail .interview_wrap {
  margin-bottom: 50px; }
  body.interview.detail .interview_wrap .ttl {
    margin-bottom: 30px;
    font-family: "Noto Serif JP";
    font-size: 2.8rem;
    font-weight: 400; }
  body.interview.detail .interview_wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    body.interview.detail .interview_wrap .wrap .txt {
      width: 60%; }
      body.interview.detail .interview_wrap .wrap .txt p {
        line-height: 2.8rem; }
        body.interview.detail .interview_wrap .wrap .txt p:first-of-type {
          margin-top: 0; }
        body.interview.detail .interview_wrap .wrap .txt p:last-of-type {
          margin-bottom: 0; }
      body.interview.detail .interview_wrap .wrap .txt .small {
        font-size: 1.3rem;
        line-height: 1.8rem; }
    body.interview.detail .interview_wrap .wrap .img {
      width: 35%; }
  body.interview.detail .interview_wrap .sec:nth-child(even) .wrap .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  body.interview.detail .interview_wrap .sec:nth-child(even) .wrap .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
body.interview.detail .profile .inner {
  padding: 20px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 6px; }
body.interview.detail .profile .name {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold; }
body.interview.detail .profile .position {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold; }
body.interview.detail .profile .txt {
  margin: 15px 0 0 0;
  font-size: 1.3rem; }
body.topics .gnavi .m_4::after {
  height: 5px; }
body.NotFound404 .intro p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 700px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: calc(100% - 30px);
    margin: auto; }

  #env {
    display: none !important; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .sec {
    padding: 40px 20px; }
    .sec > .inner {
      max-width: unset;
      margin: auto; }

  .sec_intro {
    margin-bottom: 50px; }
    .sec_intro p {
      font-size: 1.8rem;
      line-height: 3rem; }

  .main_ttl .ttl {
    font-size: 3.4rem;
    line-height: 4.0rem; }

  .ttl_sec {
    font-size: 2.8rem; }

  .news_list li > div,
  .news_list li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .news_list .date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 5px 0; }
  .news_list .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

  .contents_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.5%;
            flex: 0 0 47.5%; }
  .contents_list .ttl {
    padding: 15px 0 15px 0; }
  .contents_list p {
    padding: 0; }

  .interview_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5%; }

  header {
    height: 35px; }
    header > .inner {
      padding: 5px; }
    header .logo {
      display: block;
      width: auto;
      height: 25px; }
      header .logo img {
        width: auto;
        height: 100%; }

  footer > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .logo {
    margin-bottom: 20px; }
  footer .navi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin: 0; }
  footer .navi li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 5px; }
  footer .navi a {
    display: block;
    text-align: center;
    font-size: 1.3rem; }
  footer .copyright {
    text-align: center; }

  article {
    max-width: unset;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px; }

  .breadcrumbs {
    width: 100%;
    margin-top: 0px;
    overflow: scroll;
    background: #fff; }
    .breadcrumbs::-webkit-scrollbar {
      display: none !important; }
    .breadcrumbs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      margin: auto; }
    .breadcrumbs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .breadcrumbs .home {
      padding-left: 5px; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #194076;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
                transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
                transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #194076; }

  .gnavi {
    display: none;
    position: fixed;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 90%;
      margin: 10px auto; }
    .gnavi li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gnavi li a {
        display: block;
        width: 100%;
        height: 100%; }
        .gnavi li a span {
          border: none; }
      .gnavi li.icon {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%; }
        .gnavi li.icon a {
          text-align: center; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
              animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }

  @keyframes scroll_arrow {
    0% {
      left: 20px;
      opacity: 0; }
    10% {
      left: 20px;
      opacity: 1; }
    90% {
      left: 0px;
      opacity: 1; }
    100% {
      left: 0px;
      opacity: 0; } }
  body.home .home_mv {
    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;
    aspect-ratio: 2 / 1; }
    body.home .home_mv .txt {
      position: static;
      text-align: center;
      font-size: 5vw;
      line-height: 7vw; }
  body.home .bar_img {
    width: 85vw;
    margin: 20px auto 0; }
  body.home .sec_intro p {
    font-size: 1.8rem;
    line-height: 3rem; }
  body.interview.detail .interview_wrap .ttl {
    font-size: 2.6rem;
    line-height: 3.2rem; }
  body.interview.detail .interview_wrap .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.interview.detail .interview_wrap .wrap .txt {
      width: 100%;
      margin: 0 0 15px 0; }
    body.interview.detail .interview_wrap .wrap .img {
      width: 100%; }
  body.interview.detail .sec:nth-child(even) .wrap .txt {
    margin: 0; }
  body.interview.detail .sec:nth-child(even) .wrap .img {
    margin: 0 0 15px 0; }
  body.about.top .sec_statement .lede p {
    font-size: 1.8rem;
    line-height: 3rem; }
  body.about.top .sec_greeting .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.about.top .sec_greeting .wrap .txt {
      width: 100%;
      margin: 0 0 15px 0; }
    body.about.top .sec_greeting .wrap .img {
      width: 100%; }
  body.greeting .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    body.greeting .wrap .txt {
      width: 100%;
      margin: 0 0 15px 0; }
    body.greeting .wrap .img {
      width: 100%; }
  body.statement .main_phrase {
    margin: 0 0 5vw 0;
    font-size: 6vw;
    line-height: 7vw; }
  body.statement .lede {
    font-size: 1.8rem;
    line-height: 3rem; } }
/*-----------------------------*/
/*フォーム PC用 CSS*/
/*-----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
input[type="email"],
textarea {
  padding: 1em;
  font-size: 1.6rem;
  font-family: "Noto Sans Japanese";
  border-radius: 5px;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

input[type="password"],
input[type="date"],
input[type="time"],
input[type="text"],
input[type="email"],
textarea,
select {
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  textarea:focus,
  select:focus {
    background-color: #ccffe4;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

input[type="password"].w100,
input[type="date"].w100,
input[type="time"].w100,
input[type="text"].w100,
input[type="email"].w100,
textarea.w100 {
  width: 100px; }
input[type="password"].w150,
input[type="date"].w150,
input[type="time"].w150,
input[type="text"].w150,
input[type="email"].w150,
textarea.w150 {
  width: 150px; }
input[type="password"].w200,
input[type="date"].w200,
input[type="time"].w200,
input[type="text"].w200,
input[type="email"].w200,
textarea.w200 {
  width: 200px; }
input[type="password"].w250,
input[type="date"].w250,
input[type="time"].w250,
input[type="text"].w250,
input[type="email"].w250,
textarea.w250 {
  width: 250px; }
input[type="password"].w300,
input[type="date"].w300,
input[type="time"].w300,
input[type="text"].w300,
input[type="email"].w300,
textarea.w300 {
  width: 300px; }
input[type="password"].w350,
input[type="date"].w350,
input[type="time"].w350,
input[type="text"].w350,
input[type="email"].w350,
textarea.w350 {
  width: 350px; }
input[type="password"].w400,
input[type="date"].w400,
input[type="time"].w400,
input[type="text"].w400,
input[type="email"].w400,
textarea.w400 {
  width: 400px; }
input[type="password"].w450,
input[type="date"].w450,
input[type="time"].w450,
input[type="text"].w450,
input[type="email"].w450,
textarea.w450 {
  width: 450px; }
input[type="password"].w500,
input[type="date"].w500,
input[type="time"].w500,
input[type="text"].w500,
input[type="email"].w500,
textarea.w500 {
  width: 500px; }
input[type="password"].w550,
input[type="date"].w550,
input[type="time"].w550,
input[type="text"].w550,
input[type="email"].w550,
textarea.w550 {
  width: 550px; }
input[type="password"].w600,
input[type="date"].w600,
input[type="time"].w600,
input[type="text"].w600,
input[type="email"].w600,
textarea.w600 {
  width: 600px; }
input[type="password"].w650,
input[type="date"].w650,
input[type="time"].w650,
input[type="text"].w650,
input[type="email"].w650,
textarea.w650 {
  width: 650px; }
input[type="password"].w700,
input[type="date"].w700,
input[type="time"].w700,
input[type="text"].w700,
input[type="email"].w700,
textarea.w700 {
  width: 700px; }
input[type="password"].w100p,
input[type="date"].w100p,
input[type="time"].w100p,
input[type="text"].w100p,
input[type="email"].w100p,
textarea.w100p {
  width: 100%; }

textarea[name="remarks"] {
  width: 85%;
  height: 300px; }

label.checkbox, label.radio {
  position: relative;
  display: inline-block;
  padding: 3px;
  margin: 5px 20px 5px 0; }
  label.checkbox:hover, label.radio:hover {
    border-radius: 4px;
    background: #aef4f9; }
  label.checkbox.on_focus, label.radio.on_focus {
    outline: 1px dotted #333; }
  label.checkbox input, label.radio input {
    position: absolute;
    opacity: 0; }
  label.checkbox span, label.radio span {
    position: relative;
    top: -2px; }
  label.checkbox.on::before, label.radio.on::before {
    background-position: 0px -18px; }
  label.checkbox::before, label.radio::before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    background-image: url(../images/form/radiobox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: top; }
label.checkbox::before {
  background-image: url(../images/form/checkbox.svg); }

.radio_row label {
  display: block !important;
  margin: 0 0 10px 0 !important; }

select {
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 4px; }

.switch {
  position: relative;
  top: 0.8em;
  display: inline-block; }
  .switch input[type="radio"],
  .switch input[type="checkbox"] {
    display: none !important; }
    .switch input[type="radio"] + label,
    .switch input[type="checkbox"] + label {
      float: left;
      display: block;
      width: auto;
      margin: 0;
      padding: 0.5em;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: none;
      color: #999;
      background-color: #eaeaea;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset; }
      .switch input[type="radio"] + label:first-of-type,
      .switch input[type="checkbox"] + label:first-of-type {
        border-radius: 6px 0px 0px 6px; }
      .switch input[type="radio"] + label:last-of-type,
      .switch input[type="checkbox"] + label:last-of-type {
        border-radius: 0px 6px 6px 0px;
        border-right: 1px solid #ccc; }
      .switch input[type="radio"] + label::before,
      .switch input[type="checkbox"] + label::before {
        display: none; }
      .switch input[type="radio"] + label span,
      .switch input[type="checkbox"] + label span {
        top: 1px; }
    .switch input[type="radio"]:checked + label,
    .switch input[type="checkbox"]:checked + label {
      color: #fff;
      background-color: #cc0000;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .switch input[type="radio"]:checked + label::before,
      .switch input[type="checkbox"]:checked + label::before {
        display: none; }

button {
  position: relative;
  display: inline-block;
  margin: auto 20px;
  padding: 10px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  border-radius: 30px;
  border: none;
  cursor: pointer; }
  button::after {
    width: 30px;
    height: 30px;
    position: absolute; }
  button:hover {
    opacity: 0.6; }
  button.submit {
    background-color: #cc0000;
    color: #fff; }
    button.submit::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }
  button.back {
    background-color: #666;
    color: #fff; }
    button.back::after {
      content: url(../images/common/icon_arrow_left_white.svg);
      left: 15px; }
  button.link {
    background-color: #6699cc;
    color: #fff; }
    button.link::after {
      content: url(../images/common/icon_arrow_right_white.svg);
      right: 15px; }

.ime_auto {
  ime-mode: auto; }
.ime_active {
  ime-mode: active; }
.ime_inactive {
  ime-mode: inactive; }
.ime_disabled {
  ime-mode: disabled; }

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  form dl > dt {
    position: relative;
    width: 30%;
    padding-top: 20px;
    margin: 0 0 30px 0;
    color: #006699;
    font-weight: bold;
    font-size: 1.6rem; }
    form dl > dt + dd {
      margin: 0 0 30px 0;
      padding-top: 15px;
      width: 70%; }
      form dl > dt + dd > dl dt {
        width: 15%;
        color: #333;
        font-weight: bold;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        form dl > dt + dd > dl dt:first-of-type {
          padding-top: 0px; }
          form dl > dt + dd > dl dt:first-of-type + dd {
            padding-top: 0px; }
        form dl > dt + dd > dl dt + dd {
          width: 85%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    form dl > dt.required::after {
      content: "必須";
      position: absolute;
      right: 30px;
      top: 15px;
      display: block;
      padding: 3px 5px;
      background: #cc0000;
      color: #fff;
      font-size: 1.2rem; }
  form dl dd label:first-of-type {
    margin-left: 10px; }
  form dl dd aside {
    display: inline-block;
    font-size: 1.2rem; }
form.confirm dl dt + dd p {
  font-size: 1.6rem; }

.file_up_box {
  width: 100%;
  margin-bottom: 20px; }
  .file_up_box:last-of-type {
    margin-bottom: 0; }
  .file_up_box img {
    max-width: 100%; }
  .file_up_box label > span {
    display: inline-block;
    margin-right: 10px; }

.form .step {
  margin-bottom: 30px; }
  .form .step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden; }
    .form .step ul li {
      position: relative;
      width: 33.3%;
      padding: 15px;
      background-color: #cccccc;
      color: #666666;
      font-size: 2rem;
      font-weight: bold;
      text-align: center; }
      .form .step ul li::after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -20px;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-top: -27px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
        background-color: #cccccc; }
      .form .step ul li:last-child::after {
        display: none; }
      .form .step ul li.on {
        background-color: #ff6600;
        color: #fff; }
        .form .step ul li.on::after {
          background-color: #ff6600; }
      .form .step ul li:nth-of-type(1) {
        z-index: 3; }
      .form .step ul li:nth-of-type(2) {
        z-index: 2; }
      .form .step ul li:nth-of-type(3) {
        z-index: 1; }
      .form .step ul li > span {
        position: relative;
        z-index: 10; }
.form .privacy_wrap h3 {
  font-size: 2rem; }
.form .privacy_wrap .privacy {
  height: 200px;
  padding: 20px;
  overflow: auto;
  border: 1px solid #ccc; }
  .form .privacy_wrap .privacy > section {
    margin-bottom: 40px; }
    .form .privacy_wrap .privacy > section:last-of-type {
      margin-bottom: 0; }
    .form .privacy_wrap .privacy > section h4 {
      margin-bottom: 10px;
      color: #333;
      font-size: 1.6rem; }
    .form .privacy_wrap .privacy > section h5 {
      margin-bottom: 0.5rem;
      color: #333;
      font-size: 1.4rem; }
    .form .privacy_wrap .privacy > section section {
      margin-top: 20px; }
  .form .privacy_wrap .privacy > .number {
    counter-increment: number; }
    .form .privacy_wrap .privacy > .number > h4::before {
      content: counter(number,decimal) ". ";
      position: relative;
      top: 0;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 0.3rem;
      color: #333;
      background: none; }
  .form .privacy_wrap .privacy .list_number {
    counter-reset: list_number; }
    .form .privacy_wrap .privacy .list_number > li {
      counter-increment: list_number; }
      .form .privacy_wrap .privacy .list_number > li::before {
        content: "（" counter(list_number,decimal) "）"; }
  .form .privacy_wrap .privacy .list_conf {
    counter-reset: list_conf; }
    .form .privacy_wrap .privacy .list_conf > li {
      counter-increment: list_conf;
      margin-left: 1em;
      text-indent: -1em; }
      .form .privacy_wrap .privacy .list_conf > li::before {
        content: "＊" counter(list_conf,decimal) " "; }
  .form .privacy_wrap .privacy .list {
    margin-left: 2em; }
    .form .privacy_wrap .privacy .list > li {
      list-style-type: decimal; }
  .form .privacy_wrap .privacy ul li .list {
    margin-left: 4em; }
.form .privacy_wrap .privacy_check {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 8px; }
  .form .privacy_wrap .privacy_check label {
    position: relative;
    top: -7px;
    margin-top: 7px; }
    .form .privacy_wrap .privacy_check label span {
      color: #cc0000;
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold; }
      .form .privacy_wrap .privacy_check label span::after {
        content: "必須";
        display: inline-block;
        padding: 3px 5px;
        margin-left: 10px;
        background: #cc0000;
        color: #fff;
        font-size: 1.2rem; }
.form .comp_message {
  text-align: center; }

@media only screen and (max-width: 700px) {
  input {
    margin-bottom: 5px; }

  input[type="text"].w100,
  textarea.w100 {
    width: 65%; }
  input[type="text"].w150,
  textarea.w150 {
    width: 65%; }
  input[type="text"].w200,
  textarea.w200 {
    width: 65%; }
  input[type="text"].w250,
  textarea.w250 {
    width: 65%; }
  input[type="text"].w300,
  textarea.w300 {
    width: 65%; }
  input[type="text"].w350,
  textarea.w350 {
    width: 65%; }
  input[type="text"].w400,
  textarea.w400 {
    width: 65%; }
  input[type="text"].w450,
  textarea.w450 {
    width: 65%; }
  input[type="text"].w500,
  textarea.w500 {
    width: 65%; }
  input[type="text"].w550,
  textarea.w550 {
    width: 65%; }
  input[type="text"].w600,
  textarea.w600 {
    width: 65%; }
  input[type="text"].w650,
  textarea.w650 {
    width: 65%; }
  input[type="text"].w700,
  textarea.w700 {
    width: 65%; }
  input[type="text"].w100p,
  textarea.w100p {
    width: 100%; }

  textarea {
    width: 100%; }

  input[type="checkbox"] + label,
  input[type="radio"] + label {
    margin-bottom: 5px; }

  form dl > dt {
    padding: 0;
    margin-bottom: 10px;
    width: 100%; }
    form dl > dt.required::after {
      position: relative;
      right: 0;
      top: 0px;
      width: 3em;
      display: inline-block;
      margin-left: 10px;
      text-align: center; }
    form dl > dt + dd {
      width: 100%;
      margin-bottom: 40px; }
      form dl > dt + dd > dl {
        width: 100%; }
        form dl > dt + dd > dl > dt {
          width: 100%; }
          form dl > dt + dd > dl > dt + dd {
            width: 100%; }
  form dl dt {
    width: 100% !important; }
  form dl dd {
    width: 100%; }
    form dl dd label:first-of-type {
      margin-left: 0; }

  .form .step ul {
    display: block; }
    .form .step ul li {
      width: auto;
      margin-bottom: 2px; }
      .form .step ul li:first-child {
        border-radius: 4px 4px 0 0; }
      .form .step ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .form .step ul li::after {
        display: none; }
  .form .remarks textarea {
    width: 90%; }
  .form .privacy_wrap .privacy_check {
    padding: 20px; }
    .form .privacy_wrap .privacy_check label {
      top: 0;
      display: block;
      margin: auto; }
      .form .privacy_wrap .privacy_check label span::after {
        display: block;
        margin: auto;
        width: 3em;
        text-align: center; }
  .form .btn_wrap button {
    width: auto;
    height: 40px;
    min-width: 270px;
    margin: 0 auto 10px auto;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 20px; }
    .form .btn_wrap button::after {
      width: 20px;
      height: 20px;
      position: absolute; }
    .form .btn_wrap button.submit::after {
      right: 10px; }
    .form .btn_wrap button.back::after {
      left: 10px; }
    .form .btn_wrap button.link::after {
      right: 10px; } }

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