@charset "UTF-8";

/* default
----------------------------------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.618;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}
ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
:focus {
  outline: none;
}
.hover {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
.hover:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/* デフォルト：1280px以上用（PC用）の記述
====================================================================================================*/
/* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
main {
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.inner.s {
  max-width: 890px;
}
.txt {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sp br {
  display: none;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.double > * {
  width: 48.1818181818182%;
}
.flex.double02 > * {
  width: calc((100% - 20px) / 2);
}
.flex.double02 > *:nth-child(n + 3) {
  margin-top: 20px;
}
.flex.tri > * {
  width: 31.4545454545455%;
}
.bg-blue01 {
  background-color: #2593c2;
  color: #fff;
}
.bg-pink01 {
  background-color: #db4978;
}
.bg-ptn01,
.bg-ptn02 {
  background-image: url("./img/bg_ptn01.png");
  background-size: 271px 181px;
  background-position: center;
}
.bg-ptn02 {
  background-image: url("./img/bg_ptn02.png");
}

.lead {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: solid 4px #f2d724;
}
.every {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.every::before,
.every::after {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  background-image: url("./img/deco02.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.every::before {
  margin-right: 0.5em;
}
.every::after {
  margin-left: 0.3em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.links .btn-link01 {
  margin-top: 25px;
  background-color: #fff;
}
.links .btn-link01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: solid 4px #f2d724;
}
.links .btn-link01 a::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  display: block;
  width: 0;
  border-left: solid 26px #000;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-right: solid 0px transparent;
}
.parallel {
  position: relative;
  text-align: center;
}
.parallel span {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 0.5em;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.055em;
  text-shadow: 2px 2px 0 #fff;
}
.parallel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: block;
  width: 95.5%;
  height: 100%;
  background-color: #f2d724;
  -webkit-transform: translateX(-50%) skewX(-30deg);
  transform: translateX(-50%) skewX(-30deg);
}
.parallel.s {
  display: inline-block;
  padding: 0 1.5em;
}
.parallel.s span {
  font-size: 20px;
  text-shadow: 2px 2px 0 #fff;
}
.line {
  display: inline-block;
  background-image: url("./img/line01.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 14px;
}
.line.pink {
  background-image: url("./img/line02.png");
}
.line.blue {
  background-image: url("./img/line03.png");
}

/* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
#body-header {
}
#body-header .logo {
  padding: 25px 0;
  justify-content: center;
  align-items: center;
}
#body-header .logo img {
  width: auto;
  height: 50px;
}
#key {
  padding: 96px 0 60px;
  border-top: solid 1px #0090cd;
}
.title-box {
  position: relative;
  max-width: 700px;
  padding: 70px 38px 40px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 0 2px #0090cd inset, 0 0 0 12px #f2d724 inset,
    0 0 0 14px #0090cd inset;
}
.title-box .catch .pop {
  position: absolute;
  top: -62px;
  left: -75px;
  z-index: 50;
  width: 178px;
}
.title-box .catch .catchcopy {
  position: absolute;
  top: -20px;
  right: -48px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 674px;
  background-color: #f2d724;
  border: solid 4px #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.title-box .catch .catchcopy span {
  font-size: min(3vw, 24px);
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}
.title-box .catch .catchcopy span strong {
  font-size: min(4vw, 36px);
}
.title-box .catch .catchcopy span:nth-child(1) {
  color: #0090cd;
}
.title-box .catch .catchcopy span:nth-child(2) {
  margin-left: 0.5em;
  color: #db4978;
}
.title-box .title {
  margin-bottom: 20px;
}
.title-box .lead {
  border: none;
}
#intro {
  padding: 60px 0 120px;
  text-align: center;
}
#intro .mind-voice {
}
#intro .mind-voice li {
  position: relative;
  padding: 1em;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.055em;
  color: #2593c2;
  background-color: #fff;
  border: solid 4px #2593c2;
  border-radius: 24px;
}
#intro .mind-voice li:nth-of-type(1) {
  max-width: 515px;
}
#intro .mind-voice li:nth-of-type(2) {
  max-width: 415px;
  margin: -60px 0 0 auto;
}
#intro .mind-voice li::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: calc(50% - 22px);
  display: block;
  width: 45px;
  height: 32px;
  background-image: url("./img/deco01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#intro .mind-voice li:nth-of-type(2)::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
#intro .lead {
  margin: 40px 0 75px;
}
.float-bnr {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9900;
  width: 150px;
  animation: float-img ease 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.float-bnr .text {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  transform: translate(-50%, -50%);
}
.float-bnr .text > span:nth-child(1) {
  font-size: 30px;
}
.float-bnr .subtext {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  transform: translate(-50%, -200%);
}
.float-bnr .round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  padding-top: 10%;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #db4978;
  border: solid 2px #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.float-bnr .round > span span {
  font-size: 60px;
}
.float-bnr .round::after {
  content: "";
  display: block;
  width: 0;
  margin-top: 10px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
@keyframes float-img {
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#body-header .float-bnr a {
  display: block;
}

/* #secAbout
---------------------------------------------------------------------------------------------------------------------------------*/
#secAbout {
  padding-bottom: 90px;
}
#secAbout .sec-header {
  text-align: center;
}
#secAbout .sec-header .sec-title {
  margin: 0 0 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#secAbout .sec-header .mind-voice {
  padding: 0 40px;
  margin-top: -40px;
}
#secAbout .sec-header .mind-voice li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29.6296296296296%;
  min-height: 168px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border: solid 4px #2593c2;
  border-radius: 30px;
}
#secAbout .sec-header .lead {
  margin: 60px 0 110px;
}
#localNav {
}
#localNav ul {
}
#localNav li {
  background-color: #fff;
}
#localNav li a {
  position: relative;
  display: block;
  padding: 1em 0 1.3em;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.055em;
  border: solid 10px #f2d724;
  border-top-width: 30px;
}
#localNav li a img {
  position: absolute;
  top: -84px;
  left: 50%;
  width: auto;
  height: 83px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#localNav li a::before,
