/*
Theme Name: Yamaden Recruit
*/
@charset "UTF-8";
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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  color: #02026b;
  font-weight: 500;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#resbtn {
  -webkit-appearance: none;
}
.ancr {
  position: relative;
  transition: 0.5s;
}
.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer;
}
.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer;
}
/* ---------- /参考タグ部分 ---------- */

/* PC */
@media screen and (min-width: 981px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }

  /* 共通 */
  .txt_center {
    text-align: center !important;
  }
  .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .text-c-yellow {
    color: #fff100 !important;
  }
  .notosan {
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .linkbtn1 {
  }
  .linkbtn1 li {
    text-align: center;
    margin-bottom: 13px;
  }
  .linkbtn1 li:last-child {
    margin-bottom: 0;
  }
  .linkbtn1 li a {
    padding: 15px 0;
    display: block;
    color: #02026b;
    border: solid 1px #02026b;
    box-sizing: border-box;
    background: url("assets/images/icon_arr.svg") no-repeat;
    background-size: 15px;
    background-position: 10px 50%;
    transition: 0.3s;
  }
  .linkbtn1 li a:hover {
    transition: 0.3s;
    background-image: url("assets/images/icon_arr_w.svg");
    background-color: #02026b;
    color: #fff;
  }
  .linkbtn2 {
  }
  .linkbtn2 li {
    text-align: center;
    margin-bottom: 13px;
  }
  .linkbtn2 li:last-child {
    margin-bottom: 0;
  }
  .linkbtn2 li a {
    padding: 15px 0;
    display: block;
    color: #02026b;
    border: solid 1px #fff;
    box-sizing: border-box;
    background: url("assets/images/icon_arr.svg") no-repeat #fff;
    background-size: 15px;
    background-position: 10px 50%;
    transition: 0.3s;
  }
  .linkbtn2 li a:hover {
    transition: 0.3s;
    background-image: url("assets/images/icon_arr_w.svg");
    background-color: #02026b;
    color: #fff;
  }
  .morebtn01 {
    font-size: 16px;
  }
  .morebtn01 a {
    display: inline-block;
    color: #02026b;
    border: solid 1px #02026b;
    padding: 16px 0;
    width: 488px;
    transition: 0.3s;
  }
  .morebtn01 a:hover {
    transition: 0.3s;
    background: #02026b;
    color: #fff;
  }
  .h2_ttl1 {
    font-size: 27px;
    font-weight: bold;
    border-left: solid 10px #02026b;
    padding: 15px 20px;
    margin-bottom: 25px;
  }

  /* Header */
  header {
    padding: 20px 0;
  }
  header .header_inner {
    width: 98%;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
  }
  header .header_logo {
    width: 210px;
  }
  header ul {
    font-size: 0;
  }
  header ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
  }
  header ul li:first-child {
    margin-left: 0;
  }
  header ul li a {
    color: #02026b;
  }
  header ul li a:hover {
    text-decoration: underline;
  }
  header ul li.link {
    margin-left: 40px;
    position: relative;
    padding-right: 16px;
  }
  header ul li.link::before {
    width: 11px;
    height: 10px;
    background: url("assets/images/icon_link.svg") no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }

  /* mv */
  #mv {
  }
  #mv img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* doc */
  #doc {
    width: 98%;
    max-width: 1055px;
    margin: 0 auto;
    padding: 40px 0 75px;
  }
  #doc .txt {
    font-size: 15px;
    margin-bottom: 40px;
  }
  #doc .doc_data {
    padding-top: 30px;
  }

  /* news */
  #news {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 36px 0;
    border-bottom: solid 1px #02026b;
    border-top: solid 1px #02026b;
    text-align: center;
  }
  #news h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 28px;
  }
  #news ul {
    display: inline-block;
    color: #000;
    font-size: 12px;
  }
  #news ul li {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 6px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li a {
    color: #000;
  }
  #news ul li a:hover {
    text-decoration: underline;
  }
  #news ul li .date {
    display: inline-block;
    width: 9em;
  }

  /* message */
  #message {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
  }
  #message .position {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
  }
  #message h3 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 30px;
  }
  #message h3 span {
    color: #000;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 5px;
    font-weight: 400;
  }
  #message .message_box01 {
  }
  #message .message_box01 .message_box01_left {
    width: 50%;
    position: relative;
    min-height: 406px;
    margin-bottom: 50px;
  }
  #message .message_box01 .message_box01_left .message_box01_img {
    position: absolute;
    width: 655px;
    right: -15px;
    z-index: 1;
  }
  #message .message_box01 .message_box01_left .message_box01_txt {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    font-weight: 700;
  }
  #message .message_box01 .message_box01_left .message_box01_txt p {
    letter-spacing: 0.2em;
    font-size: 37px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 12px;
    position: relative;
    padding: 9px 0;
    display: inline-block;
  }
  #message .message_box01 .message_box01_left .message_box01_txt p::before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 100%;
    top: 0;
  }
  #message .message_box01 .message_box01_right {
    width: 45%;
    padding-top: 15px;
  }
  #message .message_box01 .message_box01_right h4 {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.4em;
  }
  #message .message_box01 .message_box01_right p {
    color: #000;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
  }
  #message .message_box02 .message_box02_left {
    width: 45%;
    padding-top: 15px;
  }
  #message .message_box02 .message_box02_left h4 {
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.4em;
  }
  #message .message_box02 .message_box02_left p {
    color: #000;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
  }
  #message .message_box02 .message_box02_right {
    width: 50%;
    min-height: 352px;
    position: relative;
  }
  #message .message_box02 .message_box02_right .message_box02_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 647px;
  }

  /* work */
  #work {
    background: rgba(2, 2, 107, 0.05);
    position: relative;
  }
  #work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent #fff;
  }
  #work::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent rgba(2, 2, 107, 0.05);
  }
  #work .work_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 105px 0 60px;
  }
  #work h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 65px;
  }
  #work .work_box01 {
    margin-bottom: 70px;
  }
  #work .work_box01 .work_box01_left {
    width: 50%;
  }
  #work .work_box01 .work_box01_left h4 {
    font-size: 23px;
    font-weight: 700;
    border-bottom: solid 1px #02026b;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #work .work_box01 .work_box01_left p {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 13px;
  }
  #work .work_box01 .work_box01_right {
    width: 50%;
    text-align: right;
  }
  #work .work_box01 .work_box01_right img {
    width: 92%;
    height: auto;
  }
  #work .work_box02 {
  }
  #work .work_box02 .work_box02_left {
    width: 50%;
  }
  #work .work_box02 .work_box02_left img {
    width: 97%;
  }
  #work .work_box02 .work_box02_right {
    width: 50%;
    padding-top: 60px;
  }
  #work .work_box02 .work_box02_right h4 {
    font-size: 23px;
    font-weight: 700;
    border-bottom: solid 1px #02026b;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-left: 15px;
  }
  #work .work_box02 .work_box02_right p {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 13px;
    padding-left: 15px;
  }

  /* value */
  #value {
    padding: 105px 0 60px;
  }
  #value .value_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
  }
  #value .value_left {
    width: 49%;
  }
  #value .value_left p {
    font-size: 13px;
    color: #000;
    line-height: 1.6em;
  }
  #value .value_right {
    width: 50%;
    text-align: right;
  }
  #value .value_right img {
    width: 100%;
    max-width: 461px;
    height: auto;
  }

  /* spirit */
  #spirit {
  }
  #spirit .spirit_inner {
    width: 98%;
    max-width: 1157px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(2, 2, 107, 0.05);
    padding: 70px 25px;
  }
  #spirit h2 {
    text-align: center;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 26px;
    background: url("assets/images/spirit_bg.png") repeat-x center bottom;
    background-size: 1000px;
    margin-bottom: 25px;
  }
  #spirit .txt {
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 60px;
  }
  #spirit .spirit_box_3 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 30px;
  }
  #spirit .spirit_box_4 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  #spirit .spirit_box_3 .spirit_box {
    width: 31%;
  }
  #spirit .spirit_box_4 .spirit_box {
    width: 24%;
  }
  #spirit .spirit_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 5px #02026b;
    background: #fff;
    box-shadow: 0 0 10px #5b5b5b;
  }
  #spirit .spirit_box h3 {
    font-size: 17px;
    line-height: 1.4em;
    text-align: center;
    background: #02026b;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 55px;
    justify-content: center;
    padding: 10px 0;
  }
  #spirit .spirit_box .spirit_box_txt {
    padding: 10px;
  }
  #spirit .spirit_box .spirit_box_txt p {
    font-size: 12px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #3e799d 1px, transparent 1px);
    background-size: 100% 1.85em;
    line-height: 1.9em;
    position: relative;
    color: #000;
    letter-spacing: 0.05em;
  }
  #spirit .spirit_box .spirit_box_txt p::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* number */
  #number {
    padding: 100px 0;
  }
  #number .number_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #number .number_boxes {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #number .number_box {
    width: 32%;
    text-align: center;
  }
  #number .circle {
    width: 100%;
    height: 266px;
    color: #fff;
    position: relative;
    background: url("assets/images/bg_circle.png") no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
  }
  #number .circle p {
    width: 100%;
  }
  #number .circle .txt1 {
    letter-spacing: 0.2em;
    line-height: 1.3em;
  }
  #number .box05 .circle .txt1 {
    font-size: 14px;
    line-height: 1.4em;
  }
  #number .circle .txt2 {
    font-size: 60px;
    letter-spacing: 0;
  }
  #number .circle .txt2 span {
    font-size: 17px;
    margin-left: 2px;
  }
  #number .circle .txt3 {
    font-size: 13px;
    margin-top: 10px;
  }
  #number .box05 .circle .txt4 {
    justify-content: center;
    font-size: 48px;
    align-items: flex-end;
  }
  #number .box05 .circle .txt5 {
    justify-content: center;
    font-size: 48px;
    align-items: flex-end;
  }
  #number .circle .mini {
    font-size: 17px;
  }
  #number .txt_center {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 1.6em;
  }

  /* entry */
  #entry {
    background: #02026b;
    color: #fff;
    padding: 60px 0;
  }
  #entry .entry_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #entry h2 {
    color: #fff100;
    font-weight: 700;
    font-size: 27px;
    padding: 0 0 30px 30px;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  #entry h2::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  #entry .entry_list {
    width: 100%;
    max-width: 1055px;
    margin: 0 auto;
    padding: 37px 20px;
    box-sizing: border-box;
  }
  #entry .entry_list dl {
    margin-bottom: 23px;
  }
  #entry .entry_list dl:last-child {
    margin-bottom: 0;
  }
  #entry .entry_list dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  #entry .entry_list dl dd {
    font-size: 13px;
    line-height: 1.5em;
    padding-left: 1em;
    font-weight: 400;
  }
  #entry .entry_list dl dd a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
  }
  #entry .entry_list dl dd a::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }

  /* note */
  #note {
    padding: 60px 0;
  }
  #note .note_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #note .note_boxes {
    flex-wrap: wrap;
  }
  #note .note_boxes .note_box {
    width: 49%;
    margin-bottom: 10px;
  }
  #note .note_boxes .note_box iframe {
    width: 100% !important;
  }
  #note {
  }

  /* gallery */
  #gallery {
    background: rgba(2, 2, 107, 0.05);
    position: relative;
  }
  #gallery h2 {
    margin-left: 10px;
  }
  #gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent #fff;
  }
  #gallery::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent rgba(2, 2, 107, 0.05);
  }
  #gallery .gallery_inner {
    width: 90%;
    margin: 0 auto;
    padding: 95px 0 50px;
    max-width: 1100px;
  }

  .thumbnail {
    margin-bottom: 20px;
  }
  .thumbnail li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #02026b;
    height: 588px;
    width: 100%;
    margin: 0 10px;
  }
  .thumbnail-thumb {
    position: relative;
  }
  .thumbnail-thumb::before {
    content: "";
    height: 100%;
    width: 10px;
    background: #f2f3f7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
  }
  .thumbnail-thumb::after {
    content: "";
    height: 100%;
    width: 10px;
    background: #f2f3f7;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
  }
  .thumbnail-thumb li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #02026b;
    height: 237px;
    width: 100%;
    margin: 0 10px;
  }
  .prev-arrow2 {
    width: 45px;
    height: 76px;
    position: absolute;
    left: -65px;
    bottom: 42px;
  }
  .prev-arrow2 img {
    width: 100%;
    height: auto;
  }
  .next-arrow2 {
    width: 45px;
    height: 76px;
    position: absolute;
    right: -65px;
    bottom: 42px;
  }
  .next-arrow2 img {
    width: 100%;
    height: auto;
  }
  #faq {
    padding: 105px 0 60px;
  }
  #faq .faq_inner {
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #faq .faq_boxes {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
  }
  #faq .faq_boxes .faq_box {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 27px 20px;
    border: solid 1px #02026b;
  }
  #faq .faq_boxes .faq_box:last-child {
    margin-bottom: 0;
  }
  #faq h3 {
    letter-spacing: 0.3em;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 18px 80px 35px;
    background: url("assets/images/icon_q.svg") no-repeat;
    background-size: 59px;
    background-position: left top;
    margin-bottom: 5px;
  }
  #faq .answer {
    margin-left: 100px;
    margin-right: 50px;
    border: solid 1px #9a9ac4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding: 18px 25px;
    line-height: 1.5em;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #000;
    position: relative;
  }
  #faq .answer::before {
    content: "";
    width: 68px;
    height: 68px;
    background: url("assets/images/icon_a.svg") no-repeat center #fff;
    background-size: 28px;
    position: absolute;
    left: -34px;
    top: -34px;
    z-index: 2;
  }
  #faq .answer p {
    position: relative;
    z-index: 3;
  }

  /* links */
  #links {
    padding: 60px 0;
  }
  #links .links_inner {
    width: 98%;
    max-width: 1157px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(2, 2, 107, 0.05);
    text-align: center;
    padding: 60px 0;
  }
  #links h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 35px;
  }
  #links .links_inner ul {
    text-align: center;
    font-size: 0;
  }
  #links .links_inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
  }
  #links .links_bottom {
    padding: 60px 0;
    width: 98%;
    max-width: 1055px;
    margin: 0 auto;
  }
  #links .links_bottom {
  }

  /* footer */
  footer {
    padding: 60px 0;
    color: #fff;
    text-align: center;
    background: #02026b;
  }
  footer .footer_logo {
    margin-bottom: 45px;
  }
  footer .footer_logo img {
    width: 190px;
    height: auto;
  }
  footer ul {
    font-size: 0;
    margin-bottom: 26px;
  }
  footer ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
  }
  footer ul li:first-child {
    margin-left: 0;
  }
  footer ul li a {
    color: #fff;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer ul li.link {
    margin-left: 40px;
    position: relative;
    padding-right: 17px;
  }
  footer ul li.link::before {
    width: 12px;
    height: 11px;
    background: url("assets/images/icon_link_w.svg") no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
  }
  footer #copyright {
    font-weight: 700;
    font-size: 10px;
  }
  .sponly {
    display: none !important;
  }
}

