@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.875;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.892;
    min-width: inherit;
  }
}

section {
  position: relative;
}

.inner {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}

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

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

@media (min-width: 768px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .sm {
    display: block !important;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #DEFF1E));
  background: -webkit-linear-gradient(transparent 70%, #DEFF1E 0%);
  background: linear-gradient(transparent 70%, #DEFF1E 0%);
}
@media (max-width: 767px) {
  .highlight {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #DEFF1E));
    background: -webkit-linear-gradient(transparent 50%, #DEFF1E 0%);
    background: linear-gradient(transparent 50%, #DEFF1E 0%);
  }
}

.blue {
  color: #0058A7;
}

.cont {
  width: 100%;
  background: #FFF4F4;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 0px 0px rgb(255, 130, 160);
          box-shadow: 6px 6px 0px 0px rgb(255, 130, 160);
}
@media (max-width: 767px) {
  .cont {
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 0px 0px rgb(255, 130, 160);
            box-shadow: 3px 3px 0px 0px rgb(255, 130, 160);
  }
}
.cont + .cont {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .cont + .cont {
    margin-top: 20px;
  }
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .profile {
    display: block;
    margin-bottom: 30px;
  }
}
.profile .txt {
  width: 580px;
  padding-top: 37px;
}
@media (max-width: 767px) {
  .profile .txt {
    width: 100%;
    padding: 0;
  }
}
.profile .txt .name {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .profile .txt .name {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.profile .txt .name::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #000, #000 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  .profile .txt .name::after {
    bottom: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 10px);
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 10px);
    background-size: 3px 1px;
  }
}
.profile .txt .name .area {
  font-size: 2.2rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .profile .txt .name .area {
    font-size: 1.2rem;
  }
}
.profile .txt .name span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .profile .txt .name span {
    font-size: 1.9rem;
  }
}
.profile .txt .name span span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .profile .txt .name span span {
    font-size: 1.4rem;
  }
}
.profile .txt .detail {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .profile .txt .detail {
    margin-top: 13px;
  }
}
.profile .image {
  width: 240px;
}
@media (max-width: 767px) {
  .profile .image {
    width: 39.345%;
    margin: 12px auto 0;
  }
}

/* アニメーション */
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.floatBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
}
.floatBtn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 155px;
  height: 155px;
  background: #E38194;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .floatBtn a {
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .floatBtn a img {
    width: 24px;
    margin-left: 6px;
  }
}
.floatBtn a::before, .floatBtn a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}
@media (max-width: 767px) {
  .floatBtn a::before, .floatBtn a::after {
    left: unset;
    -webkit-transform: none;
            transform: none;
    margin: inherit;
  }
}
.floatBtn a::before {
  top: -26px;
  width: 101px;
  height: 83px;
  background: url(../img/icon_float01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .floatBtn a::before {
    top: unset;
    bottom: 8px;
    left: 16px;
    width: 84px;
    height: 68px;
  }
}
@media (max-width: 320px) {
  .floatBtn a::before {
    bottom: 16px;
    left: 8px;
    width: 63px;
    height: 51px;
  }
}
.floatBtn a::after {
  bottom: 10px;
  width: 45px;
  height: 45px;
  background: url(../img/icon_float02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .floatBtn a::after {
    content: none;
  }
}

/*----------------------------------

header

----------------------------------*/
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px 22px;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding: 4px 10px 0 10px;
  }
}
header .logo {
  width: 90px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  header .logo {
    max-width: 80px;
    padding: 6px 0 0;
  }
}
@media (max-width: 767px) {
  header .sns {
    padding-top: 4px;
  }
}
header .sns p {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  header .sns p {
    font-size: 1rem;
    text-align: right;
    line-height: 1.4;
  }
}
header .sns .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
@media (max-width: 767px) {
  header .sns .share {
    margin-top: -1px;
  }
}
header .sns .share .share_text {
  font-weight: bold;
  margin-right: 14px;
}
@media (max-width: 767px) {
  header .sns .share .share_text {
    font-size: 1.2rem;
    margin-top: 6px;
    margin-right: 8px;
  }
}
header .sns .share .share_link {
  width: 50px;
}
@media (max-width: 767px) {
  header .sns .share .share_link {
    width: 25px;
  }
}
header .sns .share .share_link + .share_link {
  margin-left: 12px;
}
@media (max-width: 767px) {
  header .sns .share .share_link + .share_link {
    margin-left: 6px;
  }
}

/*----------------------------------

main

----------------------------------*/
section.mainVisual {
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.mainVisual {
    background-image: url(../img/mv_bg_sp.png);
  }
}
section.mainVisual .inner {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  section.mainVisual .inner {
    padding-bottom: 42px;
  }
}
section.mainVisual h1 {
  padding-top: 80px;
}
@media (max-width: 767px) {
  section.mainVisual h1 {
    padding-top: 75px;
  }
}
section.mainVisual h2 {
  position: relative;
  color: #0058A7;
  font-size: 3.6rem;
  font-family: ab-kokoro-no3, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.805;
  margin-top: 44px;
}
@media (max-width: 767px) {
  section.mainVisual h2 {
    font-size: 1.8rem;
    margin-top: 29px;
  }
}
section.mainVisual h2 .zenmaru {
  font-size: 3.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  section.mainVisual h2 .zenmaru {
    font-size: 1.7rem;
  }
}
section.mainVisual h2::before, section.mainVisual h2::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 4px;
  height: 100px;
  border-radius: 60px;
  background: #0058A7;
}
@media (max-width: 767px) {
  section.mainVisual h2::before, section.mainVisual h2::after {
    top: 11px;
    width: 2px;
    height: 50px;
  }
}
section.mainVisual h2::before {
  left: 176px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 767px) {
  section.mainVisual h2::before {
    left: 12px;
  }
}
section.mainVisual h2::after {
  right: 160px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media (max-width: 767px) {
  section.mainVisual h2::after {
    right: 16px;
  }
}
section.mainVisual p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 25px;
}
@media (max-width: 767px) {
  section.mainVisual p {
    font-size: 1.5rem;
    margin-top: 11px;
  }
}

section.interview {
  background-size: cover;
  background-repeat: no-repeat;
}
section.interview .inner {
  padding-top: 132px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.interview .inner {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}
section.interview .box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 73px 70px;
}
@media (max-width: 767px) {
  section.interview .box {
    border-radius: 10px;
    padding: 46px 20px 32px;
  }
}
section.interview .box .hdg2 {
  position: absolute;
  top: -33px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  section.interview .box .hdg2 {
    top: -20px;
  }
}
section.interview .box .hdg2 span {
  position: relative;
  color: #fff;
  font-size: 3.8rem;
  font-family: ab-kokoro-no3, sans-serif;
  font-weight: 400;
  background: #0058A7;
  text-align: center;
  margin: 0 auto;
  padding: 14px 48px 12px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  section.interview .box .hdg2 span {
    font-size: 1.9rem;
    padding: 7px 24px;
  }
}
section.interview .box .hdg2 span::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -10px;
  width: 21px;
  height: 18px;
  background-image: url(../img/icon_threeline.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.interview .box .hdg2 span::before {
    top: -8px;
    left: -4px;
    width: 10px;
    height: 9px;
  }
}

section.interview01 {
  background-image: url(../img/interview01_bg.png);
}
@media (max-width: 767px) {
  section.interview01 {
    background-image: url(../img/interview01_bg_sp.png);
  }
}
section.interview01 .cont {
  padding: 44px 56px 47px;
}
@media (max-width: 767px) {
  section.interview01 .cont {
    padding: 30px 20px 28px;
  }
}
section.interview01 .cont .hdg3 {
  position: relative;
  color: #0058A7;
  font-size: 2.6rem;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  section.interview01 .cont .hdg3 {
    font-size: 1.7rem;
    line-height: 1.588;
    padding-bottom: 9px;
  }
}
section.interview01 .cont .hdg3::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #0058A7, #0058A7 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(to right, #0058A7, #0058A7 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  section.interview01 .cont .hdg3::after {
    height: 2px;
    background-image: -webkit-linear-gradient(left, #0058A7, #0058A7 1px, transparent 1px, transparent 10px);
    background-image: linear-gradient(to right, #0058A7, #0058A7 1px, transparent 1px, transparent 10px);
    background-size: 3px 1px;
  }
}
section.interview01 .cont p {
  margin-top: 25px;
}
@media (max-width: 767px) {
  section.interview01 .cont p {
    margin-top: 8px;
  }
}

section.interview02 {
  background-image: url(../img/interview02_bg.png);
}
@media (max-width: 767px) {
  section.interview02 {
    background-repeat: repeat-y;
  }
}
section.interview02 .qa {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  section.interview02 .qa {
    margin-bottom: 32px;
  }
}
section.interview02 .qa dl dt, section.interview02 .qa dl dd {
  position: relative;
}
section.interview02 .qa dl dt::before, section.interview02 .qa dl dd::before {
  position: absolute;
  left: 0;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  section.interview02 .qa dl dt::before, section.interview02 .qa dl dd::before {
    font-size: 1.9rem;
    width: 32px;
    height: 32px;
  }
}
section.interview02 .qa dl dt {
  color: #0058A7;
  font-size: 2rem;
  font-weight: bold;
  background: #D0E8F7;
  border-radius: 20px;
  padding: 2px 0 0 62px;
}
@media (max-width: 767px) {
  section.interview02 .qa dl dt {
    font-size: 1.5rem;
    padding: 12px 16px 12px 32px;
  }
}
section.interview02 .qa dl dt::before {
  content: "Q";
  top: -4px;
  background: #0058A7;
}
section.interview02 .qa dl dd {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 27px;
  padding: 0 16px 0 62px;
}
@media (max-width: 767px) {
  section.interview02 .qa dl dd {
    line-height: inherit;
    margin-top: 32px;
    padding: 0 16px 12px 32px;
  }
}
section.interview02 .qa dl dd::before {
  content: "A";
  top: -11px;
  background: #FF82A0;
}
@media (max-width: 767px) {
  section.interview02 .qa dl dd::before {
    top: -22px;
  }
}
section.interview02 .qa dl dd span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  section.interview02 .qa dl dd span {
    font-size: 1.5rem;
  }
}
section.interview02 .box .profile {
  margin-bottom: 50px;
  margin-bottom: 32px;
}
section.interview02 .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.interview02 .col2 {
    display: block;
    margin-bottom: 32px;
  }
}
section.interview02 .col2 > div {
  width: 420px;
  background: #fff;
  border: 3px solid #0058A7;
  border-radius: 20px;
  padding: 27px 37px 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  section.interview02 .col2 > div {
    width: 100%;
    border: 2px solid #0058A7;
    border-radius: 10px;
    padding: 18px 20px 30px;
  }
}
@media (max-width: 767px) {
  section.interview02 .col2 > div + div {
    margin-top: 20px;
  }
}
section.interview02 div.left {
  padding: 0;
}
section.interview02 .right h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  section.interview02 .right h4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.interview02 .right h4 .circle {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.333;
  text-align: center;
  font-weight: bold;
  width: 97px;
  background: #FF82A0;
  border-radius: 50%;
  margin-right: 10px;
  padding: 8px;
}
@media (max-width: 767px) {
  section.interview02 .right h4 .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    width: 72px;
    height: 72px;
    padding: 0;
  }
}
section.interview02 .right h4 .title {
  color: #0058A7;
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  section.interview02 .right h4 .title {
    font-size: 1.5rem;
  }
}
section.interview02 .right .image {
  padding: 25px 0 24px;
}
section.interview02 .right .annotation {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media (max-width: 767px) {
  section.interview02 .right .annotation {
    font-size: 1.2rem;
  }
}
section.interview02 .cont {
  margin-top: 26px;
}
section.interview02 .cont .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 28px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 28px;
  }
}
section.interview02 .cont .flex .image {
  width: 180px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .image {
    width: 75.476%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .image img {
    width: 100%;
  }
}
section.interview02 .cont .flex .txt {
  width: 570px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt {
    width: 100%;
    margin: 0;
  }
}
section.interview02 .cont .flex .txt .title {
  position: relative;
  color: #0058A7;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 23px;
  padding-left: 84px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt .title {
    font-size: 1.6rem;
    padding-left: 48px;
    padding-bottom: 20px;
    margin-bottom: 13px;
  }
}
section.interview02 .cont .flex .txt .title::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #0058A7, #0058A7 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(to right, #0058A7, #0058A7 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt .title::after {
    height: 1px;
    background-image: -webkit-linear-gradient(left, #0058A7, #0058A7 1px, transparent 1px, transparent 10px);
    background-image: linear-gradient(to right, #0058A7, #0058A7 1px, transparent 1px, transparent 10px);
    background-size: 3px 1px;
  }
}
section.interview02 .cont .flex .txt .title .icon {
  position: absolute;
  top: -7px;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  background: #FF82A0;
  border-radius: 50px;
  padding: 10px 12px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt .title .icon {
    top: -4px;
    font-size: 1rem;
    padding: 10px 6px;
  }
}
section.interview02 .cont .flex .txt .title .icon .num {
  display: block;
  font-size: 3.6rem;
  margin-top: -6px;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt .title .icon .num {
    font-size: 1.2rem;
    margin: 0;
  }
}
section.interview02 .cont .flex .txt .title + p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  section.interview02 .cont .flex .txt .title + p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  section.interview02 .cont + .cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

section.howto .inner {
  padding-top: 102px;
  padding-bottom: 107px;
}
@media (max-width: 767px) {
  section.howto .inner {
    padding-top: 164px;
    padding-bottom: 50px;
  }
}
section.howto .hdg2 {
  position: relative;
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.65;
  font-family: ab-kokoro-no3, sans-serif;
  font-weight: 400;
  text-align: center;
  background: #0058A7;
  width: 800px;
  margin: 0 auto;
  padding: 2px 12px 0 0;
  border-radius: 50px;
}
section.howto .hdg2 sup {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 767px) {
  section.howto .hdg2 {
    font-size: 1.9rem;
    width: inherit;
    padding: 8px 6px;
  }
}
section.howto .hdg2::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -94px;
  width: 137px;
  height: 137px;
  background-image: url(../img/icon_howto.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.howto .hdg2::before {
    top: -120px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
  }
}
section.howto h3 {
  color: #0058A7;
  font-size: 4.2rem;
  font-family: ab-kokoro-no3, sans-serif;
  line-height: 1.761;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  section.howto h3 {
    font-size: 1.8rem;
  }
}
section.howto h3 .spacing {
  letter-spacing: -0.299em;
}
section.howto .profile {
  width: 890px;
  margin: 0 auto 17px;
}
@media (max-width: 767px) {
  section.howto .profile {
    width: 88.41%;
  }
}
section.howto .profile .image {
  width: 312px;
}
@media (max-width: 767px) {
  section.howto .profile .image {
    width: 52%;
    margin: 12px auto 0;
  }
}
section.howto .cont + .cont {
  margin-top: 26px;
}
section.howto .cont .recipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 47px 70px 58px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe {
    display: block;
    padding: 30px 20px 28px;
  }
}
section.howto .cont .recipe .image {
  width: 280px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .image {
    width: 75.476%;
    margin: 0 auto 20px;
    padding: 0;
  }
}
section.howto .cont .recipe .txt {
  width: 540px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt {
    width: 100%;
  }
}
section.howto .cont .recipe .txt .title {
  position: relative;
  color: #FF82A0;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt .title {
    font-size: 1.9rem;
    line-height: 1.588;
    padding-bottom: 9px;
  }
}
section.howto .cont .recipe .txt .title::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #000, #000 2px, transparent 2px, transparent 10px);
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 10px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt .title::after {
    bottom: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 10px);
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 10px);
    background-size: 3px 1px;
  }
}
section.howto .cont .recipe .txt .title span {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt .title span {
    font-size: 1.7rem;
  }
}
section.howto .cont .recipe .txt .title + p {
  font-size: 2rem;
  margin-top: 14px;
  margin-left: 2px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt .title + p {
    font-size: 1.5rem;
    margin: 13px 0 0;
  }
}
section.howto .cont .recipe .txt button {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  background: #FF82A0;
  border-radius: 60px;
  margin: 45px auto 0;
  padding: 3px 36px 3px 3px;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt button {
    font-size: 1.7rem;
    text-align: center;
    margin: 24px auto 0;
    padding: 8px;
  }
}
section.howto .cont .recipe .txt button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 97px;
  margin: auto;
  width: 16px;
  height: 14px;
  background-image: url(../img/icon_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  section.howto .cont .recipe .txt button::after {
    width: 8px;
    height: 7px;
    right: 24px;
  }
}
section.howto .cont .recipe .txt button.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.howto .cont .recipeDetail {
  display: none;
  padding-bottom: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
section.howto .cont .recipeDetail.on {
  display: block;
}
section.howto .cont .recipeDetail .box {
  width: 860px;
  background: #fff;
  margin: 4px auto 0;
  padding: 37px 40px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .box {
    width: 100%;
    padding: 18px 20px 30px;
  }
}
section.howto .cont .recipeDetail .stuff {
  color: #0058A7;
}
section.howto .cont .recipeDetail .stuffList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .stuffList {
    display: block;
    margin-bottom: 16px;
  }
}
section.howto .cont .recipeDetail .stuffList ul {
  width: 368px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .stuffList ul {
    width: 100%;
  }
}
section.howto .cont .recipeDetail .stuffList ul:first-child {
  margin-right: calc(100% - 738px);
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .stuffList ul:first-child {
    margin: 0;
  }
}
section.howto .cont .recipeDetail .stuffList ul li {
  position: relative;
}
section.howto .cont .recipeDetail .stuffList ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 10px);
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 10px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  z-index: 0;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .stuffList ul li::before {
    top: 14px;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #000, #000 1px, transparent 1px, transparent 10px);
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 10px);
    background-size: 3px 1px;
  }
}
section.howto .cont .recipeDetail .stuffList ul li p {
  display: inline-block;
  position: relative;
  background: #fff;
  padding-right: 7px;
  z-index: 1;
}
section.howto .cont .recipeDetail .stuffList ul li span {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding-left: 12px;
  z-index: 1;
}
section.howto .cont .recipeDetail .stuffList .supple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
}
section.howto .cont .recipeDetail .stuffList .supple > p {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 24px;
  padding-right: 12px;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .stuffList .supple > p {
    font-size: 1.5rem;
    margin-right: 16px;
  }
}
section.howto .cont .recipeDetail .stuffList .supple > p::before, section.howto .cont .recipeDetail .stuffList .supple > p::after {
  content: "";
  position: absolute;
  right: -8px;
  width: 8px;
  height: 1px;
  background: #000;
}
section.howto .cont .recipeDetail .stuffList .supple > p::before {
  top: 0;
}
section.howto .cont .recipeDetail .stuffList .supple > p::after {
  bottom: 0;
}
section.howto .cont .recipeDetail .stuffList .supple > ul {
  width: 100%;
}
section.howto .cont .recipeDetail .stuffList .supple > ul li p {
  margin-right: 80px;
}
section.howto .cont .recipeDetail .sub {
  margin-bottom: 24px;
}
section.howto .cont .recipeDetail .step {
  counter-reset: number 0;
}
section.howto .cont .recipeDetail .step li {
  position: relative;
  padding-left: 25px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .step li {
    padding-left: 20px;
  }
}
section.howto .cont .recipeDetail .step li::before {
  counter-increment: number 1;
  content: counter(number) "";
  position: absolute;
  top: 9px;
  left: 2px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 15px;
  text-align: center;
  width: 15px;
  height: 15px;
  background: #0058A7;
  border-radius: 50px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .step li::before {
    top: 7px;
    left: 0;
  }
}
section.howto .cont .recipeDetail .comment {
  width: 860px;
  margin: 38px auto 0;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment {
    width: 100%;
    margin: 24px auto 0;
  }
}
section.howto .cont .recipeDetail .comment .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section.howto .cont .recipeDetail .comment .flex .txt {
  width: 668px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex .txt {
    width: 100%;
  }
}
section.howto .cont .recipeDetail .comment .flex .commentIcon {
  display: inline-block;
  color: #FF82A0;
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  border: 1px solid #FF82A0;
  border-radius: 30px;
  padding: 2px 32px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex .commentIcon {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    padding: 6px;
  }
}
section.howto .cont .recipeDetail .comment .flex .commentIcon + p {
  margin-top: 17px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex .commentIcon + p {
    margin-top: 12px;
  }
}
section.howto .cont .recipeDetail .comment .flex .image {
  width: 170px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex .image {
    width: 39.345%;
    margin: 0 auto 24px;
  }
}
section.howto .cont .recipeDetail .comment .flex + .image {
  margin-top: 35px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .flex + .image {
    margin-top: 20px;
  }
}
section.howto .cont .recipeDetail .comment .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
section.howto .cont .recipeDetail .comment .link p {
  font-weight: bold;
  margin-bottom: 24px;
}
section.howto .cont .recipeDetail .comment .link video {
  width: 580px;
  margin: 0 auto 32px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .link video {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 24px;
  }
}
section.howto .cont .recipeDetail .comment .link img {
  width: 190px;
}
@media (max-width: 767px) {
  section.howto .cont .recipeDetail .comment .link img {
    width: 200px;
  }
}

section.banner {
  background: #D0E8F7;
}
section.banner .inner {
  padding-top: 65px;
  padding-bottom: 80px;
}
section.banner h3 {
  color: #0058A7;
  font-size: 3.8rem;
  font-family: ab-kokoro-no3, sans-serif;
  font-weight: 400;
  line-height: 1.789;
  text-align: center;
}
@media (max-width: 767px) {
  section.banner h3 {
    font-size: 1.9rem;
  }
}
section.banner .bannerList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 640px;
  margin: 44px auto 0;
}
@media (max-width: 767px) {
  section.banner .bannerList {
    display: block;
    width: 100%;
    max-width: 220px;
  }
}
section.banner .bannerList a {
  display: block;
  width: 200px;
}
@media (max-width: 767px) {
  section.banner .bannerList a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.banner .bannerList a + a {
    margin-top: 10px;
  }
}

/*----------------------------------

footer

----------------------------------*/
footer .inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .footerLogo {
  width: 141px;
  margin: 0 auto;
}
footer .copy {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.142;
  text-align: center;
  margin-top: 56px;
}