@charset "UTF-8";
/*--------------------------------------------------------------*/
/* reset
/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
*:not(.m3_wrapper, .atlas-side-menu-opinion-box, .atlas-nav, .atlas-side-menu-nav__item) {
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #555;
  font-family: "メイリオ", Meiryo, sans-serif;
}

h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
}

a img,
a:focus img,
a img:focus {
  border: 0;
}

.body-content a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.body-content a:hover {
  text-decoration: underline;
}

.body-content a:hover img {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.official-navi dd:after,
.official-info:after,
.clearfix:after,
.row:after,
.frow:after,
.m3cr_content_nav dd:after,
.m3cr-info__list:after,
.m3cr-main__btm-fav:after,
.m3cr_info_list01:after,
.undernav:after,
.subject_btn:after,
.apply_btm:after {
  display: block;
  clear: both;
  content: "";
}

/* font utility */
/* prefix utility */
/* responsive utility */
/*---------- media queries for sonodakai----------*/
/*ie8
-------------------------------------*/
.ie8 .m3cr-main__item01 {
  float: left;
  position: relative;
  min-height: 398px;
  width: 600px;
}

.ie8 .m3cr-main__item02 {
  float: left;
  width: 370px;
  padding: 20px;
}

.ie8 .m3cr-about__item02 {
  width: 48%;
  padding: 10px;
  float: left;
}

.ie8 .m3cr-appearance__item {
  float: left;
  width: 47%;
  height: 478px;
  padding: 0 10px;
}

.ie8 .m3cr-details__third {
  float: left;
  width: 32%;
  padding: 0 2px;
}

.ie8 .m3cr-tour__item02-a {
  float: left;
  width: 48%;
  padding: 0 10px;
  font-size: 88%;
}

.ie8 .m3cr-tour__list01 dd {
  float: left;
  width: 70%;
  padding-left: 20px;
}

.ie8 .m3cr-overview__item01-a {
  float: left;
  width: 48%;
  margin-bottom: 40px;
  padding: 0 10px;
  font-size: 88%;
}

.ie8 .m3cr-overview__item01-b {
  float: left;
  width: 48%;
  margin-bottom: 40px;
  padding: 0 10px;
}

.ie8 .m3cr-info__list dd {
  width: 73%;
  float: left;
}

.ie8 .undernav__item {
  float: left;
  width: 31%;
  padding: 10px;
}

.ie8 .m3cr-junior-days__item01 dt {
  float: left;
  width: 26%;
}

.ie8 .m3cr-junior-days__item01 dd {
  float: left;
  width: 67%;
  padding: 0 3%;
}

.ie8 .m3cr-junior-features__media01 {
  float: left;
  width: 48%;
  padding-right: 2%;
  color: #999;
  margin-bottom: 10px;
}

.ie8 .m3cr-junior-features__content_r {
  float: left;
  width: 48%;
  margin-bottom: 30px;
}

.ie8 .m3cr-junior-features__content-one {
  float: left;
  width: 31%;
  margin-bottom: 40px;
  padding: 5px;
}

.ie8 .m3cr-junior-features__content_r {
  float: left;
  width: 48%;
  margin-bottom: 30px;
}

.ie8 .m3cr-junior-study__item01 {
  float: left;
  width: 31%;
  margin-bottom: 20px;
  padding: 0 1%;
}

.ie8 .m3cr-voice__item02 dt {
  float: left;
  width: 21%;
  padding-top: 10px;
  line-height: 1.4;
  font-size: 75%;
  text-align: center;
}

.ie8 .m3cr-junior-info__list dd {
  float: left;
  width: 70%;
}

.ie8 .m3cr_recruitment__item-b01 {
  float: left;
  width: 48%;
  padding: 0 10px;
}

.ie8 .m3cr_recruitment__link-record li {
  float: left;
  width: 48%;
  padding: 10px;
}

.ie8 .m3cr-abroad__imgbox-system {
  float: left;
  width: 35%;
  margin-bottom: 40px;
  padding: 0 30px;
  text-align: center;
  color: #999;
  margin-bottom: 10px;
}

.ie8 .m3cr-abroad__txt-system {
  float: left;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 30px;
}

