
/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP',"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}


#wrapper {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
}

a{
  color: #000000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}


/*詳細の表示・非表示*/
.open::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100vh;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.open::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100vh;
  transition: .3s;
}

.open.on::before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.open.on::after{
  background-color: transparent;
}


/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper{
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }

  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
  }
  header>a.logo {
    display: block;
    position: absolute;
    z-index: 4;
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8%;
  }
  header > h1 {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }
  header > a.btn {
    position: absolute;
    z-index: 4;
    bottom: -13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 31%;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */

  /* box01 */
  #box01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 9%;
    padding-bottom: 110px;
  }
  #box01 .box01_01 {
    width: 100%;
    margin: 0 auto;
  }
  #box01 .box01_02 {
    width: 546px;
    margin: 20px auto 0;
  }
  #box01 .box01_03 {
    width: 653px;
    margin: 30px auto 0;
  }
  #box01 ul {
    display: flex;
    justify-content: space-between;
    width: 790px;
    margin: 30px auto 0;
  }
  #box01 ul li {
    width: 245px;
    margin: 0;
  }

  /* performance */
  #performance {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #FDF8FA;
  }
  #performance > div.title {
    position: relative;
    width: 100%;
    height: 97px;
    margin: 0 auto;
    padding-top: 29px;
    background-color: #DA2A80;
  }
  #performance > div.title > img:nth-of-type(1) {
    position: absolute;
    top: 2px;
    left: 0;
    right: 380px;
    width: 96px;
    margin: 0 auto;
  }
  #performance > div.title > img:nth-of-type(2) {
    width: 235px;
    margin: 0 auto;
  }
  #performance > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
  }
  #performance > ul > li {
    position: relative;
    width: 452px;
    margin: 60px 0 0 0;
  }

  #performance > ul > li.p_02 > img.img01 {
    width: 320px;
    margin: 0;
  }
  #performance > ul > li.p_02 > .popup {
    display: block;
    position: absolute;
    top: 78px;
    right: 0;
    width: 122px;
  }
  #performance > ul > li.p_02 > img.img02 {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 126px;
  }
  #performance > ul > li.p_02 > a.movie {
    display: block;
    width: 284px;
    margin: 20px 0 0 146px;
  }

  #performance > ul > li.p_04 > img.img02 {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 126px;
  }
  #performance > ul > li.p_04 > a.movie {
    display: block;
    width: 284px;
    margin: 20px 0 0 146px;
  }

  /* money */
  #money {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #F9FDEF;
  }
  #money > div.title {
    position: relative;
    width: 100%;
    height: 97px;
    margin: 0 auto;
    padding-top: 29px;
    background-color: #88B60C;
  }
  #money > div.title > img:nth-of-type(1) {
    position: absolute;
    top: 10px;
    left: 0;
    right: 370px;
    width: 91px;
    margin: 0 auto;
  }
  #money > div.title > img:nth-of-type(2) {
    width: 232px;
    margin: 0 auto;
  }
  #money > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
  }
  #money > ul > li {
    position: relative;
    width: 452px;
    margin: 60px 0 0 0;
  }

  /* company */
  #company {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    background-color: #E9F5F9;
  }
  #company > div.title {
    position: relative;
    width: 100%;
    height: 97px;
    margin: 0 auto;
    padding-top: 29px;
    background-color: #00A5BE;
  }
  #company > div.title > img:nth-of-type(1) {
    position: absolute;
    top: 10px;
    left: 0;
    right: 330px;
    width: 68px;
    margin: 0 auto;
  }
  #company > div.title > img:nth-of-type(2) {
    width: 235px;
    margin: 0 auto;
  }
  #company > ul {
    width: 960px;
    margin: 0 auto;
  }
  #company > ul > li {
    width: 100%;
    margin: 50px auto 0;
  }
  #company > ul > li > img.img02 {
    display: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #company > ul > li > span {
    display: block;
    width: 155px;
    height: 40px;
    margin: 20px auto 0;
    background: url(../images/company_open_sp.webp) top center no-repeat;
    background-size: 155px;
  }
  #company > ul > li > span.on {
    background: url(../images/company_close_sp.webp) top center no-repeat;
    background-size: 155px;
  }

  /* box02 */
  #box02 {
    width: 100%;
    margin: 60px auto 0;
  }
  #box02 > img {
    width: 960px;
    margin: 0 auto;
  }

  /* box03 */
  #box03 {
    width: 100%;
    margin: 60px auto 0;
    background-color: #DEE7EC;
  }

  /* present */
  #present {
    width: 100%;
    margin: 50px auto 0;
    padding: 50px 0;
  }
  #present > img.present {
    width: 960px;
    margin: 0 auto;
  }
  #present > div {
    position: relative;
    width: 650px;
    margin: 30px auto 0;
  }
  #present > div > div:nth-of-type(1) {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 0 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    background-color: #88B60C;
    border-radius: 5px;
    cursor: pointer;
  }
  #present > div > div:nth-of-type(2) {
    display: none;
    position: relative;
    width: 100%;
    margin: 15px auto 0;
    font-size: 12px;
    text-align: left;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    border-top: 1px solid #D6D6D6;
  }
  footer > a {
    display: block;
    width: 443px;
    margin: 0 auto;
  }
  footer > a > img {
    width: 443px;
  }
  footer > div {
    display: flex;
    width: 400px;
    margin: 40px auto 0 auto;
  }
  footer > div > div:nth-of-type(1) {
    width: 254px;
  }
  footer > div > div:nth-of-type(1) img {
    width: 254px;
  }
  footer > div > div:nth-of-type(2) {
    width: 130px;
    margin: 0 0 0 10px;
    font-size: 12px;
    text-align: left;
    line-height: 140%;
  }
  footer > p:nth-of-type(1) {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  footer > p:nth-of-type(2) {
    margin: 25px 0 0 0;
    font-size: 12px;
    line-height: 160%;
  }
  footer > p:nth-of-type(2) span {
    display: inline-block;
    margin: 0 5px;
  }
  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    background-color: #333333;
    line-height: 100%;
  }

  /* フォームへ
  ----------------------------------------------------------*/
  .gotoForm {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    margin: auto;
    width: 68px;
    height: 204px;
    z-index: 999;
  }
  .gotoForm > a {
    display: block;
    width: 68px;
  }
  .gotoForm > a:hover {
    opacity: 1;
  }

}


