@charset "utf-8";

/*  Resetting
/*-------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
}
ul {
  list-style: none;
}
body,
ul,
ol,
li,
dl,
dt,
dd,
table,
form,
input,
label {
  margin: 0;
  padding: 0;
}
/* Text elements */
hr {
  border: none;
  border-top: solid 1px #88d7fd;
  height: 1px;
  color: #ffffff;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
th {
  font-weight: lighter;
  padding: 13px;
}
dt {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
a {
  font-weight: bold;
  text-decoration: none;
  font-size: 100%;
  overflow: hidden;
  outline: none;
}
a:hover {
  transition: 0.4s;
  text-decoration: none;
}
a.blog_a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 100%;
  overflow: hidden;
  outline: none;
}
a.blog_a:hover {
  color: #00acae;
  transition: 0.4s;
  text-decoration: none;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
  transition: 0.4s;
}

/*-------------------------------------------*/
/*  Width
/*-------------------------------------------*/
.w100 {
  width: 100%;
}

.w99 {
  width: 99%;
}
.w30 {
  width: 30%;
}
.w50 {
  width: 50%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80% !important;
}

.w_profile {
  width: 200px;
}
/*-------------------------------------------*/
/*  Wrap
/*-------------------------------------------*/
.inner-wrap {
  width: auto;
  padding: 30px 75px 30px 75px;
}
.wrap {
  margin: auto;
  overflow: hidden;
  max-width: 960px;
}

.wrap_1098 {
  max-width: 960px;
}

/*-------------------------------------------*/
/*  Header
/*-------------------------------------------*/
.kv {
  max-width: 1500px;
  margin: 0 auto;
  background: url(../images/bg_head.jpg) no-repeat;
  position: relative;
  background-position: center;
  background-size: cover;
}

/*-------------------------------------------*/
/*  Font-style
/*-------------------------------------------*/

.pull-top {
  position: relative;
  z-index: 2;
}
.logo_w {
  width: 450px;
  margin: 40px auto 40px;
  text-align: center;
  display: block;
}

.name_w {
  width: 450px;
  margin: 0px auto 40px;
  text-align: center;
  display: block;
}

.arrow_w {
  width: 30px;
}

.bg_head {
  background: url(../images/bg_head.jpg) repeat;
  position: relative;
}

.bg_01 {
  background: url(../images/bg_01.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: top;
}
.bg_02 {
  background: url(../images/bg_02.jpg) no-repeat;
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.bg_03 {
  background: url(../images/bg-03.jpg) repeat;
  position: relative;
}
.wrap {
  z-index: 1;
  position: relative;
}

.design_title01,
.design_title02,
.design_title03,
.design_title04,
.design_title05,
.design_title06,
.design_title07,
.design_title08,
.design_title09,
.design_title10 {
  position: relative;
  z-index: 1;
}

.yellow_bg {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ebeac1;
  opacity: 0.2;
}

.design_title01 {
  border-bottom: solid 1px #0e357f;
  padding-bottom: 16px;
}
.design_title02 {
  height: auto;
  position: relative;
  background-color: #092d61;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.3;
}
.divider {
  margin: 10px 0 20px 0;
  overflow: hidden;
  background-image: linear-gradient(
    to right,
    #000 33%,
    rgba(255, 255, 255, 0) 0
  );
  background-position: bottom;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding-bottom: 15px;
  zoom: 1;
}
.postcript {
  background-image: url(../images/text_line.png);
  line-height: 50px;
}

.design_title03 {
  height: auto;
  color: #fff;
  position: relative;
  border-top: Solid 1.5px #fff;
  border-bottom: Solid 1.5px #fff;
}
.design_title03:after {
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #fff;
  content: " ";
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 20px;
}

.border {
  border-radius: 6px;
  padding: 9px 15px;
}

/*-------------------------------------------*/
/*  Check
/*-------------------------------------------*/
ul.check01 li {
  padding: 17px 0px;
  background: url(../images/check01.png) no-repeat left 18px;
  padding-left: 57px;
  text-align: left;
  border-bottom: 1px solid #e6dbc6;
  min-height: 31px;
  background-size: 36px;
}
ul.check02 li {
  background: url(../images/check02.png) no-repeat left 15px;
  text-align: left;
  min-height: 31px;
  line-height: 1.5;
  border-bottom: 1px solid #dfdfdf;
  padding: 19px 0 19px 52px;
  background-size: 38px;
}
ul.check01 li:last-child,
ul.check02 li:last-child,
ol li:last-child {
  border-bottom: none;
}

/*-------------------------------------------*/
/*  Page-top
/*-------------------------------------------*/
#page-top a {
  background: rgb(160, 220, 220);
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
  border-radius: 10px;
}
#page-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  font-size: 12px;
  z-index: 9;
}

/*-------------------------------------------*/
/*  Hidden
/*-------------------------------------------*/
.overflow_h_pc {
  overflow: hidden;
}

.button-simple:hover {
  color: #fff;
  animation-play-state: paused;
  top: 3px;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
input.present {
  width: 55%;
  margin: 0 auto !important;
  display: block;
  height: 110px;
  font-size: 22px;
  text-align: center;
  background: #ffffff;
  border: none;
  box-shadow: none;
  font-weight: 300;
}
.fixed-area-flex > button {
  height: 100%;
  width: 30%;
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
}
form {
  padding: 25px;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  letter-spacing: 1px;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  letter-spacing: 1px;
}

.signiture {
  width: 190px;
}

.icon {
  width: 30px;
  display: block;
  margin: 0px auto 13px;
}
.icon2 {
  width: 100px;
  display: block;
  margin: 0px auto 13px;
}
.tokucyo {
  width: 60px;
  display: block;
  margin: 0px auto 0;
}

br.sp_br {
  display: none;
}
/*-------------------------------------------*/
/*  Modal Window
/*-------------------------------------------*/

.tokuten {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}

ol {
  /*max-width: 350px;
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;*/
}
ol li {
  /*position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    padding-top: 15px;
    padding-left: 48px;
    background-size: 33px !important;*/
}

#li_01 {
  background: url(../images/num01.png) no-repeat left 9px;
}
#li_02 {
  background: url(../images/num02.png) no-repeat left 9px;
}
#li_03 {
  background: url(../images/num03.png) no-repeat left 9px;
}

