/*=================================
@base model settings
=================================*/
/*=================================
@Mixin start
=================================*/
/*=================================
@font-face
=================================*/
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic");
}
@font-face {
  font-family: YuMincho;
  font-weight: bold;
  src: local("Yu Mincho"), local("YuMincho");
}
/*=================================
CSS start
=================================*/
/* line 147, ../sass/base.scss */
body {
  font-family: "Roboto",-apple-system, blinkMacSystemFont,'Segoe UI',YuGothicM,YuGothic,Meiryo,sans-serif;
  background-color: #F3F4F6;
  color: #333;
  font-size: 1rem;
  line-height: 1.8rem;
  font-feature-settings: "palt";
}
@media (max-width: 568px) {
  /* line 147, ../sass/base.scss */
  body {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
/* line 154, ../sass/base.scss */
body a, body a:hover, body a:active, body a:focus, body a:visited {
  color: #333;
}

/* line 165, ../sass/base.scss */
header {
  height: 120px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  min-width: 980px;
}
@media (max-width: 568px) {
  /* line 165, ../sass/base.scss */
  header {
    min-width: auto;
    text-align: center;
    height: 60px;
  }
}
/* line 179, ../sass/base.scss */
header > h1 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  width: 80px;
  padding: 36px 0 0 36px;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* line 179, ../sass/base.scss */
  header > h1 {
    font-size: 1rem;
  }
}
@media (max-width: 568px) {
  /* line 179, ../sass/base.scss */
  header > h1 {
    margin: 0 auto;
    padding: 15px 0 0;
    width: 90px;
    display: none;
  }
}
/* line 189, ../sass/base.scss */
header > h1 img {
  width: 100%;
}
/* line 193, ../sass/base.scss */
header > ul {
  width: auto;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 193, ../sass/base.scss */
  header > ul {
    display: none;
  }
}
/* line 203, ../sass/base.scss */
header > ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 36px 20px 0;
  min-height: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, ../sass/base.scss */
header > ul li a span {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
}
/* line 217, ../sass/base.scss */
header > ul li a:hover {
  background-color: #23466E;
  color: #fff;
}
/* line 224, ../sass/base.scss */
header > div {
  width: 250px;
  text-align: center;
  background-color: #15304E;
  color: #fff;
}
@media (max-width: 568px) {
  /* line 224, ../sass/base.scss */
  header > div {
    display: none;
  }
}
/* line 232, ../sass/base.scss */
header > div > dl {
  padding-top: 32px;
}
/* line 234, ../sass/base.scss */
header > div > dl dt {
  font-size: 0.8rem;
}
/* line 237, ../sass/base.scss */
header > div > dl dd {
  font-weight: bold;
  font-size: 1.4rem;
}
/* line 240, ../sass/base.scss */
header > div > dl dd:before {
  background: url(../images/icon_tell.png) no-repeat left top;
  background-size: auto 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}
/* line 248, ../sass/base.scss */
header > div > dl dd a {
  color: #fff;
}
/* line 250, ../sass/base.scss */
header > div > dl dd a:hover, header > div > dl dd a:active, header > div > dl dd a:focus, header > div > dl dd a:visited {
  color: #fff;
}

/* line 260, ../sass/base.scss */
nav {
  width: 100%;
  min-width: 980px;
  height: 80px;
  display: block;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  z-index: 9999;
  opacity: 0;
  display: none;
}
@media (max-width: 568px) {
  /* line 260, ../sass/base.scss */
  nav {
    min-width: auto;
    height: 60px;
    display: flex;
    opacity: 1;
  }
}
/* line 280, ../sass/base.scss */
nav > p {
  font-size: 2.2rem;
  line-height: 2.6rem;
  width: 60px;
  padding: 20px 0 0 20px;
  margin-right: auto;
}
@media (max-width: 568px) {
  /* line 280, ../sass/base.scss */
  nav > p {
    font-size: 1rem;
  }
}
@media (max-width: 568px) {
  /* line 280, ../sass/base.scss */
  nav > p {
    width: 145px;
    padding: 10px 0 0 10px;
  }
}
/* line 289, ../sass/base.scss */
nav > p img {
  width: 90%;
}
/* line 293, ../sass/base.scss */
nav > ul {
  width: auto;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 293, ../sass/base.scss */
  nav > ul {
    display: block;
    position: absolute;
    width: 200px;
    top: 0px;
    right: 0px;
    background-color: #15304E;
    padding: 60px 0 0px 0;
    opacity: 1;
    display: none;
  }
}
/* line 310, ../sass/base.scss */
nav > ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 18px 20px 0;
  min-height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 310, ../sass/base.scss */
  nav > ul li a {
    font-size: 1rem;
    min-height: auto;
    padding: 0 0 40px;
    position: relative;
  }
}
@media (max-width: 568px) {
  /* line 325, ../sass/base.scss */
  nav > ul li a:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 75px;
  }
}
@media (max-width: 568px) {
  /* line 337, ../sass/base.scss */
  nav > ul li a p {
    color: #fff;
  }
}
/* line 342, ../sass/base.scss */
nav > ul li a span {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
}
/* line 347, ../sass/base.scss */
nav > ul li a:hover {
  background-color: #23466E;
  color: #fff;
}
/* line 354, ../sass/base.scss */
nav > ul li:last-child a:after {
  display: none;
}
/* line 361, ../sass/base.scss */
nav > div {
  width: 250px;
  text-align: center;
  background-color: #15304E;
  color: #fff;
}
@media (max-width: 568px) {
  /* line 361, ../sass/base.scss */
  nav > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #15304E url(../images/icon_menu.png) no-repeat left 50% top 30%;
    background-size: 40%;
  }
}
@media (max-width: 568px) {
  /* line 375, ../sass/base.scss */
  nav > div.close {
    background: #15304E url(../images/icon_menu_close.png) no-repeat left 50% top 30%;
    background-size: 40%;
  }
}
@media (max-width: 568px) {
  /* line 381, ../sass/base.scss */
  nav > div:after {
    content: "Menu";
    position: absolute;
    bottom: 0px;
    left: 15px;
    font-size: 0.8rem;
  }
}
/* line 390, ../sass/base.scss */
nav > div > dl {
  padding-top: 12px;
}
@media (max-width: 568px) {
  /* line 390, ../sass/base.scss */
  nav > div > dl {
    display: none;
  }
}
/* line 395, ../sass/base.scss */
nav > div > dl dt {
  font-size: 0.8rem;
}
/* line 398, ../sass/base.scss */
nav > div > dl dd {
  font-weight: bold;
  font-size: 1.4rem;
}
/* line 401, ../sass/base.scss */
nav > div > dl dd:before {
  background: url(../images/icon_tell.png) no-repeat left top;
  background-size: auto 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}
