@charset "UTF-8";
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

body {
  min-height: 100%;
}

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

input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

a {
  color: #1a1c1c;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  width: 100%;
  color: #1a1c1c;
  font-size: 1.6em;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 3.46667vw;
    line-height: 1.385;
  }
}

/* ----------------------------------------
 	layout
 ---------------------------------------- */
/* common class
------------------------------ */
.hover-op {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.hover-op:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

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

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.heading-01 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0aa5c6;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .heading-01 {
    font-size: 6.66667vw;
    line-height: 1.4;
    margin-bottom: 2.66667vw;
  }
}
.heading-01 span {
  font-size: 46px;
}
@media (max-width: 768px) {
  .heading-01 span {
    font-size: 6.66667vw;
    line-height: 1.2;
  }
}

.heading-02 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.358;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  border: 2px solid #1aaad7;
  border-left: 10px solid #1aaad7;
  background-color: #e6f4f9;
  padding: 8px 17px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .heading-02 {
    font-size: 5.06667vw;
    line-height: 1.369;
    padding: 1.6vw 3.2vw;
    border-width: 0.26667vw;
    border-left-width: 1.86667vw;
    margin-bottom: 4vw;
  }
}
.heading-02 span {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.455;
}
@media (max-width: 768px) {
  .heading-02 span {
    font-size: 4vw;
    line-height: 1.467;
  }
}

.heading-03 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.358;
  font-weight: 500;
  border-bottom: 1px solid;
  border-left: 8px solid;
  padding-left: 15px;
  padding-bottom: 4px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .heading-03 {
    font-size: 4.8vw;
    line-height: 1.556;
    border-left-width: 1.33333vw;
    border-bottom-width: 0.26667vw;
    padding-left: 1.86667vw;
    margin-bottom: 5.33333vw;
    padding-bottom: 0.53333vw;
  }
}