table.tbl {
  border: solid 1px #e0dede;
  border-collapse: collapse;
}
.tbl th {
  font-weight: bold;
  color: #ed3c94;
}
.tbl td,
.tbl th {
  border: solid 3px #fff;
}

.vbg-arrow {
  height: auto;
  position: relative;
  background-color: #f08595;
}
.vbg-arrow:after {
  height: 0;
  position: absolute;
  width: 0;
  border: 20px solid transparent;
  border-top-color: #f08595;
  content: " ";
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border-width: 30px;
}
.wrap-960 {
  width: 960px;
  z-index: 1;
  position: relative;
  margin: auto;
}

td:nth-child(odd) {
  padding: 16px;
  line-height: 1.6;
  background: #f1f1f1;
}

td:nth-child(even) {
  padding: 16px;
  line-height: 1.6;
  background: #f9f9f9;
}
.bg_yellow {
  background: #fffb91;
}
.bg_blue {
  background: linear-gradient(45deg, #066cb7 0%, #3ccbeb 100%);
}
.bg_pink {
  background-color: #f8e1db;
}
.bg_gray {
  background: linear-gradient(transparent 92%, #f5fb52 92%);
}
.v_bg {
  position: absolute;
  top: 10px;
  left: 143px;
}
.forvoice {
  top: -800px;
}

hr {
  border: none;
  border-top: solid 1.5px #1e3271;
  height: 1px;
  color: #ffffff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.eye-catch {
  position: relative;
  margin-bottom: 24px;
}

.cat-name {
  position: absolute;
  z-index: 3;
  top: -28px;
  left: 13px;
  color: #000066 !important;
  min-width: 80px;
  font-size: 12px;
  font-size: 1.7rem;
  text-align: left;
  color: #fff;
  background-color: transparent !important;
  font-family: "Damion", cursive;
  font-weight: 400;
}

.eye-catch img {
  width: 170px;
}

.p20_s {
  padding: 25px 25px 25px 25px !important;
}

.mark_bg {
  background: linear-gradient(transparent 65%, #ffec9f 35%);
}

/*-------------------------------------------*/
/*  Button02
/*-------------------------------------------*/

.shiny-btn1 {
  display: block;
  position: relative;
  width: 100%; /*ボタンの幅*/
  /*box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);*/
  /*影の色(rgbaの値を変更)*/

  text-decoration: none;
  overflow: hidden;
}
.shiny-btn1:hover {
  text-decoration: none;
  color: #fff;
}
.shiny-btn1::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 1.7s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

input[type="text"],
input[type="password"],
textarea,
select,
button {
  outline: none;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

button {
  text-align: center;
  vertical-align: middle;
  background: none !important;
  border: none !important;
  font-size: 17px;
  cursor: pointer;
  margin: auto;
  display: block;
}
.bcreate307 {
}
.head-border {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  font-size: 22px;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  letter-spacing: 1px;
}
.button-simple {
  position: relative;
  background: #ee8211;
  margin: auto;
  text-align: center;
  display: block;
  width: 630px;
  padding: 27px 15px;
  font-size: 1.6em;
  line-height: 1.3;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 0 #d0710e;
}
.button-simple-body {
  position: relative;
  background: #3ecbe9;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  width: 540px;
  padding: 20px 10px;
  font-size: 1.7em;
  line-height: 1.3;
  color: #ffffff;
  border-radius: 60px;
}
.button-top {
  position: relative;
  width: 570px;
  padding: 30px 50px 30px 50px;
  font-size: 2em;
  color: #fff;
  border-radius: 70px;
  display: inline-block;
}

.button-top .button-simple:hover {
  background: #e98900;
  color: #fff;
  animation-play-state: paused;
  top: 3px;
}

.yureru-s {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

input.present {
  width: 100%;
  background: #ffffff;
  margin: 0 auto !important;
  display: block;
  height: 80px;
  font-size: 22px;
  text-align: center;
  box-shadow: 0px 0px 3px 1px #ccc inset;
  border: solid 1.5px #cacaca;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.fixed-area-flex > button {
  height: 100%;
  width: 30%;
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
}
form {
  padding: 25px 0;
  width: 700px;
}

.button-top input.present {
  width: 100%;
  border: 2px solid #a1a1a1;
  margin: 0 auto !important;
  display: block;
  height: 100px;
  font-size: 22px;
  text-align: center;
  box-shadow: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #dddddd;
}

.head-border:before {
  margin-right: 2.5rem;
}

.head-border:after {
  margin-left: 2.5rem;
}

.h_pc {
  width: 1100px;
}

/*button animations for img*/
.animate72,
.a-option72,
.a-btnsub72 {
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
a.a-btn {
  width: 100%;
  margin: auto;
  position: relative;
  display: inline-block;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a.a-btn img {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
img.a-main {
  width: 100%;
  position: relative;
  z-index: 54;
}
a.shover:hover * {
  animation-name: none !important;
}
@-moz-keyframes animate72 {
  0% {
    -moz-transform: rotate(0deg);
  }
  40% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(2deg);
  }
  60% {
    -moz-transform: rotate(-1deg);
  }
  70% {
    -moz-transform: rotate(3deg);
  }
  80% {
    -moz-transform: rotate(-2deg);
  }
  90% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes animate72 {
  0% {
    -o-transform: rotate(0deg);
  }
  40% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(2deg);
  }
  60% {
    -o-transform: rotate(-1deg);
  }
  70% {
    -o-transform: rotate(3deg);
  }
  80% {
    -o-transform: rotate(-2deg);
  }
  90% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes animate72 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotate(-1deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes animate72 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-1deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate72 {
  -webkit-animation-name: animate72;
  -moz-animation-name: animate72;
  -o-animation-name: animate72;
  animation-name: animate72;
}
.a-btn72 {
  padding-left: 0% !important;
}
.a-option72 {
  top: 0% !important;
}
.a-option72 {
  width: 20% !important;
}
.a-btn72 {
  max-width: 100% !important;
}
.animate72,
.a-btnsub72,
.a-option72 {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s !important;
}
button {
  width: 100%;
  margin: auto;
  background-color: #982127;
  border-color: #fff;
  padding: 0 !important;
  border-style: none;
}
.arrow {
  width: 100px;
}
.line-xs {
  border: none;
  border-top: solid 2px #536d93;
  height: 1px;
  color: #ffffff;
  width: 8%;
  display: block;
  text-align: center;
  margin: auto;
}
.youtube_movie {
  width: 100%;
  height: 500px;
}

.qbox {
  background-color: #43c9ec;
  padding: 5px 10px 7px;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}
.box {
  position: relative;
}
.box:after {
  content: "";
  width: 4px;
  height: 0px;
  top: 20px;
  position: absolute;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: -40px;
}
.p-absolute {
  position: absolute;
}
.z-index-1 {
  z-index: -1;
}
.top-right {
  top: 250px;
  right: 0;
}
.wr_ {
  writing-mode: vertical-rl;
  position: absolute;
}
.f_flex.c2 > div:first-child {
  width: 65%;
}
.f_flex.c2 > div:last-child {
  width: 25%;
}

.c2-l > div:first-child {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c2-l > div:last-child {
  width: 65%;
  margin-top: 0px;
  margin-bottom: 15px;
}