/* line 409, ../sass/base.scss */
nav > div > dl dd a {
  color: #fff;
}
/* line 411, ../sass/base.scss */
nav > div > dl dd a:hover, nav > div > dl dd a:active, nav > div > dl dd a:focus, nav > div > dl dd a:visited {
  color: #fff;
}

/* line 424, ../sass/base.scss */
footer {
  background-color: #23466E;
  text-align: center;
  margin-top: 60px;
  min-width: 980px;
}
@media (max-width: 568px) {
  footer {
    min-width: auto;
  }
}
/* line 429, ../sass/base.scss */
footer ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  background-color: #F3F4F6;
}
@media (max-width: 568px) {
  /* line 429, ../sass/base.scss */
  footer ul {
    flex-wrap: wrap;
  }
}
/* line 436, ../sass/base.scss */
footer ul li {
  width: 20%;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 436, ../sass/base.scss */
  footer ul li {
    opacity: 1;
    width: 50%;
  }
}
/* line 444, ../sass/base.scss */
footer ul li a {
  text-align: center;
  padding: 40px 20px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: bold;
}
/* line 452, ../sass/base.scss */
footer ul li a span {
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
}
/* line 457, ../sass/base.scss */
footer ul li a:hover, footer ul li a:active, footer ul li a:focus, footer ul li a:visited {
  color: #fff;
}
@media (max-width: 568px) {
  /* line 444, ../sass/base.scss */
  footer ul li a {
    padding: 15px 0;
  }
}
/* line 464, ../sass/base.scss */
footer ul li:nth-child(odd) {
  background-color: #15304E;
}
/* line 467, ../sass/base.scss */
footer ul li:nth-child(even) {
  background-color: #848A96;
}
@media (max-width: 568px) {
  /* line 467, ../sass/base.scss */
  footer ul li:nth-child(even) {
    background-color: #15304E;
  }
}
@media (max-width: 568px) {
  /* line 473, ../sass/base.scss */
  footer ul li:nth-child(2), footer ul li:nth-child(3) {
    background-color: #848A96;
  }
}
@media (max-width: 568px) {
  /* line 478, ../sass/base.scss */
  footer ul li:last-child {
    background: #F3F4F6 url(../images/icon_mail.png) no-repeat 97px 27px;
    width: 100%;
    background-size: 35px;
  }
}
@media (max-width: 568px) {
  /* line 484, ../sass/base.scss */
  footer ul li:last-child a {
    color: #333;
  }
}
/* line 490, ../sass/base.scss */
footer ul li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 492, ../sass/base.scss */
footer ul li:hover a {
  color: #23466E;
}
/* line 498, ../sass/base.scss */
footer > div {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 40px;
}
@media (max-width: 568px) {
  /* line 498, ../sass/base.scss */
  footer > div {
    width: auto;
    padding: 20px;
  }
}
/* line 508, ../sass/base.scss */
footer > div .logo {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 20px;
  background-color: #fff;
  margin: 0 auto;
}
/* line 513, ../sass/base.scss */
footer > div .logo img {
  width: 100%;
}
/* line 517, ../sass/base.scss */
footer > div .copyright {
  margin-top: 40px;
  font-size: 0.8rem;
}
@media (max-width: 568px) {
  /* line 517, ../sass/base.scss */
  footer > div .copyright {
    margin-top: 20px;
    font-size: 0.7rem;
    line-height: 1.4rem;
  }
}

