@charset "UTF-8";
.title_page {
  background: url(../common_img/bg_title_main.jpg) top center no-repeat;
  padding: 136px 0;
  text-align: center;
  margin-bottom: 6px;
}

.title_page h1 {
  color: #fff;
  font-size: 40px;
  font-weight: inherit;
  letter-spacing: 12px;
  line-height: 1.2;
}

#breadcrumb ul {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
  font-size: 14px;
}

#breadcrumb ul li {
  color: #381e06;
  padding: 0 10px 0 8px;
  letter-spacing: 0.5px;
}

#breadcrumb ul li:first-child {
  padding-left: 0;
}

#breadcrumb ul li a {
  position: relative;
  text-decoration: underline;
  color: #381e06;
}

#breadcrumb ul li a:hover {
  text-decoration: none;
}

#breadcrumb ul li a:after {
  content: '>';
  position: absolute;
  top: -2px;
  right: -15px;
  color: #381e06;
}

.preparation_text {
  font-size: 22px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #381e06;
  text-align: center;
  margin-bottom: 34px;
}

.back a {
  position: relative;
  padding: 10px;
  width: 150px;
  text-align: center;
  color: #fff;
  line-height: 2;
  margin: 60px auto 0;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  background: url(../contact/images/arr2.png) no-repeat center left 10px #381e06;
}

.back a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .title_page {
    padding: 70px 0;
    margin-bottom: 25px;
  }
  .title_page h1 {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .preparation_text {
    margin-bottom: 25px;
  }
  #breadcrumb {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .preparation_text {
    font-size: 14px;
  }
}

.bg-right {
  position: relative;
  z-index: 1;
}

.bg-right::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #dceaf8;
  height: 243px;
  width: calc(50% + 370px);
  z-index: -1;
}

.bg-left {
  position: relative;
  z-index: 1;
}

.bg-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #dceaf8;
  height: 243px;
  width: calc(50% + 332px);
  z-index: -1;
}

.fz36 {
  font-size: 36px !important;
}

.fz16 {
  font-size: 16px !important;
}

.cm-tt1 strong {
  margin-top: 0;
}

#cm-header {
  height: 350px;
  background-image: url(../company/images/mv.png);
}

#cm-header .mv {
  padding-top: 35px;
}

#cm-header .mv p {
  font-size: 21px;
  letter-spacing: 0.1em;
}

.text-center {
  text-align: center;
}

.blue {
  color: #005abe;
  text-decoration: underline;
}

.blue:hover {
  text-decoration: none;
}

.ttlh2 {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.ttlh2::after {
  content: '';
  background: url(../common_img/ico_blue.png) no-repeat center center/contain;
  width: 20px;
  height: 28px;
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  bottom: -15px;
}

.ttlh2 > * {
  display: block;
  text-align: center;
  line-height: 1;
}

.ttlh2 small {
  margin-top: 20px;
}

.bg_eaeaea {
  background-color: #eaeaea;
}

#company #sec1 .inner {
  padding-top: 60px;
  padding-bottom: 80px;
}

#company #sec1 .inner .b-txt {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 5px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
}

#company #sec1 .inner .b-txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 0;
}

#company #sec1 .inner .b-txt dl:not(:last-child) {
  border-bottom: 1px dotted #000;
}

#company #sec1 .inner .b-txt dl dt {
  font-weight: 700;
  width: 265px;
  text-align: center;
}

#company #sec2 .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 60px 0 80px;
}

#company #sec2 .inner .gmap {
  width: 850px;
  height: 475px;
}

#company #sec2 .inner .gmap iframe {
  width: 100%;
  height: 100%;
}

#contact #sec1 .inner {
  padding: 40px 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #DCEAF8 url(../contact/images/s1_img.png) no-repeat right bottom;
}

#contact #sec1 .inner .b-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact #sec1 .inner .b-ct > * {
  font-size: 38px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 30px;
  line-height: 1;
}

#contact #sec1 .inner .b-ct > * img {
  margin-right: 15px;
}

#contact #sec2, #contact #pp {
  padding: 80px 0;
}

#contact #sec2.confirm {
  padding-top: 0;
}

