@charset "UTF-8";
/****reset
*****************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

input, select {
  vertical-align: middle;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
}

html, body {
  width: 100%;
  height: auto;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  font-weight: 300;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #3f3f3f;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure {
  line-height: 0;
}

button {
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  display: block;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #464646;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.wrapper {
  overflow: hidden;
}

/*------------------------------------------------------------------------------

btn

------------------------------------------------------------------------------*/
.cv-area {
  width: 1026px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  padding: 90px 0;
}

.cv-area.introduction-cv {
  padding: 0;
}

.cv-area-txt {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  width: 100%;
  margin-bottom: 50px;
}

.cv-area-btn a {
  text-align: center;
  position: relative;
  display: block;
  color: #fff;
  width: 490px;
  font-weight: bold;
  background: url(../img/cv-arrow.png) calc(100% - 15px) center no-repeat;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 25px 0 20px 45px;
  border-radius: 6px;
}

.cv-area-btn a:before {
  position: absolute;
}

.cv-area-btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0.7;
}

.cv-trial a {
  background-color: #b22b30;
  -webkit-box-shadow: 0 6px 0 0 #641c1f;
          box-shadow: 0 6px 0 0 #641c1f;
}

.cv-trial a:before {
  content: url("../img/cv-icon.png");
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}

.cv-dl a {
  -webkit-box-shadow: 0 6px 0 0 #6b4808;
          box-shadow: 0 6px 0 0 #6b4808;
  background-color: #f0a620;
}

.cv-dl a:before {
  content: url("../img/cv-pamphlet.png");
  top: -8px;
  left: -12px;
}

