@charset "UTF-8";
/*====================================================================
*    common all
/*==================================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  -webkit-appearance: none !important;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.pc_inline {
  display: inline !important;
}

@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: flex !important;
}

@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_flex {
    display: flex !important;
  }
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    All
/*==================================================================*/
/* ::selection {
    background: #c1c1c1;
} */
/* ::-moz-selection {
    background: #c1c1c1;
} */
/* html {
  font-size: calc(100vw / 12.8);

  @include bp768 {
    font-size: calc(100vw / 3.75);
  }
} */
@media (max-width: 768px) {
  main.fs-l-main {
    padding: 0;
  }
}

.about {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #111;
  box-sizing: border-box;
  overflow-x: hidden;
}

.about a {
  color: #000000;
  display: block;
  text-decoration: none;
  transition: 0.3s all;
}

.about a:hover {
  opacity: 0.8;
}

.about img,
.about svg {
  width: 100%;
  display: block;
}

.about img.img1-1,
.about svg.img1-1 {
  margin: 30px auto 0;
  width: 672px;
}

@media (max-width: 768px) {
  .about img.img1-1,
  .about svg.img1-1 {
    width: 100%;
  }
}

.about .mainArea {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .about .mainArea {
    width: 94%;
    margin: 0 auto 60px;
    margin-bottom: 60px;
  }
}

.about .mainArea h1 {
  width: 100%;
  height: 100px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .mainArea h1 img {
  width: 100px;
  margin: auto;
  display: block;
}

@media (max-width: 768px) {
  .about .mainArea h1 {
    width: 134px;
    margin: 0 auto 16px;
  }
}

.about .mainArea_lead {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 40px 0 50px;
  font-weight: 400;
}

.about .mainArea_lead span {
  text-align: center;
  color: #0c5a3f;
  font-size: 16px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .about .mainArea_lead {
    text-align: center;
  }
}

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

.about .mainArea_btn a {
  display: inline-block;
  width: auto;
  height: 56px;
  border: 1px solid #111111;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding: 0 35px;
}

.about .mainArea ul {
  display: flex;
  justify-content: space-between;
  width: 633px;
  margin: 15px auto 70px;
}

@media (max-width: 768px) {
  .about .mainArea ul {
    display: block;
    width: 100%;
  }
}

.about .mainArea ul li {
  font-size: 10px;
  color: #944c9a;
  line-height: 13px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about .mainArea ul li {
    line-height: 14px;
    margin: 0 0 5px;
  }
}

.about h2 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #0c5a3f;
  margin: 0 auto 40px;
}

.about h2 span {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

.about .pointArea {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 70px;
}

@media (max-width: 768px) {
  .about .pointArea {
    width: 100%;
    margin: 0 auto 60px;
    margin-bottom: 40px;
  }
}

.about .pointArea_lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.43;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 40px 0 50px;
}

@media (max-width: 768px) {
  .about .pointArea_lead {
    text-align: justify;
    padding: 0 4vw;
  }
}

.about .pointArea_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .about .pointArea_box {
    display: block;
  }
}

.about .pointArea_box_txt {
  width: 47.87%;
  padding-top: 9px;
}

@media (max-width: 768px) {
  .about .pointArea_box_txt {
    width: 100%;
    margin-bottom: 6px;
    padding: 0 4vw;
    padding-top: 5px;
  }
}

.about .pointArea_box_txt .ttl {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 17px;
  padding-left: 30px;
  position: relative;
}

.about .pointArea_box_txt .ttl::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../images/flag.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -3px;
  left: -10px;
}

.about .pointArea_box_txt p {
  font-size: 14px;
  line-height: 1.57;
  text-align: justify;
}

.about .pointArea_box_txt p.color {
  color: #0e6ab6;
  margin-bottom: 2px;
}

.about .pointArea_box_img {
  width: 47.87%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about .pointArea_box_img {
    width: 100%;
    overflow: visible;
    margin-bottom: 55px;
  }
  .about .pointArea_box_img img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.about .his10 {
  position: relative;
  margin: 0 auto 0px;
}

.about .his10 a {
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
}

@media (max-width: 1100px) {
  .about .his10 a {
    bottom: 60px;
  }
}

@media (max-width: 980px) {
  .about .his10 a {
    bottom: 40px;
  }
}

@media (max-width: 768px) {
  .about .his10 a {
    bottom: 80px;
  }
}

.about .rank_area {
  background: #faf5ef;
  padding: 80px 0;
}

.about .rank_area__innar {
  width: 942px;
  margin: auto;
  position: relative;
}

@media (max-width: 768px) {
  .about .rank_area__innar {
    width: 100%;
  }
}

.about .rank_area__innar h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  color: #000000;
}

@media (max-width: 768px) {
  .about .rank_area__innar h3 {
    font-size: 12px;
  }
}

.about .rank_area__innar h3 span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 2px 0 3px;
}