.ie8 .m3cr-junior-features__content-thu-text {
  margin: auto;
  width: 80%;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 0.81em;
}

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html, body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    overflow: scroll;
    width: 100%;
  }

  .atlas-sp-main {
    background-color: #f6f6f6;
    color: #4A4A4A;
    margin-top: -55px;
  }
}

p {
  margin: 0;
}



article {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}

article h2, article h3, article h4, article h5, article h6 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  article {
    background-color: #f5f4f5;
    margin: 0 auto;
    max-width: 480px;
    min-width: 320px;
    width: 100%;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1160px;
  min-width: 768px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 13px;
    margin: 0 auto;
    max-width: 480px;
    min-width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .display_br {
    display: none;
  }
}

h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-weight: bold;
}

h2 {
  margin-bottom: 40px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 20px;
  }
}

h2 .en {
  color: #EFB043;
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  h2 .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

h2 .en:before {
  background-color: #EFB043;
  content: '';
  display: block;
  height: 3px;
  margin-bottom: 15px;
  width: 143px;
}

@media screen and (max-width: 768px) {
  h2 .en:before {
    margin-bottom: 10px;
    width: 90px;
  }
}

h2 .ja {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  h2 .ja {
    font-size: 16px;
  }
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  .display_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .display_pc {
    display: none !important;
  }
}

.header_image {
  margin: 20px auto 0;
  max-width: 1160px;
  min-width: 768px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header_image {
    margin: 20px auto 0;
    max-width: 768px;
    min-width: 320px;
    width: 100%;
  }
}

.header_image img {
  width: 100%;
}

.nav_main {
  margin: 0;
  max-width: 1160px;
  width: 100%;
}

.nav_main li {
  background-color: #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  float: left;
  padding: 15px 0 10px;
  position: relative;
  text-align: center;
  width: 25%;
}

.nav_main li:first-child::after {
  border-left: 0;
}

.nav_main li::after {
  border-left: 1px solid #BFBFBF;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: 15px;
}

.nav_main li a {
  color: #4A4A4A;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.nav_main li a:hover {
  color: #EFB043;
}

.nav_main .active {
  border-bottom-color: #EFB043;
}

.nav_main .active a {
  color: #EFB043;
}

@media screen and (max-width: 768px) {
  .nav_main {
    border-top: 1px solid #BFBFBF;
    margin: 0;
    max-width: 1160px;
    width: 100%;
  }
  .nav_main li {
    border-bottom: 1px solid #BFBFBF;
    float: left;
    padding: 10px 14px;
    text-align: left;
    width: 50%;
  }
  .nav_main li::after {
    border-left: none;
  }
  .nav_main li:nth-child(odd) {
    border-right: 1px solid #BFBFBF;
  }
  .nav_main li a {
    color: #EFB043;
    font-size: 14px;
    font-weight: bold;
  }
  .nav_main li .nav_arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav_main li .nav_arrow:before, .nav_main li .nav_arrow:after {
    background-color: #EFB043;
    content: '';
    display: block;
    height: 10px;
    width: 3px;
  }
  .nav_main li .nav_arrow:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  .nav_main .active {
    background-color: #EFB043;
    border-bottom: 1px solid #BFBFBF;
  }
  .nav_main .active a {
    color: #FFFFFF;
  }
  .nav_main .active .nav_arrow:before, .nav_main .active .nav_arrow:after {
    background-color: #FFFFFF;
  }
}

.main_contents {
  background-color: #FFFFFF;
}

.intro {
  background: url("https://career-review-qa.s3.amazonaws.com/images/official/kameda/img_background.jpg") no-repeat bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .intro {
    max-width: 940px;
    padding: 0 24px;
  }
}

.intro_inner {
  background-color: #EFB043;
  color: #FFFFFF;
  margin: 0 auto 0;
  max-width: 740px;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .intro_inner {
    padding: 40px 10px;
  }
}

.intro h2 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.intro p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.intro p + p {
  margin-bottom: 0;
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .intro p + p {
    padding-top: 20px;
  }
}

.intro p + p:before {
  background: #FFFFFF;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 0;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .intro p + p:before {
    margin-left: -70px;
    width: 140px;
  }
}

