@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body { margin: 0;}
/**
 * Render the `main` element consistently in IE.
 */
main { display: block; overflow: hidden;}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 { font-size: 2em; margin: 0.67em 0;}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a { background-color: transparent;}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong { font-weight: bolder;}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small { font-size: 80%;}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em;}
sup { top: -0.5em;}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img { border-style: none;}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset { padding: 0.35em 0.75em 0.625em;}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {  vertical-align: baseline;}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {  overflow: auto;}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details { display: block;}
/*
 * Add the correct display in all browsers.
 */
summary { display: list-item;}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template { display: none;}
/**
 * Add the correct display in IE 10.
 */
[hidden] { display: none;}
/* -----------------------
  COMMON
 ------------------------- */
html { background-color: #fff;}
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #000000;
  font-weight: 400;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-style: normal;
}
body { font-size: 16px; line-height: 1.625;}
@media screen and (min-width: 768px), print {
  body { font-size: 16px;}
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block;}
article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
hr, iframe, legend, li, nav, ol, p, section, ul {
  margin: 0;
  padding: 0;
}
ul, ol { list-style: none; padding-left: 0;}
img { width: auto; height: auto; max-width: 100%;}
:focus { outline: none;}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
*, article { box-sizing: border-box;}
.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin { opacity: 1; transform: translate(0, 0);}
/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner { padding: 50px 20px;}
}
@media screen and (min-width: 992px) {
  .section-inner { width: 980px; padding: 50px 0 100px;}
}
@media screen and (min-width: 992px){
	.special .section-inner { padding: 50px 0 0;}
}
/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  a:hover { opacity: 0.8;}
  a[href^="tel:"] { pointer-events: none;}
}
.alignright { margin-bottom: 1rem;}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
.alignleft { margin-bottom: 1rem;}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}
.aligncenter { text-align: center;}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.textleft { text-align: left;}
.textright { text-align: right;}
.textcenter { text-align: center;}
@media screen and (min-width: 992px) {
  .only-sp { display: none !important;}
}
@media screen and (min-width: 768px), print {
  .only-sp { display: none !important;}
}
@media screen and (max-width: 767px) {
  .only-sp { display: block !important;}
}
@media screen and (min-width: 768px), print {
  .only-tbsp { display: block !important;}
}
@media screen and (max-width: 767px) {
  .only-tbsp { display: block !important;}
}
@media screen and (min-width: 992px) {
  .only-tbsp { display: none !important;}
}
@media screen and (min-width: 992px) {
  .only-pc { display: block !important;}
}
@media screen and (min-width: 768px), print {
  .only-pc { display: block !important;}
}
@media screen and (max-width: 767px) {
  .only-pc { display: none !important;}
}
@media screen and (max-width: 767px) {
  .row > * { margin-bottom: 20px;}
}
@media screen and (min-width: 768px), print {
  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row.wrap { flex-wrap: wrap;}
  .row.row-center { justify-content: center;}
  .row.row-around { justify-content: space-around;}
  .row.col-center { align-items: center;}
}
.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb55 { margin-bottom: 55px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb65 { margin-bottom: 65px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb75 { margin-bottom: 75px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb85 { margin-bottom: 85px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb95 { margin-bottom: 95px !important;}
.mb100 { margin-bottom: 100px !important;}
.mb105 { margin-bottom: 105px !important;}
.mb110 { margin-bottom: 110px !important;}
.mb115 { margin-bottom: 115px !important;}
.mb120 { margin-bottom: 120px !important;}
.mb125 { margin-bottom: 125px !important;}
.marker { background: linear-gradient(transparent 60%, #F8FCA5 40%);}
.breadcrumb { background-color: #eef5ff;}
.breadcrumb ul { padding: 5px 20px;}
.breadcrumb ul li { display: inline-block; font-size: 0.875rem;}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after { display: none;}
.breadcrumb ul li a { display: inline-block; margin-right: 7px;}
#site-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#site-header .section-inner {
	/* padding: 20px 30px; */
	position: relative;
}
@media screen and (min-width: 992px) {
  #site-header .section-inner {
    width: 100%;
    /* padding: 35px 55px;
    margin: auto; */
  }
}
#site-header .section-inner .site-logo {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
#site-header .section-inner .site-logo img { width: 55vw; height: auto;}
@media screen and (min-width: 768px), print {
	#site-header .section-inner .site-logo { top: 0px; left: 23%;}
  #site-header .section-inner .site-logo img { width: 65%; max-width: 320px;}
}
@media screen and (min-width: 1024px) {
	#site-header .section-inner .site-logo { top: 0px;}
	#site-header .section-inner .site-logo img { width: 100%; max-width: 240px;}
}
#site-footer { background-color: #222222;}
#site-footer .copyright {
  padding: 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.btn {
  /* for button */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  background-color: #fff;
  display: inline-flex;
  color: #003761;
  line-height: 60px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
}
.prize_btn {
	max-width: 350px;
	width: 100%;
	height: 75px;
	display: block;
	border-radius: 10px;
	color: #303030;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: #ffd0e1;
	position: relative;
}
.prize_btn02 { line-height: 64px;	margin-top: 60px;}
.prize_btn:after {
	position: absolute;
	content: '';
	border: solid 3px;
	border-radius: 10px;
  max-width: 350px; width: 100%;
	height: 75px;
	top: -10px;
	left: -10px;
}
.text_btn_kizou { font-weight: bold; text-align: center;}
.cta_btn {
	max-width: 350px; width: 100%;
	height: 75px;
	display: block;
	border-radius: 10px;
	color: #303030;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	background: #b792e6;
	position: relative;
	line-height: 65px;
}
.cta_btn:after {
	position: absolute;
	content: '';
	border: solid 3px #FFF;
	border-radius: 10px;
  max-width: 350px; width: 100%;
	height: 75px;
	top: -10px;
	left: -10px;
}
@media screen and (min-width: 768px), print {
	.prize_btn:after,.cta_btn:after { top: -15px; left: -15px;}
}
.box {
  background-color: #fff;
  border-radius: 21px;
  padding: 25px 20px;
}
@media screen and (min-width: 992px) {
  .box { padding: 45px 68px;}
}
.notice { color: #ff2121;}
.section .section-inner h2 {
  margin-bottom: 30px;
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #221815;
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2 { margin-bottom: 30px; font-size: 40px;}
}
.section .section-inner h2 strong { font-size: 1.8em; letter-spacing: -0.1em;}
.section .section-inner h2.ribon {
  height: 70px;
  margin-bottom: 30px;
  background-image: url(../img/bg_title.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 60px;
  font-size: 26px;
}
@media screen and (max-width: 320px) {
  .section .section-inner h2.ribon { font-size: 20px;}
}
@media screen and (min-width: 768px), print {
  .section .section-inner h2.ribon {
    height: 94px;
    background-size: auto 100%;
    margin-bottom: 50px;
    line-height: 78px;
    font-size: 44px;
  }
}
.section .section-inner p {
  margin-bottom: 20px;
  text-align: justify;
}

.section .section-inner .row .img img {
  width: auto; height: auto;
  max-width: 100%;
}
.section .section-inner .row .text p {
  margin-bottom: 20px;
  text-align: justify;
}


@media only screen and (max-width: 480px) {
  .section .section-inner p {
    margin-bottom: 0;
  }
}

#mainimage { font-size: 0; position: relative;}
@media screen and (min-width: 768px), print {
  #mainimage .section-inner {
    height: 520px;
    padding-bottom: 0;
    justify-content: flex-start;
    background-size: auto 446px;
    background-position: bottom right -8vw;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .section-inner {
    padding-left: 0; padding-right: 0;
    background-position: bottom left 70%;
  }
}
.mv_sp { display: none;}
.mv_pc { display: block;}
@media screen and (min-width: 768px), print {
  #mainimage h1 { width: 60vw; padding-top: 46.6019417vw;}
}
@media screen and (min-width: 992px) {
  #mainimage h1 {
    width: 440px; height: 0;
    padding-top: 332px;
    margin-left: 35px; margin-bottom: 60px;
  }
}
#mainimage .badge {
  position: absolute;
  bottom: -20vw;
  z-index: 9;
  width: 35vw; height: 35vw;
}
@media screen and (max-width: 767px) {
	.mv_sp { display: block;}
	.mv_pc { display: none;}
  #mainimage .badge {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
		text-align:center;
  }
}
@media screen and (min-width: 768px), print {
  #mainimage .badge {
    width: auto; height: auto;
    right: 40px;
    bottom: -80px;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .badge { right: 15%;}
}
#mainimage .badge img { max-width: 100%; height: auto;}
#mainimage .badge a { display: block;}
@media screen and (min-width: 992px) {
  #mainimage .badge a:hover { opacity: 1;}
  #mainimage .badge a:hover img { transform: translateY(5px);}
}
#mainimage .catch {
  position: absolute;
  width: 25vw; height: auto;
  left: 0;
  bottom: 25vh;
  z-index: 9;
}
@media screen and (min-width: 768px), print {
  #mainimage .catch {
    width: 130px;
    bottom: 20px;
    left: auto;
    right: 32vw;
  }
}
@media screen and (min-width: 992px) {
  #mainimage .catch { right: 85px; bottom: 85px;}
}
#intro {
  background-color: #b9b9dc;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#intro .section-inner { padding-top: 85px; padding-bottom: 60px;}
#intro .box {
  position: relative;
  background-color: #fff;
  border-radius: 21px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px), print {
	#intro .section-inner { padding-bottom: 80px;}
  #intro .box { padding: 25px 30px 35px 40px;}
}
@media screen and (min-width: 992px) {
  #intro .box {
    padding: 25px 45px 35px;
    margin-left: 35px;
    margin-right: 35px;
		border: solid 3px #000;
  }
}
/*#intro .box:before {
  content: "";
  display: block;
  width: 42vw; height: 38vw;
  background-image: url(../img/illust_01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -17vw; left: -17vw;
}
@media screen and (min-width: 768px), print {
  #intro .box:before {
    width: 30vw; height: 26vw;
    top: -13vw;
    left: -5vw;
  }
}
@media screen and (min-width: 992px) {
  #intro .box:before {
		width: 341px; height: 296px;
    top: -139px;
    left: -14%;
  }
}*/
#intro .box h2 {
  margin-bottom: 25px;
	font-size: 22px;
  white-space: nowrap;
	margin-top: 10px;
}
#intro .box h2:before{
	content: '';
	background-image: url(../img/index_ttl_ashirai1.png);
	width:40px; height: 17px;
	background-repeat: no-repeat;
	background-size: 70%;
	display: inline-block;
	vertical-align: middle;
}
#intro .box h2:after {
	content: '';
	background-image: url(../img/index_ttl_ashirai2.png);
	width:40px; height: 17px;
	background-repeat: no-repeat;
	background-size: 70%;
	display: inline-block;
	vertical-align: middle;
  text-align: justify;
}
#intro .box p {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: justify;
}
.sec01{
  background-color: #fff;
  /*background-image: url(../img/bg_award.png);
  background-repeat: repeat;*/
}
.sec02{
	background-color: #f8f6fb;
	/*background-image: url(../img/index_bg_summary.png);
	background-repeat: repeat-y;*/
}
.sub_txt{
	text-align: center!important;
    font-weight: bold;
    margin-top: -15px;
}
#award .item {
  margin-bottom: 70px;
}
#award .item .heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 25px;
}
#award .item .heading:before {
  content: "";
  display: inline-block;
  width: 40px; height: 105px;
  background-image: url(../img/deco_leaf_left.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
#award .item .heading:after {
  content: "";
  display: inline-block;
  width: 40px; height: 105px;
  background-image: url(../img/deco_leaf_right.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
#award .item .heading .inner { padding: 0 5px; text-align: center;}
@media screen and (min-width: 768px), print {
	#award .item .heading .inner { padding: 0 20px;}
	#intro .box h2 { margin-bottom: 25px; font-size: 30px;}
	#intro .box h2:before{
		background-size: 100%;
		width:49px; height: 26px;
		margin-right: 10px;
	}
	#intro .box h2:after {
		background-size: 100%;
		width:49px; height: 26px;
	}
}
#award .item .heading .inner h2 {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#award .item .heading .inner h2 img { margin-right: 8px;}
#award .item .heading .inner .yellow {
  width: 100%;
  margin-bottom: 0;
  background-color: #ffd0e1;
  padding:15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #award .item .heading .inner .yellow { line-height: 1.2; text-align: center;}
}
@media screen and (min-width: 768px), print {
  #award .item .heading .inner .yellow {
    font-size: 20px;
    letter-spacing: 0.1em;
      padding-top: 15px; padding-bottom: 15px;
  }
}
#award .item .heading .inner .yellow strong { font-size: 1.31818em;}
#award .item .heading .inner .yellow strong.num {
	font-size: 1.63636em;
	line-height: 0.5em;
	padding: 0 3px;
	vertical-align: top;
}
#award .item .work {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
#award .item .work img { max-width: 100%; box-shadow: 0px 0px 10px -5px #6b6b6b;}
@media screen and (min-width: 768px), print {
	#award .item .heading .inner .yellow strong.num {
	vertical-align: baseline;
	}
  #award .item .work img { max-width: 80%;}
}
/*#award .item .work:before {
  content: "";
  display: block;
  width: 140px; height: 160px;
  background-image: url(../img/deco_star_01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #award .item .work:before { display: none !important;}
}
#award .item .work:after {
  content: "";
  display: block;
  width: 135px; height: 152px;
  background-image: url(../img/deco_star_02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}*/