@media (max-width: 768px) {
  .about .rank_area__innar h3 span {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .about .rank_area__innar h3 span {
    margin: 0;
  }
}

.about .rank_area__innar p {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about .rank_area__innar p {
    font-size: 10px;
  }
}

.about .rank_area .ranking1 {
  position: absolute;
  top: 358px;
  left: 240px;
  z-index: 3;
}

@media (max-width: 768px) {
  .about .rank_area .ranking1 {
    position: absolute;
    top: 33%;
    left: 52%;
    z-index: 3;
  }
}

.about .rank_area .ranking2 {
  position: absolute;
  top: 538px;
  right: 130px;
}

@media (max-width: 768px) {
  .about .rank_area .ranking2 {
    position: absolute;
    top: 60%;
    right: auto;
    left: 35%;
  }
}

.about .rank_area .ranking3 {
  position: absolute;
  right: 86px;
  top: 299px;
}

@media (max-width: 768px) {
  .about .rank_area .ranking3 {
    position: absolute;
    right: auto;
    top: 85%;
    left: 42%;
  }
}

.about .btn_bf {
  width: 230px;
  height: 56px;
  background: #0c5a3f;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about .btn_bf {
    margin: 40px auto 0;
  }
}

.about .awardArea {
  padding: 80px 0 80px;
  width: 100%;
  background: #faf5ef;
  position: relative;
}

@media (max-width: 768px) {
  .about .awardArea {
    padding-top: 60px;
  }
}

.about .awardArea_bg {
  position: absolute;
  top: 886.4px;
  right: 85%;
  width: 130px;
  height: 515px;
}

@media (max-width: 768px) {
  .about .awardArea_bg {
    display: none;
  }
}

.about .awardArea_bg2 {
  position: absolute;
  bottom: 155.3px;
  right: 7%;
  width: 130px;
  height: 515px;
}

@media (max-width: 768px) {
  .about .awardArea_bg2 {
    display: none;
  }
}

.about .awardArea img.img1-4 {
  max-width: 1100px;
  margin: auto;
}

@media (max-width: 768px) {
  .about .awardArea img.img1-4 {
    width: 92%;
    margin: 0 auto 10px;
  }
}

.about .awardArea_head {
  margin: -120px 0 0 0;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 768px) {
  .about .awardArea_head {
    margin: 0px 0 0 0;
  }
}

.about .awardArea_head::before {
  content: "";
  width: calc(100% + 60px);
  height: 238px;
  background-image: url("../images/bg_line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: -1;
}

@media (max-width: 768px) {
  .about .awardArea_head::before {
    top: -11px;
  }
}

.about .awardArea_underVisual {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  margin-top: 130px;
  position: relative;
  z-index: -2;
}

@media (max-width: 768px) {
  .about .awardArea_underVisual {
    width: 92%;
    margin-top: 65px;
  }
}

.about .awardArea_bottom {
  background: #faf5ef;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .about .awardArea_bottom {
    padding-bottom: 40px;
  }
}

.about .awardArea_box {
  width: 100%;
  max-width: 670px;
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  .about .awardArea_box {
    width: 92%;
    margin: 0px auto 0;
  }
}

.about .awardArea_box .awardWrap:nth-child(n + 11) {
  display: none;
}

.about .awardArea_box--list {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 768px) {
  .about .awardArea_box--list {
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.about .awardArea_box--list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 29px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #0c5a3f;
}

.about .awardArea_box--list .awardYear {
  width: 58px;
  height: 58px;
  background-color: #999999;
  border-radius: 50%;
  margin-right: 7.46%;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .about .awardArea_box--list .awardYear {
    margin: 13px 2.32% 0 0;
  }
}

.about .awardArea_box--list .awardYear.bl {
  background-color: #0c5a3f;
}

.about .awardArea_box--list .awardYear p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 58px;
  color: #fff;
}

.about .awardArea_box--list .awardItem {
  width: 38.21%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .about .awardArea_box--list .awardItem {
    width: 74.2%;
  }
}

.about .awardArea_box--list .awardItem_pic {
  width: 23.44%;
}

.about .awardArea_box--list .awardItem_txt {
  width: 68.75%;
}

.about .awardArea_box--list .awardItem_txt p {
  line-height: 1.67;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.about .awardArea_box--list .awardCts {
  width: 41.79%;
  background-color: #fff;
  padding: 15px 10px;
}

@media (max-width: 768px) {
  .about .awardArea_box--list .awardCts {
    width: 81.16%;
    margin: 14px 0 0 auto;
  }
}

.about .awardArea_box--list .awardCts p {
  line-height: 1.67;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: bold;
}

.about .awardArea_btn {
  width: 122px;
  height: 56px;
  margin: 60px auto 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .about .awardArea_btn {
    margin-top: 20px;
  }
}

.about .awardArea_btn p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #0e6ab6;
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
}

.about .awardArea_btn p::after, .about .awardArea_btn p::before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #0e6ab6;
  position: absolute;
  top: 50%;
  right: 0;
}

.about .awardArea_btn p::before {
  transform: translateY(-50%);
}

.about .awardArea_btn p::after {
  transform: translateY(-50%) rotate(90deg);
}

.about .pointArea h2,
.about .pointArea h2 span,
.about .awardArea h2,
.about .awardArea h2 span {
  color: #0c5a3f;
}

.and {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0c5a3f;
  margin: 30px auto 0;
}

/*====================================================================
*    Fade
/*==================================================================*/
.fade_in {
  opacity: 0;
  transition: opacity 1.5s ease 0.2s;
}

.fade_in.on {
  opacity: 1;
}

.about .mainArea_lead span.ss {
  display: inline-block;
  color: #333333 !important;
  font-size: 8px;
  position: relative;
  top: -4px;
  margin: 0 1px 0 1px;
}
