@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html {
  width: 100%;
  height: 100%;
  line-height: 1;
}

body, 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, input, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  vertical-align: baseline;
}

article, aside, embed, figure, figcaption, details, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
* :focus {
  outline: none;
}

img,
a img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  -moz-outline-style: none;
  outline: none;
}

a {
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:focus {
  border: none;
  outline: none;
}

ul, ol, li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

fieldset {
  border: none;
}

input, textarea, button, select, label {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

label {
  cursor: pointer;
}

/* ----- Reset input[type="search"] ----- */
input[type=search] {
  /* プロパティが効くようにする */
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
}

input[type=search]:focus {
  outline-style: none;
  /* フォーカス時に四角いアウトラインでるので消す */
}

input[type=search]::-webkit-search-decoration {
  display: none;
  /* paddingで消せない余白を消す */
}

/* ----- iOSでformのデフォルトスタイルをリセット ----- */
input[type=submit], input[type=button], input[type=reset], input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=search]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, input[type=search]:focus {
  outline-offset: -2px;
}

input, select, textarea {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-radius: 0;
}

html {
  height: 100%;
  height: -webkit-fill-available;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1rem;
  }
}

input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}
a.__line {
  display: inline-block;
  position: relative;
}
a.__line::after {
  position: absolute;
  top: auto;
  bottom: -0.5rem;
  left: 0;
  z-index: 2;
  width: 0;
  height: 1px;
  background: #333;
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
a.__line:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}
a .__linkBlank::after {
  display: inline-block;
  padding-left: 0.3rem;
  font-size: 0.7em;
  font-family: "Font Awesome 6 Free";
  content: "\f2d2";
}

.cf {
  *zoom: 1;
}
.cf::after {
  display: block;
  clear: both;
  content: " ";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.ttf") format("truetype");
}
@media screen and (min-width: 769px) {
  .hidden_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hidden_sp {
    display: none;
  }
}
main {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 4rem;
  }
}

section:not([class]) {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
section:not([class]):first-child {
  margin-top: 0;
}
section:not([class]):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section:not([class]) {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  section:not([class]):first-child {
    margin-top: 0;
  }
  section:not([class]):last-child {
    margin-bottom: 0;
  }
}

.contentsBox {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.contentsBox:first-of-type {
  margin-top: 0;
}
.contentsBox:last-of-type {
  margin-bottom: 0;
}

.__inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .__inner {
    width: calc(100% - 10vw);
    max-width: auto;
  }
}

p:not([class]) {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}
p:not([class]):first-child {
  margin-top: 0;
}
p:not([class]):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  p:not([class]) {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }
  p:not([class]):first-child {
    margin-top: 0;
  }
  p:not([class]):last-child {
    margin-bottom: 0;
  }
}

.num {
  font-family: "Noto Sans JP", sans-serif;
}

.__textRight {
  text-align:  right;
}

.attention {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.8em;
}
.attention li {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.__mt0 {
  margin-top: 0;
}

.__mb0 {
  margin-bottom: 0;
}

.__mb05r {
  margin-bottom: 0.5rem;
}

.__mt10r {
  margin-top: 1rem;
}
.__mb10r {
  margin-bottom: 1rem;
}
.__ml10r {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .__ml10r {
    margin-left: 0;
  }
}

.__mt18r {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .__mt18r {
    margin-top: 1.5rem;
  }
}

.__mt25r {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .__mt25r {
    margin-top: 2rem;
  }
}

.__mb18r {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .__mb18r {
    margin-bottom: 1.5rem;
  }
}

.__pl10r {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .__pl10r {
    padding-left: 0;
  }
}

.__pl30r {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .__pl30r {
    padding-left: 1.5rem;
  }
}

.__arrow {
  display: inline-block;
  position: relative;
  padding-left: 0.8rem;
  line-height: 1;
}
.__arrow::before, .__arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  content: "";
}
.__arrow::before {
  z-index: 1;
  width: 5px;
  height: 5px;
  margin-top: 0.4rem;
  border: 5px solid transparent;
  border-left: 5px solid #009EE8;
}
.__arrow:hover::before, .__arrow:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.__arrow.__arrowD {
  padding-left: 1rem;
}
.__arrow.__arrowD::before {
  margin-top: 0.55rem;
  border-top-color: #009EE8;
  border-left-color: transparent;
}
.__arrow.__arrowC {
  padding-left: 1.3rem;
}
.__arrow.__arrowC::before {
  top: 30.5%;
  left: 6.5px;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  -webkit-transform: translateY(-69.5%);
          transform: translateY(-69.5%);
}
.__arrow.__arrowC::after {
  top: 55%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #009EE8;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
.__btn {
  display: inline-block;
  padding: 0.7rem 0.8rem 0.9rem;
  line-height: 1;
}

.titleWrap {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  width: 100%;
  height: 10rem;
  text-align: center;
}
.titleWrap .txtJP {
  position: absolute;
  top: 3rem;
  left: 52%;
  z-index: 2;
  font-size: 2.1875rem;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transform: translateX(-48%);
          transform: translateX(-48%);
}
.titleWrap .txtEN {
  position: absolute;
  left: 50%;
  z-index: 1;
  font-size: 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  white-space: nowrap;
  color: rgba(153, 153, 153, 0.4);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .titleWrap {
    overflow: hidden;
    width: auto;
    height: 8.5rem;
  }
}

.subTitleWrap {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 1.8rem;
  background: #bfe6f9;
}
.subTitleWrap::before {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background: #FFF;
  content: "";
}
.subTitleWrap .subTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  height: inherit;
  padding-left: 5rem;
  background: #bfe6f9;
  font-size: 1.25rem;
}
.subTitleWrap .subTitle::before {
  position: absolute;
  top: -100%;
  left: -100px;
  width: 150px;
  height: 300%;
  background: #7FCEF3;
  content: "";
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.subTitleWrap .subTitle .subTitleNum {
  display: block;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 1;
  width: 55px;
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}
@media screen and (max-width: 768px) {
  .subTitleWrap {
    height: 50px;
    margin-bottom: 1.3rem;
  }
  .subTitleWrap .subTitle {
    padding-left: 4rem;
    font-size: 1rem;
    line-height: 1.25;
  }
  .subTitleWrap .subTitle::before {
    width: 140px;
  }
  .subTitleWrap .subTitle .subTitleNum {
    width: 47px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

ul:not([class]),
ol:not([class]),
.listDisc,
.listSquare,
.listNum,
.listUlatin {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}
ul:not([class]):first-child,
ol:not([class]):first-child,
.listDisc:first-child,
.listSquare:first-child,
.listNum:first-child,
.listUlatin:first-child {
  margin-top: 0;
}
ul:not([class]):last-child,
ol:not([class]):last-child,
.listDisc:last-child,
.listSquare:last-child,
.listNum:last-child,
.listUlatin:last-child {
  margin-bottom: 0;
}
ul:not([class]) > li,
ul:not([class]) > dt,
ul:not([class]) > span,
ol:not([class]) > li,
ol:not([class]) > dt,
ol:not([class]) > span,
.listDisc > li,
.listDisc > dt,
.listDisc > span,
.listSquare > li,
.listSquare > dt,
.listSquare > span,
.listNum > li,
.listNum > dt,
.listNum > span,
.listUlatin > li,
.listUlatin > dt,
.listUlatin > span {
  margin: 1rem 0 1rem 1.6rem;
}
ul:not([class]) > li:first-child,
ul:not([class]) > dt:first-child,
ul:not([class]) > span:first-child,
ol:not([class]) > li:first-child,
ol:not([class]) > dt:first-child,
ol:not([class]) > span:first-child,
.listDisc > li:first-child,
.listDisc > dt:first-child,
.listDisc > span:first-child,
.listSquare > li:first-child,
.listSquare > dt:first-child,
.listSquare > span:first-child,
.listNum > li:first-child,
.listNum > dt:first-child,
.listNum > span:first-child,
.listUlatin > li:first-child,
.listUlatin > dt:first-child,
.listUlatin > span:first-child {
  margin-top: 0;
}
ul:not([class]) > li:last-child,
ul:not([class]) > dt:last-child,
ul:not([class]) > span:last-child,
ol:not([class]) > li:last-child,
ol:not([class]) > dt:last-child,
ol:not([class]) > span:last-child,
.listDisc > li:last-child,
.listDisc > dt:last-child,
.listDisc > span:last-child,
.listSquare > li:last-child,
.listSquare > dt:last-child,
.listSquare > span:last-child,
.listNum > li:last-child,
.listNum > dt:last-child,
.listNum > span:last-child,
.listUlatin > li:last-child,
.listUlatin > dt:last-child,
.listUlatin > span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul:not([class]),
ol:not([class]),
.listDisc,
.listSquare,
.listNum,
.listUlatin {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

.listDisc > li {
  list-style-type: disc;
}

.listSquare > li,
.listSquare > dt {
  position: relative;
  margin-left: 0;
  padding-left: 1em;
}
.listSquare > li::before,
.listSquare > dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.2rem;
  background: #333;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  content: "";
}
@media screen and (max-width: 768px) {
  .listSquare > li::before,
.listSquare > dt::before {
    margin-top: 0.1rem;
  }
}

.listNum {
  counter-reset: num;
}
.listNum > li,
.listNum > dt,
.listNum > span {
  position: relative;
  margin-left: 0;
  padding-left: 1.6em;
}
.listNum > li::before,
.listNum > dt::before,
.listNum > span::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  counter-increment: num;
  content: counter(num) ")";
}

.listUlatin > li {
  list-style-type: upper-latin;
}

.mainVisualWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background: #fff;
}
#header.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #d1d1d1;
}

@media screen and (max-width: 768px) {
  #header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 60px;
    border-bottom: 1px solid #d1d1d1;
  }
}
/* ----- .logo ----- */
#header .logo {
  width: 300px;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: auto;
    height: 27px;
    margin-left: 1vw;
  }
}
/* ----- #menu ----- */
a#menu {
  display: none;
}

@media screen and (max-width: 768px) {
  a#menu {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menuBtn::before, #menuBtn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menuBtn::before {
    margin-top: -7px;
  }
  #menuBtn::after {
    margin-top: 5px;
  }
  #menuBtn.close {
    background: transparent;
  }
  #menuBtn.close::before, #menuBtn.close::after {
    margin-top: 0;
  }
  #menuBtn.close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #menuBtn.close::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
/* ----- .mainNavi ----- */
.mainNavi {
  display: block;
}
.mainNavi ul {
  margin: 0 1rem 0 0;
}
.mainNavi ul li {
  display: inline-block;
  margin: 0 0 0 2.5rem;
  line-height: 1;
}
.mainNavi ul li a {
  color: #333;
}
.mainNavi ul li.__group a.__arrow::before {
  border-left-color: #ED6D00;
}
.mainNavi ul li.__group a.__line::after {
  background: #ED6D00;
}
.mainNavi ul li.__group a:hover {
  color: #ED6D00;
}
.mainNavi ul li.__group a:hover.__arrow::before {
  border-left-color: #ED6D00;
}
@media screen and (max-width: 768px) {
  .mainNavi {
    display: none;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .mainNavi ul {
    margin-right: 0;
  }
  .mainNavi ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #ccc;
  }
  .mainNavi ul li a.__arrow {
    width: 100%;
    padding: 1.2rem 0 1.4rem 2.3rem;
  }
  .mainNavi ul li a.__arrow::before {
    left: 1.2rem;
    margin-top: 1.7rem;
  }
  .mainNavi ul li a.__arrow.__line::after {
    display: none;
  }
  .mainNavi ul li.__group {
    background: rgba(255, 183, 0, 0.2);
  }
  .mainNavi ul li.__group a.__arrow::before {
    left: 1.5rem;
    margin-top: 1.5rem;
  }
  .mainNavi ul li.__group a.__arrow:hover {
    background: rgba(255, 183, 0, 0.5);
    color: #fff;
  }
  .mainNavi ul li.__group a.__arrow:hover::before {
    border-left-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  #header.fixed .mainNavi {
    background: rgba(255, 255, 255, 0.9);
  }
}
/* ---------------------------------------------------------------------
Footer style
--------------------------------------------------------------------- */
#footer {
  position: relative;
  margin-top: 10rem;
  padding: 1.6rem 0 1rem;
  background-color: #efefef;
  text-align: center;
}
#footer .nankai-logo {
  display: block;
  width: 300px;
  margin: 0 auto;
}
#footer small {
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
}

#backTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9;
}
#backTop.fixed {
  position: absolute;
  top: -25px;
  bottom: auto;
}
#backTop a {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 20px 0 0 15px;
  background: #999;
}
#backTop a::after {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(135deg);
  content: " ";
}
#backTop a:active, #backTop a:hover, #backTop a:focus {
  background: #FFB700;
}
@media screen and (max-width: 768px) {
  #backTop {
    bottom: 0;
    right: 0;
  }
}

#home .mainVisualWrap {
  height: calc(90vh - 100px);
  background-image: url("../img/home/main_img.png");
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  #home .mainVisualWrap {
    height: calc(90vh - 60px);
    background-attachment: local;
  }
}
#home .mainVisual {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
#home .mainVisual .mainVisualTtl {
  margin-bottom: 8px;
  font-size: 2.5rem;
  font-weight: normal;
  text-shadow: 0px 0px 3px #000;
}
#home .mainVisual .mainVisualTtl .mainVisual-philosophy {
  display: block;
  font-size: 0.75em;
  line-height: 1.8;
}
#home .mainVisual .mainVisualTxt {
  font-size: 1.125rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #home .mainVisual .mainVisualTtl {
    font-size: 2.1875rem;
    font-size: 8vw;
  }
  #home .mainVisual .mainVisualTtl .mainVisual-philosophy {
    line-height: 1.7;
  }
  #home .mainVisual .mainVisualTxt {
    font-size: 3.5vw;
    line-height: 1.5em;
  }
}
#business .wrap {
  position: relative;
  width: 100%;
  height: 360px;
}
#business .wrap .txt p {
  padding-left: 40%;
  text-shadow: -5px -5px 10px #fff, -5px 5px 10px #fff, 5px -5px 10px #fff, 5px 5px 10px #fff, -10px -10px 10px #fff, -10px 10px 10px #fff, 10px -10px 10px #fff, 10px 10px 10px #fff;
}
#business .wrap .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 45%;
  height: 330px;
  margin-top: 2rem;
  background-image: url("../img/home/business_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
#business .contentsBox .__linkText.__arrow::before {
  margin-top: 0.65rem;
}
#business .contentsBox .__linkText span.__linkBlank,
#business .contentsBox .__linkText span.__linkIn {
  line-height: 1.5;
  color: #008ccd;
}
#business .contentsBox a.__linkText.__line::after {
  right: 0;
  bottom: -0.25rem;
  left: auto;
  width: 100%;
  background: #008ccd;
}
#business .contentsBox a.__linkText.__line:hover::after {
  width: 0;
}
@media screen and (max-width: 768px) {
  #business .wrap {
    height: auto;
    background-image: url("../img/home/business_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #business .wrap .txt {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.5);
  }
  #business .wrap .txt p {
    width: calc(100% - 10vw);
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  #business .wrap .bg {
    position: relative;
    top: auto;
    width: 100%;
    height: 0;
    margin-top: 0rem;
    background-image: none;
  }
}

#action .__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#action dl {
  width: 33.3333333333%;
}
#action dt {
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 290px;
  padding-top: 2rem;
}
#action dt span {
  display: block;
  width: 16rem;
  margin-left: 1rem;
  padding: 0.75rem 0 0.9rem;
  background: #7FCEF3;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
#action dd {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  text-align: center;
}
#action .action01 dt {
  background-image: url("../img/home/action_img01.png");
}
#action .action02 dt {
  background-image: url("../img/home/action_img02.png");
}
#action .action03 dt {
  background-image: url("../img/home/action_img03.png");
}
@media screen and (max-width: 768px) {
  #action .__inner {
    display: block;
  }
  #action dl {
    width: auto;
    margin-top: 4rem;
  }
  #action dl:first-child {
    margin-top: 0;
  }
  #action dt {
    max-width: 400px;
    height: 300px;
    margin: auto;
    background-size: 300px;
  }
  #action dt span {
    width: 15rem;
    font-size: 1.125rem;
  }
  #action dd {
    font-size: 1rem;
    text-align: center;
  }
}

#company dl:nth-child(odd) {
  background: #efefef;
}
#company dl dt,
#company dl dd {
  display: inline-block;
}
#company dl dt {
  width: 15rem;
  margin: 1rem 0 1rem 2rem;
  white-space: nowrap;
}
#company dl dd {
  margin: 1rem;
}
#company .Gmap {
  margin-top: 4.5rem;
  padding: 0;
}
#company .Gmap iframe {
  width: 100%;
  height: 20rem;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #company dl dt,
#company dl dd {
    display: block;
  }
  #company dl dt {
    width: auto;
    margin: 0 1rem;
    padding: 1rem 0;
    border-right: none;
    border-bottom: 1px dotted #999;
    line-height: 1;
  }
  #company dl dd {
    margin: 0;
    padding: 1rem;
    line-height: 1.3;
  }
}

#home #footer {
  margin-top: 0;
}

#group .mainNavi ul li a.__arrowD {
  padding-left: 0.8rem;
}
#group .mainNavi ul li a.__arrowD::before {
  margin-top: 0.4rem;
  border-top-color: transparent;
  border-left-color: #009EE8;
}
@media screen and (max-width: 768px) {
  #group .mainNavi ul li a.__arrow {
    padding-left: 2.3rem;
  }
  #group .mainNavi ul li a.__arrow::before {
    left: 1.5rem;
    margin-top: 1.5rem;
  }
  #group .mainNavi ul li.__group {
    background: rgba(255, 183, 0, 0.2);
  }
  #group .mainNavi ul li.__group a.__arrowD::before {
    left: 1.2rem;
    margin-top: 1.7rem;
    border-top-color: #ED6D00;
    border-left-color: transparent;
  }
  #group .mainNavi ul li.__group a:hover.__arrowD::before {
    border-top-color: #fff;
  }
  #group .mainNavi ul li.__group a.__arrowC::before {
    top: 13%;
    left: 1.45rem;
    border-left-color: #fff;
    -webkit-transform: translateY(-87%);
            transform: translateY(-87%);
  }
  #group .mainNavi ul li.__group a.__arrowC::after {
    top: 50%;
    left: 1rem;
    background-color: #ED6D00;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #group .mainNavi ul li.__group a.__arrowC:hover.__arrowC::before {
    border-left-color: #FFB700;
  }
  #group .mainNavi ul li.__group a.__arrowC:hover.__arrowC::after {
    background-color: #fff;
  }
  #group .mainNavi ul li.__group:first-child a.__arrow {
      padding: 1.2rem 0 0.7rem 2.3rem;
  }
  #group .mainNavi ul li.__group:first-child {
    border-bottom: 0 none;
  }
  #group .mainNavi ul li.__group.__support {
    border-bottom: 0 none;
  }
  #group .mainNavi ul li.__support a.__arrow {
        padding: 0.7rem 0 0.7rem 3.4rem;
    }
  #group .mainNavi ul li.__group.__support  a.__arrowD::before {
    width: 6px;
    border-top: 2px solid #727171;
    border-right: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;
    margin-top: 1.2rem;
    left: 2.2rem;
  }
  #group .mainNavi ul li.__support.last {
    border-bottom: 1px solid #ccc;
  }
  #group .mainNavi ul li.__support.last a.__arrow {
        padding-bottom: 1.4rem;
    }
}

#group .mainVisualWrap {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  height: 260px;
  background-image: url("../img/group/group_img.png");
  background-size: auto;
  background-position: center;
}
#group .mainVisualWrap .mainVisual {
  width: 100%;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2.0625rem;
  line-height: 1.4;
}
#group .mainVisualWrap .mainVisual .mainVisualTtl {
  text-shadow: -5px -5px 10px #65BAFE, -5px 5px 10px #65BAFE, 5px -5px 10px #65BAFE, 5px 5px 10px #65BAFE, -10px -10px 10px #65BAFE, -10px 10px 10px #65BAFE, 10px -10px 10px #65BAFE, 10px 10px 10px #65BAFE;
}
@media screen and (max-width: 768px) {
  #group .mainVisualWrap {
    height: 200px;
    background-size: auto 330px;
  }
  #group .mainVisualWrap .mainVisual {
    margin-left: 1rem;
    font-size: 1.75rem;
    line-height: 1.2;
  }
  #group .mainVisualWrap .mainVisual .mainVisualTtl {
    text-shadow: -5px -5px 10px rgba(51, 51, 51, 0.5), -5px 5px 10px rgba(51, 51, 51, 0.5), 5px -5px 10px rgba(51, 51, 51, 0.5), 5px 5px 10px rgba(51, 51, 51, 0.5), -10px -10px 10px rgba(51, 51, 51, 0.5), -10px 10px 10px rgba(51, 51, 51, 0.5), 10px -10px 10px rgba(51, 51, 51, 0.5), 10px 10px 10px rgba(51, 51, 51, 0.5);
  }
}

.contactBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.contactBtn > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.contactBtn a {
  width: auto;
  padding: 0.8rem 4rem 1.05rem;
  background: #ED6D00;
  color: #fff;
  text-align: center;
}
.contactBtn a .__arrowC::before {
  border-left-color: #ED6D00;
}
.contactBtn a .__arrowC::after {
  background: #fff;
}
.contactBtn a:hover {
  background: #FFB700;
}
.contactBtn a:hover .__arrowC::before {
  border-left-color: #FFB700;
}
.contactBtn a:hover .__arrowC::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contactBtn {
    margin-top: 1rem;
  }
  .contactBtn a {
    width: calc(100% - 10vw);
    padding: 1.1rem 0 1.3rem;
  }
  .contactBtn a .__arrowC::before {
    top: 29%;
    -webkit-transform: translateY(-71%);
            transform: translateY(-71%);
  }
}

.groupNaviWrap {
  width: 100%;
  background: #FFB700;
}
.groupNaviWrap.fixed {
  position: fixed;
  top: 100px;
  z-index: 10;
}

.groupNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.groupNavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 12%;
  margin-bottom: 0;
  padding: 0.3rem 0 0.5rem;
}
.groupNavi ul li {
  margin: 0 0 0 2.5em;
}
.groupNavi ul a {
  color: #fff;
}
.groupNavi ul a:hover {
  color: #ED6D00;
}
.groupNavi ul a.__arrowD::before {
  border-top-color: #fff;
}
.groupNavi ul a.__arrowD:hover::before {
  border-top-color: #ED6D00;
}
.groupNavi ul a.__line::after {
  bottom: -0.95rem;
  height: 2px;
  background-color: #ED6D00;
}
.groupNavi .contactBtn {
  width: auto;
  margin: 0;
}
.groupNavi .contactBtn a {
  width: auto;
  padding: 0.45rem 0.6rem 0.75rem;
  background: #fff;
  color: #FFB700;
  text-align: center;
  white-space: nowrap;
}
.groupNavi .contactBtn a .__arrowC::before {
  left: 0.45rem;
  margin-top: 0.4rem;
  border-left-color: #FFF;
}
.groupNavi .contactBtn a .__arrowC::after {
  background: #FFB700;
}
.groupNavi .contactBtn a:hover {
  background: #ED6D00;
  color: #fff;
}
.groupNavi .contactBtn a:hover .__arrowC::before {
  border-left-color: #ED6D00;
}
.groupNavi .contactBtn a:hover .__arrowC::after {
  background: #fff;
}

#group .subTitleWrap {
  background: #fff1cc;
}
#group .subTitleWrap .subTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff1cc;
}
#group .subTitleWrap .subTitle::before {
  background: #FFB700;
}
#group .subTitleWrap .subTitleBtn a {
  color: #333;
  font-size: 1rem;
}
#group .subTitleWrap .subTitleBtn a.__btn {
  width: auto;
  padding: 0.5rem;
  background: #fff;
}
#group .subTitleWrap .subTitleBtn a .__arrowD::before {
  border-left-color: #ED6D00;
}
@media screen and (max-width: 768px) {
  #group .subTitleWrap .subTitleBtn a {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  #group .subTitleWrap .subTitleBtn a.__btn {
    padding: 0.5rem 0.3rem;
  }
}

#supportMenu .attention {
  margin-top: -1rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #supportMenu .attention {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
}
#supportMenu li:hover::before {
  color: #ED6D00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#supportMenu li a.__line {
  color: #333;
}
#supportMenu li a.__line::after {
  bottom: -0.1rem;
  left: -2rem;
  background: #ED6D00;
}
#supportMenu li a.__line:hover {
  color: #ED6D00;
}
#supportMenu li a.__line:hover::after {
  width: calc(100% + 2rem);
}

.requestBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 0.8rem;
  border-left: 7rem solid;
}
.requestBox::after {
  overflow: hidden;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: -7rem;
  z-index: 1;
  width: 3.5rem;
  height: 3.5rem;
  border: 3.5rem solid transparent;
  border-top: 1.3rem solid;
  content: "";
}
.requestBox h4 {
  position: absolute;
  left: -7rem;
  width: 7rem;
  margin: 0.8rem 0;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.requestBox h4 .num {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 0.5rem;
  padding-left: 0.1rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 21px;
  text-align: center;
}
.requestBox#requestBox01 {
  padding-top: 1rem;
  border-left-color: #f7bd8c;
}
.requestBox#requestBox01::after {
  border-top-color: #f7bd8c;
}
.requestBox#requestBox01 .num {
  color: #f7bd8c;
}
.requestBox#requestBox02 {
  border-left-color: #f4a766;
}
.requestBox#requestBox02::after {
  border-top-color: #f4a766;
}
.requestBox#requestBox02 .num {
  color: #f4a766;
}
.requestBox#requestBox03 {
  border-left-color: #f19140;
}
.requestBox#requestBox03::after {
  border-top-color: #f19140;
}
.requestBox#requestBox03 .num {
  color: #f19140;
}
.requestBox#requestBox04 {
  padding-top: 1.5rem;
  border-left-color: rgba(237, 109, 0, 0.9);
}
.requestBox#requestBox04::after {
  display: none;
}
.requestBox#requestBox04 .num {
  color: rgba(237, 109, 0, 0.9);
}
@media screen and (max-width: 768px) {
  .requestBox {
    margin-left: -1.5rem;
    padding-top: 2rem;
    border-left-width: 5rem;
  }
  .requestBox::after {
    left: -5em;
    width: 2.5rem;
    height: 2.5rem;
    border-width: 2.5rem;
    border-top: 1rem solid;
  }
  .requestBox#requestBox04 {
    padding-top: 1rem;
  }
  .requestBox h4 {
    left: -5rem;
    width: 5rem;
    font-size: 0.875rem;
  }
  .requestBox h4 .num {
    width: 20px;
    height: 20px;
    font-size: 0.875rem;
    line-height: 19px;
  }
}
.requestBox .requestBoxInner {
  margin-left: 1.5rem;
}
.requestBox .requestBoxInner p, .requestBox .requestBoxInner ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.requestBox .requestBoxInner p:first-child, .requestBox .requestBoxInner ul:first-child {
  margin-top: 0;
}
.requestBox .requestBoxInner p:last-child, .requestBox .requestBoxInner ul:last-child {
  margin-bottom: 0;
}
.requestBox .requestBoxInner ul {
  margin-left: 3px;
}
.requestBox .requestBoxInner ul > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .requestBox .requestBoxInner {
    margin-left: 1rem;
  }
}

#supportResult .supportNaviWrap {
  width: 100%;
}
#supportResult .supportNavi {
  padding-left: 3rem;
  padding-right: 3rem;
}
#supportResult .supportNavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}
#supportResult .supportNavi ul li {
  margin: 0;
}
#supportResult .supportNavi ul li:first-child {
  margin-right: 2em;
}
#supportResult .supportNavi ul li:last-child {
  margin-left: 2em;
}
#supportResult .supportNavi ul li a {
  display: block;
  width: 17rem;
  /* color: #fff; */
  line-height: 1.4em;
  text-align: center;
  padding: .8em 1.4em;
  background: #fff1cc;
}
#supportResult .supportNavi ul li a:hover {
  color: #ED6D00;
  transition : 0.5s;
  -webkit-transition : 0.5s;
  -o-transition : 0.5s;
}

#supportResult .subTitleWrap {
  margin-bottom: 0;
}

.resultContentsWrap {
  margin-top: 6rem;
}
.resultContentsWrap#supportResult01-01, .resultContentsWrap#supportResult02-01, .resultContentsWrap#supportResult03-01 {
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  .resultContentsWrap {
    margin-top: 4rem;
  }
}

.subTitle2 h4 {
  position: relative;
  padding: 2rem 0.8rem 2.2rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}
.subTitle2 h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #aaa, #aaa 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #aaa, #aaa 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.subTitle2 .num {
  display: inline-block;
  padding-right: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
}
.subTitle2 .subTxt {
  display: inline-block;
  margin-left: 1.4rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .subTitle2 {
    padding-left: 0;
  }
  .subTitle2 h4 {
    padding-right: 0;
    padding: 1.8rem 0 2rem 0.6rem;
    font-size: 1.25rem;
  }
  .subTitle2 span {
    font-size: 1.125rem;
  }
}

.resultContents {
  margin-top: 2rem;
}
.resultContents + .resultContents {
  margin-top: 1rem;
}
.resultContents h5 {
  overflow: hidden;
  position: relative;
  width: 10rem;
  height: 2.5rem;
  padding-left: 0.8rem;
  background: #ddd;
  line-height: 2.3rem;
}
.resultContents h5::after {
  position: absolute;
  top: -50%;
  right: -10px;
  width: 30px;
  height: 200%;
  background: #fff;
  content: "";
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.resultContents .moreLink {
  margin-top: 1.5rem;
}
#group a.__inPageLink.__arrow::before,
.resultContents .moreLink .__arrow::before {
  border-left-color: #ED6D00;
}
.resultContents .resultContentsInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0rem;
  padding: 1.8rem 2rem;
}
.resultContents .resultContentsInner:nth-child(odd) .resultContents01 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.resultContents .resultContentsInner:nth-child(odd) .resultContents02 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.resultContents .resultContentsInner div:not([class]) {
  width: 100%;
}
.resultContents .resultContentsInner figure img.border {
  border: 1px solid #ccc;
}
.resultContents .resultContentsInner figure figcaption {
  margin-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}
.resultContents .resultContentsInner figure figcaption a {
  color: #333;
}
.resultContents .resultContentsInner figure figcaption a.__arrow::before {
  top: 30%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.resultContents .resultContentsInner .resultContents01,
.resultContents .resultContentsInner .resultContents02 {
  width: 48%;
}
.resultContents .resultContentsInner .column3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.resultContents .resultContentsInner .column3 .resultContents01,
.resultContents .resultContentsInner .column3 .resultContents02,
.resultContents .resultContentsInner .column3 .resultContents03 {
  width: 31%;
}
.resultContents .resultContentsInner dl {
  margin-top: 0;
}
.resultContents .resultContentsInner dl dd {
  margin-top: -0.5rem;
  margin-left: 1rem;
}
.resultContents .resultContentsInner li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.resultContents .resultContentsInner figure img {
  width: 100%;
  height: auto;
}
.resultContents .resultContentsInner .recruitInformation.contactBtn {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .resultContents {
    margin-top: 2rem;
    padding-left: 0;
  }
  .resultContents.__mt0 {
    margin-top: 0;
  }
  .resultContents + .resultContents {
    margin-top: 1rem;
  }
  .resultContents h5 {
    height: 2.3rem;
    line-height: 2.15rem;
  }
  .resultContents .moreLink {
    margin-top: 1.5rem;
  }
  .resultContents .moreLink .__arrow::before {
    top: 33%;
    -webkit-transform: translateY(-67%);
            transform: translateY(-67%);
  }
  .resultContents .resultContentsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0.5rem;
  }
  .resultContents .resultContentsInner .resultContents01,
.resultContents .resultContentsInner .resultContents02 {
    width: 100%;
  }
  .resultContents .resultContentsInner .resultContents02 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    margin-top: 1rem;
  }
  .resultContents .resultContentsInner .resultContents02 figcaption {
    margin-top: 1.5rem;
  }
  .resultContents .resultContentsInner .column3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resultContents .resultContentsInner .column3 .resultContents01,
.resultContents .resultContentsInner .column3 .resultContents02,
.resultContents .resultContentsInner .column3 .resultContents03 {
    width: 100%;
  }
  .resultContents .resultContentsInner .column3 .resultContents03 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
    margin-top: 1rem;
  }
  .resultContents .resultContentsInner dl dd {
    margin-left: 0rem;
  }
  .resultContents .resultContentsInner li {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .resultContents .resultContentsInner figcaption {
    font-size: 0.875rem;
  }
  .resultContents .resultContentsInner .recruitInformation.contactBtn {
    margin-top: 0;
  }
}

.recruitInformation.contactBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.recruitInformation.contactBtn a {
  margin-right: 2rem;
  margin-left: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .recruitInformation.contactBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
  .recruitInformation.contactBtn a {
    width: 100%;
    margin: 2rem auto 0;
    padding-right: 0;
    padding-left: 0;
  }
}/*# sourceMappingURL=style.css.map */