body {
  font-size: 21px !important;
  margin: 0px;
  background-repeat: repeat-x;
  font-weight: 400;
  background-attachment: fixed;
  line-height: 1.8em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #ffffff !important;
  color: #333;
}

ul {
  margin: 0px;
  padding: 0px;
}

input::placeholder {
  color: #ccc;
}

/* :::::::::::::::::::::::::::::: responsive :::::::::::::::::::::::::::::: */

.text-big {
  font-size: 1.2em;
}

@media screen and (max-width: 1000px) {
  /*　スマホ&タブレット用（画面幅が1000px以下の場合、以下を適用）　*/
  body {
    font-size: 2.8em !important;
    margin: 0px;
    background-repeat: no-repeat;
    line-height: 1.8em;
  }
  .text-ss {
    font-size: 0.5em;
  }
  .text-s {
    font-size: 0.5em !important;
    line-height: 1.6;
  }
  .form-control {
    height: 120px;
    width: 790px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 100%;
    text-align: center;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #ccc;
    margin-top: -15px;
  }
  .kome {
    font-size: 60%;
    font-weight: bold;
    color: #f00;
    position: relative;
    top: -10px;
  }
  .form_btn {
    margin-top: 20px;
  }
  @media screen and (min-width: 1001px) {
    #form_02 {
      display: none;
    }
  }
  #form_02 {
    background-image: url(../img/form_02_bg.png);
    background-repeat: no-repeat;
    height: auto;
    width: 900px;
    padding-top: 50px;
    text-align: center;
    background-position: center bottom;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
  }
  .box_01 {
    padding-right: 50px;
    padding-left: 40px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 15px;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 80px;
  }
  .box_01_ {
    padding-top: 40px;
    padding-right: 45px;
    padding-bottom: 40px;
    padding-left: 40px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 0px;
    border-left-style: none;
    background-image: url(../img/box_01_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 80px;
    margin-top: -30px;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: #ff9901;
  }
  .box_02 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
  }
  .box_02_end {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
    background-color: #fff;
  }
  .box_03 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: -30px;
  }
  .box_04 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 0px 0px 15px 15px;
  }
  .box_04_end {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 0px 0px 15px 15px;
  }
  .box_05 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 700px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1001px) {
  body {
    background-image: url(../img/outer-bg.jpg);
    background-size: cover;
    background-position: center;
    font-size: 1.6em !important;
    margin: 0px;
    background-repeat: repeat-x;
    background-attachment: fixed;
    line-height: 1.8em;
    color: #333;
  }
  .form-control {
    height: 100px;
    width: 790px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 120%;
    text-align: center;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #ccc;
    margin-top: 0px;
  }
  .kome {
    font-size: 60%;
    font-weight: bold;
    color: #f00;
    position: relative;
    top: -5px;
  }
  .form_btn {
    margin-top: 20px;
  }
  #form_02 {
    display: none;
  }
  .box_01 {
    padding-right: 50px;
    padding-left: 40px;
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
    line-height: 1.8em;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 80px;
  }
  .box_01_ {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    width: 805px;
    margin-right: auto;
    margin-left: auto;
    border-left-width: 0px;
    border-left-style: none;
    font-size: 90%;
    line-height: 1.8em;
    background-image: url(../img/box_01_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 80px;
    margin-top: -30px;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: #ff9901;
  }
  .box_02 {
    background-color: #ffffff;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
  }
  .box_02_end {
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
    background-color: #fff;
  }
  .box_03 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: -30px;
  }
  .box_04 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
  }
  .box_04_end {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 800px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
    border-radius: 0px 0px 15px 15px;
  }
  .box_05 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 700px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-top: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .bold {
    font-weight: bold;
    line-height: 1.5em;
  }
  .form_wrap {
    width: 640px;
    background-color: #fff;
    text-align: justify;
    margin-top: 50px;
    margin-right: 100px;
    margin-bottom: 50px;
    margin-left: 100px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
    padding-top: 50px;
    padding-right: 80px;
    padding-bottom: 60px;
    padding-left: 80px;
  }
  .form_01 {
    background-color: #f6f6f6;
    height: 60px;
    width: 500px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 20px;
  }
  .form_06 {
    background-color: #f6f6f6;
    height: 60px;
    width: 359px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 20px;
  }
  .form_02 {
    background-color: #f6f6f6;
    height: 60px;
    width: 500px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .form_03 {
    background-color: #f6f6f6;
    height: 60px;
    width: 150px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .form_04 {
    background-color: #f6f6f6;
    height: 60px;
    width: 150px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-right: 5px;
  }
  .form_05 {
    background-color: #f6f6f6;
    height: 180px;
    width: 600px;
    color: #333;
    font-size: 30px;
    border: 2px solid #ddd;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .bold {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.6em;
  }
  .form_wrap {
    width: 400px;
    background-color: #fff;
    text-align: justify;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
    padding-top: 20px;
    padding-right: 100px;
    padding-bottom: 30px;
    padding-left: 100px;
  }
  .form_01 {
    background-color: #f6f6f6;
    height: 18px;
    width: 300px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .form_06 {
    background-color: #f6f6f6;
    height: 18px;
    width: 180px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .form_02 {
    background-color: #f6f6f6;
    height: 18px;
    width: 300px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px;
  }
  .form_03 {
    background-color: #f6f6f6;
    height: 18px;
    width: 80px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-right: 0px;
    padding: 5px;
  }
  .form_04 {
    background-color: #f6f6f6;
    height: 18px;
    width: 80px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 5px;
  }
  .form_05 {
    background-color: #f6f6f6;
    height: 80px;
    width: 385px;
    color: #333;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
  }
}

/* :::::::::::::::::::::::::::::: ヘッダー :::::::::::::::::::::::::::::: */

#mainvisual {
  background-size: auto 100%;
  animation: bg-zoom 5s linear infinite;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-position: center;
  text-align: center;
}

/* :::::::::::::::::::::::::::::: 基礎構造 :::::::::::::::::::::::::::::: */

.maker {
  background: linear-gradient(transparent 86%, #fff2c5 42%);
  font-weight: bold;
  font-size: 1em;
}
.maker1 {
  background: #fff4d2;
  font-weight: bold;
  font-size: 1em;
}
.maker2 {
  color: #201614;
  padding: 2px 5px;
  margin: 0 5px;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #e2e2e2 60%);
}
.maker3 {
  font-weight: bold;
  background-color: #ffffde;
}
.cursor {
  cursor: pointer;
}
.red {
  color: #d73110;
  font-weight: bold;
}
.red2 {
  color: #f8f8fd;
  font-weight: bold;
  background: #60696c;
  padding: 0.2em;
  margin: 0 0.05em;
}
.yellow {
  color: #fde28a;
}
.main-color {
  color: #133b9d;
  font-weight: bold;
  font-size: 1.2em;
}
.m_color {
  color: #117d81;
  font-weight: bold;
  text-decoration: underline;
}
.m_color2 {
  color: #117d81;
  font-weight: bold;
}
.m_color3 {
  background-color: #117d81;
  font-weight: bold;
  color: #fff;
  padding: 5px 2px;
  margin: 0 5px;
}
/*
input::placeholder {
  color: #CCC;
}

textarea::placeholder {
  color: #CCC;
}
*/

.cont {
  background: #ffffff;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.5);
  margin-top: -2px;
}

.tx {
  width: 860px;
  background-color: #fff;
  text-align: justify;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 70px;
  padding-bottom: 0px;
  padding-left: 70px;
}

.shadow {
  box-shadow: 0px 0px 10px #999;
}

/* :::::::::::::::::::::::::::::: フッター :::::::::::::::::::::::::::::: */

#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70%;
  line-height: 1.5em;
  text-align: center;
  color: rgb(0, 0, 0);
  width: 870px;
  font-weight: normal;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 400px;
  padding-left: 15px;
}

#footer a {
  color: #fff;
}

#pp {
  border: 1px solid rgb(204, 204, 204);
  overflow: auto;
  height: 100px;
  color: rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  width: 800px;
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: justify;
  letter-spacing: 0em;
  line-height: 1.8em;
  font-size: 70%;
}

