/*----------------------------------------------------
Header
------------------------------------------------------*/
.igocochi-header {
  position: relative;
  padding: 40px 0;
  font-weight: bold;
  text-align: center;
  background: url(../../../images/igocochi/common/bg_header_sp.png) no-repeat 50% 50%/cover;
}
@media screen and (min-width: 769px) {
  .igocochi-header {
    padding: 50px 0;
    background: url(../../../images/igocochi/common/bg_header_pc.png) no-repeat 50% 50%/cover;
  }
}
.igocochi-header .title,
.igocochi-header .subtitle {
  color: #004190;
  line-height: 1.5;
}
.igocochi-header .title {
  font-size: 3.5rem;
}
@media screen and (min-width: 769px) {
  .igocochi-header .title {
    font-size: 5rem;
  }
}
.igocochi-header .menu-list {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .igocochi-header .menu-list {
    margin: 40px auto 0;
  }
}
.igocochi-header .menu-list li {
  margin: 0 20px;
}
.igocochi-header .menu-list li.is-current {
  border-bottom: 3px solid #fadc6e;
}
.igocochi-header .menu-list a {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .igocochi-header .menu-list a {
    font-size: 2rem;
  }
}
.igocochi-header .menu-list a .fa {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .igocochi-header .menu-list a .fa {
    font-size: 1.8rem;
  }
}
.igocochi-header .menu-list i {
  padding-left: 1rem;
}

.column-archive-include .igocochi-header .title {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .column-archive-include .igocochi-header .title {
    font-size: 3.2rem;
  }
}
.column-archive-include .igocochi-header .menu-list a {
  color: #004190;
  font-size: 1.15rem;
}
@media screen and (min-width: 769px) {
  .column-archive-include .igocochi-header .menu-list a {
    font-size: 1.25rem;
  }
}
.column-archive-include .igocochi-header .menu-list a .fa {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .column-archive-include .igocochi-header .menu-list a .fa {
    font-size: 1.15rem;
  }
}
.column-archive-include .igocochi-header .menu-list i {
  padding-left: 0.6rem;
}

/*----------------------------------------------------
Footer
------------------------------------------------------*/
.igocochi-footer {
  position: relative;
  padding: 20px 0;
}