/* line 542, ../sass/base.scss */
main section, main div, main p, main li, main a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 545, ../sass/base.scss */
main h1 {
  width: 980px;
  margin: 50px auto 20px;
  padding: 10px;
  background-color: #23466E;
  color: #fff;
}
@media (max-width: 568px) {
  /* line 545, ../sass/base.scss */
  main h1 {
    width: auto;
  }
}
/* line 556, ../sass/base.scss */
main section {
  width: 100%;
  min-width: 980px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 556, ../sass/base.scss */
  main section {
    width: 100%;
    min-width: auto;
  }
}
/* line 565, ../sass/base.scss */
main section > div.inner {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 565, ../sass/base.scss */
  main section > div.inner {
    width: 100%;
    padding: 20px;
  }
}
/* line 577, ../sass/base.scss */
main section#head .breadcrumb {
  display: flex;
  font-size: 0.8rem;
  padding: 5px 0;
}
/* line 582, ../sass/base.scss */
main section#head .breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 10px;
}
/* line 588, ../sass/base.scss */
main section#head .breadcrumb li:last-child:after {
  display: none;
}
/* line 594, ../sass/base.scss */
main section#head h2 {
  padding: 30px 0 30px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media (max-width: 568px) {
  /* line 594, ../sass/base.scss */
  main section#head h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
/* line 598, ../sass/base.scss */
main section#head h2 span {
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-weight: normal;
  display: block;
}
@media (max-width: 568px) {
  /* line 598, ../sass/base.scss */
  main section#head h2 span {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
/* line 606, ../sass/base.scss */
main h3 {
  margin-bottom: 20px;
  font-size: 1.0rem;
  line-height: 1.4rem;
}
@media (max-width: 568px) {
  /* line 606, ../sass/base.scss */
  main h3 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
/* line 614, ../sass/base.scss */
main#top h2 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-align: center;
}
@media (max-width: 568px) {
  /* line 614, ../sass/base.scss */
  main#top h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (max-width: 568px) {
  /* line 614, ../sass/base.scss */
  main#top h2 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  /* line 614, ../sass/base.scss */
  main#top h2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

/* line 623, ../sass/base.scss */
main#top h2 span {
  font-size: 1rem;
  line-height: 1.8rem;
  display: block;
  font-weight: normal;
}
@media (max-width: 568px) {
  /* line 623, ../sass/base.scss */
  main#top h2 span {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 568px) {
  /* line 623, ../sass/base.scss */
  main#top h2 span {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 568px) and (max-width: 568px) {
  /* line 623, ../sass/base.scss */
  main#top h2 span {
    font-size: 1rem;
    line-height: 1.8rem;
  }
}

/* line 634, ../sass/base.scss */
main#detail section {
  padding: 0 50px 0;
}
@media (max-width: 568px) {
  /* line 634, ../sass/base.scss */
  main#detail section {
    padding: 0;
  }
}
/* line 639, ../sass/base.scss */
main#detail section p {
  margin-bottom: 15px;
}
/* line 643, ../sass/base.scss */
main#detail section.column2 .inner {
  display: flex;
}
@media (max-width: 568px) {
  /* line 643, ../sass/base.scss */
  main#detail section.column2 .inner {
    display: block;
  }
}
/* line 648, ../sass/base.scss */
main#detail section.column2 .inner > div:first-child {
  width: 400px;
  margin-right: 30px;
}
@media (max-width: 568px) {
  /* line 648, ../sass/base.scss */
  main#detail section.column2 .inner > div:first-child {
    width: auto;
    margin-right: 0;
  }
}
/* line 657, ../sass/base.scss */
main#detail section.column2 .inner > div:last-child {
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 665, ../sass/base.scss */
main#detail h3 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: normal;
}

/* line 677, ../sass/base.scss */
#message-section {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 0 0 120px;
}
@media (max-width: 568px) {
  /* line 677, ../sass/base.scss */
  #message-section {
    min-height: auto;
    padding-bottom: 30px;
  }
}
/* line 689, ../sass/base.scss */
#message-section > div {
  width: 100%;
  text-align: center;
}
/* line 697, ../sass/base.scss */
#message-section h2 {
  opacity: 0;
}
@media (max-width: 568px) {
  /* line 697, ../sass/base.scss */
  #message-section h2 {
    font-size: 1.4rem !important;
  }
}
/* line 703, ../sass/base.scss */
#message-section h2 br {
  display: none;
}
@media (max-width: 568px) {
  /* line 703, ../sass/base.scss */
  #message-section h2 br {
    display: block;
  }
}
/* line 710, ../sass/base.scss */
#message-section .sub_title {
  font-size: 1.2rem;
  line-height: 2.4rem;
  opacity: 0;
}
@media (max-width: 568px) {
  /* line 710, ../sass/base.scss */
  #message-section .sub_title {
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 568px) {
  /* line 720, ../sass/base.scss */
  #message-section .sub_title br {
    display: none;
  }
}