.features {
  margin: 70px 55px 50px;
}

@media screen and (max-width: 768px) {
  .features {
    margin: 60px 20px 50px;
  }
}

.features_contents {
  margin-top: 50px;
}

.features_contents_l {
  float: left;
  margin-right: 5%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .features_contents_l {
    float: none;
    margin: 0 0 40px;
    padding: 0 32px;
    width: 100%;
  }
}

.features_contents_l:last-child {
  margin-right: 0;
}

.features_contents_l h3 {
  border-top: 2px solid #BFBFBF;
  font-size: 20px;
  line-height: 1.75;
  margin-top: 20px;
  padding-top: 18px;
  position: relative;
}

.features_contents_l h3:before {
  border: 14px solid transparent;
  border-bottom-color: #BFBFBF;
  bottom: 100%;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 0;
}

.features_contents_l h3:after {
  border: 14px solid transparent;
  border-bottom-color: #FFFFFF;
  bottom: 100%;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin: 0 0 -2px -14px;
  position: absolute;
  width: 0;
}

.features_contents_l p {
  font-size: 16px;
  line-height: 1.4375;
  margin-top: 5px;
}

.features_contents img {
  height: auto;
  width: 100%;
}

.features_link {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .features_link {
    padding: 0 30px;
  }
}

.features_link a {
  border: 2px solid #EFB043;
  color: #EFB043;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 90px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 390px;
}

@media screen and (max-width: 768px) {
  .features_link a {
    font-size: 16px;
    line-height: 72px;
    width: 100%;
  }
}

.features_link a:hover {
  opacity: .7;
}

.about {
  margin: 70px 55px 50px;
}

@media screen and (max-width: 768px) {
  .about {
    margin: 60px 20px 50px;
  }
}

.about_description {
  float: left;
  width: 58%;
}

@media screen and (max-width: 768px) {
  .about_description {
    float: none;
    width: 100%;
  }
}

.about_description p {
  font-size: 16px;
}

.about_description p + p {
  margin-top: 1em;
}

.about_image {
  float: right;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .about_image {
    float: none;
    margin-bottom: 24px;
    padding: 0 20px;
    width: 100%;
  }
}

.about_image img {
  height: auto;
  width: 100%;
}

.environment {
  margin: 0 auto 90px;
  max-width: 900px;
}

.environment .environment_contents_l {
  float: left;
  width: 47%;
}

.environment .environment_contents_l img {
  width: 100%;
}

.environment .environment_contents_l .environment_bg {
  background-color: #f0fff5;
  position: relative;
}

.environment .environment_contents_l h3 {
  background-color: rgba(40, 148, 52, 0.9);
  color: #ffffff;
  left: 46px;
  margin: 0 auto 10px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 77%;
}

.environment .environment_contents_l p {
  font-size: 14px;
  padding: 30px 50px 20px;
}

.environment .environment_contents_r {
  float: right;
  width: 47%;
}

.environment .environment_contents_r img {
  width: 100%;
}

.environment .environment_contents_r .environment_bg {
  background-color: #f0fff5;
  position: relative;
}

.environment .environment_contents_r h3 {
  background-color: rgba(40, 148, 52, 0.9);
  color: #ffffff;
  left: 46px;
  margin: 0 auto 10px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 77%;
}

.environment .environment_contents_r p {
  font-size: 14px;
  padding: 30px 50px 20px;
}

@media screen and (max-width: 768px) {
  .environment {
    margin: 0 auto 20px;
    max-width: 900px;
  }
  .environment .environment_contents_l {
    float: none;
    width: 100%;
  }
  .environment .environment_contents_l img {
    width: 100%;
  }
  .environment .environment_contents_l .environment_bg {
    background-color: #f0fff5;
    position: relative;
  }
  .environment .environment_contents_l h3 {
    background-color: rgba(40, 148, 52, 0.9);
    color: #ffffff;
    font-size: 14px;
    left: 46px;
    margin: 0 auto 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 77%;
  }
  .environment .environment_contents_l p {
    font-size: 12px;
    line-height: 1.8;
    padding: 30px 50px 20px;
  }
  .environment .environment_contents_r {
    float: none;
    width: 100%;
  }
  .environment .environment_contents_r img {
    width: 100%;
  }
  .environment .environment_contents_r .environment_bg {
    background-color: #f0fff5;
    position: relative;
  }
  .environment .environment_contents_r h3 {
    background-color: rgba(40, 148, 52, 0.9);
    color: #ffffff;
    font-size: 14px;
    left: 46px;
    margin: 0 auto 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 77%;
  }
  .environment .environment_contents_r p {
    font-size: 12px;
    line-height: 1.8;
    padding: 30px 50px 20px;
  }
}

