@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background-color: #d6f3ff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 2.2rem;
  }
}

img {
  width: 100%;
  height: auto;
}

p + p {
  margin-top: 1em;
}

section {
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  section {
    margin: 60px 0;
  }
}

.pink {
  color: #fa1e7b;
  font-weight: 700;
}

.orange {
  color: #ee7800;
  font-weight: 700;
}

.blue {
  color: #004f9f;
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

header {
  width: 100%;
  max-width: 750px;
  background-color: #004f9f;
  font-size: 2.7rem;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  header {
    font-size: 5.4rem;
  }
}

main {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  main {
    padding: 40px;
  }
}
main .fv {
  margin-top: 0;
}
main .fv h3, main .fv p {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main .fv h3, main .fv p {
    font-size: 3.8rem;
  }
}
main .fv .copyright {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  main .fv .copyright {
    font-size: 1.8rem;
  }
}
main .introduction img {
  margin: 20px 0;
}
main .outline {
  padding: 10px 20px;
  background: #eff6fd;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  main .outline {
    padding: 20px 30px;
  }
}
main .outline h3 {
  font-size: 1.5rem;
  border-bottom: double 4px #000;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  main .outline h3 {
    font-size: 3rem;
  }
}
main .outline ul li {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  main .outline ul li {
    font-size: 2.4rem;
  }
}
main .outline ul li span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
main .outline ul li:last-child {
  margin-bottom: 0;
}
main .content h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1em 0;
  margin-bottom: 20px;
  background-size: auto auto;
  background-color: rgb(0, 79, 159);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(23, 95, 168) 5px, rgb(23, 95, 168) 10px);
}
@media screen and (min-width: 769px) {
  main .content h3 {
    font-size: 3rem;
  }
}
main .content .results {
  position: relative;
  border: 2px solid #004f9f;
  margin-top: 30px;
  padding: 20px 10px;
}
@media screen and (min-width: 769px) {
  main .content .results {
    margin-top: 80px;
    padding: 50px 30px;
  }
}
main .content .results h4 {
  position: absolute;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding: 0.3em 0.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  left: -2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #004f9f;
}
@media screen and (min-width: 769px) {
  main .content .results h4 {
    font-size: 3rem;
  }
}
main .content .results h4:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1.6em;
  background: #004f9f;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  top: 0;
}
@media screen and (min-width: 769px) {
  main .content .results h4:after {
    width: 20px;
  }
}
main .content .results h5 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #004f9f;
  border-bottom: double #004f9f 4px;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  main .content .results h5 {
    font-size: 2.7rem;
  }
}
main .content .results img {
  margin: 20px 0;
}
main .content .txtcv {
  margin-top: 60px;
}
main .content .txtcv a {
  display: inline-block;
  -webkit-animation: zoom 2.5s ease-in-out infinite;
          animation: zoom 2.5s ease-in-out infinite;
}
@-webkit-keyframes zoom {
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom {
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
main .content .txtcv.txtcv2 a {
  -webkit-animation: none;
          animation: none;
}
main .content .txtcv.txtcv2 a.underline {
  display: inline-block;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
main .content .txtcv.txtcv2 a.underline::after {
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 5px;
  background: #feeb28;
  -webkit-animation: underline-anime 2.5s ease-in-out infinite;
          animation: underline-anime 2.5s ease-in-out infinite;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 769px) {
  main .content .txtcv.txtcv2 a.underline::after {
    bottom: 7px;
    height: 8px;
  }
}
@-webkit-keyframes underline-anime {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes underline-anime {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
main .content .voice {
  position: relative;
  width: 75%;
  background: #eff6fd;
  background: #ebeaea;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 10px 5px;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  main .content .voice {
    font-size: 2.4rem;
    padding: 20px 10px;
  }
}
main .content .voice p {
  position: relative;
  z-index: 10;
}
main .content .voice p + p {
  font-size: 90%;
  margin-top: 0.5em;
  padding-right: 0.5em;
  text-align: right;
}
main .content .voice p + p a {
  color: #0000ff;
  text-decoration: underline;
}
main .content .voice::before {
  position: absolute;
  content: "";
  top: 5px;
  width: 75px;
  height: 75px;
}
@media screen and (min-width: 769px) {
  main .content .voice::before {
    top: 25px;
    width: 125px;
    height: 125px;
  }
}
main .content .voice.voice01::before {
  background: url("../image/voice_icon_01.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice02::before {
  background: url("../image/voice_icon_02.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice03::before {
  background: url("../image/voice_icon_03.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice04::before {
  background: url("../image/voice_icon_04.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice05::before {
  background: url("../image/voice_icon_05.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice06::before {
  background: url("../image/voice_icon_06.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice07::before {
  background: url("../image/voice_icon_07.png") no-repeat;
  background-size: contain;
}
main .content .voice.voice08::before {
  background: url("../image/voice_icon_08.png") no-repeat;
  background-size: contain;
}
main .content .voice:nth-child(2n+1) {
  margin-right: 5%;
}
main .content .voice:nth-child(2n+1)::before {
  right: -80px;
}
@media screen and (min-width: 769px) {
  main .content .voice:nth-child(2n+1)::before {
    right: -150px;
  }
}
main .content .voice:nth-child(2n) {
  margin-left: 25%;
}
main .content .voice:nth-child(2n)::before {
  left: -80px;
}
@media screen and (min-width: 769px) {
  main .content .voice:nth-child(2n)::before {
    left: -150px;
  }
}
main .content.content04 {
  background: #eff6fd;
  padding: 20px;
}
main .content.content04 h3 {
  position: relative;
  color: #000;
  background: none;
  z-index: 100;
}
main .content.content04 h3::before, main .content.content04 h3::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: calc(50% - 2.5em);
  height: 2px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .content.content04 h3::before {
  left: 0;
}
main .content.content04 h3::after {
  right: 0;
}
main .content.content04 ul {
  margin: 20px 0;
  padding: 5px 0;
  background: #fff;
  border-left: 6px solid #004f9f;
}
@media screen and (min-width: 769px) {
  main .content.content04 ul {
    border-left: 12px solid #004f9f;
  }
}
main .content.content04 ul li {
  font-size: 1.3rem;
  padding-left: 0.5em;
  padding-bottom: 0px;
  margin: 10px 0;
}
@media screen and (min-width: 769px) {
  main .content.content04 ul li {
    font-size: 2.6rem;
    margin: 20px 0;
  }
}
main .content.content04 ul li .underline {
  display: inline-block;
  position: relative;
  z-index: 100;
  text-decoration: none;
}
main .content.content04 ul li .underline::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 3px;
  width: 94%;
  left: 3%;
  height: 4px;
  background: #feeb28;
}
main .content.content04 .voice {
  background: #fff;
  background: #ebeaea;
}
main .content.content04 .voice::after {
  background: #fff;
}
main .content.content04 .voice h4 {
  font-size: 115%;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  main .content.content04 .voice h4 {
    font-size: 120%;
  }
}
main .content.content04 .voice h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #feeb28));
  background: linear-gradient(transparent 50%, #feeb28 50%);
}
main .content.content04 .voice div {
  position: relative;
  z-index: 1;
  height: 3.5em;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main .content.content04 .voice div::before {
  position: absolute;
  bottom: 0;
  z-index: 100;
  content: "";
  width: 100%;
  height: 3.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 234, 234, 0)), color-stop(80%, #ebeaea));
  background-image: linear-gradient(180deg, rgba(235, 234, 234, 0), #ebeaea 80%);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
main .content.content04 .voice div.showall {
  height: auto;
  height: calc-size(auto, size);
}
main .content.content04 .voice div.showall::before, main .content.content04 .voice div.showall .more {
  opacity: 0;
  height: 0;
}
main .content.content04 .voice div .acc_btn {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (min-width: 769px) {
  main .content.content04 .voice div .acc_btn {
    font-size: 24px;
  }
}
main .content.content04 .voice div .more {
  position: absolute;
  opacity: 1;
  bottom: 0;
  z-index: 150;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .content.content04 .endttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  background: none;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  main .content.content04 .endttl {
    font-size: 3rem;
  }
}
main .content.content04 .endttl::before, main .content.content04 .endttl::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: calc(50% - 4em);
  height: 2px;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .content.content04 .endttl::before {
  left: 0;
}
main .content.content04 .endttl::after {
  right: 0;
}
main .content.content05 h3 {
  padding: 1.3em 0;
}
main .content.content05 ul {
  padding: 0 10px;
  margin-top: 20px;
  border: 2px solid #004f9f;
  border-radius: 10px;
  background-size: auto auto;
  background-color: rgb(247, 251, 254);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(239, 246, 253) 5px, rgb(239, 246, 253) 10px);
}
main .content.content05 ul li {
  position: relative;
  font-size: 1.35rem;
  padding: 10px 0 10px 30px;
  border-bottom: 2px dotted #004f9f;
}
@media screen and (min-width: 769px) {
  main .content.content05 ul li {
    font-size: 2.7rem;
    padding: 20px 0 20px 45px;
  }
}
main .content.content05 ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../image/check.svg);
  background-size: contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  main .content.content05 ul li::before {
    width: 30px;
    height: 30px;
  }
}
main .content.content05 ul li:last-child {
  border-bottom: none;
}
main .content.content06 .anime_btn {
  display: block;
  -webkit-animation: btn_animation 1s linear infinite;
          animation: btn_animation 1s linear infinite;
}
@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .content.content06 img {
  margin: 20px 0;
}
main .content.content06 .txtlink {
  display: block;
  margin: 40px 0;
  color: #0000ff;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  main .content.content06 .txtlink {
    font-size: 3rem;
  }
}
main .content.content06 ul {
  margin: 40px 0;
}
main .content.content06 ul li {
  font-size: 1rem;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (min-width: 769px) {
  main .content.content06 ul li {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */