@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');


/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }


#container{padding-top:0!important;}


/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

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

@media screen and (max-width: 767px) {
  .pc {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
#gFooter {
  color: #FFF;
  background: #2198ff;
}

#gFooter a {
  color: #FFF; }

#gFooter .fBg {
  padding: 100px 20px;
  min-height: auto;
  background: #4cacff; }

#gFooter .fBox {
  margin: 0 auto;
  max-width: 1054px;
  display: flex;
  align-items: flex-end;
	}
#gFooter .fBox .fitem1{flex: 0 1 25%;}
#gFooter .fBox .fitem2{flex: 0 2 35%; padding-left: 40px;}
#gFooter .fBox .fitem3{flex: 0 3 40%;}

#gFooter .fBox .fitem2 a{display: block; width: 60%;}

#gFooter .fLogo {
  margin-bottom: 0!important; }

#gFooter .fLogo p{
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 46px;}

#gFooter .fTxtList {
  margin: 0 10px 60px;
  padding: 0 35px;
  border-left: 1px solid #FFF; }

#gFooter .fTxtList li {
  margin-bottom: 12px;
  font-size: 1.5rem;
  letter-spacing: 0.05em; }

#gFooter .fTxtList li:last-child {
  margin-bottom: 0; }

#gFooter .fNaviList {
  margin: 0 7px; }

#gFooter .fNaviList li {
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: bold; }

#gFooter .fNaviList li a {
  margin-right: 15px;
  display: inline-block;
  text-decoration: none; }

#gFooter .fNaviList li a:hover {
  opacity: 0.7; }

#gFooter .copyright {
  margin: 0 auto;
  padding: 38px 20px 34px;
  max-width: 1094px;
  font-size: 1.4rem;
  letter-spacing: 0.05em; }

#gFooter .pageTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 10;
  width: 60px;
}

#gFooter .pageTop a:hover {
  opacity: 0.7; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  #gFooter .fBg {
    padding: 100px 20px;
    min-height: inherit; }
  #gFooter .fBox {
    max-width: inherit; }
  #gFooter .copyright {
    padding: 31px 20px; }
  #gFooter .pageTop {
    width: 60px; } }

@media all and (max-width: 767px) {
  #gFooter .fBg {
    padding: 80px 0 27px;
    min-height: inherit;
    background-image: url("img/common/sp_f_bg01.jpg"); }
  #gFooter .fBox {
    max-width: inherit; display: block;}
  #gFooter .fBox .fitem1{width: 50%; margin: 0 auto 50px;}
  #gFooter .fBox .fitem2{width: 70%; padding-left:0;}
  #gFooter .fBox .fitem2 a{margin: 0 auto 60px;}
  #gFooter .fBox .fitem3{}
  #gFooter .fLogo {
    margin: 0 auto 36px;
    width: 95px; }
  #gFooter .fLogo p{text-align: center; font-size: 1.4rem; margin-bottom:15px; }
  #gFooter .fTxtList {
    margin: 0 10px 66px;
    padding: 0 35px;
    position: relative;
    border-left: none; }
  #gFooter .fTxtList:before {
    width: 100px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -32px;
    background: #FFF;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  #gFooter .fTxtList li {
    margin-bottom: 17px;
    font-size: 1rem;
    text-align: center;
    line-height: 1.73; }
  #gFooter .fTxtList li:last-child {
    margin-bottom: 0; }
  #gFooter .fNaviList {
    margin: 0;
    text-align: center; }
  #gFooter .fNaviList li {
    margin: 0;
    font-size: 0.9rem; }
  #gFooter .fNaviList li a {
    margin: 0 9px 0 6px; }
  #gFooter .copyright {
    padding: 17px 22px 18px;
    max-width: inherit;
    font-size: 0.9rem; }
  #gFooter .pageTop {
    width: 50px; right: 0; } }