#footer_pp {
  padding: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: rgb(51, 51, 51);
  background-color: #ccc;
  width: 100%;
  font-weight: bold;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
}

.wrap_pp {
  width: 740px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  border-left-color: #333;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #fff;
}

/* ::::: class (for Text)::::: */

.hl {
  font-weight: bold;
  color: #c00;
  background-color: #ff0;
  font-size: 110%;
}

.hl2 {
  font-weight: bold;
  color: #fff;
  background-color: #c00;
}

.ul {
  font-weight: bold;
  text-decoration: underline;
}

.dropcap {
  font-weight: bold;
  font-size: 200%;
  line-height: 1em;
}

.title_01 {
  color: #ffffff;
  background-color: #a5d636;
  padding: 20px 0px;
  font-weight: bold;
  font-size: 150%;
}

.pink {
  color: #c956c2;
}

.blue {
  color: #f27b05;
  font-weight: bold;
  display: contents;
}

.box-yellow {
  background-color: #f2f2f2;
  margin: 20px 0;
  padding: 20px;
}

.center {
  text-align: center;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.bold {
  font-weight: bold;
}

.white_p {
  color: #fff;
}

.margin-0 {
  margin: 0 auto;
}

.padding-top50 {
  padding-top: 50px !important;
}

.padding-p {
  padding-top: 20px;
}

.width100 {
  width: 100% !important;
}

.width90 {
  width: 90% !important;
}

.width80 {
  width: 80% !important;
}

.width50 {
  width: 50% !important;
}

.text-b {
  font-size: 1.5em;
}

.text-bb {
  font-size: 1.5em;
}

.padding-0 {
  padding: 0 !important;
}

.padding-b {
  padding-bottom: 50px;
}

table {
  width: 100%;
  margin-bottom: 30px;
}

table td {
  border-top: #c7c7c7 solid 1px;
  text-align: left !important;
}

table th,
table td {
  font-size: 1em;
  line-height: 1.3em;
  padding: 0.8em 0.2em;
  text-align: center;
  vertical-align: middle;
  border-left: #c7c7c7 solid 1px;
}

table th:first-child,
table td:first-child {
  width: 30%;
  border-left: none;
  text-align: center !important;
  background-color: #161616;
  color: #ffffff;
}

.p_box {
  background: #fffbf7;
  padding: 20px 20px 0px 20px;
}

/* :::::::::; 固定ヘッダー　:::::::::: */

.inner {
  width: 980px;
  margin: 0 auto;
}

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

/* header */

#top-head {
  position: absolute;
  width: 100%;
  line-height: 1;
  z-index: 999;
  background: #131313;
  position: -webkit-sticky;
  position: sticky;
  height: 105px;
  top: 0;
}

#top-head a {
  color: #fff;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
  display: flex;
}

#top-head .logo {
  float: left;
  font-size: 20px;
}
#global-nav img {
  width: 65%;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  top: 25%;
  margin: 0 auto;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.7;
}

#global-nav ul li {
  float: left;
  color: #354155;
}

#global-nav ul li a {
  padding: 0 10px;
}

#global-nav ul li:last-child {
  background-color: #36a051;
  color: white;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}

/* Fixed */

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  font-size: 24px;
  color: #333;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 640px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

.profile_img {
  float: right;
}

.profile_img_02 {
  float: left;
}

.float-n {
  float: none;
  clear: both;
}

.down {
  margin: -80px auto 0;
}

.down02 {
  margin: -30px auto 0;
}

.padding-left {
  padding-left: 40px;
}

/*外側に広がるエフェクトver*/

.btn {
  display: block;
  position: relative;
  max-width: 900px;
  margin: 40px auto 60px;
  border-radius: 0px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  animation: btn1 3s ease-in-out infinite;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
}

@keyframes btn1 {
  0% {
    box-shadow: 0 0 20px 0 rgba(29, 193, 102, 0.6),
      0 0 20px 0 rgba(29, 193, 102, 0.6);
  }
  30% {
    box-shadow: 0 0 0 40px rgba(29, 193, 102, 0),
      0 0 20px 0 rgba(29, 193, 102, 0.6);
  }
  65% {
    box-shadow: 0 0 0 40px rgba(29, 193, 102, 0),
      0 0 0 40px rgba(29, 193, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(29, 193, 102, 0), 0 0 0 40px rgba(29, 193, 102, 0);
  }
}

* ul {
  list-style: square;
}

/* セミナー内容 */
.voice {
  background: url(../img/g-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1px 0 1px;
  margin: -20px auto -20px;
  background: #e5e5e5;
}

p.reason {
  margin-top: -3em;
}
p.reason2 {
  margin-top: -3em;
}

.naiyou_area {
  /*  background: url(../img/naiyou-bg.jpg);*/
  background-size: cover;
  width: 100%;
}

.frame_area {
  background: url(../img/frame1.png), url(../img/frame3.png),
    url(../img/frame2.png);
  background-position: center top, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 52px 0 30px;
  margin: 0 auto 60px;
  width: 100%;
}

.voice_area {
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 0px;
  margin: 30px auto 30px;
  width: 95%;
}

.voice_area_in {
  background-repeat: repeat-y;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: 100%;
  width: 100%;
}

.voice img {
  display: block;
  margin: 0 auto;
}

.voice h3 {
  text-align: center;
  border-bottom: dashed 2px #f7d06f;
  padding: 0 0 13px;
  font-size: 45px;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: bold;
  margin: 0 auto 15px;
  letter-spacing: 1px;
  width: 86%;
}

.voice h3 .sub {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.v_img1 {
  text-align: center;
  margin-bottom: 15px;
}

.v_txt {
  width: 88%;
  margin: 15px auto 15px;
}

@media screen and (max-width: 640px) {
  .voice_area2 {
    max-width: 100%;
  }
  .profile_img {
    float: none !important;
  }
  .reason {
    text-align: center;
    margin-bottom: -30px;
  }
  .voice {
    padding: 45px 0 80px;
    margin: 15px auto 80px;
  }
  .frame_area {
    padding: 37px 0 30px;
    margin: 0 auto 60px;
    width: 92%;
  }
  .voice_area {
    padding: 4% 0;
    margin: 0 auto 20px;
    width: 92%;
  }
  .voice_area2 {
    padding: 4% 0;
    margin: 0 auto 20px;
    width: 92%;
  }
  .voice_area_in {
    width: 100%;
    padding: 10px 0 10px;
  }
  .voice img {
    width: 70%;
  }
  .voice h3 {
    text-align: center;
    background-size: 90% auto;
    padding: 0 0 10px;
    font-size: 6.7vw;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: 0 auto 10px;
    color: #333;
  }
  .voice h3 .sub {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #333;
  }
  p.sub {
    width: 70%;
    margin: 0 auto;
    font-size: 0.8em;
  }
}

/*タイムライン*/

/* ラベル */

.cp-label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  color: #fff;
  background: #707070;
}

.cp-label-radius {
  border-radius: 100vw;
}

/* テキスト */

.cp-text {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
}

* + .cp-text {
  margin: 16px 0 0 0;
}

@media screen and (max-width: 599px) {
  /* コンテナー */
  .cp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* アイテム */

.cp-flow02__item {
  position: relative;
  padding: 24px;
  background: #fff;
  color: #117d81;
}

.cp-flow02__item:not(:last-child) {
  margin-bottom: 72px;
}

.cp-flow02__item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 40px 0 40px;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
}
.cp-flow02 dd {
  text-align: center !important;
  margin-left: 0;
}

/* 見出し */

.cp-flow02__title {
  padding: 20px 10px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: #117d81;
  text-align: center;
}
dt.cp-flow02__title span {
  background-color: #fff;
  padding: 10px 20px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #ea42b6;
  border-radius: 30px;
}

/* ラベル */

.cp-flow02__label {
  margin-right: 8px;
  transform: translateY(-3px);
}

@media screen and (max-width: 599px) {
  .cp-flow02__item {
    padding: 16px;
  }
  .cp-flow02__item:not(:last-child) {
    margin-bottom: 48px;
  }
}

/*言葉*/

.voice_area2 {
  background: url(../img/voice_area2-1.png), url(../img/voice_area2-3.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 40px 0 40px;
  margin: 0 auto 30px;
  width: 100%;
}

.voice_area_in2 {
  background: url(../img/voice_area2-2.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 20px;
  background-size: 100%;
  width: 100%;
}

.voice_area_h3 {
  text-align: center;
  padding: 0 0 40px;
  font-size: 1.6em;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: bold;
  margin: 0 auto 15px;
  letter-spacing: 1px;
  width: 90%;
}

.v_txt2 {
  width: 88%;
  margin: 15px auto 15px;
}

.sub_h3 {
  font-size: 0.8em;
}

.v_txt2 p {
  margin: 0 0 19px;
  font-size: 1em !important;
}

@media screen and (max-width: 640px) {
  .voice_area2 {
    padding: 4% 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  .voice_area_in2 {
    width: 100%;
    padding: 10px 0 10px;
  }
  .voice_area_h3 {
    text-align: center;
    background-size: 90% auto;
    padding: 0 0 10px;
    font-size: 6.7vw;
    line-height: 1.3;
    font-feature-settings: "palt";
    margin: 0 auto 10px;
    color: #333;
  }
  .v_txt {
    width: 90%;
    margin: 10px auto 20px;
  }
}

/*  リスト  */
ul.pf-list {
  list-style: none;
}

ul.pf-list li {
  position: relative;
  border-bottom: 2px dotted #224d68;
  margin-bottom: 35px;
}

/*年表*/

.timeline {
  list-style: none;
  background: url(../img/gest-img.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 45%;
  background-color: #ffeff9;
  padding: 20px;
}

.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
  text-align: center;
  width: 110px;
  float: left;
  margin-top: 23px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #a21d1f solid;
  padding-left: 30px;
}
.timeline-content:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #a21d1f;
  position: absolute;
  left: 106px;
  top: 36px;
  border-radius: 100%;
}

.nayami-list1-box {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.nayami-list1-item:nth-child(1) {
  background-color: #292929;
  display: flex;
  justify-content: center;
  width: 10%;
  height: 5em;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  align-content: stretch;
}

.nayami-list1-item:nth-child(2) {
  display: flex;
  background-color: #fff;
  width: 90%;
  padding-left: 16px;
  height: 5em;
  line-height: 1.2;
  align-items: center;
  font-weight: bold;
}

.nayami-list1-item p {
  display: inline-block;
}

.kotoba-list1-box {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.kotoba-list1-item:nth-child(1) {
  background-color: #feee21;
  display: flex;
  justify-content: center;
  width: 10%;
  height: 5em;
  line-height: 1.2;
  color: #ffffff;
  align-items: center;
  align-content: stretch;
}

.kotoba-list1-item:nth-child(2) {
  display: flex;
  background-color: #fffcd1;
  width: 90%;
  padding-left: 16px;
  padding-right: 5px;
  height: 5em;
  line-height: 1.2;
  align-items: center;
  font-weight: bold;
}

.kotoba-list1-item p {
  display: inline-block;
  margin-top: 0;
}

/*ビジネスモデル表*/

.businessmodel_table {
  width: 95%;
  margin: 0 auto;
  padding: 1em;
}
.businessmodel-title {
  background-color: #333;
  /*background: linear-gradient(
180deg, rgb(5 179 213) 0%, rgb(33 161 216) 100%);*/
  padding: 0.2em;
}
.businessmodel-text {
  padding: 1em;
  background-color: #f7f7f7;
  font-size: 0.8em !important;
}
.businessmodel-p {
  font-size: 0.8em !important;
  text-align: left !important;
  margin: 0 0 1em 0;
}

/*年表フロー*/

.guest-flow {
  border: 3px solid rgb(15 194 236);
  background-color: #fff;
}
.guest-flow > li {
  padding: 30px;
}
.guest-flow > li:not(:last-child) {
  border-bottom: 3px solid rgb(15 194 236);
  position: relative;
}
.guest-flow > li:not(:last-child)::before,
.guest-flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.guest-flow > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: rgb(15 194 236);
}
.guest-flow > li:not(:last-child)::after {
  border-top-color: #fff;
  border-width: 18px;
}
.guest-flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.guest-flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1vw;
  text-align: center;
}
.guest-flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(
    left,
    rgba(107, 144, 219, 1) 0%,
    rgba(102, 213, 233, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(107, 144, 219, 1) 0%,
    rgba(102, 213, 233, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(107, 144, 219, 1) 0%,
    rgba(102, 213, 233, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}
li {
  list-style-type: none;
}

/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
  width: 40%;
}

.balloon5 .faceicon img {
  width: 95%;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #e4ecf0;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e4ecf0;
}

.says p {
  margin: 0;
  padding: 0;
}

.pro-sub-tit {
  background-color: #b08298;
  color: #fff;
  padding: 5px 24px;
  width: 42%;
  position: relative;
}

.pro-sub-tit::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* left: -10px; */
  right: -30px;
  top: 0px;
  border-style: solid;
  border-color: #b08298 transparent transparent transparent;
  border-width: 56px 31px 39px 2px;
  z-index: 1;
}

.box-pro {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #474747;
  background: whitesmoke; /*背景色*/
  border-left: double 7px #4ec4d3; /*左線*/
  border-right: double 7px #4ec4d3; /*右線*/
}
.box-pro p {
  margin: 0;
  padding: 0;
}

.koushi-color {
  color: #1495b5;
}

.nayami-list {
  color: #fff;
}

/* 左右共通のスタイリング */
.left-side,
.right-side {
  margin: 20px 0;
  overflow: hidden;
  width: 63%;
}

.bubble {
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  background: #f5f5f5;
  position: relative;
  font-size: 1em;
  line-height: 1.3em;
  color: #293638;
}
.bubble::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
}
.bubble::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
}
/* 左側表示の吹き出しのスタイリング */
.left-side .icon {
  float: left;
  margin-left: 10px;
}
.left-side .bubble {
  margin: 10px 0 0 30px;
}
.left-side .bubble::before {
  top: 15px;
  left: -18px;
}
.left-side .bubble::after {
  top: 25px;
  left: -28px;
}
/* 右側表示の吹き出しのスタイリング */
.right-side .bubble {
  float: right;
  margin: 10px 33px 0 0;
}
.right-side .bubble::before {
  top: 15px;
  right: -18px;
}
.right-side .bubble::after {
  top: 25px;
  right: -28px;
}

/*このような方へ*/
.naiyou-p {
  position: relative;
  background: #fff;
  padding: 2px 0px 2px 38px;
  font-size: 50px;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
  color: #ff6262;
}

.naiyou-p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 40px;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* メインコンテンツエリア */
.main-contens {
  padding: 0 20px 60px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 960px) {
  .main-contens {
    padding: 0 25px 30px;
  }
}
.main-contens:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .main-contens:not(:first-child) {
    margin-top: 40px;
  }
}
.main-contens-wrap {
  background: url(../img/main-contents-line.png) repeat-y 50% 50%;
}
.main-contens--title {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7eff3;
  padding-top: 85px;
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 960px) {
  .main-contens--title {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
}
.main-contens--title .number {
  display: inline-block;
  margin-top: -40px;
  margin-bottom: 25px;
}
@media (max-width: 960px) {
  .main-contens--title .number {
    margin-bottom: 15px;
  }
}
.main-contens--title .text {
  display: block;
  color: #39a4a4;
}
.main-contens--content.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .main-contens--content.reverse {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-contens--content.reverse .image {
  margin-right: 0;
  margin-left: 40px;
}
@media (max-width: 960px) {
  .main-contens--content.reverse .image {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.main-contens--content .image {
  margin-right: 50px;
}
@media (max-width: 960px) {
  .main-contens--content .image {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
}
.main-contens--content .image img {
  width: 290px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 960px) {
  .main-contens--content .image img {
    width: 100%;
    max-width: 290px;
  }
}
.main-contens--content .text {
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media (max-width: 960px) {
}
.main-contens--content .text .strong {
  margin-top: 10px;
}
.main-contens--content .text strong {
  font-size: 25px;
  -webkit-box-shadow: inset 0 -10px 0 0 #cce3e0;
  box-shadow: inset 0 -10px 0 0 #cce3e0;
}
@media (max-width: 960px) {
  .main-contens--content .text strong {
    font-size: 15px;
  }
}

/**/

.step__contents__unit {
  margin-bottom: 50px;
}
.step__contents__unit__left {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  height: 114px;
}

.step__contents__unit__right {
  line-height: 2em;
  width: 100%;
  margin-top: 15px;
}

.step__contents__unit__right__headline {
  font-size: 1em;
  font-weight: bold;
  display: table;
  margin-bottom: 20px;
}
.step__contents__unit__right p {
  line-height: 2em;
  font-size: 0.8em;
  padding: 0 42px;
  font-size: 1em;
}

.step__contents__unit__left p {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
}
.step__contents__unit:nth-child(1) .step__contents__unit__left {
  background-color: #8cc8ba;
}
.step__contents__unit__left img {
  width: 128px;
}
.step__contents__unit:nth-child(1) .step__contents__unit__left :before {
  border-top: 15px solid #8cc8ba;
}
.step__contents__unit:nth-child(2) .step__contents__unit__left {
  background-color: #8cc8ba;
}
.step__contents__unit:nth-child(2) .step__contents__unit__left :before {
  border-top: 15px solid #8cc8ba;
}
.step__contents__unit:nth-child(3) .step__contents__unit__left {
  background-color: #8cc8ba;
}
.step__contents__unit:nth-child(3) .step__contents__unit__left :before {
  border-top: 15px solid #8cc8ba;
}
.step__contents__unit__left :before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.step__contents {
  margin: 0;
  padding: 0;
  background: #ecfdfa;
}

.info-area {
  margin-bottom: 90px;
  border: 4px solid #007564;
  padding: 35px 35px;
  border-radius: 15px;
  color: #017564;
  background: #fffdf5;
}
/**/
.plan__item__list__unit {
  padding-left: 16px !important;
  line-height: 1.5;
  border-radius: 3px;
  padding: 8px;
  font-weight: bold;
  font-size: 0.9em;
  background: #f7f6f5;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 16px;
}

.plan__item__list__unit::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: #8cc8ba;
}

blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  margin: 1em 0 1em 0;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.img80pc {
  width: 50%;
  text-align: center;
  float: right;
}

@media screen and (max-width: 1000px) {
  .img80pc {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

/* ブレッド・通常リストタグというもの使用するが表組を応用させて見やすくしたもの */
table.check {
  border-collapse: collapse;
  margin: 0 auto 0px auto;
  border-style: none;
}
table.check th {
  width: 50px;
  padding: 32px 0 5px 10px;
  font-size: 18px;
  line-height: 150%;
  color: #117d81;
  vertical-align: top; /* 表組の中で上揃え */
  text-align: left;
  background-color: #00010000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
table.check tr {
  border-bottom: solid 1px #dbd9de;
}
table.check tr:last-child {
  border-style: none;
}
table.check td {
  padding: 20px 12px 20px 0;
  line-height: 150%;
  vertical-align: top; /* 表組の中で上揃え */
  border-left: none;
  border-top: none;
}

/*------------------------------ 講演テーマ ------------------------------*/

.theme_txt {
  width: 768px;
  margin: 30px auto 90px auto;
  padding: 5px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.theme_txt:before,
.theme_txt:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.theme_txt:before {
  border-left: solid 2px #010101;
  border-top: solid 2px #010101;
  border-bottom: solid 2px #010101;
  top: 0;
  left: 0;
}
.theme_txt:after {
  content: "";
  border-top: solid 2px #010101;
  border-right: solid 2px #010101;
  border-bottom: solid 2px #010101;
  top: 0;
  right: 0;
}

.theme_txt1 {
  width: 768px;
  margin: 30px auto 90px auto;
  padding: 5px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.theme_txt1:before,
.theme_txt1:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.theme_txt1:before {
  border-left: solid 2px #d73110;
  border-top: solid 2px #d73110;
  border-bottom: solid 2px #d73110;
  top: 0;
  left: 0;
}
.theme_txt1:after {
  content: "";
  border-top: solid 2px #d73110;
  border-right: solid 2px #d73110;
  border-bottom: solid 2px #d73110;
  top: 0;
  right: 0;
}

.theme_txt2 {
  width: 768px;
  margin: 30px auto 90px auto;
  padding: 5px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.theme_txt2:before,
.theme_txt2:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.theme_txt2:before {
  border-left: solid 2px #feee21;
  border-top: solid 2px #feee21;
  border-bottom: solid 2px #feee21;
  top: 0;
  left: 0;
}
.theme_txt2:after {
  content: "";
  border-top: solid 2px #feee21;
  border-right: solid 2px #feee21;
  border-bottom: solid 2px #feee21;
  top: 0;
  right: 0;
}

.theme_txt3 {
  width: 768px;
  margin: 30px auto 90px auto;
  padding: 5px 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.theme_txt3:before,
.theme_txt3:after {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
}
.theme_txt3:before {
  border-left: solid 2px #088f90;
  border-top: solid 2px #088f90;
  border-bottom: solid 2px #088f90;
  top: 0;
  left: 0;
}
.theme_txt3:after {
  content: "";
  border-top: solid 2px #088f90;
  border-right: solid 2px #088f90;
  border-bottom: solid 2px #088f90;
  top: 0;
  right: 0;
}

/*------------------------------ 以下は次から削除 ------------------------------*/
.title_day {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  border: none;
  margin: 10px auto;
  padding: 0px 0em;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.prog_box {
  background: #fff;
  border-radius: 20px;
  margin-left: 8%;
  color: #333;
  padding: 30px 0 30px;
}
.num {
  font-size: 1em;
  color: #333;
  margin-top: 5px;
  padding: 0.2em 0.5em;
  font-feature-settings: "palt";
  width: 95%;
  font-weight: normal;
}
.time_box {
  display: block;
  width: 91%;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 50px;
  margin: 10px 0;
  text-align: left;
  color: #333;
}
.time_box:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #333;
  margin-left: 10px;
  vertical-align: middle;
}

.lecture_section {
  box-sizing: border-box;
}
.seminar_box {
  width: 100%;
  margin: 0 auto;
}
.lecture_category {
  background-color: #f6f6f6;
  align-items: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 1em 0.3em;
  color: #241883;
  text-align: center;
  font-size: 1.2em;
}
.lecture_profile_area {
  display: flex;
  background-color: #fff;
  margin-top: 15px;
  justify-content: center;
  padding: 20px 5px;
  align-items: center;
  flex-direction: row-reverse;
}
.lecture_profile_area2 {
  display: flex;
  background-color: #fff;
  margin-top: 15px;
  justify-content: center;
  padding: 20px 5px;
  align-items: center;
  flex-direction: row !important;
}
.lecture_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lecture_img img {
  width: 100%;
  padding: 20px;
}
.lecture_profile_main {
  width: 50%;
  padding-left: 10px;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: #241883;
}

.check {
  background-color: #e8e8e8;
  list-style-type: none;
  box-shadow: 0 0 10px #d1cad7;
  -webkit-box-shadow: 0 0 10px #d1cad7;
  overflow: hidden;
  display: block;
}

.check li {
  background-image: url("../img/check-1.png");
  background-repeat: no-repeat;
  background-position: 0 20px;
  width: 90%;
  border-bottom: solid 1px #cecebf;
  padding: 0px 0 13px 50px;
  margin: 0px auto 20px;
  display: block;
  line-height: 1.4;
}
.check li:last-child {
  border-bottom: none;
}
.strong-box {
  position: relative;
  padding: 1em 2em;
  color: #3189d0;
  text-align: center;
  font-weight: bold;
  background-color: #f1f9ff;
}

.strong-box::before,
.strong-box::after {
  display: inline-block;
  position: absolute;
  width: 4em;
  height: 4em;
  content: "";
}

.strong-box::before {
  top: 0;
  left: 0;
  border-top: 3px solid #2589d0;
  border-left: 3px solid #2589d0;
  background-size: 1.5em;
  background-repeat: no-repeat;
}

.strong-box::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #2589d0;
  border-right: 3px solid #2589d0;
}

.strong-box p {
  margin-top: 0;
}

.strong-box p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1001px) {
  table.check th {
    padding: 20px 0 5px 10px;
  }
}

/*吹き出し*/

.balloon-009 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding-top: 0.5em;
}

.balloon-009 img,
.balloon-009-2 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #feffe1;
  border-radius: 50%;
}

.balloon-009 p,
.balloon-009-2 p {
  position: relative;
  width: 100%;
  margin: 3px 0 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #feffe1;
}

.balloon-009 p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #feffe1;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}

.balloon-009-2 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding-top: 0.5em;
  flex-direction: row-reverse;
}

.balloon-009-2 p::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #feffe1;
  clip-path: polygon(0% 100%, 0% 0, 100% 50%);
  content: "";
}

/*--nega--*/
.balloon-009-n {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding-top: 0.5em;
}

.balloon-009-n img,
.balloon-009-2-n img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #f2f2f2;
  border-radius: 50%;
}

.balloon-009-n p,
.balloon-009-2-n p {
  position: relative;
  width: 100%;
  margin: 3px 0 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #f2f2f2;
}

.balloon-009-n p::before {
  position: absolute;
  left: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}

.balloon-009-2-n {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  padding-top: 0.5em;
  flex-direction: row-reverse;
}

.balloon-009-2-n p::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #f2f2f2;
  clip-path: polygon(0% 100%, 0% 0, 100% 50%);
  content: "";
}

.profile_li {
  font-feature-settings: "palt";
  padding: 5px;
}

.profile_li li {
  position: relative;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 6px;
  padding-bottom: 1em;
}
.profile_li li::before {
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: #ccc;
  display: block;
  position: absolute;
  left: -30px;
  top: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.join_li {
  font-feature-settings: "palt";
  padding: 5px;
}

.join_li li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 6px;
  border-bottom: 4px dotted #b5b5b5;
  margin-bottom: 1em;
}
.join_li li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -50px;
  width: 20px;
  height: 10px;
  border-left: 7px solid #baabff;
  border-bottom: 7px solid #baabff;
  transform: rotate(-45deg);
}

.bage {
  background: #cfbcff;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 5px;
}

/**/
.event-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.8em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  background: #fff;
  color: #333;
  font-feature-settings: "palt";
}
.event-table thead tr {
  background-color: #009bdf !important;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
.event-table th,
.event-table td {
  padding: 12px 15px;
}
.event-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.event-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.info {
  margin-top: 20px;
  padding: 1px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 0.6em;
  line-height: 1.2;
  text-align: left;
}
.seminar_contents {
  text-align: left;
}
hr {
  border: 1px solid #ddd;
}
.pro_ex {
  background: #ffffff;
  padding: 0 30px;
  color: #333;
  border: 10px solid #3189d0;
  text-align: left;
}
.day {
  width: 100%;
  margin: 0px 0;
}
.day p {
  margin: 20px 0 0;
}
.program_wrap {
  width: 100%;
  margin: 0px;
  background: #ebebeb;
  padding: 20px 0;
}
.program_ol {
  margin: 0;
}
.program_ol li {
  padding: 10px 0;
  position: relative;
}
.program_ol li::before {
  width: 0.5em;
  height: 0.5em;
  content: "\2713";
  color: #cfcfcf;
  display: block;
  position: absolute;
  left: -48px;
  top: 11%;
  transform: translateY(-50%);
  font-size: 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
}
.flow_s {
  background: rgb(21 59 157);
  text-align: center;
  padding: 10px;
  color: #fff;
}
.day-top {
  text-align: center;
  max-width: 94%;
  margin: auto;
}
/*         */
.sns-marketing-content {
  margin: 20px auto;
  border-radius: 5px;
  background: #f7f7f7;
  padding: 20px;
}

.sns-benefits-list {
  list-style: none;
  padding-left: 0;
}

.sns-benefit-item {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  font-size: inherit;
  background: #f7f7f7;
  padding: 20px;
  justify-content: flex-start;
  border-bottom: 3px dotted #ccc;
  color: #a4261e;
}

.sns-benefit-item i {
  color: #2c3e50;
  font-size: 1.4em;
  max-width: 150px;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.sns-marketing-content p {
  margin-bottom: 20px;
  padding: 20px;
}

.sns-conclusion {
  text-align: left;
}

.fa-gradient {
  background: linear-gradient(45deg, #a4261e, #a4261e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gest_img_box {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: auto;
}
.gest_img_box_img {
}

.gest_img_box_name {
  padding-left: 20px;
}
.day-bottom {
  text-align: center;
  width: 100%;
  margin: auto;
}
.seminar-schedule-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}

.seminar-title {
  text-align: center;
  color: #00aaff;
  margin-bottom: 20px;
  font-size: 2rem;
}

/* タイムライン用スタイル */

.seminar-schedule-item {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  position: relative;
}

.seminar-time {
    font-weight: bold;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 10px;
    width: 80%;
    text-align: left;
    background: #151515;
    text-align: center;
    border-radius: 67px;
    position: relative;
}
.seminar-time::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  width: 33px;
  height: 2px;
background: repeating-linear-gradient(to right, #f9cb6f 0, #f9cb6f 2px, transparent 2px, transparent 4px);
  transform: translateY(-50%);
}
.seminar-details {
  flex: 1;
}
.seminar-details p {
  margin-top: 0;
}
p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.seminar-speaker-photo {
  margin-right: 15px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f9cb6f;
  margin-bottom: 10px;
}

.seminar-note {
  margin-top: 20px;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1em;
  padding: 20px;
}

.seminar-note p {
  margin-bottom: 5px;
}
.seminar-schedule-container {
  margin: 0 auto;
  padding: 20px;
}

.seminar-title {
  text-align: center;
  color: #00aaff;
  margin-bottom: 20px;
  font-size: 2rem;
}

/* タイムライン用スタイル */
.seminar-timeline {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid #f9cb6f;
}

.seminar-schedule-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  position: relative;
}

.seminar-schedule-item::before {
  content: "";
  position: absolute;
  left: -48px;
  top: 36px;
  width: 15px;
  height: 15px;
  background-color: #f9cb6f;
  border-radius: 50%;
}

@media (max-width: 1000px) {
  .seminar-schedule-item::before {
    content: "";
    position: absolute;
    left: -48px;
    top: 50px;
    width: 15px;
    height: 15px;
    background-color: #f9cb6f;
    border-radius: 50%;
  }
}

.seminar-heading {
  color: #b96e00;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  border-bottom: dotted 1px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.speakers-container {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #0077cc;
  margin-bottom: 30px;
}

.speaker-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.speaker-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.speaker-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  border: 3px solid #95729c;
}

.speaker-name {
  margin-top: 0;
  font-weight: bold;
  color: #474747;
  margin-bottom: 0;
  padding: 10px 0;
}

.speaker-details {
  padding-left: 10px;
}

.speaker-title {
  font-size: 2.2rem;
  color: #636a6d;
  margin-bottom: 10px;
  font-weight: bold;
}

.speaker-description {
  font-size: 2.2rem;
  line-height: 1.6;
  color: #555;
}
.semi_box {
  background: #fffcf7;
  padding: 20px;
}
.naga-box {
  background: #000;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}
.ai-bg {
  background: url(../img/ai-bg.png) !important;
  background-repeat: no-repeat;
  background-position: center bottom !important;
  background-size: cover !important;
  padding-bottom: 3em;
}
.sankaku {
  text-align: center;
}
.sankaku img {
  margin-top: -10px;
  mix-blend-mode: darken;
}
.name-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}

.checklist {
            text-align: left;
            padding: 20px;
        }
        .checklist-item {
            align-items: center;
            padding: 10px 0;
    align-items: flex-start;
    border-bottom: 1px dotted #333;
        }
        .checklist-item:last-child {
            border-bottom: none;
        }
        .checklist-item i {
            color: #851a05;
            margin-right: 10px;
    margin-top: 17px;
        }