.interview {
  background-color: #B9DCE5;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .interview {
    padding: 40px 20px;
  }
}

.interview img {
  height: auto;
  width: 693px;
}

@media screen and (max-width: 768px) {
  .interview img {
    width: 100%;
  }
}

.interview a {
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.interview a:hover {
  opacity: .7;
}

.point {
  color: #4A4A4A;
  margin: 0 55px 50px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .point {
    margin: 0 20px 50px;
    padding-top: 60px;
  }
}

.point h3 {
  border-bottom: 2px solid #EFB043;
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.point_contents {
  margin-top: 50px;
}

.point_contents_item {
  margin-bottom: 70px;
  padding: 0 48px;
}

.point .point_contents_r {
  float: right;
  width: 47%;
}

.point .point_contents_r img {
  width: 100%;
}

.point .point_contents_l {
  float: left;
  font-size: 16px;
  padding-right: 10px;
  width: 53%;
}

@media screen and (max-width: 768px) {
  .point h3 {
    font-size: 20px;
  }
  .point_contents_item {
    margin-bottom: 40px;
    padding: 0;
  }
  .point .point_contents_r {
    float: none;
    margin-bottom: 10px;
    padding: 0 28px;
    width: 100%;
  }
  .point .point_contents_r img {
    width: 100%;
  }
  .point .point_contents_l {
    float: none;
    height: auto;
    padding: 0;
    width: 100%;
  }
}

.info {
  background-color: #f6f6f6;
  padding: 70px 55px 50px;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 60px 20px 50px;
  }
}

.info_contents {
  margin: 70px auto 0;
  max-width: 910px;
}

@media screen and (max-width: 768px) {
  .info_contents {
    margin-top: 40px;
  }
}

.info_contents_item {
  background-color: #FFFFFF;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.16);
  margin-bottom: 50px;
  padding: 30px 45px;
}

@media screen and (max-width: 768px) {
  .info_contents_item {
    margin-bottom: 30px;
    padding: 40px 30px;
  }
}

.info_contents_l {
  float: left;
  max-width: 65%;
  padding-right: 24px;
}

@media screen and (max-width: 768px) {
  .info_contents_l {
    float: none;
    max-width: 100%;
    padding-right: 0;
  }
}

.info_contents_l .info_temperature {
  color: #0071BC;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .info_contents_l .info_temperature {
    margin-top: 15px;
  }
}

.info_contents_l .info_temperature p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .info_contents_l .info_temperature p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.info_contents_l .info_temperature li {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin-right: 36px;
}

@media screen and (max-width: 768px) {
  .info_contents_l .info_temperature li {
    font-size: 25px;
    margin-right: 15px;
  }
}

.info_contents_l .info_temperature li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .info_contents_l .info_temperature li span {
    font-size: 16px;
  }
}

.info_contents_r {
  float: right;
  max-width: 35%;
  padding: 15px 0;
}

.info_contents_r img {
  height: auto;
  width: 100%;
}

.info_contents h3 {
  border-bottom: 1px solid #4A4A4A;
  color: #0071BC;
  display: inline-block;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .info_contents h3 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.info_contents p {
  font-size: 16px;
  line-height: 1.4;
}

.details {
  background: #FFFFFF;
  margin: 70px 55px 0;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .details {
    margin: 60px 20px 0;
    padding-bottom: 48px;
  }
}

.details_info {
  border: 1px solid #E1E1E1;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details_info {
    background: transparent;
    border: none;
    box-shadow: none;
    height: auto;
    margin-top: 30px;
    width: 100%;
  }
}