/*----------------------------------------------------
Main
------------------------------------------------------*/
.igocochi-wrap {
  max-width: 100vw;
}
.igocochi-wrap .wrapper {
  min-width: auto;
}
.igocochi-wrap .igocochi-header {
  margin-top: -21px;
}
.igocochi-wrap a {
  color: #004190;
  text-decoration: none;
  transition: 0.5s;
}
.igocochi-wrap a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.igocochi-wrap .button {
  display: block;
  max-width: 500px;
  margin: 30px auto;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .igocochi-wrap .button {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.igocochi-wrap .button:hover {
  background: #e3e3df;
}
.igocochi-wrap .button a {
  position: relative;
  display: block;
  padding: 13px 20px;
}
.igocochi-wrap .button a, .igocochi-wrap .button a:visited {
  color: #000;
}
.igocochi-wrap .button a:hover {
  opacity: 1;
}
.igocochi-wrap .button.is-primary {
  border-color: #004190;
  background: #004190;
  color: #fff;
}
.igocochi-wrap .button.is-primary:hover {
  background: #fff;
  color: #004190;
}
.igocochi-wrap .button.is-primary a, .igocochi-wrap .button.is-primary a:visited {
  color: #fff;
}
.igocochi-wrap .button.is-primary a:hover {
  color: #004190;
}

.igocochi-main {
  color: #333;
  line-height: 1.5;
}
.igocochi-main h1,
.igocochi-main h2,
.igocochi-main h3,
.igocochi-main h4 {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.igocochi-main h2,
.igocochi-main h3 {
  color: #004190;
}
.igocochi-main h2 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 768px) {
  .igocochi-main h2 {
    font-size: 2rem;
  }
}
.igocochi-main h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.2;
}
.igocochi-main p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .igocochi-main p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.igocochi-main dl {
  line-height: 2;
}
.igocochi-main dl dt {
  font-weight: 600;
}
.igocochi-main .section {
  margin: 50px 0;
}
@media screen and (min-width: 769px) {
  .igocochi-main .section {
    margin: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-main .wrapper {
    padding: 0 20px;
  }
}
.igocochi-main .movie {
  width: 100%;
  margin: 0 auto;
}
.igocochi-main .movie .youtube-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.igocochi-main .movie .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.igocochi-main .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .igocochi-main .column {
    margin-top: 30px;
  }
}
.igocochi-main .column > li {
  margin: 20px 0 0;
}
.igocochi-main .column > li > a {
  display: block;
}
.igocochi-main .column.is-2 > li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .igocochi-main .column.is-2 > li {
    width: 100%;
  }
}
.igocochi-main .column.is-3::before, .igocochi-main .column.is-3::after,
.igocochi-main .column.is-3 > li {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .igocochi-main .column.is-3::before, .igocochi-main .column.is-3::after,
  .igocochi-main .column.is-3 > li {
    width: 100%;
  }
}
.igocochi-main .column.is-4::before, .igocochi-main .column.is-4::after,
.igocochi-main .column.is-4 > li {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .igocochi-main .column.is-4::before, .igocochi-main .column.is-4::after,
  .igocochi-main .column.is-4 > li {
    width: 48%;
  }
}
.igocochi-main .column.is-3::before, .igocochi-main .column.is-3::after, .igocochi-main .column.is-4::before, .igocochi-main .column.is-4::after {
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .igocochi-main .column.is-3::before, .igocochi-main .column.is-3::after, .igocochi-main .column.is-4::before, .igocochi-main .column.is-4::after {
    display: none;
  }
}
.igocochi-main .column.is-3::before, .igocochi-main .column.is-4::before {
  order: 1;
}
.igocochi-main .column .post-image {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
  overflow: hidden;
}
.igocochi-main .column .post-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.igocochi-main .column .post-image.is-gray img {
  filter: grayscale(0.5);
}
.igocochi-main .column .post-info {
  padding-top: 10px;
}
.igocochi-main .column a, .igocochi-main .column a:visited {
  color: #333;
}
.igocochi-main .column a:hover .post-image.is-gray img {
  filter: grayscale(0);
}
.igocochi-main .footnote {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .igocochi-main .for-pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-main .for-sp {
    display: none;
  }
}

