@charset "UTF-8";
.fw_regular {
  font-weight: 400; }

.fw_medium {
  font-weight: 500; }

.fw_bold {
  font-weight: 700; }

.fw_semibold {
  font-weight: 600; }

.fw_black {
  font-weight: 900; }

.fs_italic {
  font-style: italic; }

.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.inner {
  width: 95%;
  max-width: 960px;
  margin: auto; }

/*main_img
-----------------------------------------------------------------------------*/
div.main_img {
  background-image: url("../img_2020/mv_bg.jpg");
  background-size: cover;
  background-position: center center; }
  div.main_img img {
    width: 95%;
    max-width: 1400px; }

/*staff
-----------------------------------------------------------------------------*/
#staff {
  padding: 50px 0 100px; }
  #staff img {
    width: 100%; }
  #staff div[class^="staff0"] {
    position: relative; }
    #staff div[class^="staff0"]:nth-child(odd) .txt_box {
      right: 5.2083333333%; }
    #staff div[class^="staff0"]:nth-child(even) .txt_box {
      left: 5.2083333333%; }
    #staff div[class^="staff0"]:not(:last-child) {
      margin-bottom: 20px; }
  #staff .txt_box {
    position: absolute;
    top: 30px;
    width: 58.6458333333%; }
    #staff .txt_box .tit {
      font-size: 25px;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 20px;
      color: #00428d;
      padding-left: 12px;
      border-left: 1px solid #00428d;
      letter-spacing: 0.05em; }
    #staff .txt_box .txt {
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 1.6666666667;
      margin-top: calc(0px - (((1em*1.6666666667) - 1em)/2));
      margin-bottom: calc(0px - (((1em*1.6666666667) - 1em)/2)); }

/*youkou
-----------------------------------------------------------------------------*/
div.youkou {
  padding-bottom: 40px; }
  div.youkou .tit {
    margin-bottom: 35px; }
  div.youkou .sub_tit {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: calc(0px - (((1em*1.4) - 1em)/2));
    margin-bottom: calc(50px - (((1em*1.4) - 1em)/2));
    font-weight: bold; }
  div.youkou .txt {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-top: calc(0px - (((1em*1.75) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.75) - 1em)/2));
    color: #000; }

/*youkou_info
-----------------------------------------------------------------------------*/
#youkou_info {
  background: #fff1d8;
  padding: 50px 0; }
  #youkou_info dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-top: 1px solid #ec6c00; }
    #youkou_info dl:not(:last-of-type) {
      margin-bottom: 50px; }
  #youkou_info dt {
    line-height: 1;
    width: 22.8125%;
    background: #ec6c00;
    position: relative;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px); }
    #youkou_info dt::before, #youkou_info dt::after {
      content: "";
      display: block;
      position: absolute; }
    #youkou_info dt::before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 9px 0 0;
      border-color: #fff1d8 transparent transparent transparent;
      top: 0;
      left: 0; }
    #youkou_info dt::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 9px 9px;
      border-color: transparent transparent #fff1d8 transparent;
      bottom: 0;
      right: 0; }
  #youkou_info dd {
    width: 71.0416666667%;
    padding: 33px 0 0;
    font-size: 16px;
    line-height: 1.75;
    margin-top: calc(0px - (((1em*1.75) - 1em)/2));
    margin-bottom: calc(0px - (((1em*1.75) - 1em)/2)); }
    #youkou_info dd ol li {
      text-indent: -1.25em;
      padding-left: 1.25em; }
    #youkou_info dd a, #youkou_info dd span {
      color: #ec6c00; }
    #youkou_info dd .btn {
      -webkit-align-self: flex-start;
      align-self: flex-start;
      line-height: 1;
      margin-left: 30px;
      letter-spacing: 0.05em;
      font-size: 15px;
      background: #ec6c00;
      padding: 8px 10px;
      text-align: center;
      font-size: 16px;
      border-radius: 4px;
      color: #fff; }

/*bottom_cont
-----------------------------------------------------------------------------*/
#bottom_cont {
  background: #fff1d8;
  padding: 50px 0; }
  #bottom_cont .bottom_box {
    color: #fff;
    position: relative;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    #bottom_cont .bottom_box > * {
      position: relative;
      z-index: 1; }
    #bottom_cont .bottom_box div[class^="box_"] {
      width: 39.7916666667%; }
      #bottom_cont .bottom_box div[class^="box_"] .tit {
        font-size: 20px;
        text-align: center;
        letter-spacing: 0.1em;
        border: 1px solid #fff;
        padding: 16px 0;
        width: 59.1623036649%;
        color: #fff;
        line-height: 1;
        margin: 0 auto 30px; }
      #bottom_cont .bottom_box div[class^="box_"] .list {
        font-size: 16px;
        letter-spacing: 0.05em;
        line-height: 1.75;
        margin-top: calc(0px - (((1em*1.75) - 1em)/2));
        margin-bottom: calc(37px - (((1em*1.75) - 1em)/2)); }
        #bottom_cont .bottom_box div[class^="box_"] .list li::before {
          content: "●";
          display: inline; }
      #bottom_cont .bottom_box div[class^="box_"] .btn_img {
        width: 81.6753926702%;
        margin: auto; }
    #bottom_cont .bottom_box .box_tel {
      text-align: center; }
      #bottom_cont .bottom_box .box_tel .img_txt {
        margin-bottom: 30px; }
    #bottom_cont .bottom_box .box_web {
      order: 1; }
    #bottom_cont .bottom_box::after {
      content: "";
      display: block;
      width: 1px;
      height: 220px;
      background-color: #fff;
      z-index: 1;
      -webkit-align-self: center;
      align-self: center; }
    #bottom_cont .bottom_box::before {
      content: "";
      display: block;
      width: 100%;
      height: 105%;
      background-color: #ec6c00;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      -webkit-transform: translate(0, -40px) rotate(0deg) scale(1, 1) skew(0deg, -5.13deg);
      -ms-transform: translate(0, -40px) rotate(0deg) scale(1, 1) skew(0deg, -5.13deg);
      transform: translate(0, -40px) rotate(0deg) scale(1, 1) skew(0deg, -5.13deg); }