/*------------------------------------------------------------
header
------------------------------------------------------------*/
.c-header {
  background: #fff;
  height: 100px; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-container {
  width: 1268px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-container {
      width: 100%; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title {
  width: 340px;
  text-align: center;
  background: #4cacff;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 18px 0 20px 13px;
  letter-spacing: 1.5px;
  position: absolute;
  top: -42px;
  left: 102px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}
  @media screen and (max-width: 767px) {
    .c-title {
      width: 170px;
      left: calc(50% - 85px);
      font-size: 1.25rem;
      padding: 9px 0 9px 5px;
      top: -20px;
      letter-spacing: 0.8px; } }
  .c-title--about {
    background: #fff;
    color: #4cacff;
    right: 106px;
    left: auto;
    top: -39px;
    padding-left: 2px; }
    @media screen and (max-width: 767px) {
      .c-title--about {
        top: -24px;
        left: calc(50% - 85px);
        padding-top: 7px; } }
  .c-title--about2 {
    background: #fff;
    color: #4cacff;
    right: 106px;
    left: auto;
    padding-left: 2px; }
    @media screen and (max-width: 767px) {
      .c-title--about2 {
        top: -24px;
        left: calc(50% - 85px);
        padding-top: 7px;
        right: auto; } }
  .c-title--howto {
    top: -40px; }
    @media screen and (max-width: 767px) {
      .c-title--howto {
        top: -26px; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*c-mv
------------------------------------------------------------*/
.c-mv01 {
  position: relative;
  z-index: 1;
  padding-top: 133px;
  margin: 0 100px; }
  .c-mv01__img {
    width: 100%; }
    .c-mv01__img img {
      width: 100%; }
  .c-mv01__txt {
    width: 478px;
    height: 338px;
    position: absolute;
    top: calc(50% - 96px);
    left: calc(50% - 242px); }
    .c-mv01__txt img {
      width: 100%; }
  .c-mv01__logo {
    position: absolute;
    bottom: -227px;
    right: 82px;
    width: 421px;
    height: 420px; }

/*
------------------------------------------------------------*/
.hiroshima-genki {
  position: relative;
  overflow: hidden;
  /*mv
	------------------------------------------------------------*/
  /*block
	------------------------------------------------------------*/
  /*what's project
	------------------------------------------------------------*/
  /*About project
	------------------------------------------------------------*/
  /*How to project
	------------------------------------------------------------*/
  /*About project 2
	------------------------------------------------------------*/ }
  @media screen and (max-width: 767px) {
    .hiroshima-genki {
      min-width: 100%; } }
  .hiroshima-genki .mv {
    background: #4cacff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .hiroshima-genki .mv {
        padding-bottom: 23px;
        overflow: hidden; } }
    .hiroshima-genki .mv-img {
      padding: 72px 143px 0 118px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .mv-img {
          padding: 66px 19px 0 39px; } }
      .hiroshima-genki .mv-img img {
        width: 100%; }
    .hiroshima-genki .mv-nav {
      max-width: 1268px;
      margin: 87px auto 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 16px;
      background: #fff;
      border-radius: 15px 15px 0 0;
      padding-top: 51px;
      padding-bottom: 18px; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .mv-nav {
          margin: 87px 20px 0;
          padding-left: 0;
          padding-top: 40px; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .mv-nav {
          max-width: 100%;
          width: 180px;
          background: transparent;
          display: block;
          padding-left: 0;
          margin: 8px auto 0;
          position: relative;
          z-index: 2; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .mv-nav li {
          margin-bottom: 10px; } }
      .hiroshima-genki .mv-nav li:first-child a {
        border-left: 0; }
      .hiroshima-genki .mv-nav li a {
        font-size: 2rem;
        line-height: 1;
        color: #4cacff;
        display: block;
        text-align: center;
        border-left: 1px solid #4cacff;
        text-decoration: none;
        font-weight: bold;
        padding: 10px 48px 15px 47px;
        letter-spacing: 0.6px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .mv-nav li a {
            padding: 10px 15px 15px 15px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .mv-nav li a {
            background: #fff;
            border-left: 0;
            border-radius: 5px;
            font-size: 1.388rem;
            padding: 14px 0 15px;
            font-weight: 400; } }
        .hiroshima-genki .mv-nav li a:before {
          content: "";
          width: 21px;
          height: 21px;
          background: url("../img/hiroshima-genki/101.png") no-repeat center;
          background-size: cover;
          display: inline-block;
          margin-right: 10px;
          -webkit-transform: translateY(2px);
              -ms-transform: translateY(2px);
                  transform: translateY(2px); }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .mv-nav li a:before {
              width: 16px;
              height: 16px;
              margin-right: 8px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .mv-nav li a:before {
              width: 15px;
              height: 15px;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px);
              margin-right: 6px; } }
    .hiroshima-genki .mv-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .hiroshima-genki .mv-icon img {
        position: absolute; }
        .hiroshima-genki .mv-icon img:nth-of-type(1) {
          width: 57.5px;
          height: 55px;
          top: 17px;
          right: 11px; }
        .hiroshima-genki .mv-icon img:nth-of-type(2) {
          width: 65.5px;
          height: 79px;
          bottom: 208px;
          left: -10px; }
        .hiroshima-genki .mv-icon img:nth-of-type(3) {
          width: 50px;
          height: 72px;
          bottom: 120px;
          right: 20px; }
        .hiroshima-genki .mv-icon img:nth-of-type(4) {
          width: 69px;
          height: 75px;
          bottom: -21px;
          left: 32px; }
        .hiroshima-genki .mv-icon img:nth-of-type(5) {
          width: 57.5px;
          height: 55px;
          top: 17px;
          left: 11px; }
  .hiroshima-genki .block {
    max-width: 1268px;
    width: 100%;
    margin: 0 auto 0;
    background: #fff;
    padding-top: 143px;
    padding-bottom: 248px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .hiroshima-genki .block {
        max-width: 100%;
        padding-top: 66px;
        padding-bottom: 90px;
        overflow: hidden; } }
    .hiroshima-genki .block:before {
      content: "";
      width: 82px;
      height: 79px;
      background: url("../img/hiroshima-genki/127.png") no-repeat center;
      background-size: cover;
      position: absolute;
      top: 15px;
      right: -23px;
      display: none; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .block:before {
          display: block; } }
    .hiroshima-genki .block-title {
      text-align: center;
      font-size: 6.262rem;
      line-height: 8.893rem;
      color: #4cacff;
      font-family: 'Noto Serif JP', sans-serif;
      font-weight: 600;
      letter-spacing: 5.5px;
      padding-left: 73px; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .block-title {
          padding-left: 0;
          padding-right: 20px;
          font-size: 4.5rem;
          letter-spacing: 2px; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .block-title {
          padding-left: 11px;
          font-size: 2.569rem;
          line-height: 3.5965rem;
          letter-spacing: 2.5px; } }
      .hiroshima-genki .block-title span {
        position: relative; 
        display: inline-block;}
      .hiroshima-genki .block-title-icon {
        display: block;
        width: 46px;
        position: absolute;
        bottom: -50px;
        right: -29px; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .block-title-icon {
            right: -49px; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .block-title-icon {
            width: 25px;
            bottom: -15px;
            right: -23px; } }
    .hiroshima-genki .block-label {
      text-align: center;
      font-size: 4.784rem;
      line-height: 6.795rem;
      color: #4cacff;
      font-family: 'Noto Serif JP', sans-serif;
      font-weight: 600;
      margin-top: 116px;
      letter-spacing: 6.5px;
      padding-left: 71px; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .block-label {
          font-size: 3.5rem; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .block-label {
          font-size: 2.31rem;
          line-height: 4.9rem;
          padding-left: 20px;
          letter-spacing: 3px;
          margin-top: 39px; } }
      .hiroshima-genki .block-label span {
        background: url("../img/hiroshima-genki/line.png") no-repeat bottom left 5px;
        padding-bottom: 7px; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .block-label span {
            background: url("../img/hiroshima-genki/line_sp.png") no-repeat bottom left 1px;
            background-size: 289px auto;
            padding-bottom: 5px; } }
    .hiroshima-genki .block-txt {
      position: relative;
      text-align: center;
      font-size: 2.1rem;
      line-height: 4.8rem;
      color: #4cacff;
      font-weight: bold;
      margin-top: 61px;
      letter-spacing: 0.6px;
      padding-left: 12px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .block-txt {
          font-size: 1.7rem;
          line-height: 3.5rem;
          padding-left: 0; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .block-txt {
          margin-top: 44px;
          padding-left: 5px;
          font-size: 1.25rem;
          line-height: 2.35rem;
          letter-spacing: 0.4px;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; } }
      .hiroshima-genki .block-txt span {
        position: absolute; }
        .hiroshima-genki .block-txt span.icon01 {
          width: 106px;
          top: 26px;
          left: 100px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .block-txt span.icon01 {
              width: 76px;
              left: 60px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .block-txt span.icon01 {
              width: 71px;
              bottom: -24px;
              left: -2px;
              top: auto; } }
        .hiroshima-genki .block-txt span.icon02 {
          width: 106px;
          bottom: 93px;
          left: 5px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .block-txt span.icon02 {
              width: 76px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .block-txt span.icon02 {
              display: none; } }
        .hiroshima-genki .block-txt span.icon03 {
          width: 101px;
          top: 86px;
          right: -2px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .block-txt span.icon03 {
              width: 71px;
              top: 40px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .block-txt span.icon03 {
              display: none; } }
        .hiroshima-genki .block-txt span.icon04 {
          width: 102px;
          bottom: 74px;
          right: 58px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .block-txt span.icon04 {
              width: 72px;
              right: 30px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .block-txt span.icon04 {
              display: none; } }
        .hiroshima-genki .block-txt span img {
          width: 100%; }
  .hiroshima-genki .what {
    background: #4cacff; }
    .hiroshima-genki .what-inner {
      max-width: 1268px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 192px 0 220px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .what-inner {
          max-width: 100%;
          padding-top: 22px;
          padding-bottom: 49px; } }
      .hiroshima-genki .what-inner:before {
        content: "";
        width: 62px;
        height: 54px;
        background: url("../img/hiroshima-genki/109.png") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 30px;
        right: 25px;
        display: none; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .what-inner:before {
            display: block; } }
      .hiroshima-genki .what-inner:after {
        content: "";
        width: 39px;
        height: 62px;
        background: url("../img/hiroshima-genki/128.png") no-repeat center top;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        left: 42px;
        display: none; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .what-inner:after {
            display: block; } }
      .hiroshima-genki .what-inner ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .what-inner ul {
            width: 180px;
            margin: 0 auto;
            display: block; } }
        .hiroshima-genki .what-inner ul li {
          width: 50%;
          font-size: 5.439rem;
          line-height: 8rem;
          letter-spacing: 5px;
          color: #fff;
          font-weight: bold;
          padding-left: 142px;
          padding-bottom: 45px;
          position: relative;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .what-inner ul li {
              padding-left: 70px;
              font-size: 3.5rem;
              line-height: 6rem; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .what-inner ul li {
              width: 100%;
              padding-left: 0;
              padding-top: 44px;
              font-size: 2.2rem;
              line-height: 3.35rem;
              text-align: center;
              letter-spacing: 1px;
              padding-bottom: 44px; } }
          .hiroshima-genki .what-inner ul li:last-child {
            padding-left: 123px; }
            @media screen and (max-width: 1024px) {
              .hiroshima-genki .what-inner ul li:last-child {
                padding-left: 70px; } }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .what-inner ul li:last-child {
                padding-left: 0;
                border-top: 1px solid #fff; } }
            .hiroshima-genki .what-inner ul li:last-child i {
              right: 80px;
              bottom: -2px; }
              @media screen and (max-width: 1024px) {
                .hiroshima-genki .what-inner ul li:last-child i {
                  right: 0; } }
          .hiroshima-genki .what-inner ul li span {
            display: block;
            font-size: 2.7rem;
            line-height: 4.1rem;
            margin-bottom: 51px;
            letter-spacing: 0.5px; }
            @media screen and (max-width: 1024px) {
              .hiroshima-genki .what-inner ul li span {
                font-size: 2rem;
                line-height: 3rem; } }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .what-inner ul li span {
                font-size: 1.35rem;
                line-height: 2.05rem;
                letter-spacing: 0.1px;
                margin-bottom: 20px; } }
          .hiroshima-genki .what-inner ul li i {
            display: block;
            width: 60px;
            position: absolute;
            bottom: 0;
            right: 35px; }
            @media screen and (max-width: 1024px) {
              .hiroshima-genki .what-inner ul li i {
                width: 40px; } }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .what-inner ul li i {
                display: none; } }
            .hiroshima-genki .what-inner ul li i img {
              width: 100%; }
    .hiroshima-genki .what-icon {
      width: 60px;
      position: absolute;
      top: 113px;
      left: calc(50% - 77px); }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .what-icon {
          width: 40px;
          left: calc(50% - 45px); } }
      .hiroshima-genki .what-icon img {
        width: 100%; }
  .hiroshima-genki .about {
    background: #fff; }
    @media screen and (max-width: 767px) {
      .hiroshima-genki .about {
        position: relative; } }
    .hiroshima-genki .about:after {
      content: "";
      width: 66px;
      height: 68px;
      background: url(../img/hiroshima-genki/129.png) no-repeat center left;
      background-size: 90px auto;
      position: absolute;
      top: 675px;
      right: 0;
      display: none; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about:after {
          display: block; } }
    .hiroshima-genki .about-inner {
      max-width: 1268px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-top: 145px;
      padding-bottom: 285px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-inner {
          max-width: 100%;
          padding-top: 68px;
          padding-bottom: 90px; } }
    .hiroshima-genki .about-ttl1 {
      font-size: 2.7rem;
      line-height: 3.957rem;
      color: #4cacff;
      text-align: center;
      font-weight: bold;
      letter-spacing: 1.6px;
      padding-left: 10px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-ttl1 {
          font-size: 1.35rem;
          line-height: 2.05rem;
          letter-spacing: 0.5px; } }
      .hiroshima-genki .about-ttl1 span {
        position: relative;
        padding: 50px 0;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .about-ttl1 span {
            padding: 0; } }
        .hiroshima-genki .about-ttl1 span:before {
          content: "";
          width: 117px;
          height: 123px;
          background: url("../img/hiroshima-genki/110.png") no-repeat center;
          background-size: cover;
          position: absolute;
          top: 7px;
          left: -192px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .about-ttl1 span:before {
              width: 78px;
              height: 84px;
              top: 25px;
              left: -123px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .about-ttl1 span:before {
              display: none; } }
        .hiroshima-genki .about-ttl1 span:after {
          content: "";
          width: 131px;
          height: 140px;
          background: url("../img/hiroshima-genki/111.png") no-repeat center;
          background-size: cover;
          position: absolute;
          top: 10px;
          right: -185px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .about-ttl1 span:after {
              width: 90px;
              height: 96px;
              top: 20px;
              right: -123px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .about-ttl1 span:after {
              display: none; } }
    .hiroshima-genki .about-ttl2 {
      font-size: 5.439rem;
      line-height: 8.2rem;
      color: #4cacff;
      text-align: center;
      font-weight: bold;
      letter-spacing: 4.5px;
      margin-top: 86px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .about-ttl2 {
          font-size: 4.5rem;
          line-height: 7rem; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-ttl2 {
          font-size: 2.2rem;
          line-height: 3.35rem;
          margin-top: 31px;
          letter-spacing: 1px;
          padding-left: 9px; } }
    .hiroshima-genki .about-txt {
      font-size: 2.267rem;
      line-height: 4.169rem;
      color: #4cacff;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1.2px;
      margin-top: 42px;
      padding-left: 6px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
    .hiroshima-genki .about-txt2 {
      font-size: 2.267rem;
      line-height: 4.169rem;
      color: #4cacff;
      font-weight: bold;
      text-align: center;
      letter-spacing: 1.2px;
      margin-top: 100px;
      padding-left: 6px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .about-txt,
		.hiroshima-genki .about-txt2{
          font-size: 1.8rem;
          line-height: 3.6rem; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-txt2{
          font-size: 1.6rem;
          line-height: 2.35rem;
          margin-top: 60px;
			margin-bottom: 30px;
          letter-spacing: 0.1px;
          padding-left: 2px;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
		  .hiroshima-genki .about-txt{
          font-size: 1.25rem;
          line-height: 2.35rem;
          margin-top: 34px;
          letter-spacing: 0.1px;
          padding-left: 2px;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; } }
    .hiroshima-genki .about-btn {
      background: #fff100;
      width: 427px;
      height: 122px;
      border-radius: 5px;
      margin: 0 auto 0;
      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: 2.5rem;
      line-height: 1;
      color: #4cacff;
      font-weight: bold;
      -webkit-transform: translateX(14px);
          -ms-transform: translateX(14px);
              transform: translateX(14px);
      letter-spacing: 1.2px;
      padding-left: 8px;
      text-decoration: none;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-btn {
          width: 267px;
          height: 75px;
          margin: 17px auto 0;
          font-size: 1.75rem;
          -webkit-transform: translateX(-5px);
              -ms-transform: translateX(-5px);
                  transform: translateX(-5px);
          letter-spacing: 0.4px;
          padding-left: 0; } }
    .hiroshima-genki .about-cont {
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .about-cont {
          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;
          margin: 28px auto 0;
          width: 250px;
          padding: 0 44px 0 6px;
          position: relative; } }
      .hiroshima-genki .about-cont01 {
        width: 984px;
        height: 111px;
        margin: 0 auto;
        background: url("../img/hiroshima-genki/112.png") no-repeat center left 8px;
        background-size: cover;
        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;
        padding: 0 63px 12px 0; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .about-cont01 {
            width: 760px;
            height: 80px;
            padding-right: 40px; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .about-cont01 {
            width: 44px;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            height: 336px;
            background: url("../img/hiroshima-genki/112_sp.png") no-repeat center top;
            background-size: cover;
            padding: 126px 14px 0px;
            margin: 14px 0 0 0;
            display: block; } }
        .hiroshima-genki .about-cont01 p {
          width: 160px;
          line-height: 4rem;
          background: #4cacff;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 2.4rem;
          letter-spacing: 3px;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .about-cont01 p {
              font-size: 1.8rem;
              line-height: 3rem;
              width: 120px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .about-cont01 p {
              letter-spacing: 1px;
              font-size: 1.235rem;
              line-height: 1rem;
              -webkit-writing-mode: tb-rl;
                  -ms-writing-mode: tb-rl;
                      writing-mode: tb-rl;
              width: 18px;
              padding-right: 4px;
              padding-top: 5px;
              padding-bottom: 7px;
               } }
          .hiroshima-genki .about-cont01 p + p {
            margin-left: 192px; }
            @media screen and (max-width: 1024px) {
              .hiroshima-genki .about-cont01 p + p {
                margin-left: 100px; } }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .about-cont01 p + p {
                margin-left: 0;
                margin-top: 54px; } }
      .hiroshima-genki .about-cont02{
        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;
        margin-top: 13px;
        padding-right: 7px;
		}

      .hiroshima-genki .about-item{
        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;
		}

		.hiroshima-genki .Underline_blue{padding-bottom: 100px; background: url("../img/hiroshima-genki/underline_blue.png") no-repeat center bottom;}
/*
		.Underline_blue {
		  display: inline-block;
		  position: relative;

		  &::after {
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 1px;
			margin: auto;
			background-image: linear-gradient(to right, #4CACFF, #4CACFF 5px, transparent 5px, transparent 10px);
			background-size: 10px 1px;
			background-repeat: repeat-x;
		  }
		}
*/

        @media screen and (max-width: 767px) {
          .hiroshima-genki .about-cont02 {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 121px;
            padding: 0; }
			.hiroshima-genki .about-item {
    		display: block;
            width: 80%!important;
            padding: 0;
			margin: 0 auto 40px!important}
			
			.hiroshima-genki .about-item .about-item-img01,
			.hiroshima-genki .about-item .about-item-img02,
			.hiroshima-genki .about-item .about-item-img03{
				height: 210px!important;
				
			}
			.about-item-copy{margin: 0 10px 20px!important; padding: 0 15px!important;}
			.about-item-copy br{display: none!important;}
			}

        .hiroshima-genki .about-cont02 li {
          width: 232px;
          height: 232px;
          -webkit-box-shadow: 5px 5px 6px #959d9e;
                  box-shadow: 5px 5px 6px #959d9e;
          border-radius: 50%;
          color: #4cacff;
          background: #fff;
          font-size: 2.941rem;
          line-height: 3.693rem;
          font-weight: bold;
          letter-spacing: 3px;
          padding: 9px 10px 10px;
          position: relative;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }

        .hiroshima-genki .about-item{width: 984px; margin: 40px auto 100px;}
        .hiroshima-genki .about-item .about-item01,
        .hiroshima-genki .about-item .about-item02,
        .hiroshima-genki .about-item .about-item03{
          -webkit-box-shadow: 5px 5px 6px #959d9e;
                  box-shadow: 5px 5px 6px #959d9e;
          border-radius: 2%;
          color: #4cacff;
          background: #fff;
          font-weight: bold;
          padding: 10px;
          position: relative;
          font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
          margin: 5px;}

          .hiroshima-genki .about-item .about-item01{flex: 0 1 32%;}
          .hiroshima-genki .about-item .about-item02{flex: 0 1 32%;}
          .hiroshima-genki .about-item .about-item03{flex: 0 2 36%;}

          .hiroshima-genki .about-item .about-item-ttl{width: 100%; height:74px ; background-color: #4BAAFF; border-radius: 2%; font-size: 1.6rem; color: #fff; text-align: center; line-height: 74px;}

          .hiroshima-genki .about-item .about-item-img01,
          .hiroshima-genki .about-item .about-item-img02,
          .hiroshima-genki .about-item .about-item-img03{width: 100%; height: 250px; color: #fff; font-size: 1.7rem; position: relative;}

          .hiroshima-genki .about-item .about-item-img01{background: url("../img/hiroshima-genki/134.png") no-repeat center;}
          .hiroshima-genki .about-item .about-item-img02{background: url("../img/hiroshima-genki/135.png") no-repeat center;}
          .hiroshima-genki .about-item .about-item-img03{background: url("../img/hiroshima-genki/136.png") no-repeat center; background-size: 90%!important;}
          .hiroshima-genki .about-item .about-item-copy {
			font-size: 1.4rem;
			color: #4BAAFF;
			text-align: center;
          	position: relative;
			margin: 0 30px 25px 30px;
          }

			.hiroshima-genki .about-item .about-item-img01 span{
				position: absolute; 
				top: 44.5%;
				left: 50%;
				transform: translateX(-50%);
				-webkit-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
			}
			.hiroshima-genki .about-item .about-item-img02 span{
				position: absolute; 
				/*top: 115px; 
				left: 66px;*/
				top: 47%;
				left: 23%;
			}
			.hiroshima-genki .about-item .about-item-img03 span{
				position: absolute; 
				/*top: 111px; 
				left: 39px;*/
				top: 50%;
				left: 12%;
				transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
			}

			@media screen and (max-width: 767px) {
			.hiroshima-genki .about-item .about-item-img01 span{top: 43%;}
			.hiroshima-genki .about-item .about-item-img02 span{top: 45.3%; left: 21%;}
			.hiroshima-genki .about-item .about-item-img03 span{left: 10%;} 
			}

          .hiroshima-genki .about-item .about-item-copy::before,
          .hiroshima-genki .about-item .about-item-copy::after {
          	content: '';
          	width: 5px;
          	height: 100%;
          	position: absolute;
          }

          .hiroshima-genki .about-item .about-item-copy::before {
          	border-left:  solid 2px #4BAAFF;
          	border-top: solid 2px #4BAAFF;
          	border-bottom: solid 2px #4BAAFF;
          	top: 0;
          	left: 0;
          }

          .hiroshima-genki .about-item .about-item-copy::after {
          	border-right: solid 2px #4BAAFF;
          	border-top: solid 2px #4BAAFF;
          	border-bottom: solid 2px #4BAAFF;
          	top: 0;
          	right: 0;
          }









          @media screen and (max-width: 1024px) {
            .hiroshima-genki .about-cont02 li {
              width: 150px;
              height: 150px;
              font-size: 2rem;
              line-height: 2.5rem; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .about-cont02 li {
              width: 78.5px;
              height: 78.5px;
              font-size: 1.35rem;
              line-height: 1.6rem;
              padding: 4px;
              letter-spacing: 1px; } }
          .hiroshima-genki .about-cont02 li:nth-of-type(2) {
            width: 358px;
            height: 358px;
            font-size: 5rem;
            line-height: 6.1rem;
            padding: 12px 15px 15px; }
            @media screen and (max-width: 1024px) {
              .hiroshima-genki .about-cont02 li:nth-of-type(2) {
                width: 250px;
                height: 250px;
                font-size: 3rem;
                line-height: 4rem; } }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .about-cont02 li:nth-of-type(2) {
                width: 121px;
                height: 121px;
                font-size: 2.3rem;
                line-height: 2.7rem;
                padding: 5px; } }
            .hiroshima-genki .about-cont02 li:nth-of-type(2) span {
              padding-left: 0;
              background: #fffac0; }
          .hiroshima-genki .about-cont02 li:last-child:after {
            display: none; }
          .hiroshima-genki .about-cont02 li:after {
            content: "";
            width: 48px;
            height: 43px;
            background: url("../img/hiroshima-genki/arrow.png") no-repeat center;
            background-size: cover;
            position: absolute;
            top: calc(50% - 22px);
            right: -66px; }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .about-cont02 li:after {
                width: 15px;
                height: 13px;
                right: auto;
                left: calc(50% - 8px);
                top: auto;
                bottom: -21px;
                -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                        transform: rotate(90deg); } }
          .hiroshima-genki .about-cont02 li + li {
            margin-left: 77px; }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .about-cont02 li + li {
                margin-left: 0;
                margin-top: 26px; } }
          .hiroshima-genki .about-cont02 li span {
            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;
            border: 2px solid #4cacff;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            padding-bottom: 10px;
            padding-left: 5px; }
            @media screen and (max-width: 767px) {
              .hiroshima-genki .about-cont02 li span {
                border: 1px solid #4cacff;
                padding: 0 0 0 2px; } }
  .hiroshima-genki .howto {
    background: #4cacff; }
    .hiroshima-genki .howto-inner {
      max-width: 1268px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding-top: 176px;
      padding-bottom: 172px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .howto-inner {
          max-width: 100%;
          padding-bottom: 114px;
          padding-top: 52px; } }
      .hiroshima-genki .howto-inner:before {
        content: "";
        width: 57.5px;
        height: 55px;
        background: url("../img/hiroshima-genki/106.png") no-repeat center;
        background-size: cover;
        position: absolute;
        left: 22px;
        top: 27px;
        display: none; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-inner:before {
            display: block; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-inner:after {
            width: 47px;
            height: 49px;
            background: url("../img/hiroshima-genki/130.png") no-repeat center;
            background-size: cover;
            bottom: auto;
            top: 203px;
            right: 23px; } }
    .hiroshima-genki .howto-ttl01 {
      text-align: center;
      color: #fff;
      font-size: 2.7rem;
      line-height: 3.957rem;
      letter-spacing: 1.5px;
      padding-left: 4px;
      font-weight: bold;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .howto-ttl01 {
          font-size: 1.35rem;
          line-height: 2.05rem;
          letter-spacing: 0.5px; } }
      .hiroshima-genki .howto-ttl01 span {
        position: relative;
        padding: 31px 0; }
        .hiroshima-genki .howto-ttl01 span i {
          width: 129px;
          height: 97px;
          display: block;
          position: absolute;
          top: -7px;
          right: -189px; }
          @media screen and (max-width: 1024px) {
            .hiroshima-genki .howto-ttl01 span i {
              width: 97px;
              top: 15px;
              right: -123px; } }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .howto-ttl01 span i {
              display: none; } }
          .hiroshima-genki .howto-ttl01 span i img {
            width: 100%; }
    .hiroshima-genki .howto-ttl02 {
      margin: 68px auto 0;
      color: #fff;
      font-size: 5.439rem;
      line-height: 8rem;
      letter-spacing: 5.6px;
      text-align: center;
      font-weight: bold;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
      font-feature-settings: "palt" 1; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .howto-ttl02 {
          font-size: 4.5rem;
          line-height: 7rem; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .howto-ttl02 {
          font-size: 2.2rem;
          line-height: 3.35rem;
          margin-top: 16px;
          letter-spacing: 1px;
          padding-left: 4px;
          text-align: center;
          width: 100%; } }
    .hiroshima-genki .howto-block {
      width: 100%;
      margin: 70px auto 0;
      position: relative;
      -webkit-transform: translateX(6px);
      -ms-transform: translateX(6px);
      transform: translateX(6px);
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .howto-block {
          width: 100%;
          margin-top: 56px;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); } }
      .hiroshima-genki .howto-block span {
        display: block;
        width: 447px;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-block span {
            width: 100%;
            padding: 0 61px 0 56px; } }
        .hiroshima-genki .howto-block span img {
          width: 100%; }
      .hiroshima-genki .howto-block i {
        display: block;
        width: 178px;
        position: absolute;
        top: 118px;
        left: 7px; }
        .hiroshima-genki .howto-block i img {
          width: 100%; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .howto-block i {
            width: 107px;
            left: -20px; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-block i {
            display: none; } }
      .hiroshima-genki .howto-block p {
        font-weight: bold;
        color: #fff;
        font-size: 2.267rem;
        line-height: 4.3rem;
        letter-spacing: 1.2px;
        text-align: center;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .howto-block p {
            font-size: 1.8rem;
            line-height: 3.6rem; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-block p {
            font-size: 1.25rem;
            line-height: 2.35rem;
            margin-top: 22px;} }
    .hiroshima-genki .howto-list {
      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;
      max-width: 886px;
      width: 100%;
      margin: 0 auto 0; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .howto-list {
          padding: 0 15px; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .howto-list {
          width: 100%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          margin-top: 70px;
          padding: 0 17px; } }
      .hiroshima-genki .howto-list-item {
        width: calc(33.333333% - 32px); }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-list-item {
            width: calc(33.333333% - 3px); } }
      .hiroshima-genki .howto-list-img img {
        width: 100%; }
      .hiroshima-genki .howto-list-txt {
        color: #fff;
        font-size: 1.836rem;
        line-height: 2.407rem;
        min-height: 141px;
        text-align: center;
        font-weight: bold;
        padding-top: 45px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        padding-bottom: 0;
        letter-spacing: 0px; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .howto-list-txt {
            font-size: 0.6rem;
            line-height: 0.9rem;
            min-height: 64px;
            padding-top: 26px;
            letter-spacing: 1px; } }
  .hiroshima-genki .aboutpro {
    background: #fff; }
    .hiroshima-genki .aboutpro-inner {
      width: 100%;
      max-width: 1268px;
      margin: 0 auto;
      position: relative;
      padding-top: 169px;
      padding-bottom: 259px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .aboutpro-inner {
          max-width: 100%;
          padding-top: 59px;
          padding-bottom: 95px; } }
      .hiroshima-genki .aboutpro-inner:after {
        content: "";
        width: 133px;
        height: 75px;
        background: url(../img/hiroshima-genki/131.png) no-repeat center top;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        right: 45px;
        display: none; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-inner:after {
            display: block; } }
    .hiroshima-genki .aboutpro-ttl1 {
      text-align: center;
      font-size: 2.7rem;
      line-height: 3.957rem;
      color: #4cacff;
      letter-spacing: 1.5px;
      font-weight: bold;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .aboutpro-ttl1 {
          font-size: 1.35rem;
          line-height: 2.05rem;
          letter-spacing: 1px;
          padding-left: 3px; } }
      .hiroshima-genki .aboutpro-ttl1 span {
        display: inline-block;
        position: relative;
        padding: 29px 0; }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-ttl1 span {
            padding: 0; } }
        .hiroshima-genki .aboutpro-ttl1 span:before {
          content: "";
          width: 109px;
          height: 90px;
          background: url("../img/hiroshima-genki/120.png") no-repeat center;
          background-size: cover;
          position: absolute;
          top: 2px;
          left: -142px; }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .aboutpro-ttl1 span:before {
              display: none; } }
        .hiroshima-genki .aboutpro-ttl1 span:after {
          content: "";
          width: 88px;
          height: 96px;
          background: url("../img/hiroshima-genki/121.png") no-repeat center;
          background-size: cover;
          position: absolute;
          top: -5px;
          right: -129px; }
          @media screen and (max-width: 767px) {
            .hiroshima-genki .aboutpro-ttl1 span:after {
              display: none; } }
    .hiroshima-genki .aboutpro-ttl2 {
      font-size: 5.439rem;
      line-height: 8rem;
      color: #4cacff;
      letter-spacing: 4px;
      font-weight: bold;
      margin-top: 34px;
      text-align: center;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 1024px) {
        .hiroshima-genki .aboutpro-ttl2 {
          font-size: 3.5rem;
          line-height: 5.5rem; } }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .aboutpro-ttl2 {
          font-size: 2.2rem;
          line-height: 3.35rem;
          margin-top: 25px;
          letter-spacing: 0.8px;
          padding-left: 4px;
          text-align: center; } }
    .hiroshima-genki .aboutpro-block {
      position: relative;
      margin-top: 96px; }
      @media screen and (max-width: 767px) {
        .hiroshima-genki .aboutpro-block {
          margin-top: 43px; } }
      .hiroshima-genki .aboutpro-block:before {
        content: "";
        width: 173px;
        height: 133px;
        background: url("../img/hiroshima-genki/124.png") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 192px;
        left: -6px; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block:before {
            z-index: 0;
            width: 106px;
            height: 77px;
            top: 309px; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block:before {
            width: 60px;
            height: 68.5px;
            background: url(../img/hiroshima-genki/132.png) no-repeat center;
            background-size: cover;
            top: -33px;
            left: 18px; } }
      .hiroshima-genki .aboutpro-block:after {
        content: "";
        width: 261px;
        height: 190px;
        background: url("../img/hiroshima-genki/125.png") no-repeat center;
        background-size: cover;
        position: absolute;
        top: 392px;
        right: -29px; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block:after {
            z-index: 0;
            width: 152px;
            height: 111px;
            top: 409px; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block:after {
            width: 75px;
            height: 65px;
            background: url("../img/hiroshima-genki/133.png") no-repeat center;
            background-size: cover;
            top: 185px;
            right: 18px; } }
      .hiroshima-genki .aboutpro-block ul {
        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: 776px;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block ul {
            width: 760px;
            padding: 0 20px;
            position: relative;
            z-index: 1; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block ul {
            width: 217px;
            padding: 0;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            display: block; } }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block ul li {
            width: 48%; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block ul li {
            margin-bottom: 20px;
            width: 100%; } }
        .hiroshima-genki .aboutpro-block ul li img {
          width: 100%; }
      .hiroshima-genki .aboutpro-block p {
        font-size: 2.7rem;
        line-height: 4.7rem;
        color: #4cacff;
        letter-spacing: 0.8px;
        font-weight: bold;
        margin-top: 82px;
        text-align: center;
        padding-left: 62px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block p {
            position: relative;
            z-index: 1;
            font-size: 2rem;
            line-height: 4rem; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block p {
            font-size: 1.25rem;
            line-height: 1.9rem;
            margin-top: 47px;
            letter-spacing: 0.1px;
            padding-left: 2px;
            font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; } }
      .hiroshima-genki .aboutpro-block h3 {
        font-size: 4.394rem;
        line-height: 8rem;
        color: #4cacff;
        letter-spacing: 1px;
        font-weight: bold;
        margin-top: 107px;
        text-align: center;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
        @media screen and (max-width: 1024px) {
          .hiroshima-genki .aboutpro-block h3 {
            font-size: 2.8rem;
            line-height: 6rem; } }
        @media screen and (max-width: 767px) {
          .hiroshima-genki .aboutpro-block h3 {
            font-size: 1.8rem;
            line-height: 3.05rem;
            margin-top: 48px;
            padding-left: 0;
            text-align: center; } }
    .hiroshima-genki .aboutpro-btn {
      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;
      width: 430px;
      height: 118px;
      -webkit-transform: translateX(29px);
          -ms-transform: translateX(29px);
              transform: translateX(29px);
      border-radius: 5px;
      margin: 157px auto 0;
      background: #fff100;
      font-size: 3.831rem;
      line-height: 1;
      color: #4cacff;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 2px;
      padding-left: 5px;
      padding-bottom: 4px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
      @media screen and (max-width: 767px) {
        .sp {
          display: inline;
        }
        .hiroshima-genki .aboutpro-btn {
          width: 244px;
          font-size: 1.75rem;
          height: 68px;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          margin-top: 20px; } }

@media screen and (max-width: 1024px) and (min-width: 767px) {
  .tab {
    display: block !important;
  }
  .hide-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hiroshima-genki .about-cont01 p:first-child {
    height: 80px;
    width: 18px;
    display: block;
  }
  .hiroshima-genki .about-cont01 p:nth-child(2n) {
    height: 55px;
    width: 18px;
    display: block;
  }
}

/*  */
.hiroshima-genki .howto-form h4 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 102px;
  letter-spacing: 3px;
  padding-left: 20px;
}

.hiroshima-genki .howto-form h4 span {
  font-size: 80%;
}


.hiroshima-genki .howto-form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 176px;
  padding-bottom: 268px;
}
.hiroshima-genki .howto-form:after {
  content: "";
  width: 200px;
  height: 182px;
  background: url(../img/hiroshima-genki/119.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 50px;
  bottom: 175px;
}
.hiroshima-genki .howto-data {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hiroshima-genki .howto-data dl {
  color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  width: calc(100% / 2 - 35px);
  margin-bottom: 70px;
}
.hiroshima-genki .howto-data dt {
  font-size: 2.344rem;
  margin-bottom: 5px;
}
.hiroshima-genki .howto-data dt span {
  font-size: 80%;
}
.hiroshima-genki .howto-data dd {
  font-size: 2.344rem;
}
.hiroshima-genki .howto-data dd input[type="text"], .hiroshima-genki .howto-data dd input[type="email"], .hiroshima-genki .howto-data dd input[type="tel"] {
  width: 100%;
  border: none;
  height: 82px;
  border-radius: 3px;
  font-size: 80%;
  font-family: inherit;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.hiroshima-genki .howto-check {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-top: 56px;
}
.hiroshima-genki .howto-check a {
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-left: 20px;
}
.hiroshima-genki .howto-check input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-left: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance:none;
  appearance: none;
  background: #fff;
}
.hiroshima-genki input[type=checkbox]:checked {
  background-image: url(../img/hiroshima-genki/check-symbol.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.hiroshima-genki .howto-check label {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 80%;
  font-weight: bold;
}
.hiroshima-genki .howto-submit {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}
.hiroshima-genki .howto-submit input[type="submit"] {
  background: #ccc url(../img/hiroshima-genki/icon-download.png) no-repeat left 105px top 35px;
  background-size: 55px auto;
  padding-left: 93px;
  border: none;
  font-size: 3rem;
  font-weight: bold;
  width: 513px;
  height: 113px;
  color: #4CACFF;
  border-radius: 5px;
  cursor: pointer;
  pointer-events: none;
}
.hiroshima-genki .howto-submit input[type="submit"].is-active {
  background-color: #FFF100;
  pointer-events: all;
}
.hiroshima-genki .howto-note {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 67px;
  letter-spacing: 3px;
  font-feature-settings: "palt" 1;
}
body.body-fixed {
  overflow: hidden;
}
.hiroshima-genki .howto-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
}

.hiroshima-genki .howto-modal__inner {
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1265px;
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 40px;
  top: 40px;
  bottom: 40px;
}

.hiroshima-genki .howto-modal__head {
  height: 355px;
  background-color: #4CACFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.8rem;
}
.hiroshima-genki .howto-modal__head h3 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 75%;
  color: #fff;
}
.hiroshima-genki .howto-modal__sub {
  padding: 110px 50px;
  text-align: center;
  color: #4CACFF;
  padding-top: 117px;
  letter-spacing: -1px;
  margin-bottom: 11px;
}
.hiroshima-genki .howto-modal__sub h4 {
  font-size: 3.5rem;
  margin-bottom: 28px;
}
.hiroshima-genki .howto-modal__sub h4 span {
  font-size: 75%;
}
.hiroshima-genki .howto-modal__sub p {
  font-size: 2.3rem;
  font-weight: bold;
  border-bottom: 1px solid #4CACFF;
  letter-spacing: 0.1px;
  padding-bottom: 133px;
  margin-left: 43px;
  margin-right: 35px;
}
.hiroshima-genki .howto-modal__sub p span {
  font-size: 75%;
}
.hiroshima-genki .howto-modal__sub .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  padding-bottom: 35px;
  margin-left: 43px;
  margin-right: 35px;
}

.hiroshima-genki .howto-modal__sub .txt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  padding-bottom: 100px;
  margin-left: 43px;
  margin-right: 35px;
}


.hiroshima-genki .howto-modal__list ol {
  list-style: decimal;
  padding: 0 175px;
  color: #4CACFF;
  font-size: 2.5rem;
  font-weight: bold;
  padding-right: 0;
}
.hiroshima-genki .howto-modal__list ol li {
  letter-spacing: 1.9px;
  font-feature-settings: "palt" 1;
  line-height: 45px;
  margin-bottom: 45px;
}
.hiroshima-genki .howto-modal__btn {
  display: flex;
  justify-content: center;
  margin-top: 136px;
  margin-bottom: 40px;
}
.hiroshima-genki .howto-modal__btn button {
  background: none;
  font-size: 3.5rem;
  color: #4CACFF;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  width: 493px;
  height: 139px;
  border: 4px solid #4CACFF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 4px;
  margin-left: 5px;
  padding-right: 17px;
  cursor: pointer;
}
.hiroshima-genki .howto-modal__btn button img {
  margin-right: 20px;
}
.hiroshima-genki .howto-list02 {
  display: flex;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 220px;
}
.hiroshima-genki .howto-list02-item {
  box-shadow: 2.4px 2.4px 3.2px  rgba(0,0,0,0.4);
  background-color: #2A9CFF;
  border-radius: 15px;
  width: 365px;
  height: 412px;
  text-align: center;
}
.hiroshima-genki .howto-list02-item h4 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 49px;
}
.hiroshima-genki .howto-list02-icon01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding-bottom: 34px;
  padding-left: 10px;
}
.hiroshima-genki .howto-list02-item--first {
  padding-top: 83px;
}
.hiroshima-genki .howto-list02-item--second {
  padding-top: 96px;
}
.hiroshima-genki .howto-list02-item--third {
  padding-top: 68px;
}
.hiroshima-genki .howto-list02-item--third h4 {
  margin-top: 30px;
  letter-spacing: 2px;
}
.hiroshima-genki .howto-list02-icon02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  padding-bottom: 34px;
  padding-right: 5px;
}
.hiroshima-genki .howto-hightlight {
  background-color: #2A9CFF;
  position: relative;
}
.hiroshima-genki .howto-hightlight:before {
  content: "";
  background: url(../img/hiroshima-genki/icon-arrow.png) no-repeat left top;
  width: 75px;
  height: 93px;
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
}
.hiroshima-genki .howto-list {
  padding-top: 94px;
  padding-bottom: 111px;
  max-width: 960px;
}

.howto-list-item--first {
  background-color: #FFF000;
}
.hiroshima-genki .howto-list-item--first .howto-list-txt {
  color: #2A9CFF;
}
.howto-list-item--second {
  background-color: #D70C18;
}
.howto-list-item--third {
  background-color: #1EAA39;
}

.hiroshima-genki .howto-block p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.hiroshima-genki span.wpcf7-not-valid-tip, .hiroshima-genki div.wpcf7-validation-errors {
    font-size: 1.8em;
}

div.wpcf7-response-output {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1400px) {
  .hiroshima-genki .howto-list02 {
    padding: 0 10px;
  }
  .hiroshima-genki .howto-list02-item {
    width: 33.3333333333333%;
    padding-left: 10px;
    padding-right: 10px;
    height: 400px;
  }
  .hiroshima-genki .howto-list02-item img {
    max-width: 100%;
  }
}



@media screen and (min-width: 1024px) {
  .ol-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .hiroshima-genki .howto-form:after {
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .hiroshima-genki .howto-form:after {
    right: 0;
    bottom: 50px;
  }
  div.wpcf7-response-output {
    width: 97.5%;
  }
}
@media screen and (max-width: 991px) {
  /* .hiroshima-genki .howto-list02 {
    display: block;
    margin-bottom: 70px;
  }
  .hiroshima-genki .howto-list02 {
    display: block;
    margin-bottom: 150px;
  }
  .hiroshima-genki .howto-block p {
    font-size: 1.25rem;
    line-height: 21px;
    margin-top: 0;
    padding-left: 27px;
    padding-right: 17px;
    letter-spacing: 0;
  }
  .hiroshima-genki .howto-inner {
    margin-top: 52px;
    padding-bottom: 63px;
  }
  .hiroshima-genki .howto-list02-item {
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
  }
  .hiroshima-genki .howto-list02-icon01, .hiroshima-genki .howto-list02-icon02 {
    width: 200px;
    margin: auto;
    padding-bottom: 11px;
    padding-top: 17px;
  } */
  .hiroshima-genki .howto-data {
    padding: 0 15px;
  }
  .hiroshima-genki .howto-modal__inner {
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .hiroshima-genki .howto-modal__list ol {
    padding-left: 60px;
    padding-right: 40px;
  }
  .hiroshima-genki .howto-list02-item {
    height: 300px;
  }
  .hiroshima-genki .howto-list02-icon01, .hiroshima-genki .howto-list02-icon02 {
    width: 120px;
    padding: 0;
  }
  .hiroshima-genki .howto-list02-item--third {
    padding-top: 55px;
  }
  .hiroshima-genki .howto-list02-item--second {
    padding-top: 40px;
  }
  .hiroshima-genki .howto-list02-item--first {
    padding-top: 40px;
  }
  .hiroshima-genki .howto-list02-item h4 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

.hiroshima-genki .howto-ttl02 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .hiroshima-genki .howto-modal__sub h4 span {
    font-size: 100%;
  }
  .hiroshima-genki .howto-modal__sub p span {
    font-size: 100%;
  }
  .hiroshima-genki .howto-form h4 span {
    font-size: 100%;
  }
  .hiroshima-genki .howto-data dt span {
    font-size: 100%;
  }
  .hiroshima-genki .howto-ttl02 {
    margin-top: 20px;
  }
  .hiroshima-genki .howto-ttl02:after {
    content: "";
    background: url(../img/hiroshima-genki/137.png) no-repeat left top;
    background-size: 64px auto;
    width: 64px;
    position: absolute;
    bottom: -35px;
    right: 15px;
    height: 68px;
  }
  .hiroshima-genki .howto-list02 {
    display: block;
    margin-bottom: 70px;
  }
  .hiroshima-genki .howto-block p {
    font-size: 1.25rem;
    line-height: 21px;
    margin-top: 0;
    padding-left: 27px;
    padding-right: 17px;
    letter-spacing: 0;
  }
  .hiroshima-genki .howto-inner {
    margin-top: 52px;
    padding-bottom: 63px;
  }
  .hiroshima-genki .howto-list02-item {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
  }
  .hiroshima-genki .howto-list02-item--first {
    padding: 0 27px;
    padding-top: 40px;
  }
  .hiroshima-genki .howto-list02-item h4 {
    font-size: 1.5rem;
    margin-top: 23px;
  }
  .hiroshima-genki .howto-list02-icon01 {
    width: 200px;
    margin: auto;
    padding-bottom: 11px;
    padding-top: 17px;
  }
  .hiroshima-genki .howto-list02-icon01 img {
    width: 34px;
  }
  .hiroshima-genki .howto-list02-item--second {
    padding-top: 38px;
  }
  .hiroshima-genki .howto-list02-item--second img {
    width: 116px;
  }
  .hiroshima-genki .howto-list02-item--second h4 {
    letter-spacing: -1px;
    line-height: 22px;
  }
  .hiroshima-genki .howto-list02-icon02 {
    width: 200px;
    margin: auto;
    padding-bottom: 11px;
    padding-top: 15px;
    padding-left: 15px;
  }
  .hiroshima-genki .howto-list02-icon02 img {
    width: 34px;
  }
  .hiroshima-genki .howto-list02-item--third {
    padding-top: 32px;
  }
  .hiroshima-genki .howto-list02-item--third figure {
    padding-left: 10px;
  }
  .hiroshima-genki .howto-list02-item--third img {
    width: 170px;
  }
  .hiroshima-genki .howto-list02-item--third h4 {
    margin-top: 14px;
    letter-spacing: -1px;
  }
  .hiroshima-genki .howto-hightlight:before {
    content: "";
    background: url(../img/hiroshima-genki/icon-arrow.png) no-repeat left top;
    width: 30px;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
  }
  .hiroshima-genki .howto-list {
    padding-top: 49px;
    padding-bottom: 44px;
    padding-left: 39px;
    padding-right: 34px;
    justify-content: center;
    display: block;
    overflow: hidden;
  }
  .hiroshima-genki .howto-list-item {
    width: 47%;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .hiroshima-genki .howto-list-item:nth-child(2n), .hiroshima-genki .howto-list-item:nth-child(3n) {
    margin-right: 0
  }
  .hiroshima-genki .howto-list-item:nth-child(3n) {
    float: none;
    margin: 0 auto;
    clear: both;
    width: 47%;
  }
  .hiroshima-genki .howto-list-txt {
    padding-top: 23px;
    min-height: 69px;
    font-size: 1rem;
  }
  .hiroshima-genki .howto-list-item:nth-child(3n) .howto-list-txt {
    min-height: 74px;
  }
  .hiroshima-genki .howto-form {
    padding-top: 75px;
  }
  .hiroshima-genki .howto-form h4 {
    font-size: 1.5rem;
    padding-left: 0;
    margin-bottom: 46px;
  }
  .hiroshima-genki .howto-data {
    display: block;
  }
  .hiroshima-genki .howto-data dl {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .hiroshima-genki .howto-data dt {
    font-size: 1.2rem;
    margin-bottom: 2px;
  }
  .hiroshima-genki .howto-data dd input[type="text"], .hiroshima-genki .howto-data dd input[type="email"], .hiroshima-genki .howto-data dd input[type="tel"] {
    height: 42px;
    font-size: 1.6rem;
  }
  .hiroshima-genki .howto-data dl.last dt {
    margin-top: 31px;
  }
  .hiroshima-genki .howto-check input[type="checkbox"] {
    width: 23px;
    height: 23px;
    margin-left: 17px;
    margin-bottom: 1px;
  }
  .hiroshima-genki .howto-check a {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    margin-left: 8px;
  }
  .hiroshima-genki .howto-check label {
    font-size: 1.4rem;
  }
  .hiroshima-genki .howto-submit input[type="submit"] {
    background: #ccc url(../img/hiroshima-genki/icon-download.png) no-repeat left 29px top 19px;
    background-size: 34px auto;
    padding-left: 46px;
    border: none;
    font-size: 1.7rem;
    font-weight: bold;
    width: 250px;
    height: 68px;
    color: #4CACFF;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: none;
  }
  .hiroshima-genki .howto-submit input[type="submit"].is-active {
    background-color: #FFF100;
    pointer-events: all;
    
  }
  .hiroshima-genki .howto-submit {
    margin-top: 57px;
  }
  .hiroshima-genki .howto-note {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 12px;
    letter-spacing: 3px;
    font-feature-settings: "palt" 1;
    padding-left: 76px;
    padding-right: 70px;
  }
  .hiroshima-genki .howto-form:after {
    display: none;
  }
  .hiroshima-genki .howto-form {
    padding-bottom: 110px;
  }
  .hiroshima-genki .howto-modal__head {
    height: 91px;
    padding-top: 8px;
  }
  .hiroshima-genki .howto-modal__inner {
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .hiroshima-genki .howto-modal__head h3 {
    font-size: 1.2rem;
  }
  .hiroshima-genki .howto-modal__sub {
    padding: 0 10px;
    padding-top: 35px;
    margin-bottom: 45px;
  }
  .hiroshima-genki .howto-modal__sub h4 {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-bottom: 30px;
	margin-left: 43px;
    margin-right: 35px;
  }
  .hiroshima-genki .howto-modal__sub p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    padding-bottom: 41px;
  }
	
		.hiroshima-genki .howto-modal__sub .ttl {
	  font-size: 1.3rem;
	  padding-bottom: 25px;
	}

	.hiroshima-genki .howto-modal__sub .txt {
	  font-size: 1.1rem;
	  padding-bottom: 80px;
		line-height: 2;
	}
	
	
  .hiroshima-genki .howto-modal__list ol {
    font-size: 1.25rem;
    padding-left: 81px;
    padding-right: 30px;
  }
  .hiroshima-genki .howto-modal__list ol li {
    line-height: 2.3rem;
    margin-bottom: 21px;
  }
  .hiroshima-genki .howto-modal__btn {
    margin-top: 59px;
  }
  .hiroshima-genki .howto-modal__btn button {
    width: 250px;
    height: 70px;
    font-size: 1.5rem;
    border-width: 2px;
  }
  .hiroshima-genki .howto-modal__btn button img {
    width: 20px;
    margin-right: 15px;
  }
  .hiroshima-genki .howto-list-item--second {
    float: right;
  }
  .hiroshima-genki input[type=checkbox]:checked {
    background-size: 20px;
  }
  .ol-tab {
    display: none;
  }
  div.wpcf7-response-output {
    width: 250px;
  }
  .hiroshima-genki span.wpcf7-not-valid-tip, .hiroshima-genki div.wpcf7-validation-errors {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 552px) {
  .hiroshima-genki .howto-list-item {
    width: 144px;
  }
  .hiroshima-genki .howto-list-item:nth-child(3n) {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .hiroshima-genki .howto-note {
    padding-left: 36px;
    padding-right: 30px;
  }
  .hiroshima-genki .howto-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hiroshima-genki .howto-list-item {
    margin-right: 10px;
  }
}