@media screen and (max-width: 767px) {
  #award .item .work:after { display: none !important;}
}
@media screen and (min-width: 992px) {
  #award .item .comment {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
#award .item .work .work_detail { margin: 15px auto 0;}
#award .item .work .work_detail .work_title{
	text-align: left;
	line-height: 32px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 0;
}
#award .item .work .work_detail .work_title .kana {
	position: absolute;
	font-size: 0.6em;
	width: 100%;
	top: -25px;
}
#award .item .work .work_detail .work_title:before {
	content: '';
	background-image: url(../img/deco_crown.png);
	width:37px; height: 24px;
	background-repeat: no-repeat;
	background-size: 80%;
	display: inline-block;
	margin-right: 10px;
}
#award .item .work_detail .twitter {
	content: '';
	background-image: url(../img/twitter_icon.png);
	width:25px; height: 25px;
	background-repeat: no-repeat;
	background-size: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
#award .item .work_detail .xfolio {
	content: '';
	background-image: url(../img/xfolio_icon.png);
	width:25px; height: 25px;
	background-repeat: no-repeat;
	background-size: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
#award .item .work_detail .web {
	content: '';
	background-image: url(../img/web_icon.png);
	width:25px; height: 25px;
	background-repeat: no-repeat;
	background-size: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
#award .item .work_detail .author {
	font-size: 24px;
	font-weight: 700;
	text-align: right;
}
#award .item .work_detail .author small { font-size: 0.6em;}
@media screen and (min-width: 768px){
	#award .item .work .work_detail {
		display: flex;
		max-width: 800px;
		justify-content: space-between;
		margin: 50px auto 0;
	}
	#award .item .work .work_detail .work_title{
	max-width: 800px;
	text-align: left;
	line-height: 32px;
	font-size: 30px;
	font-weight: 700;
	position: relative;
	}
	#award .item .work .work_detail .work_title:before {
		width:37px; height: 32px;
		background-size: 100%;
	}
	#award .item .work_detail .author {
		font-size: 30px;
		text-align: inherit;
	}
}
#award .item .comment .wrap,.sum {
  background-color: #FFF;
  padding: 20px;
	border: solid 3px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px -5px #6b6b6b;
}
#award .item .comment .wrap h3,.sum h3 {
	margin-bottom: 15px;
	line-height: 27px;
	font-size: 1.25rem;
	color: #062F41;
	text-align: center;
}
.sum h3 { margin-left: -30px;}
#award .item .comment .wrap h3:before,.sum h3:before {
	content: '';
	display: inline-block;
	background-image: url(../img/deco_flag.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 21px; height: 27px;
	vertical-align: middle;
	padding-right: 10px;
}
@media screen and (min-width: 768px), print {
  #award .item .comment .wrap,.sum { padding: 20px 40px 10px;}
	#award .item .comment .wrap h3,.sum h3  { text-align: left;}
	.sum h3 { margin-left: 0;}
}
/*.subaword_container { margin-bottom: 70px;}*/
.subaword_container:last-child { margin-bottom: 0;}
#award .item.sub .heading:before {
  background-image: url(../img/deco_leaf_left2.svg);
}
#award .item.sub .heading:after {
  background-image: url(../img/deco_leaf_right2.svg);
}
#award .item.sub .heading .yellow {
  position: relative;
  /* padding-bottom: 20px; */
}
@media screen and (min-width: 768px), print {
	/*.subaword_container { margin-bottom: 100px;}*/
  #award .item.sub .heading .yellow {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
}
#award .item.sub .heading .yellow .op {
  position: absolute;
  bottom: 5px;
  right: 30px;
  font-size: 10px;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #award .item.sub .heading .yellow .op { right: 10px;}
}
#award .item.sub .work:before {
  background-image: url(../img/deco_star_04.png);
}
#award .item.sub .work:after {
  background-image: url(../img/deco_star_05.png);
}
#award .item.first .heading h2 {
	display: block;
	background-size: 100% auto;
}
#award .item.first .heading h2 span { display: block;}
@media screen and (min-width: 768px), print {
	#award .item.first .heading h2 {
		display: flex;
		padding-top: 50px;
	}
  #award .item.first .work:before {
    top: 60px; left: -60px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.first .work:before {
    top: 80px; left: -80px;
  }
}
@media screen and (min-width: 768px), print {
  #award .item.first .work:after {
    bottom: 20px; right: -60px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.first .work:after {
    bottom: 80px; right: -80px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.first .work img {
    max-width: 800px; max-height: 600px;
		box-shadow: 0px 0px 10px -5px #6b6b6b;
  }
}
#award .item.second .heading { align-items: center;}
#award .item.second .heading:before {
  width: 51px; height: 131px;
}
#award .item.second .heading:after {
  width: 51px; height: 131px;
}
#award .item.second .heading .yellow li { text-align: left;}
#award .item.second .heading .yellow li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0da';
	font-size: 0.7em;
	vertical-align: middle;
	padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #award .item.second .heading .yellow li {
    margin-bottom: 8px;
    background-size: auto 16px;
    background-position: top 3px left;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.second .heading .yellow li { font-size: 1.125rem;}
}
@media screen and (min-width: 768px), print {
  #award .item.second .work:before {
    top: auto;
    left: -60px;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.second .work:before { left: -70px; bottom: 85px;}
}
@media screen and (min-width: 768px), print {
  #award .item.second .work:after {
    bottom: auto;
    top: 0px;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.second .work:after { top: 30px; right: -70px;}
}
@media screen and (min-width: 992px) {
  #award .item.second .work img {
    max-width: 800px; max-height: 600px;
		box-shadow: 0px 0px 10px -5px #6b6b6b;
  }
}
@media screen and (min-width: 768px), print {
  #award .item.third .work:before { top: 40px; left: 40px;}
}
@media screen and (min-width: 992px) {
  #award .item.third .work:before { left: -70px;}
}
@media screen and (min-width: 768px), print {
  #award .item.third .work:after { bottom: 40px; right: 40px;}
}
@media screen and (min-width: 992px) {
  #award .item.third .work:after { right: -70px;}
}
@media screen and (min-width: 992px) {
  #award .item.third .work img {
    max-width: 426px;
		box-shadow: 0px 0px 10px -5px #6b6b6b;
  }
}
@media screen and (min-width: 768px), print {
  #award .item.fourth .work:before {
    top: auto;
    bottom: 40px;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  #award .item.fourth .work:before { left: 90px;}
}
@media screen and (min-width: 768px), print {
  #award .item.fourth .work:after {
    bottom: auto;
    top: 40px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  #award .item.fourth .work:after { right: 70px;}
}
@media screen and (min-width: 992px) {
  #award .item.fourth .work img { max-width: 495px;}
}
@media screen and (min-width: 768px), print {
  #award .item.fifth .work:before { top: 40px; left: 0;}
}
@media screen and (min-width: 992px) {
  #award .item.fifth .work:before { left: 90px;}
}
@media screen and (min-width: 768px), print {
  #award .item.fifth .work:after { bottom: 40px; right: 0;}
}
@media screen and (min-width: 992px) {
  #award .item.fifth .work:after { right: 70px;}
}
@media screen and (min-width: 992px) {
  #award .item.fifth .work img { max-width: 394px;}
}
@media screen and (min-width: 768px), print {
  #award .item.sixth .work:before {
    top: auto;
    bottom: 40px;
    left: 40px;
  }
}
@media screen and (min-width: 992px) {
  #award .item.sixth .work:before { left: 90px;}
}
#award .item.sixth .work:after {
  bottom: auto;
  top: 40px;
  right: 70px;
}
@media screen and (min-width: 992px) {
  #award .item.sixth .work img { max-width: 425px;}
}
#award .kasaku .heading { text-align: center;}
.kasaku_h:before {
	content: '';
	background-image: url(../img/index_ttl_ashirai1.png);
	width:49px; height: 26px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.kasaku_h:after {
	content: '';
	background-image: url(../img/index_ttl_ashirai2.png);
	width:49px; height: 26px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	.kasaku { margin-bottom: 30px;}
  #award .kasaku .heading:before { background-position: top center;}
}
@media screen and (max-width: 767px) {
  #award .kasaku .heading:after { background-position: top center;}
}
#award .kasaku .heading p { margin-bottom: 0;}
#award .kasaku .notice {
  padding: 20px 0;
  text-align: center;
}
#award .kasaku .notice span {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F6F8;
  line-height: 26px;
  color: #000000;
  font-size: 14px;
}
#award .kasaku .notice span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/ico_glass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
}
@media screen and (min-width: 768px), print {
  #award .kasaku .notice span { width: 640px; max-width: 100%;}
}
#award .kasaku .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
#award .kasaku .list li {
  margin-bottom: 15px;
  flex-basis: 50%;
  text-align: center;
}
#award .kasaku .list li img { width: 95%; object-fit: cover; box-shadow: 0px 0px 10px -5px #6b6b6b;}
@media screen and (min-width: 768px), print {
	#award .kasaku .list {
		justify-content: space-evenly;
	}
	#award .kasaku .list li img { width: 100%; object-fit: cover; box-shadow: 0px 0px 10px -5px #6b6b6b;}
}
@media screen and (min-width: 992px) {
  #award .kasaku .list li { flex-basis: 310px;}
	#award .kasaku .list li img { width: 100%; object-fit: cover; box-shadow: 0px 0px 10px -5px #6b6b6b;}
}
#award .kasaku .list li a { display: inline-block;}
#award .kasaku .list li span { font-size: 1.25rem; font-weight: 700;}
#award .kasaku .list li span small { font-size: 0.7em;}
#exam {
  /*background-image: url(../img/bg_exam.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;*/
  background-color: #ffd0e1;
}
#exam .balloon {
  width: 70%;
  position: absolute;
  top: -30px; left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  #exam .balloon { width: 500px;}
}
#exam .balloon span {
  display: block;
  background-color: #FFF;
  line-height: 50px;
  border-radius: 10px;
  font-size: 30px;
  color: #303030;
  text-align: center;
  position: relative;
  font-weight: 700;
	border: solid 3px;
}
@media screen and (min-width: 768px), print {
  #exam .balloon span {
    line-height: 70px;
    border-radius: 10px;
    font-size: 30px;
  }
}
#exam .balloon span:before {
  content: "";
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 23px 15px 0 15px;
  border-color: #303030 transparent transparent transparent;
  position: absolute;
  bottom: -23px; left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#exam .balloon span:after {
  content: "";
  display: block;
  width: 0; height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -18px; left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#exam h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  align-items: center;
}
#exam h2:before {
  content: "";
  display: inline-block;
  width: 15px; height: 30px;
  background-image: url(../img/deco_line_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
@media screen and (min-width: 768px), print {
	#exam h2 { margin-top: 40px;}
  #exam h2:before {
    margin-right: 30px;
    width: 20px; height: 45px;
  }
}
#exam h2:after {
  content: "";
  display: inline-block;
  width: 15px; height: 30px;
  background-image: url(../img/deco_line_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 8px;
}
@media screen and (min-width: 768px), print {
  #exam h2:after {
    margin-left: 30px;
    width: 20px; height: 45px;
  }
}
#exam p {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  text-align: justify;
}
#exam .scroll { overflow-x: scroll;}
#exam .scroll table { width: 100%; border-collapse: collapse;}
#exam .scroll table th {
  width: 24%;
  background-color: #000;
  color: #fff;
  border: 1px solid #707070;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}