/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {

  /* !共通
  ---------------------------------------------------------- */
  .pc-only{
    display:none !important;
  }

  .open::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .open::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }
  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  header > a.logo {
    display: block;
    position: absolute;
    z-index: 4;
    top: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 12%;
  }
  header > h1 {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }
  header > a.btn {
    position: absolute;
    z-index: 4;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 80%;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */

  /* box01 */
  #box01 {
    width: 100%;
    margin: 30px auto 0;
  }
  #box01 .box01_01 {
    width: 100%;
    margin: 0 auto;
  }
  #box01 .box01_02 {
    width: 90%;
    margin: 20px auto 0;
  }
  #box01 .box01_03 {
    width: 90%;
    margin: 25px auto 0;
  }
  #box01 ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 15px auto 0;
  }
  #box01 ul li {
    width: 31%;
    margin: 0;
  }

  /* performance */
  #performance {
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 50px;
    background-color: #FDF8FA;
  }
  #performance > img.title {
    width: 100%;
    margin: 0 auto;
  }
  #performance > ul {
    width: 90%;
    margin: 0 auto;
  }
  #performance > ul > li {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
  }
  #performance > ul > li.p_01 > img.img02 {
    display: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #performance > ul > li.p_01 > span {
    display: block;
    width: 155px;
    height: 40px;
    margin: 20px auto 0;
    background: url(../images/performance01_open_sp.webp) top center no-repeat;
    background-size: 155px;
  }
  #performance > ul > li.p_01 > span.on {
    background: url(../images/performance01_close_sp.webp) top center no-repeat;
    background-size: 155px;
  }
  #performance > ul > li.p_02 > .popup {
    display: block;
    position: absolute;
    top: 18%;
    right: 0;
    width: 36%;
  }
  #performance > ul > li.p_02 > img.img02 {
    width: 90%;
    margin: 20px auto 0;
  }
  #performance > ul > li.p_02 > a.movie {
    display: block;
    width: 90%;
    margin: 5px auto 0;
  }
  #performance > ul > li.p_04 > img.img02 {
    width: 90%;
    margin: 20px auto 0;
  }
  #performance > ul > li.p_04 > a.movie {
    display: block;
    width: 90%;
    margin: 5px auto 0;
  }

  /* money */
  #money {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #F9FDEF;
  }
  #money > img.title {
    width: 100%;
    margin: 0 auto;
  }
  #money > ul {
    width: 90%;
    margin: 0 auto;
  }
  #money > ul > li {
    width: 100%;
    margin: 50px auto 0;
  }
  #money > ul > li > img.img02 {
    display: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #money > ul > li > span {
    display: block;
    width: 155px;
    height: 40px;
    margin: 20px auto 0;
    background: url(../images/money_open_sp.webp) top center no-repeat;
    background-size: 155px;
  }
  #money > ul > li > span.on {
    background: url(../images/money_close_sp.webp) top center no-repeat;
    background-size: 155px;
  }

  /* company */
  #company {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #E9F5F9;
  }
  #company > img.title {
    width: 100%;
    margin: 0 auto;
  }
  #company > ul {
    width: 90%;
    margin: 0 auto;
  }
  #company > ul > li {
    width: 100%;
    margin: 50px auto 0;
  }
  #company > ul > li > img.img02 {
    display: none;
    width: 100%;
    margin: 20px auto 0;
  }
  #company > ul > li > span {
    display: block;
    width: 155px;
    height: 40px;
    margin: 20px auto 0;
    background: url(../images/company_open_sp.webp) top center no-repeat;
    background-size: 155px;
  }
  #company > ul > li > span.on {
    background: url(../images/company_close_sp.webp) top center no-repeat;
    background-size: 155px;
  }

  /* box02 */
  #box02 {
    width: 100%;
    margin: 30px auto 0;
  }
  #box02 > img {
  }

  /* box03 */
  #box03 {
    width: 100%;
    margin: 40px auto 0;
    background-color: #DEE7EC;
  }

  /* present */
  #present {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 30px;
  }
  #present > img.present {
    width: 100%;
    margin: 0 auto;
  }
  #present > div {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
  }
  #present > div > div:nth-of-type(1) {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 0 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    background-color: #88B60C;
    border-radius: 5px;
    cursor: pointer;
  }
  #present > div > div:nth-of-type(2) {
    display: none;
    position: relative;
    width: 100%;
    margin: 15px auto 0;
    font-size: 12px;
    text-align: left;
  }


/* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    border-top: 1px solid #D6D6D6;
  }

  footer > a {
    display: block;
    width: 90%;
    max-width: 335px;
    margin: 0 auto;
  }

  footer > a > img {
    width: 100%;
  }

  footer > div {
    width: 80%;
    margin: 20px auto 0 auto;
  }

  footer > div > div:nth-of-type(1) {
    width: 100%;
  }

  footer > div > div:nth-of-type(1) img {
    width: 206px;
    margin: 0 auto;
  }

  footer > div > div:nth-of-type(2) {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 15px;
    line-height: 160%;
  }

  footer > p:nth-of-type(1) {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 160%;
  }

  footer > p:nth-of-type(2) {
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 100%;
  }

  footer > p:nth-of-type(2) span {
    display: block;
    margin: 0 auto 10px auto;
  }

  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 15px 0;
    font-size: 10px;
    color: #fff;
    background-color: #333333;
    line-height: 100%;
  }

  /* フォームへ
  ----------------------------------------------------------*/
  .gotoForm {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
  }
  .gotoForm > a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .gotoForm > a:hover {
    opacity: 1;
  }

}


/*===============================================
●画面の横幅が360px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 360px) {



}



/* 終了対応 */
 .end-message{
  text-align: center;
  color: white;
  background: red;
  padding: 0.8rem;
  font-weight: bold;
}
.end-message>.sp{
  display: none;
}
@media screen and (max-width: 666px) {
  .end-message{
    padding: 0.5rem;
  }
  .end-message>.sp{
    display: block;
  }
}
