@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Shippori Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 CONTENT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.content {
  overflow: hidden;
  position: relative;
  padding: 120px 0 50px 0;
  margin: 80px 0 0 0;
}
.content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(171, 157, 137) 0%, #eeddb5 100%);
  width: 100%;
  height: 50%;
}
.content .box {
  position: relative;
  box-shadow: rgba(154, 154, 154, 0.35) 0px 5px 15px;
  background: linear-gradient(270deg, #2c1707 0%, #6a3711 100%);
  padding: 10px 10px 10px 10px;
  width: 1280px;
  margin: 0px auto 0;
}
.content .box .back {
  text-align: center;
  font-family: "Antonio";
  font-weight: 500;
  position: absolute;
  left: 30px;
  top: 30px;
  writing-mode: vertical-rl;
}
.content .box .back p {
  display: inline-block;
  width: 100%;
  color: rgba(115, 115, 115, 0.4);
  mix-blend-mode: multiply;
  line-height: 1.1;
  letter-spacing: 2px;
  font-size: 104px;
}
.content .box .inner {
  background: #fff;
  padding: 5px 0 30px 0;
}
.content .box .inner .block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0 0;
}
.content .box .inner .block .line {
  margin: 0 0 0 0;
  text-align: center;
}
.content .box .inner .block .line p {
  position: relative;
  display: inline-block;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #2c1707;
  letter-spacing: 2px;
  padding: 5px 30px 5px 30px;
  font-size: 22px;
  transform: skew(-15deg);
}
.content .box .inner .block .line p span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  display: inline-block;
  transform: skew(15deg);
}
.content .box .inner .block .line p:before, .content .box .inner .block .line p:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: solid 1px #fff;
  left: 0;
}
.content .box .inner .block .line p:before {
  top: 3px;
}
.content .box .inner .block .line p:after {
  bottom: 3px;
}
.content .box .inner .block .line:nth-child(2) {
  margin: 0px 0px 0 20px;
}
.content .box .inner h2 {
  text-align: center;
  font-weight: 100;
  margin: 30px 0 0 0;
}
.content .box .inner h2 .catch {
  color: #2c1707;
  font-weight: 600;
  font-size: 45px;
}
.content .box .inner h2 .catch .en {
  font-weight: 500;
  font-family: "Antonio";
}
.content .box .inner .contents_new_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .box .inner .contents_new_box ul {
  width: 50%;
  padding: 0 50px 0 50px;
  margin: 0 auto 0px;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin: 40px 0 0 0;
}
.content .box .inner .contents_new_box ul li {
  background: #ffffff;
  box-shadow: rgba(255, 248, 190, 0.15) 0px 5px 15px, 5px 5px 0 0 #dec6b4;
  border: solid 2px #534033;
  width: 100%;
  margin: 0 2% 4% 0;
  padding: 15px 20px 15px 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.content .box .inner .contents_new_box ul li:nth-child(3n) {
  margin: 0 2% 0% 0;
}
.content .box .inner .contents_new_box ul li .icon {
  width: 80px;
  height: 80px;
  padding: 0 0 0 0;
  margin: 0 15px 0 0;
  position: relative;
  line-height: 0;
}
.content .box .inner .contents_new_box ul li .icon img {
  width: 100%;
  height: auto;
}
.content .box .inner .contents_new_box ul li .text {
  font-style: normal;
  width: calc(100% - 95px);
  border-left: solid 2px #a6907f;
  padding: 0 0 0 15px;
  color: #fff;
}
.content .box .inner .contents_new_box ul li .text p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  color: #000;
  margin: 5px 0 0 0;
  line-height: 1.35;
  font-size: 17px;
}
.content .box .inner .contents_new_box .line {
  width: calc(50% - 50px);
  padding: 5px 0;
  margin: 40px 50px 0 0;
  background-color: #06c755;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .box .inner .contents_new_box .line img {
  width: 100%;
}
.content .box .inner .explain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 0 0;
}
.content .box .inner .explain .button {
  width: 40%;
  padding: 20px 0 0 0;
  margin: 0 3% 0 0;
}
.content .box .inner .explain .button a {
  text-decoration: none;
  background: #000;
  box-shadow: rgba(186, 186, 218, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 30px 20px 30px;
}
.content .box .inner .explain .button a .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.content .box .inner .explain .button a .sub p {
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  background: #fff;
  color: #000;
  border-radius: 100px;
  border: solid 3px #000;
  padding: 3px 20px 3px 20px;
  letter-spacing: 2px;
  font-size: 18px;
}
.content .box .inner .explain .button a .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.content .box .inner .explain .button a .main .icon {
  width: 40px;
  height: auto;
}
.content .box .inner .explain .button a .main .catch {
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.content .box .inner .explain .button a .main .catch p {
  font-size: 24px;
}
.content .box .inner .explain .button a .main .catch p .en {
  font-family: "Antonio";
  font-weight: 500;
  font-size: 29px;
}
.content .box .inner .explain .button a .main .download {
  width: 35px;
  height: auto;
}
.content .box .inner .explain .button:nth-child(2) {
  margin: 0 0 0 0;
}
.content .box .inner .explain .button #line {
  text-decoration: none;
  background: rgb(45, 199, 6);
  background: linear-gradient(45deg, rgb(45, 199, 6) 0%, rgb(6, 199, 85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2dc706", endColorstr="#06c755", GradientType=1);
  box-shadow: rgba(186, 186, 218, 0.2) 0px 7px 29px 0px;
  border-radius: 100px;
  display: block;
  padding: 5px 30px 20px 30px;
}
.content .box .inner .explain .button #line .sub {
  text-align: center;
  margin: -20px 0 0 0;
}
.content .box .inner .explain .button #line .sub p {
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  background: #fff;
  color: rgb(45, 199, 6);
  border-radius: 100px;
  border: solid 3px rgb(45, 199, 6);
  padding: 3px 20px 3px 20px;
  letter-spacing: 2px;
  font-size: 18px;
}
.content .box .inner .explain .button #line .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
}
.content .box .inner .explain .button #line .main .icon {
  width: 80px;
  height: auto;
}
.content .box .inner .explain .button #line .main .catch {
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.content .box .inner .explain .button #line .main .catch p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 24px;
}
.content .box .inner .explain .button #line .main .catch p .en {
  font-family: "Antonio";
  font-weight: 500;
  font-size: 29px;
}
.content .box .inner .explain .button #line .main .download {
  width: 60px;
  height: auto;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .content {
    padding: 60px 0 50px 0;
    margin: 40px 0 0 0;
  }
  .content::before {
    width: 100%;
    height: 50%;
  }
  .content .box {
    padding: 10px 10px 10px 10px;
    width: 94%;
    margin: 0px auto 0;
  }
  .content .box .back {
    text-align: center;
    font-weight: 500;
    position: absolute;
    left: 30px;
    top: 30px;
    writing-mode: vertical-rl;
  }
  .content .box .back p {
    display: inline-block;
    width: 100%;
    line-height: 1.1;
    letter-spacing: 2px;
    font-size: 104px;
  }
  .content .box .inner {
    background: #fff;
    padding: 5px 0 30px 0;
  }
  .content .box .inner .logo {
    width: 250px;
    margin: -120px auto 0;
  }
  .content .box .inner .logo img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0;
  }
  .content .box .inner .block .line {
    margin: 0 0 0 0;
    text-align: center;
  }
  .content .box .inner .block .line p {
    position: relative;
    display: inline-block;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    letter-spacing: 2px;
    padding: 5px 30px 5px 30px;
    font-size: 22px;
    transform: skew(-15deg);
  }
  .content .box .inner .block .line p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .content .box .inner .block .line p:before, .content .box .inner .block .line p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: solid 1px #fff;
    left: 0;
  }
  .content .box .inner .block .line p:before {
    top: 3px;
  }
  .content .box .inner .block .line p:after {
    bottom: 3px;
  }
  .content .box .inner .block .line:nth-child(2) {
    margin: 0px 0px 0 20px;
  }
  .content .box .inner h2 {
    text-align: center;
    font-weight: 100;
    margin: 30px 0 0 0;
  }
  .content .box .inner h2 .catch span {
    line-height: 1.35;
    letter-spacing: 6px;
    font-size: 58px;
  }
  .content .box .inner .contents_new_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
  }
  .content .box .inner .contents_new_box ul {
    width: 100%;
    padding: 0 50px 0 50px;
    margin: 0 auto 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 40px 0 0 0;
  }
  .content .box .inner .contents_new_box ul li {
    background: #ffffff;
    box-shadow: rgba(255, 248, 190, 0.15) 0px 5px 15px, 5px 5px 0 0 #dec6b4;
    border: solid 2px #534033;
    margin: 0 15% 4% 15%;
    padding: 15px 20px 15px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .content .box .inner .contents_new_box ul li:nth-child(3n) {
    margin: 0 15% 4% 15%;
  }
  .content .box .inner .contents_new_box ul li .icon {
    width: 80px;
    height: 80px;
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
    position: relative;
    line-height: 0;
  }
  .content .box .inner .contents_new_box ul li .icon img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .contents_new_box ul li .text {
    font-style: normal;
    width: calc(100% - 95px);
    border-left: solid 2px #a6907f;
    padding: 0 0 0 15px;
    color: #fff;
  }
  .content .box .inner .contents_new_box ul li .text p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    color: #000;
    margin: 5px 0 0 0;
    line-height: 1.35;
    font-size: 17px;
  }
  .content .box .inner .contents_new_box .line {
    width: calc(100% - 100px);
    padding: 5px 0;
    margin: 40px 50px 0 50px;
    background-color: #06c755;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .box .inner .contents_new_box .line img {
    width: 100%;
  }
  .content .box .inner .explain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0 0;
  }
  .content .box .inner .explain .sentence {
    padding: 0 50px 0 0;
  }
  .content .box .inner .explain .sentence p {
    text-align: center;
    font-weight: 100;
    padding: 0px 0 0 0px;
    background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.35;
    font-size: 26px;
  }
  .content .box .inner .explain .sentence p .number {
    font-family: "Jost";
    font-weight: 700;
  }
  .content .box .inner .explain .sentence p .small {
    font-size: 22px;
  }
  .content .box .inner .explain .sentence p .middle {
    font-size: 38px;
  }
  .content .box .inner .explain .sentence p .big {
    line-height: 1;
    font-size: 40px;
  }
  .content .box .inner .explain .button {
    width: 45%;
    padding: 20px 0 0 0;
  }
  .content .box .inner .explain .button a {
    text-decoration: none;
    background: #000;
    box-shadow: rgba(186, 186, 218, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .content .box .inner .explain .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .content .box .inner .explain .button a .sub p {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 100px;
    border: solid 3px #000;
    padding: 3px 20px 3px 20px;
  }
  .content .box .inner .explain .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .content .box .inner .explain .button a .main .icon {
    width: 40px;
    height: auto;
  }
  .content .box .inner .explain .button a .main .catch {
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: 28px;
  }
  .content .box .inner .explain .button a .main .download {
    width: 35px;
    height: auto;
  }
}
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content {
    padding: 60px 0 50px 0;
    margin: 40px 0 0 0;
  }
  .content::before {
    width: 100%;
    height: 50%;
  }
  .content .box {
    padding: 10px 10px 10px 10px;
    width: 94%;
    margin: 0px auto 0;
  }
  .content .box .back {
    text-align: center;
    font-weight: 500;
    position: absolute;
    left: 30px;
    top: 30px;
    writing-mode: vertical-rl;
  }
  .content .box .back p {
    display: inline-block;
    width: 100%;
    line-height: 1.1;
    letter-spacing: 2px;
    font-size: 104px;
  }
  .content .box .inner {
    background: #fff;
    padding: 5px 0 30px 0;
  }
  .content .box .inner .logo {
    width: 250px;
    margin: -120px auto 0;
  }
  .content .box .inner .logo img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0 0;
  }
  .content .box .inner .block .line {
    margin: 0 0 0 0;
    text-align: center;
  }
  .content .box .inner .block .line p {
    position: relative;
    display: inline-block;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    letter-spacing: 2px;
    padding: 5px 30px 5px 30px;
    font-size: 22px;
    transform: skew(-15deg);
  }
  .content .box .inner .block .line p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .content .box .inner .block .line p:before, .content .box .inner .block .line p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: solid 1px #fff;
    left: 0;
  }
  .content .box .inner .block .line p:before {
    top: 3px;
  }
  .content .box .inner .block .line p:after {
    bottom: 3px;
  }
  .content .box .inner .block .line:nth-child(2) {
    margin: 0px 0px 0 20px;
  }
  .content .box .inner h2 {
    text-align: center;
    font-weight: 100;
    margin: 30px 0 0 0;
  }
  .content .box .inner h2 .catch {
    line-height: 1.35;
    letter-spacing: 6px;
    font-size: 5vw;
  }
  .content .box .inner .contents_new_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
  }
  .content .box .inner .contents_new_box ul {
    width: 70%;
    padding: 0 50px 0 50px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
  }
  .content .box .inner .contents_new_box ul li {
    background: #ffffff;
    box-shadow: rgba(255, 248, 190, 0.15) 0px 5px 15px, 5px 5px 0 0 #dec6b4;
    border: solid 2px #534033;
    width: 100%;
    margin: 0 2% 4% 0;
    padding: 15px 20px 15px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .content .box .inner .contents_new_box ul li:nth-child(3n) {
    margin: 0 2% 0% 0;
  }
  .content .box .inner .contents_new_box ul li .icon {
    width: 80px;
    height: 80px;
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
    position: relative;
    line-height: 0;
  }
  .content .box .inner .contents_new_box ul li .icon img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .contents_new_box ul li .text {
    font-style: normal;
    width: calc(100% - 95px);
    border-left: solid 2px #a6907f;
    padding: 0 0 0 15px;
    color: #fff;
  }
  .content .box .inner .contents_new_box ul li .text p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    color: #000;
    margin: 5px 0 0 0;
    line-height: 1.35;
    font-size: 17px;
  }
  .content .box .inner .contents_new_box .line {
    width: calc(100% - 100px);
    padding: 5px 0;
    margin: 40px 50px 0 50px;
    background-color: #06c755;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .box .inner .contents_new_box .line img {
    width: 100%;
  }
  .content .box .inner .explain {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0 0;
  }
  .content .box .inner .explain .sentence {
    padding: 0 50px 0 0;
  }
  .content .box .inner .explain .sentence p {
    text-align: center;
    font-weight: 100;
    padding: 0px 0 0 0px;
    background: linear-gradient(to right, #0acffe 0%, #495aff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.35;
    font-size: 26px;
  }
  .content .box .inner .explain .sentence p .number {
    font-family: "Jost";
    font-weight: 700;
  }
  .content .box .inner .explain .sentence p .small {
    font-size: 22px;
  }
  .content .box .inner .explain .sentence p .middle {
    font-size: 38px;
  }
  .content .box .inner .explain .sentence p .big {
    line-height: 1;
    font-size: 40px;
  }
  .content .box .inner .explain .button {
    width: 45%;
    padding: 20px 0 0 0;
  }
  .content .box .inner .explain .button a {
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .content .box .inner .explain .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .content .box .inner .explain .button a .sub p {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 100px;
    border: solid 3px #000;
    padding: 3px 20px 3px 20px;
    font-size: 2vw;
  }
  .content .box .inner .explain .button a .main {
    margin: 10px 0 0 0;
  }
  .content .box .inner .explain .button a .main .icon {
    width: 2.75vw;
    height: auto;
  }
  .content .box .inner .explain .button a .main .catch p {
    line-height: 1.3;
    font-size: 2.6vw;
  }
  .content .box .inner .explain .button a .main .catch p .en {
    font-size: 3vw;
  }
  .content .box .inner .explain .button a .main .download {
    width: 3.5vw;
    height: auto;
  }
}
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .content {
    padding: 60px 0 50px 0;
    margin: 40px 0 0 0;
  }
  .content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #8ebedc 0%, #89dbcd 100%);
    width: 100%;
    height: 70%;
  }
  .content .box {
    padding: 10px 10px 10px 10px;
    width: 90%;
    margin: 0px auto 0;
  }
  .content .box .back {
    left: -10px;
    top: -40px;
  }
  .content .box .back p {
    line-height: 1.1;
    letter-spacing: 5px;
    font-size: 10vw;
  }
  .content .box .inner {
    padding: 5px 0 30px 0;
  }
  .content .box .inner .logo {
    width: 30vw;
    margin: -15vw auto 0;
  }
  .content .box .inner .logo img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .block {
    display: block;
    margin: 15px 0 0 0;
  }
  .content .box .inner .block .line {
    margin: 0 0 0 0;
    text-align: center;
  }
  .content .box .inner .block .line p {
    letter-spacing: 2px;
    padding: 5px 20px 5px 20px;
    font-size: 4vw;
  }
  .content .box .inner .block .line p:before, .content .box .inner .block .line p:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: solid 1px #fff;
    left: 0;
  }
  .content .box .inner .block .line p:before {
    top: 3px;
  }
  .content .box .inner .block .line p:after {
    bottom: 3px;
  }
  .content .box .inner .block .line:nth-child(2) {
    margin: 10px 0px 0 0px;
  }
  .content .box .inner h2 {
    margin: 30px 0 0 0;
  }
  .content .box .inner h2 .catch {
    line-height: 1.35;
    letter-spacing: 1px;
    font-size: 7.75vw;
  }
  .content .box .inner .contents_new_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
  }
  .content .box .inner .contents_new_box ul {
    width: 100%;
    padding: 0 25px 0 25px;
    margin: 0 auto 0px;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    margin: 40px 0 0 0;
  }
  .content .box .inner .contents_new_box ul li {
    background: #ffffff;
    box-shadow: rgba(255, 248, 190, 0.15) 0px 5px 15px, 5px 5px 0 0 #dec6b4;
    border: solid 2px #534033;
    width: 100%;
    margin: 0 2% 4% 0;
    padding: 15px 20px 15px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
  }
  .content .box .inner .contents_new_box ul li:nth-child(3n) {
    margin: 0 2% 0% 0;
  }
  .content .box .inner .contents_new_box ul li .icon {
    width: 12vw;
    height: 12vw;
    padding: 0 0 0 0;
    margin: 0 15px 0 0;
    position: relative;
    line-height: 0;
  }
  .content .box .inner .contents_new_box ul li .icon img {
    width: 100%;
    height: auto;
  }
  .content .box .inner .contents_new_box ul li .text {
    font-style: normal;
    width: calc(100% - (12vw + 15px));
    border-left: solid 2px #a6907f;
    padding: 0 0 0 15px;
    color: #fff;
  }
  .content .box .inner .contents_new_box ul li .text p {
    font-family: "Zen Kaku Gothic New";
    font-weight: 600;
    color: #000;
    margin: 0 0 0 0;
    line-height: 1.35;
    font-size: 3.5vw;
  }
  .content .box .inner .contents_new_box .line {
    width: calc(100% - 50px);
    padding: 5px 0;
    margin: 15px 25px 0 25px;
    background-color: #06c755;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .box .inner .contents_new_box .line img {
    width: 100%;
  }
  .content .box .inner .explain {
    display: block;
    margin: 25px 0 0 0;
  }
  .content .box .inner .explain .button {
    width: 90%;
    padding: 20px 0 0 0;
    margin: 0 auto 0;
  }
  .content .box .inner .explain .button a {
    text-decoration: none;
    background: #000;
    box-shadow: rgba(186, 186, 218, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .content .box .inner .explain .button a .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .content .box .inner .explain .button a .sub p {
    padding: 3px 10px 3px 10px;
    font-size: 3vw;
  }
  .content .box .inner .explain .button a .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .content .box .inner .explain .button a .main .icon {
    width: 7vw;
    height: auto;
  }
  .content .box .inner .explain .button a .main .catch {
    line-height: 1.3;
    font-size: 6vw;
  }
  .content .box .inner .explain .button a .main .download {
    width: 5.5vw;
    height: auto;
  }
  .content .box .inner .explain .button:nth-child(2) {
    margin: 10px auto 0;
  }
  .content .box .inner .explain .button #line {
    text-decoration: none;
    background: rgb(45, 199, 6);
    background: linear-gradient(45deg, rgb(45, 199, 6) 0%, rgb(6, 199, 85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2dc706", endColorstr="#06c755", GradientType=1);
    box-shadow: rgba(186, 186, 218, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    display: block;
    padding: 5px 30px 20px 30px;
  }
  .content .box .inner .explain .button #line .sub {
    text-align: center;
    margin: -20px 0 0 0;
  }
  .content .box .inner .explain .button #line .sub p {
    padding: 3px 10px 3px 10px;
    font-size: 3vw;
  }
  .content .box .inner .explain .button #line .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
  }
  .content .box .inner .explain .button #line .main .icon {
    width: 7vw;
    height: auto;
  }
  .content .box .inner .explain .button #line .main .catch {
    line-height: 1.3;
    font-size: 5.5vw;
  }
  .content .box .inner .explain .button #line .main .catch p {
    font-size: 5.5vw;
  }
  .content .box .inner .explain .button #line .main .download {
    width: 7vw;
    height: auto;
  }
}
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */