@charset "UTF-8";
#method_fv {
    height: 47vw;
    background-image: url(../../img/sub/method/fv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#method_fv::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
#method_fv h1 {
    color: #fff;
    font-weight: bold;
    font-size: 5em;
    line-height: 100%;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    text-align: center;
}
#method_fv h1 span {
    display: block;
    font-size: 0.45em;
    text-align: center;
    background-color: #0f2b46;
    line-height: 100%;
    padding: 1vw 1.5vw;
    margin-top: 2vw;
}
#method_sec01 {
    padding: 7vw 0;
    background: linear-gradient(60deg, #F9692B 7.77%, #d9ba00 92.23%);
}
#method_sec01 .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
#method_sec01 .flex .txt {
    width: 60%;
}
#method_sec01 .flex .txt h2 {
    font-size: 3.5em;
    color: #fff;
}
#method_sec01 .flex .txt p {
    margin: 2vw 0;
    color: #fff;
    font-size: 1.2em;
}
#method_sec01 .flex .txt p a {
    text-decoration: underline;
    color: #ffffff;
}
#method_sec01 .flex .txt .link {
}
#method_sec01 .flex .txt .link a {
    margin: 3vw auto 0 0;
    background-color: #fff;
    color: #ed871b;
    font-size: 1.25em;
    font-weight: 600;
}
#method_sec01 .flex .txt .link a:hover {
    background-color: #000;
    color: #fff;
}
#method_sec01 .flex .img {
    width: 27vw;
    height: 45vw;
    overflow: hidden;
    border-radius: 1.2vw;
    position: sticky;
    top: 8vw;
}
#method_sec01 .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#method_sec02 {
    padding: 7vw 0 4vw;
}
#method_sec02 h2 {
    font-size: 2.8em;
    text-align: center;
}
#method_sec02 p.t {
    text-align: center;
    margin: 2vw 0 4vw;
    line-height: 170%;
    font-size: 1.15em;
}
#method_sec02 ul {
}
#method_sec02 ul li {
}
#method_sec02 ul li:not(:last-of-type) {
    margin-bottom: 4vw;
}
#method_sec02 ul li .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#method_sec02 ul li:nth-of-type(even) .flex {
    flex-direction: row-reverse;
}
#method_sec02 ul li .flex .txt {
    width: 48%;
}
#method_sec02 ul li .flex .txt h3 {
    font-size: 2.2em;
    line-height: 130%;
}
#method_sec02 ul li .flex .txt p {
    margin-top: 2vw;
    font-size: 1.1em;
}
#method_sec02 ul li .flex .img {
    width: 48%;
    overflow: hidden;
    height: 25vw;
    border-radius: 1vw;
}
#method_sec02 ul li .flex .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#method_sec03  {
    padding: 4vw 0 11vw;
}
#method_sec03 h2 {
    font-size: 3.5em;
    line-height: 100%;
    font-weight: 900;
    background: linear-gradient(90deg, #00116a 0%, #000001 50%, #00116a 100%);
    background-size: 100% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#method_sec03 h2 span {
    display: block;
    font-weight: 500;
    font-size: 0.45em;
    line-height: 100%;
    margin-bottom: 1vw;
}
#method_sec03 ul {
    margin-top: 3vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
#method_sec03 ul li {
    position: relative;
    z-index: 0;
    width: 31.2%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#method_sec03 ul li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#method_sec03 ul li .img {
    height: 15vw;
    overflow: hidden;
}
#method_sec03 ul li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  transition: all ease-in-out .2s 0s;
}
#method_sec03 ul li:hover .img img {
    transform: scale(1.05);
    transform-origin: center;
}
#method_sec03 ul li .txt {
    padding: 1.25vw;
    position: relative;
    z-index: 0;
}
#method_sec03 ul li .txt .application {
    background: #3c3c3c;
    color: #fff;
    position: absolute;
    right: 1.25vw;
    padding: 0.15vw .7vw;
    text-align: center;
    border-radius: 50px;
    font-size: .9em;
}
#method_sec03 ul li .txt .application.active {
    background: linear-gradient(90deg, #e6315b 0%, #318dec 100%);
    color: #fff;
}
#method_sec03 ul li .txt .cat {
    font-size: .84em;
    position: relative;
    z-index: 0;
    padding-left: .7vw;
}
#method_sec03 ul li .txt .cat::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: .5vw;
    height: .5vw;
    border: 1px solid #000;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0.3vw;
    margin: auto;
}
#method_sec03 ul li .txt .date {
    font-size: 1.27em;
    font-weight: 800;
    margin-top: 0.6vw;
}
#method_sec03 ul li .txt .date small {
    padding-left: 1vw;
}
#method_sec03 ul li .txt h3 {
    font-size: 1.33em;
    margin: .65vw 0 1.1vw;
}
#method_sec03 ul li .txt p {
    color: #8e8e8e;
    font-size: .75em;
    width: 85%;
}
#method_sec03 .link {
    margin-top: 3.6vw;
}
#method_sec03 .link a {
    background-color: unset;
    color: #000000;
    width: 25vw;
   display: block;
    text-align: center;
    font-size: 1em;
    padding: 1.5vw 0;
    border-radius: 50px;
    position: relative;
    z-index: 0;
    box-shadow: 0px 0px 12px #0000001f;
    margin: 0 auto;
}
#method_sec03 .link a::before {
    width: 3.1vw;
    height: 100%;
    background-image: url(../../img/common/arrow_b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: .8vw;
    top: 0;
    bottom: 0;
    margin: auto;
}
#method_sec03 .link a:hover {
    background-color: #000000;
    color: #fff;
}
#method_sec03 .link a:hover::before {
    background-image: url(../../img/common/arrow_w.png);
    right: .5vw;
}
#method_sec04  {
    padding: 4vw 0;
}
#method_sec04 h2 {
    font-size: 2.4em;
}
#method_sec04 ul {
    margin-top: 1.2vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
}
#method_sec04 ul li {
    width: 50%;
    border-bottom: 1px solid #bebebe;
    color: #000;
    font-size: 1.15em;
    display: block;
    padding: 1.8vw 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