/* マージンなど
------------------------------ */
.mt10 {
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media (max-width: 768px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media (max-width: 768px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media (max-width: 768px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media (max-width: 768px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 768px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media (max-width: 768px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media (max-width: 768px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

/* 中央寄せ・右寄せ */
.textleft {
  text-align: left !important;
}

.textcenter {
  text-align: center !important;
}

.textright {
  text-align: right !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

th.alignleft, th.aligncenter, th.alignright,
td.alignleft,
td.aligncenter,
td.alignright {
  float: none !important;
  display: table-cell !important;
}

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

.txt-small {
  font-size: 14px;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .flexbox .flex-50 {
    width: 47.8%;
    margin-bottom: 46px;
  }
}
@media (max-width: 768px) {
  .flexbox .flex-50 {
    margin-bottom: 30px;
  }
}
.flexbox .flex-50:last-child, .flexbox .flex-50:nth-last-child(2) {
  margin-bottom: 30px;
}

dl.dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  overflow: hidden;
}
dl.dl dt {
  border-bottom: 1px solid #1a1c1c;
  width: 92px;
  padding-left: 23px;
  padding-bottom: 11px;
  margin-bottom: 11px;
  font-weight: bold;
}
@media (max-width: 768px) {
  dl.dl dt {
    padding-left: 10px;
  }
}
dl.dl dd {
  border-bottom: 1px solid #1a1c1c;
  width: calc(100% - 92px);
  padding-bottom: 11px;
  margin-bottom: 11px;
  position: relative;
}
dl.dl dd .link {
  font-size: 14px;
  text-decoration: underline;
  color: #ddcdae;
}
@media (min-width: 769px) {
  dl.dl dd .link {
    position: absolute;
    right: 22px;
    top: 40%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  dl.dl dd .link {
    display: block;
    position: relative;
    padding-left: 12px;
  }
}
dl.dl dd .link:before {
  content: "";
  border-left: 5px solid #ddcdae;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 4px;
}
@media (min-width: 769px) {
  dl.dl dd .link:before {
    left: -12px;
  }
}
@media (max-width: 768px) {
  dl.dl dd .link:before {
    left: 0;
  }
}
dl.dl .txt-small {
  line-height: 22px;
  display: block;
}

/* ----------------------------------------
 	layout
 ---------------------------------------- */
/* レイアウト
------------------------------ */
body {
  width: 100%;
}
@media (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.container {
  position: relative;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 4vw;
  }
}
@media (min-width: 769px) {
  .container {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 80ms;
  -ms-transition: 80ms;
  -moz-transition: 80ms;
  -o-transition: 80ms;
  transition: 80ms;
}
a:hover {
  opacity: 0.9;
}

/* ヘッダ
------------------------------ */
.footer {
  text-align: center;
  background-color: #0bb9de;
  color: #fff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 6.66667vw 5.33333vw;
  }
  .footer br {
    display: none;
  }
}
.footer p {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .footer p {
    margin-bottom: 3.2vw;
    font-size: 3.46667vw;
    line-height: 1.385;
  }
}
.footer .copyright {
  font-size: 12px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer .copyright {
    font-size: 2.66667vw;
    line-height: 1.2;
  }
}

/* main visual */
.main-visual {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .main-visual {
    height: 596px;
  }
}
@media (max-width: 768px) {
  .main-visual {
    height: 72.8vw;
  }
}
.main-visual .banner-img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .main-visual .banner-img img {
    bottom: -4.375vw;
  }
}
@media (max-width: 768px) {
  .main-visual .banner-img img {
    bottom: -17px;
  }
}
.main-visual .top-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .main-visual .top-icon {
    width: 32vw;
  }
}
.main-visual .title-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1280px) {
  .main-visual .title-img {
    bottom: 23.28125vw;
  }
}
@media (min-width: 1640px) {
  .main-visual .title-img {
    bottom: 21.09375vw;
  }
}
@media (min-width: 760px) and (max-width: 1279px) {
  .main-visual .title-img {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .main-visual .title-img {
    max-width: 81.5%;
    top: 29.06667vw;
  }
}

.manifest-award {
  background-image: url("../img/common/bg1.png");
  background-repeat: repeat;
  overflow: hidden;
}
@media (min-width: 769px) {
  .manifest-award {
    padding: 43px 0 70px;
  }
}
@media (max-width: 768px) {
  .manifest-award {
    padding: 5.33333vw 0 8vw;
  }
}
.manifest-award .heading {
  text-align: center;
}
@media (min-width: 769px) {
  .manifest-award .heading {
    margin-bottom: 21px;
  }
}
@media (max-width: 768px) {
  .manifest-award .heading {
    margin-bottom: 1.86667vw;
  }
}
@media (min-width: 769px) {
  .manifest-award .heading img {
    margin-bottom: 31px;
  }
}
@media (max-width: 768px) {
  .manifest-award .heading img {
    max-width: 82%;
    margin-bottom: 5.33333vw;
  }
  .manifest-award .heading img:last-child {
    max-width: 21.33333vw;
  }
}
.manifest-award .ma-box {
  margin: 0 -2%;
}
.manifest-award .ma-box:after {
  content: '';
  display: block;
  clear: both;
}
.manifest-award .ma-box img {
  display: block;
  float: left;
  width: 46.5%;
  margin: 0 1.75%;
}
.manifest-award h3 {
  font-weight: bold;
  text-align: center;
  color: #00a2c4;
}
@media (min-width: 769px) {
  .manifest-award h3 {
    font-size: 36px;
    margin: 44px 0 17px;
  }
}
@media (max-width: 768px) {
  .manifest-award h3 {
    font-size: 4.8vw;
    line-height: 1.556;
    margin: 4.8vw 0 2.13333vw;
  }
}
.manifest-award p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 769px) {
  .manifest-award p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.819;
  }
}
@media (max-width: 768px) {
  .manifest-award p {
    font-size: 3.46667vw;
    line-height: 1.616;
    letter-spacing: 0;
  }
}

.links-section {
  background-image: url("../img/common/bg2.jpg");
  background-repeat: repeat;
}
@media (min-width: 769px) {
  .links-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .links-section {
    padding: 9.33333vw 0;
  }
}
.links-section .links-box {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .links-section .links-box {
    border: 4px solid #fff;
    border-radius: 28px;
  }
}
@media (max-width: 768px) {
  .links-section .links-box {
    border: 0.53333vw solid #fff;
    border-radius: 3.73333vw;
  }
}
.links-section .links-box_title {
  background-color: #00a2c4;
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  .links-section .links-box_title {
    padding: 25px 26px 25px 0;
  }
}
@media (max-width: 768px) {
  .links-section .links-box_title {
    padding: 2.66667vw 6.93333vw 2.66667vw 0;
  }
  .links-section .links-box_title img {
    max-width: 77%;
  }
}
.links-section .links-box_link {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 769px) {
  .links-section .links-box_link {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .links-section .links-box_link {
    padding: 0 2.66667vw;
  }
}
.links-section .links-box_link > div {
  width: 50%;
  text-align: center;
  padding: 29px 0 20px;
}
@media (max-width: 768px) {
  .links-section .links-box_link > div {
    padding: 2.66667vw 0 1.86667vw;
  }
}
.links-section .links-box_link > div p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 769px) {
  .links-section .links-box_link > div p {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .links-section .links-box_link > div p {
    font-size: 3.73333vw;
    line-height: 1.715;
    margin-bottom: 0.26667vw;
  }
}
.links-section .links-box_link > div p span {
  color: #00a2c4;
  border-bottom: 2px solid #00a2c4;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .links-section .links-box_link > div p span {
    letter-spacing: -1px;
    margin: 0 -2px;
    padding-bottom: 0.8vw;
    border-bottom-width: 0.26667vw;
  }
}
@media (max-width: 768px) {
  .links-section .links-box_link_02 > p {
    margin-left: -10px;
  }
}
.links-section .links-box_bottom {
  text-align: center;
  padding: 20px 0 32px;
  width: 100%;
  background-image: url("../img/common/bg3.jpg");
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .links-section .links-box_bottom {
    padding: 2.66667vw 0 1.86667vw;
  }
}
.links-section .links-box_bottom .text {
  font-size: 23px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .links-section .links-box_bottom .text {
    font-size: 3.46667vw;
    line-height: 1.231;
    margin-bottom: 2px;
  }
}
.links-section .links-box_bottom .note {
  font-size: 16px;
  color: #00a2c4;
  display: inline-block;
  margin: 0 auto;
}
.links-section .links-box_bottom .note:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/common/arrow-icon.png");
  background-size: contain;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.links-section .links-box_bottom .note a {
  color: inherit;
}
@media (max-width: 768px) {
  .links-section .links-box_bottom .note {
    font-size: 3.2vw;
    line-height: 1.167;
  }
  .links-section .links-box_bottom .note:before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 4px;
  }
}
.links-section .links-box_bottom a {
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .links-section .links-box_bottom a {
    margin-bottom: 0.8vw;
  }
  .links-section .links-box_bottom a img {
    max-width: 70%;
  }
}

.media-section {
  padding: 50px 0 72px;
}
@media (max-width: 768px) {
  .media-section {
    padding: 8.8vw 0;
  }
}
.media-section .intro-text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (min-width: 769px) {
  .media-section .intro-text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 36px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .media-section .intro-text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.467;
    margin-bottom: 4.53333vw;
    letter-spacing: 0;
  }
}
.media-section .media-content {
  position: relative;
}
@media (min-width: 769px) {
  .media-section .media-content .ma-2016 {
    max-width: 284px;
    position: absolute;
    bottom: 2px;
    right: 0;
  }
  .media-section .media-content .ma-2016 img {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .media-section .media-content .ma-2016 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 2.4vw;
  }
  .media-section .media-content .ma-2016 p {
    padding-left: 3.46667vw;
  }
  .media-section .media-content .ma-2016 img {
    width: 32.8vw;
  }
}
.media-section .media-content .buble-text {
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #3ac0dd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (min-width: 769px) {
  .media-section .media-content .buble-text {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.369;
    width: 188px;
    height: 188px;
    padding-left: 10px;
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .media-section .media-content .buble-text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    width: 25.86667vw;
    height: 25.86667vw;
    right: 1.86667vw;
    padding-top: 2.66667vw;
    padding-left: 0.8vw;
  }
}

.pass-awards {
  background-image: url("../img/common/bg1.png");
}
@media (min-width: 769px) {
  .pass-awards {
    padding: 80px 0 44px;
  }
}
@media (max-width: 768px) {
  .pass-awards {
    padding: 9.06667vw 0 4vw;
  }
}
.pass-awards .awards-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pass-awards .awards-list .item {
  width: 48%;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .pass-awards .awards-list .item {
    margin-bottom: 4vw;
  }
}
.pass-awards .awards-list .item img {
  width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .pass-awards .awards-list .item img {
    margin-bottom: 2.13333vw;
  }
}
.pass-awards .awards-list .item h3 {
  color: #0aa5c6;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.334;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .pass-awards .awards-list .item h3 {
    font-size: 3.73333vw;
    line-height: 1.358;
  }
}

@media (min-width: 769px) {
  .flow-section {
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .flow-section {
    padding: 9.33333vw 0;
  }
}
@media (min-width: 769px) {
  .flow-section .flow-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (max-width: 768px) {
  .flow-section .flow-top {
    margin-bottom: 8vw;
  }
  .flow-section .flow-top img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .flow-section .flow-top > div {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .flow-section .flow-top .application img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .flow-section .flow-top .application {
    margin-bottom: 8vw;
  }
  .flow-section .flow-top .application img {
    margin-bottom: 4vw;
  }
}
.flow-section .flow-top .application .app-list {
  border: 2px solid #3f3a39;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .flow-section .flow-top .application .app-list {
    border-width: 0.53333vw;
    margin-bottom: 2.4vw;
    margin-bottom: 13px;
  }
}
.flow-section .flow-top .application .app-list li {
  background-color: #bfe7f4;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  border-top: 2px solid #3f3a39;
}
.flow-section .flow-top .application .app-list li:first-child {
  background-color: #fff;
  border-top: 0;
}
@media (max-width: 768px) {
  .flow-section .flow-top .application .app-list li {
    padding: 2.4vw 0;
    font-size: 3.73333vw;
    line-height: 1;
  }
}
.flow-section .flow-top .application p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.445;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .flow-section .flow-top .application p {
    font-size: 3.46667vw;
    line-height: 1.385;
    margin-bottom: 1.86667vw;
  }
}
.flow-section .flow-top .application p span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.715;
  display: block;
}
@media (max-width: 768px) {
  .flow-section .flow-top .application p span {
    font-size: 2.66667vw;
    line-height: 1.8;
  }
}
.flow-section .flow-top .application p:last-child {
  border: 1px solid #68605e;
  padding: 2px 30px;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .flow-section .flow-top .application p:last-child {
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .flow-section .flow-top .application p:last-child {
    padding: 0.53333vw 5.33333vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li {
    margin-bottom: 2.66667vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li:after {
  content: "";
  border-top: 10px solid #3f3a39;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li:after {
    border-top-width: 2.13333vw;
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    bottom: -2.13333vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li span:first-child {
  background-color: #57c0e1;
  color: #fff;
  width: 107px;
  padding: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.334;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li span:first-child {
    font-size: 3.46667vw;
    line-height: 1.385;
    width: 22%;
    padding: 1.6vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li span:last-child {
  background-color: #d9f1f8;
  width: calc(100% - 107px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 8px 10px 8px 14px;
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li span:last-child {
    font-size: 3.73333vw;
    line-height: 1.286;
    width: 78%;
    padding: 1.06667vw 2.66667vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li span:last-child i {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.334;
  letter-spacing: 0;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li span:last-child i {
    font-size: 2.4vw;
    line-height: 1.334;
  }
}
.flow-section .flow-top .awards-flow .flow-list li:last-child {
  background-color: #1aaad7;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.389;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 768px) {
  .flow-section .flow-top .awards-flow .flow-list li:last-child {
    font-size: 3.46667vw;
    line-height: 1.308;
    padding: 1.86667vw;
  }
}
.flow-section .flow-top .awards-flow .flow-list li:last-child:after {
  content: none;
}
@media (min-width: 769px) {
  .flow-section .flow-video {
    text-align: center;
    padding: 13px 0;
  }
}
@media (max-width: 768px) {
  .flow-section .flow-video {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .flow-section .flow-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .flow-section .flow-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

.faq-section {
  padding: 80px 0;
  background-image: url("../img/common/bg1.png");
  overflow: hidden;
}
@media (max-width: 768px) {
  .faq-section {
    padding: 9.06667vw 0;
  }
}
.faq-section .faq-list {
  background-color: #fff;
  padding: 42px 40px;
}
@media (max-width: 768px) {
  .faq-section .faq-list {
    padding: 4vw;
  }
}
.faq-section .faq-list li {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .faq-section .faq-list li {
    margin-bottom: 5.33333vw;
  }
}
.faq-section .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-section .faq-list li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  top: 20%;
  text-align: center;
  width: 100%;
  padding-top: 7px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .faq-section .faq-list li span {
    font-size: 3.73333vw;
    line-height: 1;
    padding-left: 0;
    top: 6.66667vw;
  }
}
.faq-section .faq-list li span:before {
  content: "";
  border-top: 58px solid #1aaad7;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .faq-section .faq-list li span:before {
    border-top: 7.46667vw solid #1aaad7;
    border-left: 32.26667vw solid transparent;
    border-right: 32.26667vw solid transparent;
  }
}
@media (max-width: 480px) {
  .faq-section .faq-list li span:before {
    border-top: 9.6vw solid #1aaad7;
  }
}
.faq-section .faq-list .question {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .faq-section .faq-list .question {
    font-size: 4vw;
    line-height: 1.267;
    padding-left: 6.66667vw;
    margin-bottom: 28px;
  }
}
.faq-section .faq-list .question:before {
  content: "";
  background-image: url("../img/common/icon-check.jpg");
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .faq-section .faq-list .question:before {
    width: 4.8vw;
    height: 4.8vw;
    background-size: contain;
  }
}
.faq-section .faq-list .anwser {
  border: 4px solid #b0ddeb;
  padding: 26px 28px 19px;
}
@media (max-width: 768px) {
  .faq-section .faq-list .anwser {
    border-width: 0.53333vw;
    padding: 4.53333vw 2.66667vw 2.66667vw;
  }
}
.faq-section .faq-list .anwser h3 {
  font-size: 20px;
  color: #0aa5c6;
  font-weight: bold;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .faq-section .faq-list .anwser h3 {
    font-size: 3.73333vw;
    line-height: 1.358;
    margin-bottom: 1.06667vw;
  }
}

.award-changing {
  padding: 65px 0 57px;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .award-changing {
    padding: 8vw 0;
  }
}
@media (min-width: 769px) {
  .award-changing .heading-01 {
    margin-bottom: 20px;
  }
}
.award-changing .changing-list li {
  background-color: #fff;
  margin-bottom: 23px;
  padding: 40px;
}
.award-changing .changing-list li:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .award-changing .changing-list li {
    margin-bottom: 3.2vw;
    padding: 4.26667vw 4.26667vw 3.73333vw;
  }
}
.award-changing .changing-list li:nth-child(2n + 1) img {
  float: left;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .award-changing .changing-list li:nth-child(2n + 1) img {
    margin-right: 4vw;
  }
}
.award-changing .changing-list li:nth-child(2n) img {
  float: right;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .award-changing .changing-list li:nth-child(2n) img {
    margin-left: 4vw;
  }
}
@media (min-width: 769px) {
  .award-changing .changing-list img {
    width: 178px;
  }
}
@media (max-width: 768px) {
  .award-changing .changing-list img {
    width: 30.66667vw;
    margin-bottom: 2.13333vw;
  }
}
.award-changing .changing-list h3 {
  font-size: 20px;
  color: #0aa5c6;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .award-changing .changing-list h3 {
    font-size: 3.73333vw;
    line-height: 1.358;
    margin-top: 6.13333vw;
  }
}
@media (max-width: 768px) {
  .award-changing .changing-list p {
    clear: both;
  }
}

.judges-section {
  padding: 80px 0 50px;
}
@media (max-width: 768px) {
  .judges-section {
    padding: 8vw 0 3.73333vw;
  }
}
@media (max-width: 768px) {
  .judges-section .heading-02 {
    margin-bottom: 3.46667vw;
  }
}
.judges-section h4 {
  font-size: 22px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .judges-section h4 {
    font-size: 4vw;
    line-height: 1;
    margin-top: 2.66667vw;
    margin-bottom: 1.06667vw;
  }
}
.judges-section .note {
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .judges-section .note {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.judges-section .judges-list {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .judges-section .judges-list {
    margin-top: 2.4vw;
    margin-bottom: 5.06667vw;
  }
}
.judges-section .judges-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .judges-section .judges-list li img {
    width: 228px;
  }
  .judges-section .judges-list li .content {
    width: calc(100% - 228px);
  }
}
@media (max-width: 768px) {
  .judges-section .judges-list li {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 2.4vw;
  }
  .judges-section .judges-list li img {
    width: 30.4vw;
  }
}
.judges-section .judges-list li .content {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .judges-section .judges-list li .content {
    padding-left: 3.2vw;
  }
}
.judges-section .judges-list li .content h3 {
  border-left: 4px solid #1aaad7;
  position: relative;
  top: 1px;
}
@media (min-width: 769px) {
  .judges-section .judges-list li .content h3 {
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.889;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .judges-section .judges-list li .content h3 {
    font-size: 3.73333vw;
    line-height: 1.358;
    padding-left: 2.13333vw;
  }
}

.banner-bottom .banner-image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .banner-bottom .banner-image {
    height: 620px;
  }
}
@media (max-width: 768px) {
  .banner-bottom .banner-image {
    height: 48.8vw;
  }
}
.banner-bottom .banner-image h2 {
  position: absolute;
  top: 73px;
  color: #fff;
  font-size: 46px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 9;
  font-weight: normal;
}
@media (min-width: 1060px) {
  .banner-bottom .banner-image h2 {
    right: -47px;
  }
}
@media (max-width: 1059px) {
  .banner-bottom .banner-image h2 {
    right: 8vw;
  }
}
@media (max-width: 768px) {
  .banner-bottom .banner-image h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
    right: 0;
    top: 4.26667vw;
  }
}
.banner-bottom .banner-image img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.summary-section {
  padding: 80px 0 110px;
  background-image: url("../img/common/bg1.png");
  background-repeat: repeat;
}
@media (max-width: 768px) {
  .summary-section {
    padding: 8.8vw 4.26667vw 13.33333vw;
  }
}
.summary-section .container {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 768px) {
  .summary-section .container {
    padding: 5.86667vw 4.8vw 8.53333vw;
  }
}
.summary-section .heading-03 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .summary-section .heading-03 {
    margin-bottom: 4.8vw;
  }
}
@media (min-width: 769px) {
  .summary-section .summary-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .summary-section .summary-content {
    margin-bottom: 5.33333vw;
  }
}
@media (min-width: 769px) {
  .summary-section .summary-content > div.left {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .summary-section .summary-content > div.right {
    width: 51.7%;
  }
}
.summary-section .summary-content > div p {
  position: relative;
  padding-left: 98px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .summary-section .summary-content > div p {
    margin-bottom: 2.4vw;
    padding-left: 20.53333vw;
  }
}
.summary-section .summary-content > div p span {
  font-weight: bold;
  position: absolute;
  left: 0;
}
.summary-section .summary-info p {
  color: #00a2c4;
  font-weight: bold;
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .summary-section .summary-info p {
    padding-left: 21.86667vw;
    position: relative;
    margin-bottom: 3.2vw;
  }
}
.summary-section .summary-info p span {
  background-color: #0bb9de;
  color: #fff;
  width: 90px;
  height: 26px;
  line-height: 26px;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .summary-section .summary-info p span {
    height: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 1.616;
    width: 18.13333vw;
    margin-right: 4vw;
    position: absolute;
    left: 0;
    top: -1px;
  }
}
.summary-section .logos {
  text-align: center;
  margin: 29px 0 0;
}
@media (max-width: 768px) {
  .summary-section .logos {
    margin-top: 6.66667vw;
  }
  .summary-section .logos img {
    max-width: 90%;
  }
}

/*# sourceMappingURL=common.css.map */
