@charset "UTF-8";

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #000;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,Helvetica Neue,arial,meiryo,sans-serif;
  font-weight: 400;
  width: 100%;
  min-width: 1200px;
  letter-spacing: 0.03em;
}

a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.75;
}
a img {
  /* opacity: 1;
  transition-duration: 0.5s; */
}
a img:hover {
  /* opacity: 0.75; */
}

/* all display サイトチューニング
-------------------------------------------------- */
.tel a {
  pointer-events: none;
}

/* ----------------------------------------
* header
---------------------------------------- */
#header {
  background: #fff;
  width: 100%;
  padding: 0 40px;
  height: 66px;
  display:flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 9;
}
#header .header__logo {
}
#header .header__logo a {
  display:flex;
  align-items: center;
  text-decoration: none;
}
#header .mp-logo {
  display:flex;
  align-items: center;
  width: 72px;
}
#header .mp-textLink_anchor {
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    padding-left: 30px;
}
#header .header_menu {
  display:flex;
  align-items: center;
}
#header .header_menu ul {
  display:flex;
  grid-column-gap: 42px;
}
#header .header_menu li {
  font-size: 16px;
  font-weight: bold;
}
#header #loginDiv.header__user.active {
  margin-right: 0;
  margin-left: 28px;
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  background: #3c3b41;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  font-size: 12px;
  letter-spacing: .4px;
  line-height: 1.6;
}
#footer .insta {
  margin-bottom: 50px;
}
#footer .copy {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
}
#footer .smfmch__pagetop {
  background-color: #43434b;
  color: #fff;
  display: block;
  height: 44px;
  text-align: center;
  width: 100%;
}
#footer .smfmch__pagetop__label {
  background-image: url(../img/icon_pagetop.png);
  background-position: 5px 14px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 44px;
  letter-spacing: .05em;
  line-height: 44px;
  padding: 0 26px;
  position: relative;
  transition: opacity .1s linear;
  width: auto;
}
#footer .b-a-logo.b-is-white {
  background: url(../img/logo_white.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  height: 46px;
  width: 102px;
  margin: 0 auto 0 auto;
}
#footer .b-o-footer_content {
    background-color: #3c3b41;
    padding: 68px 0 80px 0;
}
#footer .b-m-footerBottom {
  background-color: #44444c;
}
#footer .b-a-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 1160px;
  height: 45px;
}
#footer .b-m-footerBottom_links {
  display: flex;
  align-items: center;
}
#footer .b-m-footerBottom_links p {
  line-height: 1;
}
#footer .b-m-footerBottom_copyright {
  color: #c4c4c4;
  font-size: 10px;
  text-align: center;
}
#footer .b-a-textLink_anchor {
  color: #99999c;
  font-size: 12px;
  letter-spacing: .32px;
}
#footer .b-m-footerBottom .b-a-textLink:not(:last-of-type):after {
  color: #99999c;
  content: '/';
  display: inline-block;
  margin: 0 12px;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  min-width: 1040px;
  padding: 66px 0 0;
  overflow: hidden;
}
#contents section {
  width: 100%;
}
#contents section .wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  *zoom: 1;
}
#contents section h2.ttl {
  height: 95px;
  width: 100%;
  display: flex;
  border-left: solid 4px #1f4166;
  align-items: center;
  margin-bottom: 32px;
  letter-spacing: 0.08em;
}
#contents section h2.ttl span.left {
  background: #f4f2eb;
  color: #1f4166;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  width: 144px;
  height: 100%;
  padding-left: 26px;
}
#contents section h2.ttl span.left strong {
  margin-left: 5px;
}
#contents section h2.ttl span.right {
  background: #1f4166;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  width: calc(100% - 144px);
  height: 100%;
  padding-left: 38px;
}
#contents section h3.table_ttl {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}
#contents section h3.table_ttl span.left {
  background:#1f4166;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  width: 70px;
  height: 100%;
  padding-left: 23px;
  position: relative;
}
#contents section h3.table_ttl span.left:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #1f4166;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
#contents section h3.table_ttl span.right {
  color: #1f4166;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-left: 34px;
}
#contents section .text p {
  line-height: 36px;
}

/* ----------------------------------------
* mv
---------------------------------------- */
#mv {
  background: #f4f2eb;
  padding: 50px 0  0;
  height: 640px;
  position: relative;
}
#mv .ttl {
  margin: auto;
  max-width: 1000px;
  z-index: 1;
  position: relative;
}
#mv .bg_img {
  position: absolute;
  right: calc(50% + 75px);
  top: 0;
  z-index: 0;
}

/* ----------------------------------------
* #first
---------------------------------------- */
#first {
  padding: 100px 0 0;
}
#first .text p {
  margin-bottom: 90px;
}
#first .table {
  margin-bottom: 20px;
}
#first .table_hosoku  p {
  font-size: 14px;
  line-height: 23px;
  display: flex;
}
#first .table_hosoku  p span.bef {
  display: inline-block;
  width: 36px;
}
#first .table_hosoku  p span.aft {
  display: inline-block;
  width: calc(100% - 36px);
}


/* ----------------------------------------
* #second
---------------------------------------- */
#second {
  padding: 100px 0 0;
}
#second .text p {
  margin-bottom: 80px;
}
#second .table {
  margin-bottom: 10px;
}
#second .table_block {
  margin-bottom: 82px;
}
#second p.desc {
  line-height: 30px;
  margin-bottom: 10px;
}
#second .table2 {
  margin: 50px 0 0;
}

/* ----------------------------------------
* #third
---------------------------------------- */
#third {
  padding: 100px 0 80px;
}
#third .text p {
  margin-bottom: 60px;
}
#third .table {
  margin-bottom: 10px;
}

/* ----------------------------------------
* #cv_area
---------------------------------------- */
#cv_area {
  background: #f4f2eb;
  padding: 90px 0 100px;
  text-align: center;
}
#cv_area h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.17em;
  margin-bottom: 32px;
}
#cv_area p.desc {
  line-height: 2;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#cv_area .row {
  display: flex;
  justify-content: center;
  grid-column-gap: 25px;
}