/* line 730, ../sass/base.scss */
#about-section {
  background: url(../images/bg_about-section.jpg) no-repeat left 100% top;
  background-size: 100%;
  height: 1000px;
  padding: 120px 0;
}
@media (max-width: 1500px) {
  /* line 730, ../sass/base.scss */
  #about-section {
    background-size: auto 100%;
  }
}
@media (max-width: 568px) {
  /* line 730, ../sass/base.scss */
  #about-section {
    height: 800px;
    padding: 30px 0;
    background: #23466E url(../images/bg_about-section.jpg) no-repeat left 65% top;
    background-size: auto 100%;
  }
}
/* line 745, ../sass/base.scss */
#about-section .panel, #about-section .panel2 {
  height: 1000px;
  width: 100%;
  background: url(../images/bg_about-section_02.jpg) no-repeat left 100% top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  /* line 745, ../sass/base.scss */
  #about-section .panel, #about-section .panel2 {
    background-size: auto 100%;
  }
}
@media (max-width: 568px) {
  /* line 745, ../sass/base.scss */
  #about-section .panel, #about-section .panel2 {
    height: 800px;
    background: #23466E url(../images/bg_about-section_02.jpg) no-repeat left 65% top;
    background-size: auto 100%;
  }
}
/* line 765, ../sass/base.scss */
#about-section .panel2 {
  background: url(../images/bg_about-section_03.jpg) no-repeat left 100% top;
  background-size: 100%;
  z-index: 2;
}
@media (max-width: 1500px) {
  /* line 765, ../sass/base.scss */
  #about-section .panel2 {
    background-size: auto 100%;
  }
}
@media (max-width: 568px) {
  /* line 765, ../sass/base.scss */
  #about-section .panel2 {
    height: 800px;
    background: #23466E url(../images/bg_about-section_03.jpg) no-repeat left 65% top;
    background-size: auto 100%;
  }
}
/* line 780, ../sass/base.scss */
#about-section .group {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 3;
  text-align: center;
  width: 100%;
  opacity: 0;
}
@media (max-width: 568px) {
  /* line 780, ../sass/base.scss */
  #about-section .group {
    position: relative;
    top: 100;
  }
}
/* line 794, ../sass/base.scss */
#about-section .about {
  width: 980px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  margin-bottom: 200px;
  text-shadow: 2px 2px 2px #666;
}
@media (max-width: 568px) {
  /* line 794, ../sass/base.scss */
  #about-section .about {
    width: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 568px) {
  /* line 805, ../sass/base.scss */
  #about-section .about p {
    text-align: left;
  }
}
@media (max-width: 568px) {
  /* line 809, ../sass/base.scss */
  #about-section .about p br {
    display: none;
  }
}
/* line 815, ../sass/base.scss */
#about-section .about > ul {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 568px) {
  /* line 815, ../sass/base.scss */
  #about-section .about > ul {
    flex-wrap: wrap;
  }
}
/* line 822, ../sass/base.scss */
#about-section .about > ul li {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 4px solid #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 568px) {
  /* line 822, ../sass/base.scss */
  #about-section .about > ul li {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 2px solid #fff;
  }
}
/* line 834, ../sass/base.scss */
#about-section .about > ul li:nth-child(even) {
  margin: 0 40px;
}
@media (max-width: 568px) {
  /* line 834, ../sass/base.scss */
  #about-section .about > ul li:nth-child(even) {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 568px) {
  /* line 839, ../sass/base.scss */
  #about-section .about > ul li:nth-child(even):after {
    display: none;
  }
}
/* line 846, ../sass/base.scss */
#about-section .about > ul li:last-child:after {
  display: none;
}
/* line 850, ../sass/base.scss */
#about-section .about > ul li:after {
  content: "X";
  position: absolute;
  right: -27px;
  top: 87px;
}
@media (max-width: 568px) {
  /* line 850, ../sass/base.scss */
  #about-section .about > ul li:after {
    right: -16px;
    top: 100px;
  }
}
/* line 860, ../sass/base.scss */
#about-section .about > ul li span {
  width: 200px;
  display: block;
  font-size: 1.3rem;
}
@media (max-width: 568px) {
  /* line 860, ../sass/base.scss */
  #about-section .about > ul li span {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}
/* line 873, ../sass/base.scss */
#about-section .company {
  width: 980px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px;
  padding-top: 120px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 873, ../sass/base.scss */
  #about-section .company {
    width: auto;
    padding: 0 0 5px;
  }
}
/* line 886, ../sass/base.scss */
#about-section .company > h2 {
  background: #23466E;
  color: #fff;
  position: absolute;
  width: 500px;
  top: -50px;
  left: 240px;
  z-index: 999;
  padding: 10px 0;
}
@media (max-width: 568px) {
  /* line 886, ../sass/base.scss */
  #about-section .company > h2 {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
  }
}
/* line 902, ../sass/base.scss */
#about-section .company ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  /* line 902, ../sass/base.scss */
  #about-section .company ul {
    margin: 0 10px 30px;
    justify-content: space-between;
  }
}
/* line 911, ../sass/base.scss */
#about-section .company ul li {
  width: 135px;
  margin: 0 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 911, ../sass/base.scss */
  #about-section .company ul li {
    margin: 0;
    width: 100px;
    line-height: 1rem;
  }
}
/* line 920, ../sass/base.scss */
#about-section .company ul li img {
  width: 100%;
  border: 1px solid #ccc;
}
/* line 924, ../sass/base.scss */
#about-section .company ul li:nth-child(6n) {
  margin-right: 0;
}
/* line 929, ../sass/base.scss */
#about-section .company h3 {
  font-size: 1.0rem;
  line-height: 1.4rem;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 55px;
}
@media (max-width: 568px) {
  /* line 929, ../sass/base.scss */
  #about-section .company h3 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
/* line 935, ../sass/base.scss */
#about-section .company h3:before, #about-section .company h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
/* line 945, ../sass/base.scss */
#about-section .company h3:before {
  left: 0;
}
/* line 946, ../sass/base.scss */
#about-section .company h3:after {
  right: 0;
}
/* line 947, ../sass/base.scss */
#about-section .company h3 span {
  font-size: 1.4rem;
  font-weight: bold;
  background: url(../images/icon_building.png) no-repeat left top;
  background-size: 25px;
  padding: 0 2px 0 23px;
}

/* line 960, ../sass/base.scss */
#news-section {
  text-align: center;
  padding: 120px 0;
}
@media (max-width: 568px) {
  /* line 960, ../sass/base.scss */
  #news-section {
    padding: 30px 0;
  }
}
@media (max-width: 568px) {
  /* line 966, ../sass/base.scss */
  #news-section .inner {
    padding: 0;
  }
}
/* line 973, ../sass/base.scss */
#news-section .news-content a {
  opacity: 1;
}
/* line 977, ../sass/base.scss */
#news-section > div {
  text-align: center;
}