.ttlh2_2 {
  background-color: #004795;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding: 9px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dceaf8), to(#dceaf8));
  background-image: linear-gradient(#dceaf8, #dceaf8);
  background-size: 5px 28px;
  background-repeat: no-repeat;
  background-position: center left 15px;
  color: #dceaf8;
}

#achievement #sec1 .container .row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#achievement #sec1 .container .row1 .col {
  width: calc(100% - 445px);
}

#achievement #sec1 .container .row1 h3 {
  margin-top: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

#achievement #sec1 .container .row1 .pt {
  margin-top: 30px;
}

#achievement #sec1 .container .row1 table {
  width: 100%;
}

#achievement #sec1 .container .row1 table tr > * {
  border: 1px solid #EAEAEA;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#achievement #sec1 .container .row1 table th {
  background-color: #f3f3f3;
  width: 250px;
}

#achievement #sec1 .container .row1 table td {
  width: calc(100% - 250px);
}

.achievement01 {
  margin-top: 50px;
}

.achievement01 h3 {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.achievement01 h3::before {
  content: '';
  background-color: #00bfcb;
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
  border-radius: 2px;
}

.achievement01 .b_pt {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.achievement01 .b_pt > * {
  width: calc((100% - 60px)/3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.achievement01 .b_pt dl dt {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 5px;
}

.btn-last .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 80px 0;
}

.btn-last .inner a {
  text-decoration: none;
  width: 530px;
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  height: 165px;
  padding: 40px;
  background-size: contain;
}

.btn-last .inner a::after {
  content: '';
  background: url(../common_img/ico_white.png) no-repeat center center/contain;
  width: 20px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-last .inner a h3 {
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  margin-top: 10px;
  font-weight: normal;
}

.btn-last .inner a:hover {
  opacity: .7;
}

.btn-last .inner a:hover::after {
  right: 10px;
}

.link-concept {
  background-image: url(../common_img/bg-concept.jpg);
}

.link-ufoe {
  background-image: url(../common_img/bg-about.jpg);
}

.link-achievement {
  background-image: url(../common_img/bg-achievement.jpg);
}

.concept01 {
  position: relative;
  z-index: 1;
}

.concept01::before {
  top: 0;
  bottom: 0;
  height: auto;
  width: calc(50% + 265px);
}

.concept01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
}

.concept01 .inner > * {
  width: 49.5%;
}

.concept01 .inner h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 30px;
}

.concept01 .inner .pt {
  text-align: right;
}

.ufoe01 .cm-tt1 strong {
  background: none;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  padding-left: 0;
}

.ufoe01 .cm-tt1 strong::after {
  content: '';
  background: url(../common_img/ico_blue.png) no-repeat center center/contain;
  width: 20px;
  height: 28px;
  position: absolute;
  left: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  bottom: 0;
}

.ufoe01 .row {
  min-height: 490px;
  position: relative;
  z-index: 2;
}

.ufoe01 .row:not(:last-child) {
  margin-bottom: 40px;
}

.ufoe01 .row::before {
  height: 400px;
  z-index: -1;
  width: calc(50% + 340px);
}

.ufoe01 .row .c_004795 {
  color: #004795;
}

.ufoe01 .row .inner {
  padding-top: 75px;
}

.ufoe01 .row .col {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 640px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}

.ufoe01 .row .col h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.ufoe01 .row .col .num {
  color: #008ad5;
  width: 50px;
  height: 50px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 40px;
}

.ufoe01 .row .col .num::after {
  content: '';
  border: 1px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 5px;
}

.ufoe01 .row .pt {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
}

.ufoe01 .row.reverse .col {
  margin-left: auto;
}

.ufoe01 .row.reverse .col .num {
  left: auto;
  right: 40px;
}

.ufoe01 .row.reverse .pt {
  right: auto;
  left: 0;
}

.ufoe01 .row.row1 {
  z-index: 1;
}

.ufoe01 .row.row1::before {
  top: auto;
  bottom: -90px;
}

.ufoe01 .row.row4 {
  z-index: 1;
}

.ufoe01 .row.row4::before {
  top: -255px;
}