#exam .scroll table td {
  width: 19%;
  background-color: #fff;
  border: 1px solid #707070;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
  white-space: nowrap;
}
#exam .scroll table thead { font-size: 1.25rem;}
#exam .scroll table thead td small { font-size: 0.7em;}
#exam .scroll table tbody td { font-size: 15px;}
@media screen and (min-width: 992px) {
  #exam .scroll table tbody td[colspan="4"] { height: 70px;}
}
#exam .scroll table tbody td .inner { display: inline-block; text-align: left;}
#exam .scroll table .gray {
  display: inline-block;
  background-color: #EAEAEA;
  line-height: 20px;
  padding: 0 20px;
  margin-right: 8px;
  margin-bottom: 3px;
  font-size: 14px;
}
#exam .scroll table .gray.short { padding: 0 5px; margin-right: 5px;}
#exam .scroll table .yellow {
  display: block;
  margin-bottom: 3px;
  background-color: #b792e6;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}
.cta {
  background-image: url(../img/index_bg_form.jpg);
	background-size: 100%;
  color: #fff;
  text-align: center;
}
.cta h3 { margin-bottom: 30px; font-size: 20px;}
@media screen and (min-width: 768px), print {
  .cta h3 { font-size: 30px;}
}
#lightbox .lb-outerContainer { border-radius: 0;}
#lightbox .lb-image { border: none; border-radius: 0;}
#lightbox .lb-dataContainer { padding-top: 10px;}
#lightbox .lb-data .lb-caption {
  display: inline-block !important;
  margin-bottom: 8px;
  font-size: 1.25rem;
}