#method_sec05  {
    padding: 5vw 0 5vw;
    background-color: #fff;
}
#method_sec05 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
#method_sec05 ul li {
    border: 3px solid #F1890E;
    width: 48%;
}
#method_sec05 ul li h3 {
    color: #fff;
    background-color: #f1890e;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 1vw 0;
}
#method_sec05 ul li:nth-of-type(2) {
    border: 3px solid #092846;
}
#method_sec05 ul li:nth-of-type(2) h3 {
    background-color: #092846;
}
#method_sec05 ul li a {
    display: block;
    font-size: 1.3em;
    line-height: 1;
    padding: 1.8vw 6vw 1.8vw 0;
    color: #fff;
    background-color: #f1890e;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 50px;
    position: relative;
    width: 70%;
    margin: 2vw auto;
    z-index: 0;
    border: 2px solid #f1890e;
    transition: all ease-in-out .2s 0s;
}
#method_sec05 ul li:nth-of-type(2) a {
    background-color: #092846;
    border: 2px solid #092846;
}
#method_sec05 ul li a:hover {
    color: #f1890e;
    background-color: #fff;
}
#method_sec05 ul li:nth-of-type(2) a:hover {
    color: #092846;
}
#method_sec05 ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 3vw;
    height: 100%;
    background-image: url(../../img/common/arrow_w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out .2s 0s;
}
#method_sec05 ul li a:hover::before {
    background-image: url(../../img/common/arrow_o.png);
    right: 1.5vw;
}
#method_sec05 ul li:nth-of-type(2) a:hover::before {
    background-image: url(../../img/common/arrow_l.png);
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
#method_fv {
    height: 70vh;
}
#method_fv h1 {
    font-size: 3.2em;
    text-align: center;
}
#method_fv h1 span {
    font-size: 0.4em;
    padding: 2vw 2vw;
    margin-top: 3vw;
        line-height: 120%;
}
#method_sec01 {
    padding: 13vw 0;
}
#method_sec01 .flex .txt {
    width: 100%;
}
#method_sec01 .flex .txt h2 {
    font-size: 3.0em;
}
#method_sec01 .flex .txt p {
    margin: 4vw 0;
}
#method_sec01 .flex .txt .link a {
    margin: 7vw auto 0 0;
    width: 58vw;
}
#method_sec01 .flex .img {
    width: 80vw;
    height: 80vw;
    position: relative;
    top: 0;
    margin-top: 10vw;
}
#method_sec02 {
    padding: 10vw 0 7vw;
}
#method_sec02 h2 {
    font-size: 2.6em;
}
#method_sec02 p.t {
    margin: 4vw 0 6vw;
}
#method_sec02 ul li:not(:last-of-type) {
    margin-bottom: 10vw;
}
#method_sec02 ul li .flex .img {
    width: 100%;
    height: 45vw;
}
#method_sec02 ul li .flex .txt {
    width: 100%;
    margin-top: 4vw;
}
#method_sec02 ul li .flex .txt p {
    margin-top: 4vw;
}
#method_sec03  {
    padding: 7vw 0;
}
#method_sec03 {
    padding: 12.8vw 0 20vw;
}
#method_sec03 h2 {
    font-size: 3.1em;
}
#method_sec03 ul {
    margin-top: 7.3vw;
}
#method_sec03 ul li {
    width: 100%;
}
#method_sec03 ul li:not(:last-of-type) {
        margin-bottom: 7vw;
}
#method_sec03 ul li .img {
    height: 42vw;
}
#method_sec03 ul li .txt {
    padding: 4.25vw;
}
#method_sec03 ul li .txt .application {
    right: 4.25vw;
    padding: 1.05vw 3.5vw;
}
#method_sec03 ul li .txt .cat {
    font-size: 1em;
    padding-left: 2.3vw;
}
#method_sec03 ul li .txt .cat::before {
    width: 1.4vw;
    height: 1.4vw;
    top: 0.6vw;
}
#method_sec03 ul li .txt .date {
    font-size: 1.5em;
    margin-top: 1.6vw;
}
#method_sec03 ul li .txt h3 {
    font-size: 1.33em;
    margin: 1.65vw 0 3.1vw;
}
#method_sec03 ul li .txt p {
    font-size: .9em;
    width: 100%;
}
#method_sec03 .link a {
    width: 58vw;
    padding: 3.5vw 0;
}
#method_sec03 .link {
    margin-top: 9.6vw;
}
#method_sec04  {
    padding: 7vw 0;
}
#method_sec04 h2 {
    font-size: 2.0em;
}
#method_sec04 ul {
    margin-top: 3.2vw;
}
#method_sec04 ul li {
    width: 100%;
    padding: 4.8vw 0;
}
#method_sec05  {
    padding: 11vw 0;
}
#method_sec05 ul {
    width: 100%;
}
#method_sec05 ul li {
    width: 100%;
}
#method_sec05 ul li:nth-of-type(1) {
        margin-bottom: 4vw;
}
#method_sec05 ul li h3 {
    font-size: 1.6em;
    padding: 3vw 0;
}
#method_sec05 ul li a {
    padding: 3.8vw 9vw 3.8vw 0;
    width: 80%;
    margin: 5vw auto;
}
#method_sec05 ul li a::before {
    width: 6vw;
}
}