/* line 992, ../sass/base.scss */
.font__yumin {
  font-family: YuMincho;
}

/* line 1117, ../sass/base.scss */
table {
  margin: 40px 0;
}
/* line 1119, ../sass/base.scss */
table.pc {
  display: table;
}
@media (max-width: 568px) {
  /* line 1119, ../sass/base.scss */
  table.pc {
    display: none;
  }
}
/* line 1125, ../sass/base.scss */
table.sp {
  display: none;
}
@media (max-width: 568px) {
  /* line 1125, ../sass/base.scss */
  table.sp {
    display: table;
  }
}
/* line 1131, ../sass/base.scss */
table th, table td {
  padding: 20px 20px;
  vertical-align: middle;
}
@media (max-width: 568px) {
  /* line 1131, ../sass/base.scss */
  table th, table td {
    padding: 10px;
  }
}
/* line 1138, ../sass/base.scss */
table th.requird:after, table td.requird:after {
  content: "*";
  display: inline-block;
  color: #ac1117;
  margin-left: 3px;
}
/* line 1146, ../sass/base.scss */
table.default {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 1150, ../sass/base.scss */
table.default th, table.default td {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 1156, ../sass/base.scss */
table.default tbody th {
  background-color: #DFE0D8;
}
/* line 1159, ../sass/base.scss */
table.default tbody td {
  background-color: #fff;
}
/* line 1166, ../sass/base.scss */
table.line th, table.line td {
  border-bottom: 1px solid #ccc;
}
/* line 1173, ../sass/base.scss */
input[type="text"] {
  padding: 7px;
  font-size: 1rem;
}
@media (max-width: 568px) {
  /* line 1173, ../sass/base.scss */
  input[type="text"] {
    border: 1px solid #ccc;
  }
}
/* line 1180, ../sass/base.scss */
input.size1 {
  width: 100px;
}
/* line 1181, ../sass/base.scss */
input.size2 {
  width: 150px;
}
/* line 1182, ../sass/base.scss */
input.size3 {
  width: 200px;
}
/* line 1183, ../sass/base.scss */
input.size4 {
  width: 250px;
}
/* line 1184, ../sass/base.scss */
input.size5 {
  width: 400px;
}

/* line 1187, ../sass/base.scss */
textarea {
  padding: 7px;
  font-size: 1rem;
  border: 1px solid #ccc;
  width: 95%;
}

/* line 1194, ../sass/base.scss */
.organization img {
  width: 980px;
}
@media (max-width: 568px) {
  /* line 1194, ../sass/base.scss */
  .organization img {
    width: 100%;
  }
}

/* line 996, ../sass/base.scss */
.btn, #news-section > div .btn {
  background-color: #fff;
  border: 2px solid #333;
  text-align: center;
  padding: 10px 150px;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
@media (max-width: 568px) {
  /* line 996, ../sass/base.scss */
  .btn, #news-section > div .btn {
    width: 90%;
    padding: 10px 0;
  }
}

/* line 1008, ../sass/base.scss */
.btn:after, #news-section > div .btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

/* line 1025, ../sass/base.scss */
.news-content, #news-section .news-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0;
}
@media (max-width: 568px) {
  /* line 1025, ../sass/base.scss */
  .news-content, #news-section .news-content {
    display: block;
  }
}
/* line 1034, ../sass/base.scss */
.news-content a, #news-section .news-content a {
  display: block;
  width: 30%;
  margin: 0 49px 50px 0;
  padding: 10px;
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  /* line 1034, ../sass/base.scss */
  .news-content a, #news-section .news-content a {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    background-color: #fff;
  }
}
/* line 1049, ../sass/base.scss */
.news-content a:nth-child(3n), #news-section .news-content a:nth-child(3n) {
  margin-right: 0;
}
/* line 1053, ../sass/base.scss */
.news-content a:hover dd, #news-section .news-content a:hover dd {
  color: #ac1117;
}
/* line 1056, ../sass/base.scss */
.news-content a:hover dt, #news-section .news-content a:hover dt {
  color: #ffffff;
  background: #ac1117;
}
@media (max-width: 568px) {
  /* line 1061, ../sass/base.scss */
  .news-content a:after, #news-section .news-content a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 1078, ../sass/base.scss */
.news-content a dt, #news-section .news-content a dt {
  display: block;
  margin-bottom: 15px;
  background-color: #848A96;
  color: #fff;
  font-size: 0.8rem;
  padding: 0 5px;
  text-align: center;
  border-radius: 10px;
}
.news-content a dt.open, #news-section .news-content a dt.open {
    background: #ac1117;
}
.news-content a dt.other, #news-section .news-content a dt.other {
    background: #1117ac;
}
.news-content a dt.seminar, #news-section .news-content a dt.seminar {
    background: #00a048;
}
@media (max-width: 568px) {
  /* line 1078, ../sass/base.scss */
  .news-content a dt, #news-section .news-content a dt {
    text-align: center;
    position: absolute;
    top: 14px;
    left: 20px;
    display: inline-block;
    width: 70px;
    padding: 2px 5px;
    line-height: 1rem;
    margin-bottom: 3px;
  }
}
/* line 1100, ../sass/base.scss */
.news-content a dd, #news-section .news-content a dd {
  text-align: center;
}
/* line 1102, ../sass/base.scss */
.news-content a dd span, #news-section .news-content a dd span {
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  /* line 1102, ../sass/base.scss */
  .news-content a dd span, #news-section .news-content a dd span {
    padding-left: 90px;
  }
}
@media (max-width: 568px) {
  /* line 1100, ../sass/base.scss */
  .news-content a dd, #news-section .news-content a dd {
    text-align: left;
  }
}