/*----------------------------------------------------
Top
------------------------------------------------------*/
.igocochi-top {
  position: relative;
}
@media screen and (min-width: 769px) {
  .igocochi-top .igocochi-wrap .wrapper {
    text-align: center !important;
  }
}
.igocochi-top .igocochi-header {
  padding-bottom: 0;
  background: url(../../../images/common/bg-cont-blue.png) no-repeat 0% 300%;
}
@media screen and (min-width: 481px) {
  .igocochi-top .igocochi-header {
    background: url(../../../images/common/bg-cont-blue.png) no-repeat 0% 0%;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .igocochi-header {
    background: url(../../../images/common/bg-cont-blue.png) no-repeat 0% 100%;
  }
}
.igocochi-top .section {
  font-weight: bold;
}
.igocochi-top .phrase {
  color: #004190;
}
.igocochi-top .phrase.is-middle {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .igocochi-top .phrase.is-middle {
    font-size: 2.4rem;
  }
}
.igocochi-top .phrase.is-large {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .igocochi-top .phrase.is-large {
    font-size: 3rem;
  }
}
.igocochi-top .question {
  margin-top: 50px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .igocochi-top .question {
    font-size: 1.6rem;
  }
}
.igocochi-top .figures {
  margin: 0 auto;
}
.igocochi-top .figures .graph img {
  display: block;
  width: 180px;
  margin: 1rem auto 0;
}
@media screen and (min-width: 769px) {
  .igocochi-top .figures .graph img {
    width: 210px;
  }
}
.igocochi-top .hero {
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .igocochi-top .hero {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    text-align: left;
  }
}
.igocochi-top .hero .title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero .title {
    font-size: 5rem;
  }
}
.igocochi-top .hero .subtitle {
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero .subtitle {
    font-size: 2.6rem;
  }
}
.igocochi-top .hero .excerpt {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero .excerpt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero-text {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-top .hero-movie {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .hero-movie {
    width: 50%;
  }
}
.igocochi-top .scenes {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .igocochi-top .scenes {
    margin-top: 80px;
    background: url(../../../images/igocochi/top/img_hero_scenes_pc.png) repeat-x;
  }
}
.igocochi-top .lead .phrase {
  margin-top: 2rem;
}
.igocochi-top .lead .footnote {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .igocochi-top .lead .footnote {
    position: absolute;
    bottom: -3rem;
    width: 100%;
  }
}
.igocochi-top .lead-answer {
  position: relative;
  max-width: 480px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .igocochi-top .lead-answer {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .lead-answer {
    max-width: 900px;
    margin: -60px auto 0;
    padding: 70px 0 0;
  }
}
.igocochi-top .lead-answer::before, .igocochi-top .lead-answer::after {
  position: absolute;
  bottom: 50px;
  width: 50%;
  height: 55%;
  content: "";
}
@media screen and (min-width: 769px) {
  .igocochi-top .lead-answer::before, .igocochi-top .lead-answer::after {
    bottom: 20%;
    height: 80%;
  }
}
.igocochi-top .lead-answer::before {
  left: 0;
  background: url(../../../images/igocochi/top/img_lead_1.png) no-repeat 0% 100%/contain;
}
.igocochi-top .lead-answer::after {
  right: 0;
  background: url(../../../images/igocochi/top/img_lead_2.png) no-repeat 100% 100%/contain;
}
.igocochi-top .lead-answer .graph {
  margin-top: 10px;
  padding-top: 27.5%;
  background: url(../../../images/igocochi/top/bg_lead_sp.png) no-repeat 50% 0%/contain;
}
@media screen and (min-width: 769px) {
  .igocochi-top .lead-answer .graph {
    margin-top: -10px;
    padding-top: 10px;
    background: url(../../../images/igocochi/top/bg_lead_pc.png) no-repeat 50% 0%/contain;
  }
}
.igocochi-top .issue p + p {
  margin-top: 3rem;
}
.igocochi-top .issue-list {
  max-width: 480px;
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .igocochi-top .issue-list {
    max-width: 810px;
  }
}
.igocochi-top .issue-list li {
  padding: 20px;
  background: #e3e3df;
}
.igocochi-top .issue-list img {
  display: block;
  width: 90px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 769px) {
  .igocochi-top .issue-list img {
    width: 110px;
    margin: 0 auto 2rem;
  }
}
.igocochi-top .proposal p:first-child {
  margin-bottom: 1rem;
}
.igocochi-top .proposal .phrase.is-large {
  display: inline;
  padding: 10px 0 15px;
  background: linear-gradient(transparent 80%, #fadc6e 85%, transparent 90%);
}
.igocochi-top .proposal .phrase + p {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal .footnote {
    text-align: right;
  }
}
.igocochi-top .proposal-answer {
  max-width: 480px;
  margin: 1rem auto;
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer {
    max-width: 960px;
  }
}
.igocochi-top .proposal-answer ul {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer ul {
    display: flex;
    justify-content: space-between;
  }
}
.igocochi-top .proposal-answer ul li {
  padding: 20px;
  border: 1px solid #d8d8d8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer ul li.answer-physical {
    width: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-top .proposal-answer ul li.answer-social {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer ul li.answer-social {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer ul li .graph.is-2 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .proposal-answer ul li .graph.is-2 figure {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-top .proposal-answer ul li .graph.is-2 figure:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.igocochi-top .proposal-answer ul li p {
  margin-top: 1rem;
  color: #004190;
  font-size: 2rem;
}
.igocochi-top .summary {
  background: url(../../../images/igocochi/top/bg_summary_sp.png) no-repeat 50% 90%/contain;
}
@media screen and (min-width: 641px) {
  .igocochi-top .summary {
    margin-bottom: -50px;
    padding-bottom: 60px;
    background: url(../../../images/igocochi/top/bg_summary_pc.png) no-repeat 50% 50%/contain;
  }
}
.igocochi-top .summary p + p {
  margin-top: 5rem;
}
.igocochi-top .banner {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .igocochi-top .banner {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-top .banner-list li {
    width: 48.75% !important;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-top .banner-list li:first-of-type {
    margin-top: 0;
  }
}
.igocochi-top .banner-list img {
  display: block;
  width: 585px;
  max-width: 100%;
  margin: 0 auto;
}
.igocochi-top .pum-content .movie-bc {
  display: block;
  position: relative;
  max-width: 100%;
}
.igocochi-top .pum-content .movie-bc > div {
  padding-top: 56.25%;
}
.igocochi-top .pum-content .video-js {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.igocochi-top .pum-content .vjs-title-bar {
  display: none !important;
}

/*----------------------------------------------------
Method
------------------------------------------------------*/
.igocochi-method {
  position: relative;
}
.igocochi-method .igocochi-wrap h2 {
  position: relative;
  text-align: center;
}
.igocochi-method .igocochi-wrap h2::before, .igocochi-method .igocochi-wrap h2::after {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  border: 1px solid #d8d8d8;
  content: "";
}
.igocochi-method .igocochi-wrap h2::before {
  left: 0;
  border-right: 0;
}
.igocochi-method .igocochi-wrap h2::after {
  right: 0;
  border-left: 0;
}
.igocochi-method .igocochi-wrap h3 {
  text-align: center;
}
.igocochi-method .igocochi-wrap h3 span {
  color: #333;
  font-size: 1.4rem;
}
.igocochi-method .lead {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .igocochi-method .lead {
    margin-top: 70px;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-method .lead .wrapper {
    text-align: center;
  }
}
.igocochi-method .lead p {
  font-weight: bold;
}
.igocochi-method .lead img {
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 769px) {
  .igocochi-method .lead img {
    margin: 4rem auto 0;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-method .scene {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .igocochi-method .scene.is-right {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-method .scene-text {
    width: 50%;
  }
}
.igocochi-method .scene-text p {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .igocochi-method .scene-text p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .igocochi-method .scene-image {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .igocochi-method .scene-image {
    width: 46%;
  }
}
.igocochi-method .banner {
  max-width: 1030px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  .igocochi-method .banner {
    margin: 50px auto 0;
  }
}
.igocochi-method .banner img {
  display: block;
  width: 690px;
  max-width: 100%;
  margin: 0 auto;
}
.igocochi-method .columns-list {
  padding: 40px 20px 10px;
  background: #ebf0f3;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .igocochi-method .columns-list {
    padding: 50px 30px 20px;
  }
}
.igocochi-method .columns-list a {
  color: #333;
}
.igocochi-method .columns-list .post-image {
  position: relative;
  width: 100%;
  padding-top: 59.1489361702%;
  overflow: hidden;
}
.igocochi-method .columns-list .post-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.igocochi-method .columns-list .post-info {
  padding-top: 10px;
}
.igocochi-method .columns-list .post-category {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #707070;
  background: #fff;
  font-size: 1rem;
}
.igocochi-method .columns-list .post-date {
  display: block;
  padding: 1rem 0 0.6rem;
  font-size: 1.2rem;
}
.igocochi-method .columns-list .post-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.igocochi-method .columns .swiper-igocochi-columns {
  position: relative;
}
.igocochi-method .columns .swiper-button-prev, .igocochi-method .columns .swiper-button-next {
  color: #707070;
}
@media screen and (min-width: 769px) {
  .igocochi-method .columns .swiper-button-prev, .igocochi-method .columns .swiper-button-next {
    display: none;
  }
}
.igocochi-method .columns .swiper-button-prev {
  left: -20px;
}
.igocochi-method .columns .swiper-button-next {
  right: -20px;
}
.igocochi-method .columns + .c-full-size-wave {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .igocochi-method .columns + .c-full-size-wave {
    margin-top: 70px;
  }
}

/*----------------------------------------------------
Typography
------------------------------------------------------*/
.igocochi-header,
.igocochi-method .igocochi-wrap h3 {
  font-family: Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------
Extra Settings : popup
------------------------------------------------------*/
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding: 0 !important;
}