#localNav li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: block;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#localNav li a::before {
  left: 50%;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #f2d724;
  border-radius: 100%;
}
#localNav li a::after {
  bottom: -8px;
  left: 50%;
  z-index: 50;
  width: 0;
  border-top: solid 30px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 0px transparent;
}
#localNav li:nth-of-type(2) a {
  border-color: #db4978;
}
#localNav li:nth-of-type(2) a::before {
  background-color: #db4978;
}
#localNav li:nth-of-type(3) a {
  border-color: #2593c2;
}
#localNav li:nth-of-type(3) a::before {
  background-color: #2593c2;
}

#secAbout .content {
  position: relative;
  padding: 75px 95px;
  margin-top: 140px;
  text-align: center;
  background-color: #fff;
  border: solid 10px #f2d724;
}
#secAbout .content:nth-of-type(2) {
  border-color: #db4978;
}
#secAbout .content:nth-of-type(3) {
  border-color: #2593c2;
}
#secAbout .cont-title {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.055em;
}
#secAbout .cont-title span:nth-child(n + 3) {
  margin-top: 0.2em;
}
#secAbout .cont-title img {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 106px;
  height: 104px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#secAbout .content .heading {
  font-size: 24px;
}
#secAbout .content .txt {
  font-size: 18px;
}
#secAbout .content .heading + .txt {
  margin-top: 30px;
}
#secAbout .content .txt + .heading {
  margin-top: 60px;
}
#secAbout .content .parallel {
  margin: 75px 0 45px;
}
#sec01 .site-list .box:nth-child(n + 3) {
  margin-top: 45px;
}
#sec01 .site-list dt {
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
#sec02 .support-list {
  margin-top: 100px;
}
#sec02 .support-list .box {
  position: relative;
  padding: 40px 30px 30px;
  text-align: center;
  border: solid 4px #db4978;
}
#sec02 .support-list .parallel,
#sec02 .voices .parallel {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sec02 .support-list .parallel span,
#sec02 .voices .parallel span {
  color: #fff;
  text-shadow: none;
}
#sec02 .support-list .parallel::after {
  background-color: #db4978;
}
#sec02 .support-list dd {
  font-size: 16px;
  font-weight: bold;
}
#sec02 .support-list dd .line {
  font-size: 28px;
}
#sec02 .support-list dd + dd {
  margin-top: 1em;
}
#sec02 .support-list .box.L {
  width: 100%;
  margin-top: 60px;
}
#sec02 .support-list .box.L dd {
  font-weight: normal;
}
#sec02 .voices {
  position: relative;
  padding: 54px 34px 30px;
  margin-top: 60px;
}

#sec02 .voices .parallel::after {
  top: -4px;
  background-color: #db4978;
  border: solid 4px #fff;
}
#sec02 .voices .voice-list {
}
#sec02 .voices .voice-list .box {
  overflow: hidden;
}
#sec02 .voices .voice-list .box + .box {
  margin-top: 45px;
}
#sec02 .voices .voice-list .img {
  float: right;
  width: 36.4197530864198%;
}
#sec02 .voices .voice-list dt,
#sec02 .voices .voice-list .txt {
  float: left;
  width: 58.641975308642%;
}
#sec02 .voices .voice-list .box:nth-of-type(2) .img {
  float: left;
}
#sec02 .voices .voice-list .box:nth-of-type(2) dt,
#sec02 .voices .voice-list .box:nth-of-type(2) .txt {
  float: right;
}
#sec02 .voices .voice-list dt {
  padding: 0.5em 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
}
#sec02 .voices .voice-list .txt {
  padding: 1em;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #fff;
}
#sec03 .parallel span {
  color: #fff;
  text-shadow: none;
}
#sec03 .parallel::after {
  background-color: #2593c2;
}

/* #secFeature
---------------------------------------------------------------------------------------------------------------------------------*/
#secFeature {
  padding: 90px 0;
}
#secFeature .inner {
  align-items: center;
}
#secFeature .sec-title {
  position: relative;
  width: 42.1348314606742%;
  background-color: #fff;
}
#secFeature .sec-title::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}
#secFeature .sec-title img {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 78.9333333333333%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#secFeature .feature-list {
  width: 51.2359550561798%;
}
#secFeature .feature-list li {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* #secContact
---------------------------------------------------------------------------------------------------------------------------------*/
#secContact {
  padding: 90px 0;
}
#secContact .every {
  margin-top: 60px;
  color: #2593c2;
}
#secContact .every::before,
#secContact .every::after {
  background-image: url("./img/deco02_2.png");
}
#secContact .tel {
  margin-top: 36px;
  background-color: #f2d724;
}
#secContact .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#secContact .tel span {
  display: inline-block;
}
#secContact .tel span:nth-of-type(1) {
  margin-right: 30px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#secContact .tel span:nth-of-type(2) {
  height: 60px;
}
#secContact .tel span:nth-of-type(2) img {
  width: auto;
  height: 100%;
}
#secContact .deadline {
  position: relative;
  max-width: 700px;
  padding: 55px 20px 40px;
  margin: 90px auto 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border: solid 10px #f2d724;
}
#secContact .deadline .parallel {
  position: absolute;
  top: -5px;
  left: 50%;
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#secContact .deadline strong {
  font-size: 50px;
}
#secContact .deadline .member {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
}
#secContact .deadline .member .box {
  display: inline-block;
  padding: 0.3em 0.5em;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.357;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2593c2;
}
#secContact .title-box {
  padding: 40px 38px;
}
#secContact .title-box .catch {
  margin-bottom: 0.8em;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
}
#secContact .title-box .catch strong {
  color: #db4978;
}

/* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
#body-footer {
  padding: 60px 0 120px;
}
#body-footer .logo {
  margin-bottom: 50px;
}
#body-footer .logo img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
#body-footer .box {
  align-items: stretch;
}
#body-footer .map-canvas {
}
#body-footer .map-canvas iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#body-footer .info-list {
}
#body-footer .info-list li {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#body-footer .info-list li + li {
  margin-top: 0.75em;
}
#body-footer .info-list a {
  text-decoration: underline;
}
#body-footer .copy {
  margin-top: 120px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* 1200px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {
  .inner {
    max-width: 960px;
  }
  #localNav li a {
    font-size: 26px;
  }
  #sec02 .voices .voice-list dt {
    font-size: 18px;
  }
} /* 1200px以下用の記述 */