/* line 1203, ../sass/base.scss */
.chartCont {
  text-align: center;
}
.chartCont li {
  width: 300px;
  height: 300px;
  background: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 1209, ../sass/base.scss */
.chartCont li canvas {
  position: absolute;
}
.chartCont li img {
  width: 100%;
}
/* line 1212, ../sass/base.scss */
.chartCont li.circle1 {
  background: url(../images/bg_chart_circle1.png) no-repeat left top;
  background-size: 300px;
}
.chartCont li.circle2 {
  background: url(../images/bg_chart_circle2.png) no-repeat left top;
  background-size: 300px;
}
.chartCont li.bar1 {
  background: url(../images/bg_chart_bar1.png) no-repeat left top;
  background-size: 300px;
}
.chartCont li.other1 {
  background: url(../images/bg_chart_other1.png) no-repeat left top;
  background-size: 300px;
}
.chartCont li.other2 {
  background: url(../images/bg_chart_other2.png) no-repeat left top;
  background-size: 300px;
}
/* line 1216, ../sass/base.scss */
.chartCont li #chartBar {
  bottom: 10px;
}
/* line 1219, ../sass/base.scss */
.chartCont li #chartCircle {
  top: 50px;
}

/* line 1226, ../sass/base.scss */
.photoList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 568px) {
  /* line 1226, ../sass/base.scss */
  .photoList {
    flex-wrap: wrap;
  }
}
/* line 1233, ../sass/base.scss */
.photoList li {
  margin: 0;
  padding: 0;
  background-color: #000;
  width: 160px;
}
@media (max-width: 568px) {
  /* line 1233, ../sass/base.scss */
  .photoList li {
    width: 33%;
  }
}
/* line 1241, ../sass/base.scss */
.photoList li img {
  width: 100%;
  opacity: 0.5;
  vertical-align: bottom;
}
@media (max-width: 568px) {
  /* line 1241, ../sass/base.scss */
  .photoList li img {
    opacity: 1;
  }
}

/* line 1226, ../sass/base.scss */
.pc {
  display: block;
}
@media (max-width: 568px) {
  /* line 1226, ../sass/base.scss */
  .pc {
    display: none;
  }
}

/* line 1233, ../sass/base.scss */
.sp {
  display: none;
}
@media (max-width: 568px) {
  /* line 1233, ../sass/base.scss */
  .sp {
    display: block;
  }
}

/*=================================
@company
=================================*/
/* line 7, ../sass/company.scss */
#company_section {
  background: #fff url(../images/bg_company.jpg) no-repeat left top;
  background-size: 100%;
  padding: 70px 0 40px !important;
}
@media (max-width: 568px) {
  /* line 7, ../sass/company.scss */
  #company_section {
    background: none;
    padding: 0 !important;
  }
}
/* line 15, ../sass/company.scss */
#company_section .overview {
  background: rgba(255, 255, 255, 0.95) url(../images/logo.png) no-repeat right 50px bottom 70px;
  background-size: 140px;
  padding: 70px 50px;
  margin: 0 auto 40px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 568px) {
  /* line 15, ../sass/company.scss */
  #company_section .overview {
    background-image: none;
    padding: 20px;
    margin: 0 auto !important;
    box-shadow: none;
  }
}
/* line 28, ../sass/company.scss */
#company_section .overview :before {
  content: "";
  position: absolute;
  top: 165px;
  left: 280px;
  width: 3px;
  height: 660px;
  background-color: #15304E;
}
@media (max-width: 568px) {
  /* line 28, ../sass/company.scss */
  #company_section .overview :before {
    display: none;
  }
}
@media (max-width: 568px) {
  /* line 41, ../sass/company.scss */
  #company_section .overview h3 {
    font-size: 1.4rem;
  }
}
/* line 45, ../sass/company.scss */
#company_section .overview h3 span {
  display: block;
  font-size: 1rem;
}
/* line 50, ../sass/company.scss */
#company_section .overview dl {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  /* line 50, ../sass/company.scss */
  #company_section .overview dl {
    display: block;
    margin-bottom: 20px;
  }
}
/* line 57, ../sass/company.scss */
#company_section .overview dl dt {
  width: 250px;
  margin-right: 40px;
}
@media (max-width: 568px) {
  /* line 57, ../sass/company.scss */
  #company_section .overview dl dt {
    width: auto;
    margin-right: 0;
    font-weight: bold;
  }
}
/* line 66, ../sass/company.scss */
#company_section .overview dl dd {
  flex: 1;
}
/* line 69, ../sass/company.scss */
#company_section .overview dl:last-child {
  margin-bottom: 0;
}

