@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  overflow-x: hidden;
  background: #FFF;
  color: #4D4D4D;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.75;
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: calc((26/760)*100vw);
  }
}

.text_center {
  text-align: center;
}
.text_red {
  color: #E50012;
}
.text_blue {
  color: #2A93D5;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 calc((30/760)*100vw);
  }
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

/*---------------
   main
---------------*/
.content_inner {
  padding: 110px 0;
}
@media screen and (max-width: 640px) {
  .content_inner {
    padding: calc((100/760)*100vw) 0;
  }
}
.content_inner.bg_blue {
  background: #F0F8FA;
}

.lttl {
  margin-bottom: 50px;
  text-align: center;
  line-height: 5rem;
}
@media screen and (max-width: 640px) {
  .lttl {
    margin-bottom: calc((70/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.lttl .en {
  color: rgba(42, 147, 213, 0.3);
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .lttl .en {
    font-size: calc((40/760)*100vw);
  }
}
.lttl .jp {
  color: #2A93D5;
  font-size: 4.2rem;
}
@media screen and (max-width: 640px) {
  .lttl .jp {
    font-size: calc((50/760)*100vw);
  }
}

.mttl {
  margin: 90px 0 30px;
  color: #2A93D5;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mttl {
    margin: 2em 0 1em;
    font-size: calc((40/760)*100vw);
  }
}

.sttl {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.387;
}
@media screen and (max-width: 640px) {
  .sttl {
    margin-bottom: 1em;
    font-size: calc((40/760)*100vw);
  }
}

.mv {
  position: relative;
}
.mv_img {
  width: 100%;
  height: auto;
}
.mv_textarea {
  position: absolute;
  top: 50%;
  left: calc((100/1200)*100vw);
  transform: translate(0, -50%);
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 640px) {
  .mv_textarea {
    top: calc((30/760)*100vw);
    left: 50%;
    transform: translate(-50%, 0%);
    width: calc((700/760)*100vw);
    padding: calc((30/760)*100vw) calc((30/760)*100vw);
    background: rgba(255, 255, 255, 0.8);
  }
}
.mv_ttl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 3.2rem;
}
@media screen and (max-width: 640px) {
  .mv_ttl {
    margin-bottom: calc((0/760)*100vw);
    font-size: calc((24/760)*100vw);
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .mv_ttl img {
    width: calc((181/760)*100vw);
    margin-right: 1em;
  }
}
.mv_text01 {
  margin-bottom: 10px;
  color: #0073BA;
  font-size: 5.4rem;
  letter-spacing: 0.116em;
}
@media screen and (max-width: 640px) {
  .mv_text01 {
    margin-bottom: 0;
    font-size: calc((46/760)*100vw);
    text-align: center;
    line-height: 1.4;
  }
}
.mv_text02 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .mv_text02 {
    font-size: calc((26/760)*100vw);
    line-height: 1.4;
  }
}
.mv_text02 b {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mv_text02 b {
    font-size: calc((26/760)*100vw);
  }
}

.news .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .news .inner {
    display: block;
  }
}
.news_left {
  width: 190px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .news_left {
    width: 100%;
    margin-right: 0;
  }
}
.news_lttl {
  margin-bottom: 20px;
  text-align: center;
  line-height: 3.6rem;
}
@media screen and (max-width: 640px) {
  .news_lttl {
    margin-bottom: calc((100/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.news_lttl .en {
  color: #2A93D5;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 640px) {
  .news_lttl .en {
    font-size: calc((50/760)*100vw);
  }
}
.news_lttl .jp {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .news_lttl .jp {
    font-size: calc((24/760)*100vw);
  }
}
.news_btn_more a {
  display: block;
  width: 190px;
  height: 41px;
  background: url("../images/btn_arrow.png") top 50% right 15px no-repeat, #FFF;
  background-size: 29px;
  border: #2A93D5 2px solid;
  border-radius: 20px;
  color: #2A93D5;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  line-height: 4.1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_btn_more a {
    width: calc((300/760)*100vw);
    height: calc((60/760)*100vw);
    margin: 0 auto;
    background: url("../images/btn_arrow.png") top 50% right calc((20/760)*100vw) no-repeat, #FFF;
    background-size: calc((30/760)*100vw);
    border-radius: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.news_btn_more a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.news_right {
  width: 600px;
}
@media screen and (max-width: 640px) {
  .news_right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news_list {
    margin-bottom: calc((40/760)*100vw);
  }
}
.news_list_item {
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .news_list_item {
    margin-bottom: 2em;
  }
}
.news_list_item:last-child {
  margin-bottom: 0;
}
.news_list_item a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_list_item a:hover {
  text-decoration: underline;
}
.news_list_item time {
  width: 5em;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  text-indent: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_list_item time {
    font-size: calc((26/760)*100vw);
  }
}
.news_list_item .news_ico {
  margin: 0 1em;
  padding: 0.2em 0.5em;
  background: #EAEAEA;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .news_list_item .news_ico {
    font-size: calc((20/760)*100vw);
  }
}
.news_list_item .news_ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .news_list_item .news_ttl {
    width: 100%;
    font-size: calc((26/760)*100vw);
  }
}

.video_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 640px) {
  .video_list {
    display: block;
    padding: 0 calc((30/760)*100vw);
    width: 100%;
  }
}
.video_list_item {
  position: relative;
  padding: 1%;
  margin: 0;
  width: 48%;
}
@media screen and (max-width: 640px) {
  .video_list_item {
    width: 100%;
    margin: 0 0 calc((30/760)*100vw);
  }
}
.video_list_item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 74px;
  height: 74px;
  background: url("../images/video_ico.png") top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .video_list_item:after {
    width: calc((74/760)*100vw);
    height: calc((74/760)*100vw);
  }
}
.video_list_item a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.feature_catch {
  margin-bottom: 40px;
  text-align: center;
  color: #2A93D5;
  font-size: 4.2rem;
}
@media screen and (max-width: 640px) {
  .feature_catch {
    margin-bottom: calc((40/760)*100vw);
    font-size: calc((40/760)*100vw);
  }
}
.feature_btn_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .feature_btn_wrap {
    display: block;
    margin-bottom: calc((40/760)*100vw);
  }
}
.feature_btn a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 59px;
  margin: 0 20px;
  background: url("../images/btn_arrow.png") top 50% right 15px no-repeat, #FFF;
  background-size: 29px;
  border: #2A93D5 2px solid;
  border-radius: 30px;
  color: #2A93D5;
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 5.9rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .feature_btn a {
    width: calc((600/760)*100vw);
    height: calc((60/760)*100vw);
    margin: 0 auto calc((20/760)*100vw);
    background: url("../images/btn_arrow.png") top 50% right calc((20/760)*100vw) no-repeat, #FFF;
    background-size: calc((30/760)*100vw);
    border-radius: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.feature_btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.feature_btn a .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .feature_btn a .small {
    font-size: calc((20/760)*100vw);
  }
}
.feature_ttl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 5.4rem;
  line-height: 0;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .feature_ttl {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((50/760)*100vw);
  }
}
.feature_ttl_small {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .feature_ttl_small {
    font-size: calc((24/760)*100vw);
  }
}
.feature_ttl_number {
  color: #2A93D5;
  font-size: 12rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .feature_ttl_number {
    font-size: calc((110/760)*100vw);
  }
}
.feature_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
}
.feature_list_item {
  width: 182px;
  height: 182px;
  margin: 0 21px;
  padding: 50px 0;
  border-radius: 91px;
  background: #2A93D5;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .feature_list_item {
    width: calc((200/760)*100vw);
    height: calc((200/760)*100vw);
    margin: 0 calc((10/760)*100vw);
    padding: calc((55/760)*100vw) 0;
    border-radius: calc((100/760)*100vw);
  }
}
.feature_list_item .jp {
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .feature_list_item .jp {
    font-size: calc((40/760)*100vw);
  }
}
.feature_list_item .en {
  font-family: "Oswald", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2.1rem;
}
@media screen and (max-width: 640px) {
  .feature_list_item .en {
    font-size: calc((30/760)*100vw);
  }
}

.effect_list01 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
@media screen and (max-width: 640px) {
  .effect_list01 {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc((40/760)*100vw) 0 0;
  }
}
.effect_list01_item {
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .effect_list01_item {
    width: 48%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.effect_list01_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.effect_list01_mttl {
  width: 260px;
  height: 45px;
  background: rgba(42, 147, 213, 0.15);
  border-radius: 23px;
  color: #2A93D5;
  font-size: 2rem;
  line-height: 45px;
}
@media screen and (max-width: 640px) {
  .effect_list01_mttl {
    width: 100%;
    height: calc((60/760)*100vw);
    border-radius: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.effect_list01_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  height: 140px;
}
@media screen and (max-width: 640px) {
  .effect_list01_img {
    height: calc((230/760)*100vw);
  }
}
.effect_list01_sttl {
  margin-bottom: 10px;
  color: #E50012;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .effect_list01_sttl {
    margin-bottom: calc((10/760)*100vw);
    font-size: calc((26/760)*100vw);
  }
}
.effect_list01_text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .effect_list01_text {
    font-size: calc((26/760)*100vw);
    text-align: left;
  }
}
.effect_table {
  width: 100%;
}
.effect_table th, .effect_table td {
  padding: 10px 15px;
  border: #F0F8FA 2px solid;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .effect_table th, .effect_table td {
    display: block;
    width: 100%;
    padding: calc((15/760)*100vw) calc((20/760)*100vw);
  }
}
.effect_table th {
  width: 190px;
  background: rgba(42, 147, 213, 0.15);
  color: #2A93D5;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .effect_table th {
    width: 100%;
  }
}
.effect_table th .small {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .effect_table th .small {
    font-weight: calc((20/760)*100vw);
  }
}
.effect_table td {
  background: #FFF;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .effect_table td {
    font-size: calc((26/760)*100vw);
    letter-spacing: 0;
    text-indent: 0;
  }
}
.effect .catalyst {
  margin-top: 80px;
  padding: 40px;
  background: #FFF;
  border: #2A93D5 1px solid;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .effect .catalyst {
    margin-top: calc((40/760)*100vw);
    padding: calc((30/760)*100vw);
    text-align: left;
  }
}
.effect .catalyst_text {
  margin-bottom: 0.7em;
  color: #2A93D5;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 640px) {
  .effect .catalyst_text {
    font-size: calc((26/760)*100vw);
  }
}
.effect .catalyst_btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .effect .catalyst_btn {
    margin: calc((20/760)*100vw) 0 0;
  }
}
.effect .catalyst_btn a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/btn_arrow_white.png") top 50% right 20px no-repeat, #2A93D5;
  background-size: 29px;
  border-radius: 30px;
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .effect .catalyst_btn a {
    width: calc((600/760)*100vw);
    height: calc((60/760)*100vw);
    background: url("../images/btn_arrow_white.png") top 50% right calc((20/760)*100vw) no-repeat, #2A93D5;
    background-size: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.effect .catalyst_btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.effect .catalyst_btn a .small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .effect .catalyst_btn a .small {
    font-size: calc((20/760)*100vw);
  }
}
.effect_suppress_wrap01 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap01 {
    display: block;
    margin-bottom: calc((40/760)*100vw);
  }
}
.effect_suppress_wrap01 .sttl {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap01 .sttl {
    width: 100%;
  }
}
.effect_suppress_wrap01 .effect_suppress_right {
  width: 950px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap01 .effect_suppress_right {
    width: 100%;
  }
}
.effect_suppress_wrap02 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap02 {
    display: block;
    margin-bottom: calc((70/760)*100vw);
  }
}
.effect_suppress_wrap02 .effect_suppress_left {
  width: 375px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap02 .effect_suppress_left {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.effect_suppress_wrap02 .effect_suppress_img {
  width: 735px;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap02 .effect_suppress_img {
    width: 100%;
  }
}
.effect_suppress_wrap02 .effect_suppress_img figucaption {
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .effect_suppress_wrap02 .effect_suppress_img figucaption {
    font-size: calc((30/760)*100vw);
  }
}
.effect_suppress_text02 {
  margin-bottom: 1em;
  font-weight: 500;
}
.effect_suppress_note {
  font-size: 1.3rem;
  line-height: 1.385;
}
@media screen and (max-width: 640px) {
  .effect_suppress_note {
    font-size: calc((20/760)*100vw);
  }
}
.effect_suppress_note li {
  display: inline-block;
}
.effect_smell_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .effect_smell_list {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.effect_smell_list_item {
  width: 208px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .effect_smell_list_item {
    width: 48%;
    margin: 0 0 calc((40/760)*100vw);
  }
}
.effect_smell_text01 {
  color: #2A93D5;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .effect_smell_text01 {
    font-size: calc((26/760)*100vw);
  }
}
.effect_smell_text02 {
  background: #2A93D5;
  border-radius: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .effect_smell_text02 {
    border-radius: calc((26/760)*100vw);
    font-size: calc((26/760)*100vw);
  }
}
.effect_smell_text03 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .effect_smell_text03 {
    font-size: calc((26/760)*100vw);
  }
}
.effect_smell_text04 {
  color: #E50012;
  font-size: 4.1rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .effect_smell_text04 {
    font-size: calc((60/760)*100vw);
  }
}
.effect_smell_text04 span {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .effect_smell_text04 span {
    font-size: calc((30/760)*100vw);
  }
}
.effect_smell_note {
  font-size: 1.3rem;
  line-height: 1.385;
}
.effect_smell_note li {
  display: inline;
}
.safety {
  background: url("../images/safety_bg.png") bottom center no-repeat;
  background-size: 1920px;
}
@media screen and (max-width: 640px) {
  .safety {
    background-size: auto 50vw;
  }
}
.safety_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 160px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .safety_list {
    justify-content: space-between;
    margin: calc((40/760)*100vw) 0 calc((100/760)*100vw);
  }
}
.safety_list_item {
  width: 285px;
  margin: 0 25px 40px;
  padding: 10px 10px 20px;
  background: #F0F8FA;
  border-radius: 12px;
}
@media screen and (max-width: 640px) {
  .safety_list_item {
    width: 48%;
    margin: 0 0 calc((40/760)*100vw);
    padding: calc((30/760)*100vw);
    border-radius: calc((12/760)*100vw);
  }
}
.safety_list_text {
  margin-bottom: 10px;
  padding: 10px 0;
  border-radius: 30px;
  background: #FFF;
  color: #2A93D5;
  font-weight: 500;
  line-height: 1.333;
}
@media screen and (max-width: 640px) {
  .safety_list_text {
    margin-bottom: calc((10/760)*100vw);
    padding: calc((10/760)*100vw) 0;
    border-radius: calc((20/760)*100vw);
  }
}
.safety_list_ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.safety_mttl {
  margin-bottom: 40px;
  color: #2A93D5;
  font-size: 5.4rem;
  font-weight: 300;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .safety_mttl {
    margin-bottom: calc((40/760)*100vw);
    font-size: calc((60/760)*100vw);
  }
}
.safety_text {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .safety_text {
    font-size: calc((26/760)*100vw);
  }
}

.persistence_text {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.persistence_content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .persistence_content {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: calc((40/760)*100vw) 0 0;
  }
}
.persistence_content_textarea {
  width: 580px;
}
@media screen and (max-width: 640px) {
  .persistence_content_textarea {
    order: 2;
    width: 100%;
  }
}
.persistence_content_img {
  width: 420px;
}
@media screen and (max-width: 640px) {
  .persistence_content_img {
    order: 1;
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.persistence_note {
  margin: 30px 0 0;
  font-size: 1.3rem;
  line-height: 1.385;
}
@media screen and (max-width: 640px) {
  .persistence_note {
    margin: calc((30/760)*100vw) 0 0;
    font-size: calc((20/760)*100vw);
  }
}
.construction_method_list {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .construction_method_list {
    margin-top: calc((40/760)*100vw);
  }
}
.construction_method_list_item {
  margin-bottom: 50px;
  padding: 50px;
  border: #2A93D5 2px solid;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item {
    margin-bottom: calc((40/760)*100vw);
    padding: calc((30/760)*100vw);
  }
}
.construction_method_list_item:last-child {
  margin-bottom: 0;
}
.construction_method_list_text {
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  line-height: 1.6;
}
.construction_method_list_feature dt {
  background: #2A93D5;
  margin-bottom: 20px;
  padding: 7px;
  border-radius: 28px;
  color: #FFF;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .construction_method_list_feature dt {
    margin-bottom: calc((20/760)*100vw);
    padding: 0.5em;
    border-radius: calc((40/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.construction_method_list_feature dd {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  color: #2A93D5;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-indent: 0.015em;
  line-height: 1.364;
}
@media screen and (max-width: 640px) {
  .construction_method_list_feature dd {
    margin-bottom: 0.5em;
    font-size: calc((30/760)*100vw);
  }
}
.construction_method_list_feature dd:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #2A93D5;
}
@media screen and (max-width: 640px) {
  .construction_method_list_feature dd:before {
    width: calc((10/760)*100vw);
    height: calc((10/760)*100vw);
    border-radius: calc((5/760)*100vw);
  }
}
.construction_method_list_feature dd span {
  color: #4D4D4D;
  font-size: 1.1rem;
  vertical-align: super;
}
@media screen and (max-width: 640px) {
  .construction_method_list_feature dd span {
    font-size: calc((16/760)*100vw);
  }
}
.construction_method_list_feature dd.construction_method_list_note {
  padding-left: 0;
  text-indent: 0;
  color: #4D4D4D;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .construction_method_list_feature dd.construction_method_list_note {
    font-size: calc((20/760)*100vw);
  }
}
.construction_method_list_feature dd.construction_method_list_note:before {
  content: none;
}
.construction_method_list_item01 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item01 {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.construction_method_list_item01 .construction_method_list_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 580px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item01 .construction_method_list_img {
    order: 2;
    width: 100%;
  }
}
.construction_method_list_item01 .construction_method_list_img img:nth-child(1) {
  width: 100%;
}
.construction_method_list_item01 .construction_method_list_img img:nth-child(2), .construction_method_list_item01 .construction_method_list_img img:nth-child(3) {
  width: 48%;
}
.construction_method_list_item01 .construction_method_list_textarea {
  width: 417px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item01 .construction_method_list_textarea {
    order: 1;
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.construction_method_list_item01 .construction_method_list_feature dt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item01 .construction_method_list_feature dt {
    margin-top: calc((30/760)*100vw);
  }
}
.construction_method_list_item02 .construction_method_list_textarea {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item02 .construction_method_list_textarea {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc((40/760)*100vw);
  }
}
.construction_method_list_item02 .construction_method_list_text_left, .construction_method_list_item02 .construction_method_list_text_right {
  width: 485px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item02 .construction_method_list_text_left, .construction_method_list_item02 .construction_method_list_text_right {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
.construction_method_list_item02 .construction_method_list_img {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.construction_method_list_item02 .construction_method_list_img img {
  width: 485px;
}
@media screen and (max-width: 640px) {
  .construction_method_list_item02 .construction_method_list_img img {
    width: 48%;
  }
}
.construction_method_list_item02 .construction_method_list_feature dd {
  margin-bottom: 0.5em;
}
.construction_place_inner {
  width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1300px) {
  .construction_place_inner {
    width: 1200px;
    max-width: 1200px;
  }
}
@media screen and (max-width: 640px) {
  .construction_place_inner {
    width: 100%;
    min-width: 100%;
  }
}
.construction_place_text {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 640px) {
  .construction_place_text {
    font-size: calc((26/760)*100vw);
    letter-spacing: 0;
    text-indent: 0;
  }
}
.construction_place_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .construction_place_list {
    display: block;
    margin-top: calc((40/760)*100vw);
  }
}
.construction_place_list_item {
  width: 400px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .construction_place_list_item {
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  .construction_place_list_item {
    width: 100%;
    margin-bottom: calc((60/760)*100vw);
  }
}
.construction_place_list_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .construction_place_list_item:nth-last-child(-n+3) {
    width: 100%;
    margin-bottom: calc((60/760)*100vw);
  }
}
.construction_place_list_img {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .construction_place_list_img {
    margin-bottom: calc((30/760)*100vw);
  }
}
.construction_place_list_ttl {
  margin-bottom: 20px;
  color: #2A93D5;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .construction_place_list_ttl {
    margin-bottom: 0.5em;
    font-size: calc((30/760)*100vw);
  }
}
.construction_place_list_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .construction_place_list_text {
    font-size: calc((26/760)*100vw);
  }
}
.construction_able_text {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: -0.005em;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 640px) {
  .construction_able_text {
    font-size: calc((26/760)*100vw);
    letter-spacing: 0;
    text-indent: 0;
  }
}
.construction_able_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px;
}
@media screen and (max-width: 640px) {
  .construction_able_list {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc((40/760)*100vw) 0;
  }
}
.construction_able_list_item {
  width: 162px;
}
@media screen and (max-width: 640px) {
  .construction_able_list_item {
    width: 30%;
  }
}
.construction_able_list_ttl {
  margin-bottom: 20px;
  padding: 0.2em;
  background: rgba(42, 147, 213, 0.15);
  border-radius: 22px;
  color: #2A93D5;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .construction_able_list_ttl {
    margin-bottom: calc((20/760)*100vw);
    border-radius: calc((30/760)*100vw);
    font-size: calc((26/760)*100vw);
  }
}
.construction_tiotio {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  border: #2A93D5 1px solid;
}
@media screen and (max-width: 640px) {
  .construction_tiotio {
    display: block;
    padding: calc((30/760)*100vw);
  }
}
.construction_tiotio_logo {
  width: 260px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .construction_tiotio_logo {
    width: 100%;
    margin-bottom: calc((40/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  .construction_tiotio_logo img {
    width: calc((261/760)*100vw);
  }
}
.construction_tiotio_textarea {
  width: 730px;
}
@media screen and (max-width: 640px) {
  .construction_tiotio_textarea {
    width: 100%;
  }
}
.construction_tiotio_text {
  margin-bottom: 1em;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .construction_tiotio_text {
    font-size: calc((26/760)*100vw);
  }
}
.construction_tiotio_text:last-child {
  margin-bottom: 0;
}

.encounter_content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 90px;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .encounter_content {
    padding: calc((30/760)*100vw) calc((50/760)*100vw) calc((30/760)*100vw);
  }
}
.encounter_content .lttl {
  width: 100%;
}
.encounter_content_textarea {
  width: 690px;
}
@media screen and (max-width: 640px) {
  .encounter_content_textarea {
    width: 100%;
  }
}
.encounter_content_text {
  letter-spacing: 0.075em;
  text-indent: 0.075em;
  line-height: 2.5;
}
.encounter_content_img {
  width: 252px;
}
@media screen and (max-width: 640px) {
  .encounter_content_img {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .encounter_content_img img {
    width: 70%;
  }
}
.encounter_content_img figucaption {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .encounter_content_img figucaption {
    font-size: calc((26/760)*100vw);
  }
}

.contact .lttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .contact .lttl {
    margin-bottom: calc((40/760)*100vw);
  }
}
.contact .lttl_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .contact .lttl_logo {
    margin-bottom: calc((40/760)*100vw);
  }
}
.contact .lttl_logo img {
  width: 190px;
}
@media screen and (max-width: 640px) {
  .contact .lttl_logo img {
    width: calc((190/760)*100vw);
  }
}
.contact .lttl_free {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 0.8em;
  background: #2A93D5;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
  line-height: 43px;
}
@media screen and (max-width: 640px) {
  .contact .lttl_free {
    margin-bottom: calc((10/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((50/760)*100vw);
  }
}
.contact .lttl .jp {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  text-indent: 0;
}
@media screen and (max-width: 640px) {
  .contact .lttl .jp {
    font-size: calc((30/760)*100vw);
  }
}
.contact_text {
  color: #000;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.contact_text:last-child {
  margin-bottom: 0;
}
.contact_btn {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    margin: calc((40/760)*100vw) 0 0;
  }
}
.contact_btn a {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  width: 570px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/btn_arrow_white.png") top 50% right 20px no-repeat, #2A93D5;
  background-size: 29px;
  border-radius: 30px;
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0;
  text-indent: 0;
  line-height: 6rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact_btn a {
    width: calc((600/760)*100vw);
    height: calc((60/760)*100vw);
    background: url("../images/btn_arrow_white.png") top 50% right calc((20/760)*100vw) no-repeat, #2A93D5;
    background-size: calc((30/760)*100vw);
    border-radius: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
    line-height: calc((60/760)*100vw);
  }
}
.contact_btn a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.contact .bnr-footer {
  margin-top: 3em;
  text-align: center;
}

#copyright p {
  padding: 0.7em 0;
  font-size: 1.2rem;
  text-align: center;
}

.mgb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  .mgb10 {
    font-size: calc((10/760)*100vw) !important;
  }
}