@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC
	Service

==============================================*/
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (PC)
	Service

==============================================*/
@media screen and (min-width: 835px) {
  /*================================
  	Layout, Elements
  ================================*/
  main {
    padding-top: 90px;
  }
  main .intro h2 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 3.5rem;
    line-height: 1.4;
    color: #232C67;
  }
  main .intro .note {
    padding: 60px 5% 0;
  }
  main .intro .note p {
    line-height: 2.3;
  }
  main .intro .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .intro .note p {
    text-align: center;
    font-size: 1.8rem;
  }
  main .chapter {
    width: 100%;
    max-width: 1366px;
    margin: 100px auto 0;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .chapter .photo {
    width: 54%;
  }
  main .chapter .details {
    width: 46%;
    padding: 1rem 5%;
  }
  main .chapter .details h3 {
    font-size: 2.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.4;
    color: #232C67;
  }
  main .chapter .details .note {
    margin-top: 2rem;
  }
  main .chapter .details .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    letter-spacing: 0;
    color: #232C67;
  }
  main .chapter .details .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .chapter .details .more {
    border-bottom: 2px solid #232C67;
    margin-top: 5rem;
    padding: 0 0 1rem 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #232C67;
    position: relative;
  }
  main .chapter .details .more::before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }
  main .chapter:nth-of-type(even) .details {
    -webkit-order: -1;
    order: -1;
  }
  main .chapter .features {
    display: none;
    width: 100%;
    padding-top: 70px;
  }
  main .chapter .features .inner {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main .chapter .features section {
    width: 30%;
    padding: 0 5rem;
  }
  main .chapter .features section:nth-of-type(2) {
    border-left: 1px solid  #EAEAEA;
    border-right: 1px solid  #EAEAEA;
  }
  main .chapter .features section .icon {
    background: #F2F2F2;
    margin-bottom: 2rem;
    text-align: center;
  }
  main .chapter .features section .icon img {
    height: 140px;
  }
  main .chapter .features section h4 {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #232C67;
  }
  main .chapter .features section .note {
    margin-top: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    color: #232C67;
  }
  main .chapter .features .close {
    width: 100%;
    background: #232C67;
    margin-top: 5rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  main .chapter .features .close::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: #232C67;
    position: absolute;
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }
  main .comfortable {
    width: 90%;
    max-width: 635px;
    margin: 100px auto 0;
  }
}
/*------------------------
	Font
------------------------*/
/*==============================================

	SWC (SP)
	Service

==============================================*/
@media screen and (max-width: 834px) {
  /*================================
  	Layout, Elements
  ================================*/
  main {
    padding-top: 50px;
  }
  main .intro h2 {
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #232C67;
  }
  main .intro .note {
    padding: 30px 5% 0;
  }
  main .intro .note p {
    line-height: 2.3;
  }
  main .intro .note p:not(:last-of-type) {
    margin-bottom: 2em;
  }
  main .intro .note p {
    font-size: 1.5rem;
  }
  main .chapter {
    width: 100%;
    margin-top: 5rem;
  }
  main .chapter .photo img {
    width: 100%;
  }
  main .chapter .details {
    padding: 0 7%;
  }
  main .chapter .details h3 {
    margin-top: 3rem;
    font-size: 2.3rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.4;
    color: #232C67;
  }
  main .chapter .details .note {
    margin-top: 2rem;
  }
  main .chapter .details .note p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    letter-spacing: 0;
    color: #232C67;
  }
  main .chapter .details .note p:not(:last-of-type) {
    margin-bottom: 1em;
  }
  main .chapter .details .more {
    border-bottom: 2px solid #232C67;
    margin-top: 5rem;
    padding: 0 0 1rem 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #232C67;
    position: relative;
  }
  main .chapter .details .more::before {
    content: "+";
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }
  main .chapter .details .more.open {
    border-bottom-color: #eaeaea;
  }
  main .chapter .details .more.open::before {
    content: "-";
  }
  main .chapter:nth-of-type(even) .details {
    -webkit-order: -1;
    order: -1;
  }
  main .chapter .features {
    display: none;
    width: 100%;
    padding-top: 40px;
  }
  main .chapter .features section {
    padding: 0 7% 4rem;
  }
  main .chapter .features section:not(:last-of-type) {
    border-bottom: 1px solid  #EAEAEA;
  }
  main .chapter .features section .icon {
    background: #F2F2F2;
    margin-bottom: 2.5rem;
    text-align: center;
  }
  main .chapter .features section .icon img {
    height: 100px;
  }
  main .chapter .features section h4 {
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2rem;
    line-height: 1.4;
    color: #232C67;
  }
  main .chapter .features section .note {
    margin-top: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2;
    color: #232C67;
  }
  main .chapter .features .close {
    width: 100%;
    background: #232C67;
    margin-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  main .chapter .features .close::before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background: #232C67;
    position: absolute;
    left: 50%;
    top: -1rem;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
  }
  main .comfortable {
    width: 90%;
    max-width: 635px;
    margin: 70px auto 0;
  }
}