.news-content2 > a {
    display: inline-block;
    width: 15%;
    margin: 0 20px 20px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border: 1px solid #848A96;
    text-align: center;
}
.news-content2 > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  float: right;
  margin-top: 8px;
  right: 12px;
}
@media (max-width: 568px) {
  .news-content2 > a {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

p.newsPhoto {
  display: inline-block;
  width: 32%;
  text-align: center;
}
@media (max-width: 568px) {
  p.newsPhoto {
    display: block;
    width: 100%;
  }
}
p.newsPhoto > img {
  max-width: 100%;
  vertical-align: middle;
}

.messagePersonPhoto > img{
    width: 100%;
}
.messagePerson {
    margin: 20px auto 20px;
    padding: 10px;
    background-color: #23466E;
    color: #fff;
}
.messagePerson span {
    font-size: 2em;
    display: block;
}
div.footerDeco {
  background-color: #23466E;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 568px) {
  div.footerDeco {
    display: none;
  }
}
div.footerDeco ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  background-color: #F3F4F6;
}
@media (max-width: 568px) {
  div.footerDeco ul {
    flex-wrap: wrap;
  }
}
div.footerDeco ul li {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  div.footerDeco ul li {
    width: 50%;
  }
}
div.footerDeco ul li img {
  max-width: 100%;
}

table.default2 {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
table.default2 tbody th, table.default2 tbody td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.default2 tbody th {
  background-color: #DFE0D8;
  border-left: 1px solid #ccc;
  width: 120px;
}
table.default2 tbody td {
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 800px;
}
@media (max-width: 568px) {
  table.default2 tbody th, table.default2 tbody td{
    display: block;
    width: 95%;
    border: 1px solid #ccc;
  }
  table.default2 tbody th{
    border-bottom: 1px solid transparent;
  }
}

table.jobInfo {
  border-collapse: separate;
  border-spacing: 0px 20px;
  width: 100%;
}
table.jobInfo tbody th, table.jobInfo tbody td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.jobInfo tbody th {
  background-color: #DFE0D8;
  border-left: 1px solid #ccc;
}
table.jobInfo tbody td {
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 50%;
}
@media (max-width: 568px) {
  table.jobInfo tbody th, table.jobInfo tbody td{
    display: block;
    width: 95%;
    border: 1px solid #ccc;
  }
  table.jobInfo tbody th{
    border-bottom: 1px solid transparent;
  }
}
table.jobInfo tbody td a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  float: right;
  margin-top: 8px;
  right: 12px;
}

table.jobDetail {
  width: 100%;
}
table.jobDetail tbody th, table.jobDetail tbody td{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.jobDetail tbody th {
  background-color: #DFE0D8;
  border-left: 1px solid #ccc;
}
table.jobDetail tbody td {
  background-color: #fff;
  border-right: 1px solid #ccc;
  width: 80%;
}
@media (max-width: 568px) {
  table.jobDetail {
    background-color: white;
  }
  table.jobDetail tbody th, table.jobDetail tbody td{
    display: block;
    width: auto;
    border: none;
    background-color: transparent;
    text-align: left;
  }
  table.jobDetail tbody tr:nth-child(1) {
    border-top: 1px solid #ccc;
  }
  table.jobDetail tbody th {
    font-weight: bold;
  }
  table.jobDetail tbody td {
    border-bottom: 1px solid #ccc;
  }
  table.jobDetail tbody th{
    border-bottom: 1px solid transparent;
  }
}

main section#contact h2 {
  padding: 10px 0 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
@media (max-width: 568px) {
  main section#contact h2 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

.w95 {
  width: 95%;
}
.tc {
  text-align: center;
}
main section#contactInfo {
  background-color: #848a96;
  color: white;
  padding-top: 2em;
  padding-bottom: 1em;
}
main section#contactInfo p.contactList {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 2px solid white;
}
main section#contactInfo p:nth-child(2) {
  border-right: none;
}
main section#contactInfo p:nth-child(3) {
  clear: both;
}
main section#contactInfo p.contactList a {
  color: white;
  text-decoration: underline
}
main section#contactInfo p.contactList span {
  font-size: 1.2em;
}
@media (max-width: 568px) {
  main section#contactInfo {
    padding-top: 0;
    padding-bottom: 0;
  }
  main section#contactInfo p.contactList {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid white;
  }
}
.backbtn{
    background-color: #ddd;
}

main#detail section.transparent {
    padding-top: 2em;
    padding-bottom: 1em;
}
@media (max-width: 568px) {
  main#detail section.transparent {
    padding-top: 0;
    padding-bottom: 0;
  }
}
main#detail section.white {
    background-color: white;
    padding-top: 2em;
    padding-bottom: 1em;
}
@media (max-width: 568px) {
  main#detail section.white {
    padding-top: 0;
    padding-bottom: 0;
  }
}
main#detail section.blue {
   
    padding-top: 2em;
    padding-bottom: 1em;
}
@media (max-width: 568px) {
  main#detail section.blue {
    padding-top: 0;
    padding-bottom: 0;
  }
}

div.jobContact {
    text-align: center;
}
div.jobContact > a.btn::before {
    content: '';
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin-right: 1rem;
    background-image: url(../images/icon_mail.png);
    height: 20px;
    width: 30px;
}
.visible-xs {
    display: none;
}
.hidden-xs {
    display: block;
}
@media (max-width: 568px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
    display: none;
  }
}