/* SP */
@media screen and (max-width: 980px) {
  .pconly {
    display: none !important;
  }
  .spwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  body {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }

  /* 共通 */
  .txt_center {
    text-align: center !important;
  }
  .mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
      "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .text-c-yellow {
    color: #fff100 !important;
  }
  .notosan {
    font-family: "Noto Sans JP", sans-serif !important;
  }
  .linkbtn1 {
    font-size: 14px;
  }
  .linkbtn1 li {
    text-align: center;
    margin-bottom: 13px;
  }
  .linkbtn1 li:last-child {
    margin-bottom: 0;
  }
  .linkbtn1 li a {
    padding: 15px 0;
    display: block;
    color: #02026b;
    border: solid 1px #02026b;
    box-sizing: border-box;
    background: url("assets/images/icon_arr.svg") no-repeat;
    background-size: 15px;
    background-position: 10px 50%;
    transition: 0.3s;
  }
  .linkbtn1 li a:hover {
    transition: 0.3s;
    background-image: url("assets/images/icon_arr_w.svg");
    background-color: #02026b;
    color: #fff;
  }
  .linkbtn2 {
  }
  .linkbtn2 li {
    text-align: center;
    margin-bottom: 13px;
  }
  .linkbtn2 li:last-child {
    margin-bottom: 0;
  }
  .linkbtn2 li a {
    padding: 15px 0;
    display: block;
    color: #02026b;
    border: solid 1px #fff;
    box-sizing: border-box;
    background: url("assets/images/icon_arr.svg") no-repeat #fff;
    background-size: 15px;
    background-position: 10px 50%;
    transition: 0.3s;
  }
  .linkbtn2 li a:hover {
    transition: 0.3s;
    background-image: url("assets/images/icon_arr_w.svg");
    background-color: #02026b;
    color: #fff;
  }
  .morebtn01 {
    font-size: 14px;
  }
  .morebtn01 a {
    display: inline-block;
    color: #02026b;
    border: solid 1px #02026b;
    padding: 16px 0;
    width: 100%;
    transition: 0.3s;
  }
  .morebtn01 a:hover {
    transition: 0.3s;
    background: #02026b;
    color: #fff;
  }
  .h2_ttl1 {
    font-size: 20px;
    font-weight: bold;
    border-left: solid 5px #02026b;
    padding: 10px 15px;
    margin-bottom: 25px;
    line-height: 1.5em;
  }

  /* Header */
  header {
    padding: 3vw 0;
  }
  header .header_inner {
    margin: 0 auto;
    align-items: center;
  }
  header .header_logo {
    text-align: center;
  }
  header .header_logo img {
    height: 8vw;
    width: auto;
    position: relative;
    z-index: 999;
  }
  header ul {
    font-size: 0;
  }
  header ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin-left: 15px;
  }
  header ul li:first-child {
    margin-left: 0;
  }
  header ul li a {
    color: #02026b;
  }
  header ul li a:hover {
    text-decoration: underline;
  }
  header ul li.link {
    margin-left: 40px;
    position: relative;
    padding-right: 16px;
  }
  header ul li.link::before {
    width: 11px;
    height: 10px;
    background: url("assets/images/icon_link.svg") no-repeat center;
    background-size: contain;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }

  /* mv */
  #mv {
  }
  #mv img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* doc */
  #doc {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #doc .txt {
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 1.8em;
  }
  #doc .doc_data {
    padding-top: 30px;
  }

  /* news */
  #news {
    width: 90%;
    margin: 0 auto;
    padding: 36px 0 20px;
    border-bottom: solid 1px #02026b;
    border-top: solid 1px #02026b;
    text-align: center;
  }
  #news h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
  }
  #news ul {
    display: inline-block;
    color: #000;
    font-size: 12px;
    margin-bottom: 35px;
  }
  #news ul li {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li a {
    color: #000;
  }
  #news ul li a:hover {
    text-decoration: underline;
  }
  #news ul li .date {
    display: block;
    font-size: 11px;
    letter-spacing: 0.01em;
  }

  /* message */
  #message {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  #message .position {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8em;
  }
  #message h3 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
  }
  #message h3 span {
    color: #000;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0.01em;
  }
  #message .message_box01 {
    margin-bottom: 30px;
  }
  #message .message_box01 .message_box01_left {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  #message .message_box01 .message_box01_left .message_box01_img {
    position: relative;
    z-index: 1;
  }
  #message .message_box01 .message_box01_left .message_box01_txt {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    font-weight: 700;
  }
  #message .message_box01 .message_box01_left .message_box01_txt p {
    letter-spacing: 0.2em;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.9);
    margin-top: 10px;
    position: relative;
    padding: 9px;
    display: inline-block;
  }
  #message .message_box01 .message_box01_left .message_box01_txt p:last-child {
    display: block;
  }
  #message .message_box01 .message_box01_left .message_box01_txt p::before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    right: 100%;
    top: 0;
  }
  #message .message_box01 .message_box01_right {
    width: 100%;
  }
  #message .message_box01 .message_box01_right h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  #message .message_box01 .message_box01_right p {
    color: #000;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
  }
  #message .message_box02 {
    display: flex;
    flex-wrap: wrap;
  }
  #message .message_box02 .message_box02_left {
    width: 100%;
    order: 1;
    padding-top: 15px;
  }
  #message .message_box02 .message_box02_left h4 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  #message .message_box02 .message_box02_left p {
    color: #000;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
  }
  #message .message_box02 .message_box02_right {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
    position: relative;
  }
  #message .message_box02 .message_box02_right .message_box02_img {
    position: relative;
  }

  /* work */
  #work {
    background: rgba(2, 2, 107, 0.05);
    position: relative;
  }
  #work::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent #fff;
  }
  #work::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent rgba(2, 2, 107, 0.05);
  }
  #work .work_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 105px 0 60px;
  }
  #work h3 {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
  }
  #work .work_box01 {
    margin-bottom: 40px;
  }
  #work .work_box01 .work_box01_left {
    width: 100%;
    margin-bottom: 30px;
  }
  #work .work_box01 .work_box01_left h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 1px #02026b;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #work .work_box01 .work_box01_left p {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 12px;
  }
  #work .work_box01 .work_box01_right {
    width: 100%;
    text-align: center;
  }
  #work .work_box01 .work_box01_right img {
    width: 92%;
    height: auto;
  }
  #work .work_box02 {
    display: flex;
    flex-wrap: wrap;
  }
  #work .work_box02 .work_box02_left {
    width: 100%;
    order: 1;
    text-align: center;
  }
  #work .work_box02 .work_box02_left img {
    width: 100%;
  }
  #work .work_box02 .work_box02_right {
    width: 100%;
    order: 0;
    margin-bottom: 20px;
  }
  #work .work_box02 .work_box02_right h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 1px #02026b;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  #work .work_box02 .work_box02_right p {
    color: #000;
    line-height: 1.6em;
    font-weight: 400;
    font-size: 12px;
  }

  /* value */
  #value {
    padding: 105px 0 60px;
  }
  #value .value_inner {
    width: 90%;
    margin: 0 auto;
    align-items: center;
  }
  #value .value_left {
    width: 100%;
    margin-bottom: 20px;
  }
  #value .value_left p {
    font-size: 12px;
    color: #000;
    line-height: 1.6em;
  }
  #value .value_right {
    width: 100%;
    text-align: center;
  }
  #value .value_right img {
    width: 100%;
  }

  /* spirit */
  #spirit {
  }
  #spirit .spirit_inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(2, 2, 107, 0.05);
    padding: 70px 5vw;
  }
  #spirit h2 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
    background: url("assets/images/spirit_bg.png") repeat-x center bottom;
    background-size: 700px;
    margin-bottom: 20px;
  }
  #spirit .txt {
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 30px;
  }
  #spirit .spirit_box_3 {
    width: 100%;
    margin: 0 auto;
  }
  #spirit .spirit_box_4 {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
  }
  #spirit .spirit_box_3 .spirit_box {
    width: 100%;
  }
  #spirit .spirit_box_4 .spirit_box {
    width: 100%;
  }
  #spirit .spirit_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 3px #02026b;
    background: #fff;
    box-shadow: 0 0 10px #5b5b5b;
    margin-bottom: 15px;
  }
  #spirit .spirit_box h3 {
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    background: #02026b;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    justify-content: center;
    padding: 10px 0;
  }
  #spirit .spirit_box .spirit_box_txt {
    padding: 15px;
  }
  #spirit .spirit_box .spirit_box_txt p {
    font-size: 12px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #3e799d 1px, transparent 1px);
    background-size: 100% 1.85em;
    line-height: 1.9em;
    position: relative;
    color: #000;
    letter-spacing: 0.05em;
  }
  #spirit .spirit_box .spirit_box_txt p::before {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* number */
  #number {
    padding: 40px 0;
  }
  #number .number_inner {
    width: 90%;
    margin: 0 auto;
  }
  #number .number_boxes {
    width: 100%;
    margin: 0 auto;
  }
  #number .number_box {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  #number .circle {
    width: 100%;
    height: 266px;
    color: #fff;
    position: relative;
    background: url("assets/images/bg_circle.png") no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  #number .circle p {
    width: 100%;
  }
  #number .circle .txt1 {
    letter-spacing: 0.2em;
    line-height: 1.3em;
  }
  #number .box05 .circle .txt1 {
    font-size: 12px;
    line-height: 1.4em;
  }
  #number .circle .txt2 {
    font-size: 40px;
    letter-spacing: 0;
  }
  #number .circle .txt2 span {
    font-size: 14px;
    margin-left: 2px;
  }
  #number .circle .txt3 {
    font-size: 13px;
    margin-top: 10px;
  }
  #number .box05 .circle .txt4 {
    justify-content: center;
    font-size: 40px;
    align-items: flex-end;
  }
  #number .box05 .circle .txt5 {
    justify-content: center;
    font-size: 40px;
    align-items: flex-end;
  }
  #number .circle .mini {
    font-size: 14px;
  }
  #number .txt_center {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 1.6em;
  }

  /* entry */
  #entry {
    background: #02026b;
    color: #fff;
    padding: 50px 0;
  }
  #entry .entry_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #entry h2 {
    color: #fff100;
    font-weight: 700;
    font-size: 20px;
    padding: 0 0 20px 0;
    border-bottom: solid 1px #fff;
    position: relative;
  }
  #entry h2::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  #entry .entry_list {
    width: 100%;
    max-width: 1055px;
    margin: 0 auto;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  #entry .entry_list dl {
    margin-bottom: 23px;
  }
  #entry .entry_list dl:last-child {
    margin-bottom: 0;
  }
  #entry .entry_list dl dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #entry .entry_list dl dd {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 5px;
  }
  #entry .entry_list dl dd a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 1.2em;
  }
  #entry .entry_list dl dd a::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }

  /* note */
  #note {
    padding: 50px 0;
  }
  #note .note_inner {
    width: 90%;
    margin: 0 auto;
  }
  #note .note_boxes .note_box {
    width: 100%;
    margin-bottom: 5px;
  }
  #note .note_boxes .note_box iframe {
    width: 100% !important;
  }
  #note {
  }

  /* gallery */
  #gallery {
    background: rgba(2, 2, 107, 0.05);
    position: relative;
  }
  #gallery h2 {
    margin-left: 10px;
  }
  #gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent #fff;
  }
  #gallery::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 100vw;
    border-color: transparent transparent transparent rgba(2, 2, 107, 0.05);
  }
  #gallery .gallery_inner {
    width: 98%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 105px 0 60px;
  }

  .thumbnail {
    margin-bottom: 10px;
  }
  .thumbnail li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #02026b;
    height: 80vw;
    width: 100%;
    margin: 0 10px;
  }
  .thumbnail-thumb {
    position: relative;
    width: 94%;
    margin: 0 auto;
  }
  .thumbnail-thumb li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #02026b;
    height: 45vw;
    width: 100%;
    margin: 0 1.5vw;
  }
  .prev-arrow2 {
    display: none !important;
    width: 45px;
    height: 76px;
    position: absolute;
    left: -65px;
    bottom: 42px;
  }
  .prev-arrow2 img {
    width: 100%;
    height: auto;
  }
  .next-arrow2 {
    display: none !important;
    width: 45px;
    height: 76px;
    position: absolute;
    right: -65px;
    bottom: 42px;
  }
  .next-arrow2 img {
    width: 100%;
    height: auto;
  }
  #faq {
    padding: 95px 0 10px;
  }
  #faq .faq_inner {
    width: 90%;
    margin: 0 auto;
  }
  #faq .faq_boxes {
    width: 100%;
    margin: 0 auto;
  }
  #faq .faq_boxes .faq_box {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 27px 20px;
    border: solid 1px #02026b;
  }
  #faq .faq_boxes .faq_box:last-child {
    margin-bottom: 0;
  }
  #faq h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6em;
    padding: 6px 0 15px 50px;
    background: url("assets/images/icon_q.svg") no-repeat;
    background-size: 39px;
    background-position: left top;
    margin-bottom: 5px;
  }
  #faq .answer {
    margin-left: 20px;
    border: solid 1px #9a9ac4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 20px;
    line-height: 1.5em;
    font-size: 11px;
    color: #000;
    position: relative;
  }
  #faq .answer::before {
    content: "";
    width: 48px;
    height: 48px;
    background: url("assets/images/icon_a.svg") no-repeat center #fff;
    background-size: 20px;
    position: absolute;
    left: -24px;
    top: -20px;
    z-index: 2;
  }
  #faq .answer p {
    position: relative;
    z-index: 3;
  }

  /* links */
  #links {
    padding: 60px 0 50px;
  }
  #links .links_inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(2, 2, 107, 0.05);
    text-align: center;
    padding: 50px 0 30px;
  }
  #links h2 {
    font-size: 16px;
    letter-spacing: 0.03em;
    font-weight: 700;
    margin-bottom: 25px;
  }
  #links .links_inner ul {
    text-align: center;
    font-size: 0;
  }
  #links .links_inner ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
  #links .links_bottom {
    padding: 50px 0 0;
    width: 90%;
    margin: 0 auto;
  }

  /* footer */
  footer {
    padding: 50px 0 20px;
    color: #fff;
    text-align: center;
    background: #02026b;
  }
  footer .footer_logo {
    margin-bottom: 35px;
  }
  footer .footer_logo img {
    width: 190px;
    height: auto;
  }
  footer ul {
    font-size: 0;
    width: 90%;
    margin: 0 auto;
  }
  footer ul li {
    font-weight: bold;
    font-size: 12px;
  }
  footer ul li:last-child a {
    border-bottom: none;
  }
  footer ul li a {
    color: #fff;
    display: block;
    padding: 16px 0;
    border-bottom: solid 1px #fff;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer ul li.link {
    position: relative;
  }
  footer ul li.link::before {
    width: 12px;
    height: 11px;
    background: url("assets/images/icon_link_w.svg") no-repeat center;
    background-size: contain;
    content: "";
    display: inline;
  }
  footer #copyright {
    font-weight: 700;
    font-size: 9px;
    padding-top: 40px;
  }

  /*============
	.toggle_btn
	=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 0vw;
    right: 0vw;
    width: 16vw;
    height: 16vw;
    transition: all 0.5s;
    z-index: 30;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 6.66vw;
    height: 0.4vw;
    background-color: #02026b;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 5.26vw;
    left: 4.66vw;
  }
  .toggle_btn span:nth-child(2) {
    top: 8.73vw;
    left: 4.66vw;
  }
  .toggle_btn span:nth-child(3) {
    top: 4.26vw;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(1.73vw) rotate(-330deg);
    transform: translateY(1.73vw) rotate(-330deg);
  }
  .open .toggle_btn span:nth-child(2) {
    -webkit-transform: translateY(-1.73vw) rotate(330deg);
    transform: translateY(-1.73vw) rotate(330deg);
  }
  /*============
	#mask
	=============*/
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    transition: all 0.5s;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 20;
  }

  nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100vw;
    background: #02026b;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 29;
    opacity: 0;
    text-align: center;
    padding-top: 14vw;
  }
  .open nav {
    right: 0;
    opacity: 1;
    transition: all 0.5s;
  }
  nav ul {
    width: 90%;
    margin: 0 auto;
  }
  nav ul li {
  }
  nav ul li a {
    color: #fff;
    display: block;
    border-bottom: solid 1px #fff;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
  }
  nav ul li.link a {
    background: url("assets/images/icon_link_w.svg") no-repeat;
    background-size: 16px;
    background-position: 17em 50%;
  }
}

#navArea.sponly.open {
  z-index: 1000;
  position: fixed;
}
