@charset "UTF-8";

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

/* ----------------------------------------
* all
---------------------------------------- */
html {
}
body {
  color: #000;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
  font-family: Helvetica Neue,arial,Hiragino Kaku Gothic ProN,Hiragino Sans,游ゴシック体,YuGothic,游ゴシック,Yu Gothic,meiryo,sans-serif;
  font-weight: 400;
  width: 100%;
  letter-spacing: 0.05em;
}

a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: underline;
}
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 2.666%;
  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;
  padding: 16px 0;
}
#header .mp-textLink_anchor {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  overflow: hidden;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#header .header_menu {
  display:flex;
  align-items: flex-end;
  align-items: center;
  grid-column-gap: 23px;
}
#header .header_menu .sp_btn {
  width: 25px;
}
#header .header_menu .close,
#header .header_menu.active .open {
  display: none;
}
#header .header_menu.active .close {
  display: inline-block;
}
#header .header_menu ul {
  background: #fff;
  text-align: left;
  width: 69%;
  padding: 0 0 0 35px;
  position: fixed;
  top: 66px;
  right: -70%;
  z-index: 18;
  transition-duration: 0.5s;
}
#header .header_menu.active ul {
  right: 0;
}
#header .header_menu li {
  font-size: 14px;
  line-height: 65px;
  font-weight: bold;
}

/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
  background: #fff;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
#footer .insta {
  margin-bottom: 25px;
}
#footer .copy {
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
}
#footer .smfmch__pagetop {
    background-color: #43434c;
    color: #fff;
    display: block;
    height: 44px;
    text-align: center;
    width: 100%;
}
#footer .smfmch__pagetop__label {
  background-image: url(../img/icon_pagetop.png);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  display: inline-block;
  font-size: 13px;
  height: 44px;
  letter-spacing: .05em;
  line-height: 44px;
  padding-left: 26px;
  position: relative;
  transition: opacity .1s linear;
  width: auto;
}
#footer .b-o-footer_content {
  background-color: #3b3b41;
  padding: 30px 7%;
  text-align: center;
}
#footer .b-a-logo.b-is-white {
  background: url(../img/logo_white.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  height: 34px;
  width: 75px;
}
#footer .b-m-footerBottom {
  background-color: #44444d;
  display: block;
  height: auto;
  padding: 15px 0 12px 0;
}
#footer .b-m-footerBottom .b-a-wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#footer .b-m-footerBottom_links {
display: flex;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
#footer .b-m-footerBottom .b-a-textLink {
  margin-bottom: 5px;
  display: flex;
  position: relative;
}
#footer .b-a-textLink_anchor {
    line-height: 1.6;
background: no-repeat 10px center;
transition: opacity .3s;
color: #99999c;
font-size: 12px;
letter-spacing: .32px;
display: block;
  text-decoration: none;
}
#footer .b-a-textLink:not(:last-of-type):after {
  margin: 0 4px;
  color: #99999c;
  content: '/';
  display: inline-block;
}
#footer .b-m-footerBottom_copyright {
  color: #c4c4c4;
  font-size: 10px;
  text-align: center;
}

/* ----------------------------------------
* content
---------------------------------------- */
#contents {
  width: 100%;
  padding: 66px 0 0;
  overflow: hidden;
}
#contents section {
  width: 100%;
}
#contents section .wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 5.33%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  *zoom: 1;
}
#contents section h2.ttl {
  background: #f4f2eb;
  height: auto;
  width: 100%;
  display: flex;
  border-left: solid 2px #1f4166;
  align-items: center;
  margin-bottom: 32px;
}
#contents section h2.ttl span.left {
  background: #f4f2eb;
  color: #1f4166;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: auto;
  text-align: center;
}
#contents section h2.ttl span.left strong {
  font-size: 20px;
  display:block;
  width: 100%;
  text-align: center;
}
#contents section h2.ttl span.right {
  background: #1f4166;
  color: #fff;
  font-size: 19px;
  display: block;
  height: 100%;
  width: calc(100% - 65px);
  padding: 16px 0 16px 20px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 380px) {
  #contents section h2.ttl span.right {
    font-size: 17px;
  }
}
#contents section h3.table_ttl {
  height: auto;
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  letter-spacing: 0.08em;
}
#contents section h3.table_ttl span.left {
  background:#1f4166;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  width: 44px;
  height: 26px;
  padding-left: 1em;
  position: relative;
}
#contents section h3.table_ttl span.left:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 5px solid #1f4166;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
#contents section h3.table_ttl span.right {
  color: #1f4166;
  font-size: 19px;
  line-height: 25px;
  display: flex;
  align-items: center;
  width: calc(100% - 44px);
  padding-left: 19px;
  margin-top: -3px;
}
#contents section .text p {
  line-height: 23px;
}

/* ----------------------------------------
* mv
---------------------------------------- */
#mv {
  background: #f4f2eb;
}
#mv .ttl {
  margin: auto;
}
#mv .bg_img {
  display: none;
}

/* ----------------------------------------
* #first
---------------------------------------- */
#first {
  padding: 50px 0 0;
}
#first .text p {
  margin-bottom: 60px;
}
#first .table {
  width: 133%;
  margin-bottom: 20px;
}
#first .table_hosoku  p {
  font-size: 11px;
  line-height: 22px;
  display: flex;
}
#first .table_hosoku  p span.bef {
  display: inline-block;
  width: 26px;
}
#first .table_hosoku  p span.aft {
  display: inline-block;
  width: calc(100% - 36px);
}


/* ----------------------------------------
* #second
---------------------------------------- */
#second {
  padding: 50px 0 0;
}
#second .text p {
  margin-bottom: 60px;
}
#second .table {
  width: 126%;
  margin-bottom: 10px;
}
#second .table_block {
  margin-bottom: 50px;
}
#second p.desc {
  line-height: 20px;
  margin-bottom: 10px;
}
#second .table2 {
  margin: 50px 0 0;
}

/* ----------------------------------------
* #third
---------------------------------------- */
#third {
  padding: 50px 0 50px;
}
#third .text p {
  margin-bottom: 60px;
}
#third .table {
  width: 158%;
  margin-bottom: 10px;
}

/* ----------------------------------------
* #cv_area
---------------------------------------- */
#cv_area {
  background: #f4f2eb;
  padding: 50px 0 50px;
  text-align: center;
}
#cv_area h2 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.17em;
  margin-bottom: 25px;
}
#cv_area p.desc {
  font-size: 13px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
#cv_area .row {
  display: block;
}
#cv_area .row .cv_btn {
  width: 70%;
  margin: 0 auto 12px;
}