main#detail section#customer_section {
  background-color: white;
}
main#detail section#customer_section .inner > div:first-child {
  width: 250px;
  line-height: 0;
}
main#detail section#customer_section .inner > div:last-child {
  padding-top: 15px;
  height: 166px;
  width: calc(980px - 250px);
}
main#detail section#customer_section .inner > div:last-child a {
  text-decoration: underline;
}
main#detail section#customer_section .inner > div:last-child p {
  margin: 0;
}
main#detail section#customer_section .inner > div:last-child h3 {
  margin-bottom: 15px;
}
@media (max-width: 568px) {
  main#detail section#customer_section {
    font-size: 13px;
    line-height: 1.4;
  }
  main#detail section#customer_section .inner{
    display: flex;
    padding: 0;
  }
  main#detail section#customer_section .inner > div:first-child {
    width: 120px;
  }
  main#detail section#customer_section .inner > div:last-child {
    padding: 5px 10px 0 10px;
    height: 80px;
    width: calc(100% - 120px);
  }
  main#detail section#customer_section .inner > div:last-child p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  main#detail section#customer_section .inner > div:last-child h3 {
    font-size: 13px;
    margin: 0;
  }
}
.tenso-icon {
  max-width: 48%;
}
table.default.accident {
  text-align: center;
  width: 100%;
}
table.default.accident tbody th {
  line-height: 1.2;
}
table.default.accident tbody td.accidentCompanyLogo {
  padding: 0;
}
table.default.accident tbody td.accidentCompanyLogo > img {
  width: 150px;
}

@media (max-width: 568px) {
  table.default.accident {
    font-size: 10px;
  }
  table.default.accident tbody td {
    max-width: 100px;
    padding: 3px;
  }
  table.default.accident tbody td.accidentCompanyLogo > img {
    width: 100px;
  }
}

ul.disc > li {
    list-style: disc;
    margin-left: 1em;
}
p.policyCatch {
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
}
@media (max-width: 568px) {
  p.policyCatch {
    font-size: 1.4em;
    text-align: left;
  }
}
    p.note {
    font-size: 0.75rem;
    margin-top: 1rem;
}
main#detail section.privacypolicy ol > li,
main#detail section.privacy ol > li {
    list-style: decimal;
    margin-left: 1em;
}
main#detail section.privacypolicy ol > li {margin-bottom: 1em;}
main#detail section.privacypolicy p:nth-child(1) {
    text-align: right;
}
smain#detail ection.privacypolicy p:nth-child(2) {
    text-indent: 1em;
}
main#detail section.privacypolicy p:nth-child(n+3) {
    margin-top: 1em;
}
main#detail section.privacypolicy p:nth-child(5) {
    text-align: right;
}
main#detail section.privacy h2 {
    font-weight: normal;
    margin-top: 1em;
}
.interviewMain {
    background-size: cover;
    height: 500px;
    position: relative;
}
.interviewMain > div {
    position: absolute;
    top: 90px;
    left: 500px;
    height: 200px;
    padding: 2em;
	color: #fff;
}
.interviewMain > div > div:nth-child(1){
    font-size: 2em;
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}
.interviewMain > div > div:nth-child(3){
    margin-top: 1em;
}
.interviewSub {
    background: white;
    color: #333;
    padding: 40px;
}
.interviewSub::after {
    content: "";
    display: block;
    clear: both;
}
.interviewSub > div {
    display: inline-block;
    vertical-align: top;
}
.interviewSub > div:nth-child(2) {
    margin-left: 20px;
}
.interviewSub > div.photo {
    width: 250px;
}
.interviewSub > div.photo > img {
    width: 100%;
    box-shadow: 6px 6px 6px rgba(35, 70, 110, 0.7);
}
.interviewSub > div.content {
    width: 620px;
}
main#detail .interviewSub div > h3 {
    position: relative;
}
main#detail .interviewSub div > h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #23466e;
}
@media (max-width: 568px) {
	.interviewMain {
		background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
	}
	.interviewMain > div {
		top: 30px;
		left: 20px;
		width: 200px;
		height: 50px;
		padding: 1em;
	}
	.interviewMain > div > div:nth-child(1){
	font-size: 1.2em;
    padding-bottom: 0;
    margin-left: 150px;
    width: 170px;

	}
	.interviewMain > div > div:nth-child(2){
		margin-top: -140px;
    margin-left: -30px;
    color: #333;
    width: calc(100vw - 80px);
    font-size: 0.85em;
    border-bottom: 1px solid #23466e;
	}
	.interviewMain > div > div:nth-child(3){
		    margin-top: 0;
    margin-left: -30px;
    color: #333;
    width: calc(100vw - 80px);
    font-size: 0.85em;
	}
	.interviewSub {
		padding: 20px;
	}
	.interviewSub.interviewSub1 {
		
	}
	.interviewSub > div {
		display: inline-block;
		vertical-align: top;
	}
	.interviewSub > div:nth-child(2) {
		margin-left: 0;
	}
	.interviewSub > div.photo {
		width: 100%;
	}
	.interviewSub > div.content {
		width: 100%;
	}
	main#detail .interviewSub div > h3 {
		margin: 15px 0 10px;
	}
}

@media screen and (min-width: 761px) {
.contact-button {
  display: inline-block;
  background-color: #dc9331;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 320px;
}
.contact-button2 {
  display: inline-block;
  background-color: #1573b7;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 320px;
  margin-bottom: 30px;
}
}

@media screen and (max-width: 760px) {
  .contact-button {
    display: block;
    background-color: #dc9331;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 320px;
    margin: 0 auto;
  }
  .contact-button2 {
    display: block;
    background-color: #1573b7;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 320px;
    margin: 0 auto 10px;
  }
  }

.pcView {
  display: block !important;
}
@media (max-width: 761px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 760px) {
  .spView {
    display: block !important;
  }
}

  @media screen and (min-width:768px){
  .mvvw_box img{
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width:767px){
  .mvvw_box img{
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
}