/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {
  /* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
  .inner {
    width: 90%;
  }
  .inner .inner {
    width: 100%;
  }
  .txt {
    font-size: 15px;
  }
  .pc br {
    display: none;
  }
  .sp br {
    display: block;
  }
  .lead {
    font-size: 30px;
  }
  .links .btn-link01 {
    margin-top: 25px;
    background-color: #fff;
  }
  .links .btn-link01 a {
    height: 80px;
    font-size: 20px;
  }
  .links .btn-link01 a::after {
    top: calc(50% - 10px);
    right: 20px;
    border-left: solid 18px #000;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
  }
  .parallel span {
    font-size: 30px;
  }

  /* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
  #key {
    padding-top: 75px;
  }
  .title-box .catch .pop {
    top: -40px;
    left: -40px;
    width: 148px;
  }
  .title-box .catch .catchcopy {
    top: -20px;
    right: -28px;
    width: 640px;
  }
  #intro .mind-voice li {
    padding: 0.6em 1em;
    font-size: 24px;
    line-height: 1.4;
  }
  #intro .mind-voice li:nth-of-type(1) {
    max-width: 55%;
  }
  #intro .mind-voice li:nth-of-type(2) {
    max-width: 50%;
    padding: 1em 0;
    margin: -3em 0 0 auto;
  }
  .float-bnr {
    bottom: 10px;
    right: 10px;
    width: 100px;
  }
  .float-bnr .text {
    font-size: 12px;
  }
  .float-bnr .text > span:nth-child(1) {
    font-size: 18px;
  }
  .float-bnr .subtext {
    font-size: 12px;
  }
  .float-bnr .round {
    font-size: 12px;
  }
  .float-bnr .round > span span {
    font-size: 40px;
  }
  .float-bnr .round::after {
    margin-top: 6px;
    border-width: 6px 4px 0 4px;
  }

  /* #secAbout
---------------------------------------------------------------------------------------------------------------------------------*/
  #secAbout {
    padding-bottom: 90px;
  }
  #secAbout .sec-header {
    text-align: center;
  }
  #secAbout .sec-header .mind-voice {
    padding: 0;
  }
  #secAbout .sec-header .mind-voice li {
    min-height: 140px;
    font-size: 20px;
  }
  #localNav li a {
    font-size: 20px;
  }
  #localNav li a img {
    top: -64px;
    height: 60px;
  }
  #localNav li a::before {
    width: 45px;
    height: 45px;
  }
  #localNav li a::after {
    border-top: solid 20px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }
  #secAbout .content {
    padding: 75px 60px;
  }
  #secAbout .cont-title {
    font-size: 30px;
  }
  #secAbout .content .heading {
    font-size: 20px;
  }
  #secAbout .content .txt {
    font-size: 16px;
  }
  #sec02 .support-list dd {
    font-size: 14px;
  }
  #sec02 .support-list dd .line {
    font-size: 20px;
  }
  /* #secFeature
---------------------------------------------------------------------------------------------------------------------------------*/
  #secFeature .feature-list li {
    font-size: 20px;
  }
  /* #secContact
---------------------------------------------------------------------------------------------------------------------------------*/
  #secContact .tel span:nth-of-type(1) {
    margin-right: 20px;
    font-size: 24px;
  }
  #secContact .tel span:nth-of-type(2) {
    height: 40px;
  }
  #secContact .title-box .catch {
    font-size: 24px;
  }
} /* 960px以下用の記述 */

/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
  /* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
  .bg-ptn01,
  .bg-ptn02 {
    background-size: 135px 90px;
  }
  .lead {
    font-size: 20px;
    border-bottom: solid 2px #f2d724;
  }
  .every {
    font-size: 15px;
  }
  .every::before,
  .every::after {
    width: 11px;
    height: 15px;
  }
  .links {
    display: block;
  }
  .links .btn-link01 {
    width: 100%;
    max-width: 265px;
    margin: 10px auto 0;
  }
  .links .btn-link01 a {
    height: 60px;
    font-size: 15px;
  }
  .links .btn-link01 a::after {
    top: calc(50% - 7px);
    right: 15px;
    border-left: solid 13px #000;
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
  }
  .parallel span {
    font-size: 15px;
    line-height: 1.3;
  }
  .parallel.s span {
    font-size: 15px;
    line-height: 1.3;
    text-shadow: 1px 1px 0 #fff;
  }
  .line {
    background-size: auto 7px;
  }

  /* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
  #body-header {
  }
  #body-header .logo {
    padding: 20px 0;
  }
  #body-header .logo img {
    height: 30px;
  }
  #key {
    padding: 36px 10px 20px;
  }
  .title-box {
    padding: 7% 19px 14px;
    box-shadow: 0 0 0 1px #0090cd inset, 0 0 0 6px #f2d724 inset,
      0 0 0 7px #0090cd inset;
  }
  .title-box .catch .pop {
    top: -18%;
    left: -7%;
    width: 22%;
  }
  .title-box .catch .catchcopy {
    top: -10%;
    right: -3%;
    width: 92%;
  }
  .title-box .title {
    margin-bottom: 10px;
  }
  #intro {
    padding: 22px 0 50px;
  }
  #intro .mind-voice {
  }
  #intro .mind-voice li {
    font-size: 15px;
    border: solid 2px #2593c2;
    border-radius: 12px;
  }
  #intro .mind-voice li::after {
    bottom: -15px;
    left: calc(50% - 11px);
    width: 22px;
    height: 16px;
  }
  #intro .lead {
    margin: 20px 0 36px;
  }
  #body-header .float-bnr {
    bottom: 5px;
    right: 5px;
    width: 87px;
    height: 101px;
  }
  /* #secAbout
---------------------------------------------------------------------------------------------------------------------------------*/
  #secAbout {
    padding-bottom: 30px;
  }
  #secAbout .sec-header {
    text-align: center;
  }
  #secAbout .sec-header .sec-title {
    margin: 0 0 20px;
  }
  #secAbout .sec-header .mind-voice {
    display: block;
    margin-top: -20px;
  }
  #secAbout .sec-header .mind-voice li {
    width: 100%;
    max-width: 265px;
    padding: 0.2em 0;
    margin: 0 auto;
    min-height: 0;
    font-size: 15px;
    border: solid 2px #2593c2;
    border-radius: 10px;
  }
  #secAbout .sec-header .mind-voice li + li {
    margin-top: 10px;
  }
  #secAbout .sec-header .lead {
    margin: 20px 0 45px;
    font-size: 15px;
  }
  #localNav ul {
    display: block;
  }
  #localNav li {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #localNav li + li {
    margin-top: 60px;
  }
  #localNav li a {
    font-size: 15px;
    border: solid 8px #f2d724;
    border-top-width: 16px;
  }
  #localNav li a img {
    top: -42px;
    height: 41px;
  }
  #localNav li a::before {
    width: 30px;
    height: 30px;
  }
  #localNav li a::after {
    bottom: -6px;
    border-top: solid 14px #fff;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
  }

  #secAbout .content {
    padding: 45px 15px;
    margin-top: 80px;
    border: solid 3px #f2d724;
  }
  #secAbout .cont-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #secAbout .cont-title img {
    top: -2px;
    width: 53px;
    height: 52px;
  }
  #secAbout .content .heading,
  #secAbout .content .txt {
    font-size: 15px;
  }
  #secAbout .content .txt {
    line-height: 1.5;
  }
  #secAbout .content .heading + .txt {
    margin-top: 20px;
  }
  #secAbout .content .txt + .heading {
    margin-top: 30px;
  }
  #secAbout .content .parallel {
    margin: 30px 0 20px;
  }
  #sec01 .site-list {
    display: block;
  }
  #sec01 .site-list .box {
    width: 100%;
  }
  #sec01 .site-list .box:nth-child(n + 2) {
    margin-top: 20px;
  }
  #sec01 .site-list dt {
    margin-bottom: 0.5em;
    font-size: 12px;
  }
  #sec02 .support-list {
    display: block;
    margin-top: 40px;
  }
  #sec02 .support-list .box {
    width: 100%;
    padding: 30px 15px 20px;
    border: solid 2px #db4978;
  }
  #sec02 .support-list .box + .box {
    margin-top: 30px;
  }
  #sec02 .support-list .parallel,
  #sec02 .voices .parallel {
    margin: 0;
  }
  #sec02 .support-list .parallel::after {
    background-color: #db4978;
  }
  #sec02 .support-list dd {
    font-size: 12px;
    font-weight: bold;
  }
  #sec02 .support-list dd .line {
    font-size: 18px;
  }
  #sec02 .support-list .box.L {
    margin-top: 30px;
  }
  #sec02 .support-list .box.L dd {
    display: block;
  }
  #sec02 .support-list .box.L dd > * {
    width: 100%;
  }
  #sec02 .support-list .box.L dd .txt {
    margin-top: 10px;
  }
  #sec02 .voices {
    padding: 30px 15px 20px;
    margin-top: 30px;
  }
  #sec02 .voices .parallel::after {
    top: -2px;
    border: solid 2px #fff;
  }
  #sec02 .voices .voice-list .box + .box {
    margin-top: 20px;
  }
  #sec02 .voices .voice-list .img,
  #sec02 .voices .voice-list dt,
  #sec02 .voices .voice-list .txt,
  #sec02 .voices .voice-list .box:nth-of-type(2) .img,
  #sec02 .voices .voice-list .box:nth-of-type(2) dt,
  #sec02 .voices .voice-list .box:nth-of-type(2) .txt {
    float: none;
    width: 100%;
  }
  #sec02 .voices .voice-list .img {
    max-width: 149px;
    margin: 0 auto;
  }
  #sec02 .voices .voice-list dt {
    font-size: 15px;
    text-align: center;
  }
  #sec02 .voices .voice-list dt span {
    display: none;
  }
  #sec02 .voices .voice-list .txt {
    padding: 0.5em 0.7em;
    font-size: 15px;
  }
  #sec03 .img-list {
    display: block;
  }
  #sec03 .img-list > * {
    width: 100%;
  }
  #sec03 .img-list li + li {
    margin-top: 10px;
  }
  /* #secFeature
---------------------------------------------------------------------------------------------------------------------------------*/
  #secFeature {
    padding: 30px 0;
  }
  #secFeature .inner {
    display: block;
  }
  #secFeature .sec-title {
    width: 140px;
    margin: 0 auto;
  }
  #secFeature .feature-list {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
  #secFeature .feature-list li {
    font-size: 15px;
  }
  /* #secContact
---------------------------------------------------------------------------------------------------------------------------------*/
  #secContact {
    padding: 30px 0;
  }
  #secContact .every {
    margin-top: 30px;
    color: #2593c2;
  }
  #secContact .tel {
    max-width: 265px;
    margin: 10px auto 0;
  }
  #secContact .tel a {
    display: block;
    padding: 12px 12px 18px;
    text-align: center;
  }
  #secContact .tel span {
    display: block;
  }
  #secContact .tel span:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #secContact .tel span:nth-of-type(2) {
    width: 100%;
    height: auto;
  }
  #secContact .tel span:nth-of-type(2) img {
    width: 100%;
    height: auto;
  }
  #secContact .deadline {
    max-width: 265px;
    padding: 24px 10px 15px;
    margin: 30px auto 0;
    font-size: 15px;
    border: solid 3px #f2d724;
  }
  #secContact .deadline .parallel {
    font-size: 15px;
  }
  #secContact .deadline strong {
    font-size: 30px;
  }
  #secContact .deadline .member .box {
    font-size: 12px;
  }
  #secContact .title-box {
    padding: 20px 19px 14px;
  }
  #secContact .title-box .catch {
    margin-bottom: 0.8em;
    font-size: 14px;
  }
  /* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
  #body-footer {
    padding: 30px 0 60px;
  }
  #body-footer .logo {
    margin-bottom: 20px;
  }
  #body-footer .logo img {
    height: 30px;
  }
  #body-footer .box {
    display: block;
  }
  #body-footer .box > * {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
  }
  #body-footer .map-canvas {
    position: relative;
  }
  #body-footer .map-canvas::before {
    content: "";
    display: block;
    width: 0;
    padding-top: 56.6037735849057%;
  }
  #body-footer .map-canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
  #body-footer .info-list {
    margin-top: 15px;
    font-size: 14px;
  }
  #body-footer .copy {
    margin-top: 60px;
    font-size: 10px;
  }
} /* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {
} /* 480px以下用の記述 */