.details dl {
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details dl {
    left: auto;
    margin-bottom: 48px;
    position: relative;
    top: auto;
    width: 100%;
  }
}

.details dl:last-child {
  margin-bottom: 0;
}

.details dl:nth-child(2) dt {
  border-left: 1px solid #E1E1E1;
  left: 33%;
}

.details dl:nth-child(3) dt {
  border-left: 1px solid #E1E1E1;
  left: 66%;
}

@media screen and (max-width: 768px) {
  .details dl:nth-child(2) dt {
    border: 0;
    left: 0;
    right: inherit;
  }
}

@media screen and (max-width: 768px) {
  .details dl:nth-child(3) dt {
    border: 0;
    left: 0;
    right: inherit;
  }
}

.details dl dt {
  background: #FFFFFF;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
  cursor: pointer;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .details dl dt {
    background-color: #EFB043;
    border-bottom: none;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
}

.details dl dt.current:after {
  background-color: #EFB043;
  bottom: 0;
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}

.details dl dt.current a {
  color: #EFB043;
}

@media screen and (max-width: 768px) {
  .details dl dt.current a {
    color: #FFFFFF;
  }
}

.details dl dt a {
  border: 0;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  height: 62px;
  line-height: 62px;
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .details dl dt a {
    color: #FFFFFF;
  }
}

.details dl dd {
  display: none;
  left: 0;
  padding: 96px 40px 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details dl dd {
    background: #fff;
    border: 1px solid #BFBFBF;
    height: auto;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
}

.details .tab_list {
  margin: 0 auto;
  max-width: 910px;
}

.details .tab_list.hide {
  display: none;
}

.details_content {
  float: left;
  max-width: 40%;
}

@media screen and (max-width: 768px) {
  .details_content {
    float: none;
    max-width: 100%;
    padding: 26px 38px 38px;
  }
}

.details_content img {
  height: auto;
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details_content img {
    margin-bottom: 0;
  }
}

.details_map {
  float: left;
  max-width: 40%;
  padding-top: 258px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details_map {
    float: none;
    max-width: 100%;
    padding-top: 180px;
  }
}

.details_map iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.details_table {
  display: block;
  float: right;
  font-size: 18px;
  width: 57%;
}

@media screen and (max-width: 768px) {
  .details_table {
    float: none;
    font-size: 12px;
    width: 100%;
  }
}

.details_table table {
  width: 100%;
}

.details_table table tr {
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .details_table table tr {
    display: table-row;
    margin-bottom: 0;
  }
}

.details_table table th {
  border-bottom: 1px solid #EFB043;
  color: #4A4A4A;
  display: block;
  float: left\9;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details_table table th {
    background-color: #EFB043;
    border: 1px solid #BFBFBF;
    border-bottom: none;
    border-left: none;
    color: #FFFFFF;
    display: table-cell;
    float: none\9;
    text-align: center;
    width: 32%;
  }
}

.details_table table td {
  display: block;
  float: left\9;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .details_table table td {
    border: 1px solid #BFBFBF;
    border-right: none;
    display: table-cell;
    float: none\9;
    padding: 10px;
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  .details dl dt.current:after {
    content: none;
  }
  .details dl dt.current .accordion_icon span:nth-of-type(1) {
    display: none;
  }
  .details dl dt.current .accordion_icon span:nth-of-type(2) {
    top: 5px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .details dl dt.current .accordion_icon span:nth-of-type(3) {
    top: 5px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .details dl dt a {
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
  .details dl dt .accordion_icon {
    height: 15px;
    position: absolute;
    right: 24px;
    top: 45%;
    width: 15px;
  }
  .details dl dt .accordion_icon span {
    background: #fff;
    height: 2px;
    left: 0px;
    position: absolute;
    top: 5px;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .details dl dt .accordion_icon span:nth-of-type(1) {
    top: 5px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .details dl dt .accordion_icon span:nth-of-type(1) {
    top: 5px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.button_area {
  background-color: #B9DCE5;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .button_area {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .button_area.entry-only {
    background-color: #FFFFFF;
    padding: 0;
  }
}

.button_area.recruitments {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .button_area.recruitments {
    display: none;
  }
}

.button_area a {
  background-color: #0071BC;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .button_area a {
    line-height: 115px;
    width: 100%;
  }
}

.button_area a:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .button_area a:hover {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.button_area a.entry {
  background-color: #EFB043;
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .button_area a.entry {
    bottom: 0;
    left: 0;
    line-height: 57px;
    margin-left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
  }
}

.button_area a.entry.large {
  margin-left: 0;
  max-width: 420px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .button_area a.entry.large {
    max-width: 100%;
    width: 100%;
  }
}

.hospital_detail {
  background-color: #fffbc4;
  margin: 0 auto 50px;
  max-width: 740px;
  padding: 40px 80px 50px;
}

.hospital_detail h3 {
  color: #EFB043;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.hospital_detail tr {
  border-bottom: 10px solid #fffbc4;
}

.hospital_detail th {
  background-color: #ebeff8;
  padding: 10px 20px;
  text-align: center;
}

.hospital_detail td {
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .hospital_detail {
    background-color: #fffbc4;
    font-size: 13px;
    margin: 0 auto 50px;
    max-width: 740px;
    padding: 18px 10px;
  }
  .hospital_detail h3 {
    color: #EFB043;
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
  }
  .hospital_detail tr {
    border-bottom: 10px solid #fffbc4;
  }
  .hospital_detail th {
    background-color: #ebeff8;
    padding: 10px 20px;
    text-align: center;
  }
  .hospital_detail td {
    padding: 10px 20px;
  }
}

.official-inner p {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
}

.official-inner {
  background-color: #FFFFFF;
}

.official-inner h2 {
  background: #FFFFFF;
  border-bottom: 3px solid #EFB043;
  color: #4A4A4A;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 8px;
  margin: 0 0 42px 2px;
  padding: 0 0 10px 0;
}

.official-inner h4 {
  color: #EFB043;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 9px 0;
}

.official-inner hr {
  border-style: solid;
  border-width: 2px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 0 25px;
}

.official-inner .hr-color {
  border-color: #000;
}

@media screen and (max-width: 768px) {
  .official-inner h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .official-inner p {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 768px) {
  .recruitments-tableonly-parts {
    font-size: 12px !important;
  }
}

.bottom-adjust {
  margin-bottom: 50px;
}

.component-adujust {
  margin-bottom: 16px;
}

.inner-topbottom-adjust {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 45px;
}

@media screen and (max-width: 768px) {
  .inner-topbottom-adjust {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 25px;
  }
}

.recruitments-textandtile-parts li {
  margin: 0 0 30px;
}

.recruitments-textandtile-parts .recruitments-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 12px;
}

.recruitments-textandtile-parts .textcolor-of-hospital {
  color: #EFB043;
}

.recruitments-textandtile-parts .borderleft-h3-of-hospital {
  border-left: 6px solid #EFB043;
}

.recruitments-textandtile-parts .recruitments-text {
  font-size: 16px;
  font-size: 1rem;
}

.recruitments-textandtile-parts .recruitments-text a {
  color: #EFB043;
}

.system_table th {
  font-weight: normal;
  vertical-align: top;
  width: 15%;
}

.system_table td {
  vertical-align: top;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .system_table {
    font-size: 12px;
    padding: 0;
  }
  .system_table th {
    font-weight: normal;
    vertical-align: top;
    width: 15%;
  }
  .system_table td {
    vertical-align: top;
    width: 40%;
  }
}

.worktable-wrap {
  height: 100%;
  margin: 16px 0;
  overflow-x: auto;
  width: 100%;
}

.worktable-wrap table {
  width: 100%;
}

.worktable-wrap table th {
  padding: 12px 0;
  text-align: center;
  width: 12.5%;
}

.worktable-wrap table td {
  padding: 12px 0;
  text-align: center;
}

.worktable-wrap table .breakborder-bottom {
  border-bottom: 1px solid #000;
}

.worktable-wrap table .breakborder-right {
  border-right: 1px solid #000;
}

.worktable-wrap table .breakborder-left {
  border-left: 1px solid #000;
}

.worktable-wrap table .breakborder-top {
  border-top: 1px solid #000;
}

.worktable-wrap table .table-bgcoloradd {
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .worktable-wrap table {
    font-size: 10px;
    width: 100%;
  }
  .worktable-wrap table th {
    padding: 12px 0;
    text-align: center;
    width: 12.5%;
  }
  .worktable-wrap table td {
    padding: 12px 0;
    text-align: center;
  }
  .worktable-wrap table .breakborder-bottom {
    border-bottom: 1px solid #000;
  }
  .worktable-wrap table .breakborder-right {
    border-right: 1px solid #000;
  }
  .worktable-wrap table .breakborder-left {
    border-left: 1px solid #000;
  }
  .worktable-wrap table .breakborder-top {
    border-top: 1px solid #000;
  }
  .worktable-wrap table .table-bgcoloradd {
    background: #f5f5f5;
  }
}

.table-pattern2 {
  width: 100%;
}

.table-pattern2 tr {
  border-bottom: 2px dotted #EFB043;
}

.table-pattern2 th {
  color: #555555;
  padding: 12px 0 12px 36px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table-pattern2 th {
    display: block;
    padding: 12px 0 12px 12px;
    width: 100%;
  }
}

.table-pattern2 th::before {
  background-color: #EFB043;
  border-radius: 100%;
  color: #BFBFBF;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: -15px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}

.table-pattern2 .thtop-adjust {
  padding: 0 0 12px 36px;
}

@media screen and (max-width: 768px) {
  .table-pattern2 .thtop-adjust {
    padding: 0 0 12px 12px;
  }
}

.table-pattern2 td {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .table-pattern2 td {
    display: block;
    padding: 0 0 12px 12px;
    width: 100%;
  }
}

.td-between-adjust {
  padding: 8px 0;
}

.worktable-wrap::-webkit-scrollbar {
  height: 10px;
}

.worktable-wrap::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}

.worktable-wrap::-webkit-scrollbar-track-piece {
  background: #efefef;
}

@media screen and (max-width: 768px) {
  .recruitments-button-list {
    margin-top: 40px;
  }
}

.recruitments-button-parts {
  margin: 0 auto 36px;
  width: 99%;
}

.recruitments-button-parts h3 {
  border-left: 6px solid #EFB043;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .recruitments-button-parts h3 {
    font-size: 18px;
  }
}

.recruitments-button-parts ul {
  overflow: hidden;
  text-align: center;
}

.recruitments-button-parts ul li {
  display: block;
  float: left;
  padding: 0 8px;
  text-align: center;
  width: 33.333%;
}

@media screen and (max-width: 768px) {
  .recruitments-button-parts ul li {
    display: block;
    float: none;
    width: 100%;
  }
}

.recruitments-button-parts ul li .recruitments-div-button {
  background: #EFB043;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  height: 100%;
  padding: 12px 0;
  width: 100%;
}

.recruitments-button-parts ul li .active {
  background: #FFFFFF;
  border: 2px solid #000;
  color: #000;
}

@media screen and (max-width: 768px) {
  .recruitments-button-parts ul li {
    margin: 0 0 2% 0;
  }
}

.tableonly-table {
  width: 100%;
}

.tableonly-table tr {
  border: 1px solid #EFB043;
}

.tableonly-table th {
  padding: 12px 0;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .tableonly-table th {
    display: block;
    float: left\9;
    width: 100%;
  }
}

.tableonly-table td {
  background-color: #FFFFFF;
  padding: 12px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .tableonly-table td {
    display: block;
    float: left\9;
    width: 100%;
  }
}

.tableonly-table td li {
  text-align: left;
}

.tableonly-table .tableonly-thcolor {
  background: #EFB043;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.tableonly-table .tableonly-link-color {
  color: #EFB043;
}

@media screen and (max-width: 768px) {
  #clinic_info {
    margin: 0;
  }
}

.hospitals-data {
  display: none;
}

.hospitals-data:target {
  display: block;
}

.recruitments-text {
  margin: 0 0 20px 0;
}

#rec_001, #rec_002, #rec_003, #rec_004, #rec_005, #rec_006, #work_link, #area_info {
  margin-top: -80px;
  padding-top: 80px;
}