/*------------------------------------------------------------------------------

header

------------------------------------------------------------------------------*/
.header {
  margin: 0 auto;
  width: 1026px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_logo {
  width: 40%;
  text-align: left;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------

top

------------------------------------------------------------------------------*/
.top-head {
  width: 100%;
  background-color: #a11c21;
}

.top-head-txt {
  width: 1026px;
  margin: 0 auto;
}

.top {
  background: #e8e8e6 url(../img/top-img.jpg) calc(50% + 427px) 0 no-repeat;
  height: 443px;
}

.top-txt {
  width: 1026px;
  margin: 0 auto;
  padding-top: 70px;
}

.top-txt span {
  width: 614px;
  margin: 5px auto 0 0;
  font-weight: normal;
  font-size: 1.2rem;
  display: block;
}

.introduction {
  padding: 70px 0 80px;
}

.introduction-txt {
  width: 1026px;
  margin: 0 auto 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
}

/*------------------------------------------------------------------------------

campaign

------------------------------------------------------------------------------*/
.campaign {
  padding-bottom: 80px;
  text-align: center;
}

.campaign p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

.campaign div a img {
  transition: .3s;
}

.campaign div a:hover img,
.campaign div a:active img,
.campaign div a:focus img {
  opacity: 0.7;
}

/*------------------------------------------------------------------------------

block01

------------------------------------------------------------------------------*/
.block01top {
  padding: 40px 0 50px;
  position: relative;
  background: #e8e8e6 url(../img/block01top-bg.png) calc(50% - 492px) 100% no-repeat;
}

.block01top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 80.5px 0 80.5px;
  border-color: #e8e8e6 transparent transparent transparent;
  bottom: -67px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.block01top-tit {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 45px;
}

.block01top-tit .txt-s {
  font-size: 70%;
  letter-spacing: 0.05em;
}

.block01top-tit .txt-l {
  font-size: 130%;
}

.block01top-tit .colorblue {
  color: #105d9c;
}

.block01toplist {
  width: 1026px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block01toplist-item {
  width: 312px;
  height: 130px;
  border-radius: 6px;
  background-color: #fff;
  font-weight: bold;
  color: #105d9c;
  text-align: center;
  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;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  border: 1px solid #105d9c;
}

.block01toplist-item:before {
  content: "";
  position: absolute;
  width: 304px;
  height: 122px;
  border: 1px solid #105d9c;
  border-radius: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2px;
}

.block01-bottom {
  background: url(../img/block01bottom-bg.jpg) 0 bottom no-repeat;
  padding: 100px 0 110px;
  background-size: 100% auto;
}

.block01bottom-tit {
  font-weight: bold;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 110px;
}

.block01bottom-tit .txt-s {
  font-size: 80%;
  letter-spacing: 0;
}

.block01bottom-tit .txt-l {
  font-size: 130%;
  position: relative;
  left: 8px;
}

.block01bottom-tit .txt-l:after {
  content: "";
  width: 536px;
  height: 6px;
  background-color: #b22b30;
  bottom: 6px;
  right: 0;
  position: absolute;
}

.block01bottom-tit .colorred {
  color: #b22b30;
}

.block01bottomlist {
  width: 1026px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block01bottomlist-item {
  width: 332px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 57, 57, 0.2);
          box-shadow: 0 0 6px 0 rgba(57, 57, 57, 0.2);
  position: relative;
}

.block01bottomlist-item:before {
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -56px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
}

.block01bottomlist-item01:before {
  background-image: url(../img/block01bottom-icon01.png);
}

.block01bottomlist-item02:before {
  background-image: url(../img/block01bottom-icon02.png);
}

.block01bottomlist-item03:before {
  background-image: url(../img/block01bottom-icon03.png);
}

.block01bottomlist-tit {
  text-align: center;
  background-color: #7e7d76;
  font-weight: bold;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 35px 0 15px;
  border-radius: 6px 6px 0 0;
}

.block01bottomlist-txt {
  padding: 20PX 30px;
}

.block01bottomlist-txt .ls {
  letter-spacing: -0.05em;
}

.block01bottombox {
  border: 4px solid #b22b30;
  border-top: none;
  width: 1026px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.block01bottombox-tit {
  text-align: center;
  color: #fff;
  background-color: #b22b30;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 78px;
}

.block01bottombox-txt {
  width: 880px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 0 35px;
}

/*------------------------------------------------------------------------------

block02

------------------------------------------------------------------------------*/
.block02 {
  background: url(../img/block02-bg.png) 0 0 repeat;
  padding: 100px 0;
}

.block02-tit {
  line-height: 1;
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 80px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.block02-tit .colorred {
  color: #e60012;
}

.block02-tit .txt-l {
  font-size: 130%;
}

.block02list {
  width: 1026px;
  margin: 0 auto;
}

.block02list-item {
  border-radius: 6px;
  padding: 68px 30px 30px 35px;
  background-color: #fff;
  border: 2px solid #b22b30;
  position: relative;
  margin-bottom: 48px;
}

.block02list-item:last-child {
  margin-bottom: 0;
}

.block02list-tit {
  position: absolute;
  width: 980px;
  background-color: #b22b30;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 52px;
  padding: 2px 0 0 15px;
  letter-spacing: 0.06em;
  height: 54px;
  overflow: hidden;
  top: -18px;
  left: 20px;
}

.block02list-tit:before {
  content: "";
  width: 182px;
  height: 182px;
  border-radius: 100%;
  background-color: #7a1e1c;
  position: absolute;
  top: -98px;
  left: -58px;
}

.block02list-reason {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  margin-right: 50px;
  top: -3px;
}

.lock02list-reasonno {
  font-size: 36px;
  font-size: 3.6rem;
  font-style: italic;
  position: relative;
  top: 6px;
  left: -5px;
}

.block02list-txt {
  width: 400px;
  padding-top: 10px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

.block02list-img {
  cursor: pointer;
  width: 520px;
  border: 2px solid #d0cfcc;
}

.block02list-img img {
  display: block;
}

.block02-magnify-btn {
  position: relative;
  top: -10px;
  left: 330px;
}

.block02-magnify-btn:hover {
  opacity: .7;
}

.block02-zu-large {
  position: relative;
}

.bg-black img.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.bg-black img.close:hover {
  opacity: .7;
}

.bg-black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-animation: opacity 1s ease-out 0s;
          animation: opacity 1s ease-out 0s;
  cursor: pointer;
}

.bg-black img {
  cursor: default;
}

.bg-black.opacity {
  opacity: 0;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.block02list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block02-attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 1026px;
  margin: 20px auto 0;
}

/*------------------------------------------------------------------------------

block03

------------------------------------------------------------------------------*/
.block03 {
  background: url(../img/block03-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0 70px;
}

.block03.lower {
  background: none;
  padding-bottom: 0;
}

.block03-tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 0.02em;
}

.block03-txt {
  width: 950px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.block03-box {
  width: 1026px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 40px 0;
}

.block03.lower .block03-box {
  border: 1px solid #f0a620;
}

.block03-box:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #f0a620;
  z-index: 0;
}

.block03-box-tit {
  display: table;
  width: 880px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
  line-height: 48px;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0a620;
}

.block03-box-tit span {
  display: table-cell;
}

.block03-box-tit span:nth-child(1) {
  width: 240px;
}

.block03-box-tit span:nth-child(2) {
  vertical-align: middle;
  padding-top: 20px;
}

.block03-box-read {
  width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 30px;
  margin-bottom: 30px;
}

.block03-box-read:before {
  content: "";
  width: 8px;
  height: 56px;
  background-color: #f0a620;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block03-box-read.line1::before {
  height: 30px;
}

.block03-box-txt {
  width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  line-height: 2;
  margin-bottom: 30px;
}

.block03-box-foot {
  display: table;
  margin: 0 auto;
  width: 880px;
}

.block03-box-foot > div {
  display: table-cell;
  vertical-align: top;
}

.block03-box-writer {
  display: table;
}

.block03-box-writer > span {
  display: table-cell;
  font-size: 1.4rem;
}

.block03-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 880px;
  z-index: 1;
  margin: 0 auto;
}

.block03-box-foot .block03-box-btn {
  width: auto;
}

.block03-box-btn a {
  font-weight: bold;
  line-height: 50px;
  background-color: #f0a620;
  display: block;
  width: 250px;
  text-align: center;
  border-radius: 6px;
}

.block03-box-btn a:hover {
  opacity: 0.7;
}

.block03-attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 1026px;
  margin: 10px auto 0;
}



/*------------------------------------------------------------------------------

block04

------------------------------------------------------------------------------*/
.block04 {
  width: 1026px;
  margin: 0 auto;
  padding-top: 100px;
}

.block04-tit {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  background: url(../img/block04-tit-bg.png) center 0 no-repeat;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin-bottom: 30px;
}

.block04-txt {
  font-size: 18px;
  font-size: 1.8rem;
  width: 880px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

.table-area {
  border: 1px solid #7e7d76;
  border-radius: 6px;
  padding: 50px 0;
}

.table-img {
  text-align: center;
  margin-bottom: 10px;
}

.block04-attention {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  width: 926px;
  margin: 0 auto 50px;
}

.block04-btnarea-link {
  display: block;
}

.block04-btnarea-link:hover {
  opacity: .7;
}

.block04-btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  width: 926px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebe8e6 url(../img/block04-arrow.png) calc(100% - 20px) center no-repeat;
}

.block04-btnarea-txt {
  width: 440px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 20px;
}

.block04-logo {
  position: relative;
  top: -5px;
}

/*------------------------------------------------------------------------------

footer

------------------------------------------------------------------------------*/
.last-attention {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

.footer {
  width: 100%;
}

.footer_backToTop {
  border-top: 1px solid #cdcdcd;
  padding: 25px 0;
  text-align: right;
  padding-right: 26px;
}

.footer .inner {
  margin: 0 auto;
  width: 960px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_common1 {
  border-top: 1px solid #cdcdcd;
}

.footer_common1 p.sns {
  padding-right: 20px;
  display: none;
}

.footer_common1 p.text {
  padding-left: 10px;
}

.footer_common2 {
  border-top: 1px solid #cdcdcd;
  padding-bottom: 20px;
}

.footer_logo {
  width: 260px;
  text-align: left;
}

.footer_link {
  width: 400px;
  text-align: center;
  font-size: 1.2rem;
}

.footer_link a {
  display: inline-block;
  text-decoration: underline;
}

.footer_link a:first-child {
  margin-right: 20px;
}

.footer_copyright {
  width: 300px;
  font-size: 1.1rem;
  text-align: right;
}

.footer a img {
  -webkit-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}

.footer a:hover img {
  opacity: 0.6;
}

/****utility
*****************************************/
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.relative {
  position: relative;
}

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.white-txt {
  color: #fff;
}

/****margin
*****************************************/
.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}

.elm-short-mrgb {
  margin-bottom: 2.66667vw;
}

@media only screen and (min-width: 768px) {
  .elm-short-mrgb {
    margin-bottom: 20px;
  }
}

.elm-mid-mrgb {
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .elm-mid-mrgb {
    margin-bottom: 30px;
  }
}

.elm-lrg-mrgb {
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .elm-lrg-mrgb {
    margin-bottom: 40px;
  }
}

.block-short-mrgb {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  .block-short-mrgb {
    margin-bottom: 50px;
  }
}

.block-mid-mrgb {
  margin-bottom: 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .block-mid-mrgb {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .block-lrg-mrgb {
    margin-bottom: 120px;
  }
}
/*# sourceMappingURL=style.css.map */