@charset "utf-8";
/* CSS Document */

/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #151515;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho-Noto: "Noto Serif JP", serif;
    --mincho-Shippori: "Shippori Mincho", serif;
    --cormorant:"Cormorant", serif;
    --garamond:"Garamond", serif;
    --mv-font-serif: "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", "Times New Roman", Georgia, serif;
    --mv-font-sans: "Yu Gothic", "YuGothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
    --orange:#db824c;
    --blue:#66a8ae;
    --red:#ac3c58;
    --gold:#9d8501;
    --yellow:#fff7b8;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}
* {
	box-sizing: border-box;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.lp_iryou img{
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}


@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}
@media screen and (max-width: 420px){
	body{
		overflow-x: hidden;
	}
}


  /*** 共通 ***/
.lp_iryou{
  color: #000000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0;
  overflow: hidden;
}
.lp_iryou *{
	box-sizing: border-box;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.inner{
  width: 94%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}
.lp_iryou section{
  padding: 110px 0;
}
.lp_iryou h2{
  font-family: var(--mincho-Noto);
  /*font-size: clamp(42px, 2.604167vw, 50px);*/
  font-size: 42px;
  margin-bottom: 80px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 500;
  position: relative;
  color: #1f1f1f;
}
.lp_iryou h2 .txt-small{
	/*font-size: clamp(38px, 2.1875vw, 42px);*/
	font-size: 42px;
}
.lp_iryou h2 .txt-big{
  /*font-size: clamp(48px, 2.8125vw, 54px);*/
  font-size: 48px;
  color: var(--red);
  font-weight: 700;
}



.lp_iryou h3,.lp_iryou h4{
  font-family: var(--mincho-Noto);
  font-weight: 500;
}
.lp_iryou h3 .txt-red,
p.section-omakase-infobox-title .txt-red{
	font-weight: 800;
}
.txt-orange{color: var(--orange);}
.txt-blue{color: var(--blue);}
.txt-red{color: var(--red);}
.txt-gold{color: var(--gold);}
.txt-bold{font-weight: 600;}
.marker{
  background-color: #fbf772 !important;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  display: inline-block;
}
.lp_iryou p{
	margin-bottom: 0;
	line-height: 1.8;
}
.txt-box{
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.8;
}
.txt-box p + p{
  margin-top: 1.5em;
}
footer .closing{
	display: none;
}
footer .footer_nav{
	margin-top: 0;
}



@media screen and (max-width: 1536px){
  .lp_iryou h2,.webp .lp_iryou h2{
		/*font-size: clamp(40px, 3.2vw, 50px);*/
		font-size: 40px;
		margin-bottom: 60px;
  }
  .lp_iryou h2 .txt-small{
		/*font-size: clamp(36px, 2.4vw, 42px);*/
		font-size: 40px;
	}
	.lp_iryou h2 .txt-big{
  		font-size: 44px;
	}
  .lp_iryou section{
    padding: 90px 0;
  }
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .lp_iryou section{
    padding: 80px 0;
  }
  .lp_iryou h2{
    /*font-size: clamp(40px, 3.8vw, 46px);*/
	font-size: 38px;
    margin-bottom: 50px;
  }
  .lp_iryou h2 .txt-small{
	/*font-size: clamp(32px, 2.8vw, 38px);*/
	font-size: 36px;
	}
	.lp_iryou h2 .txt-big{
  		font-size: 42px;
	}
  .lp_iryou h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }
    .lp_iryou h2.h2-line{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 768px){
    .lp_iryou{
        padding-top: 0;
    }
  .lp_iryou section{
    padding: 70px 0;
  }
  .lp_iryou h2,.webp .lp_iryou h2{
    /*font-size: clamp(36px, 5vw, 40px);*/
	font-size: 5vw;
    margin-bottom: 40px;
  }
  .lp_iryou h2 .txt-small{
	/*font-size: clamp(28px, 4vw, 34px);*/
	font-size: 4vw;
	}
	.lp_iryou h2 .txt-big{
  		font-size: 5.5vw;
	}
  .lp_iryou h2.h2-line{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
  .txt-box p{
    font-size: 14px;
  }
}
@media screen and (max-width: 499px){
  .lp_iryou section{
    padding: 60px 0;
  }
  .lp_iryou h2,.webp .lp_iryou h2{
    font-size: clamp(22px, 6.5vw, 32px);
	/*font-size: 6.5vw;*/
    margin-bottom: 40px;
  }
  .lp_iryou h2 .txt-small{
	font-size: clamp(20px, 5.5vw, 28px);
	/*font-size: 5.5vw;*/
	}
	.lp_iryou h2 .txt-big{
		font-size: clamp(24px, 7vw, 34px);
  		font-size: 7vw;
	}
  .lp_iryou h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }
}

/* MV */
.mv,.webp .mv{
    font-family: var(--mv-font-sans);
	width: 100%;
	height: 52vw;
	background: url("../images/lp/iryou/mv-bg_takeo-inouchi_akihiko-sakuma.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.webp .mv{
    background: url("../images/lp/iryou/mv-bg_takeo-inouchi_akihiko-sakuma.png.webp");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-inner{
    max-width: 1630px;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mv-left{
    padding-bottom: 130px;
}
.mv-right{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}
h1{
    font-family: var(--mv-font-serif);
    font-size: 64px;
    color: #0f254c;
    line-height: 1.45;
}
.mv-subtitle{
    font-family: var(--mv-font-serif);
    font-size: 28px;
}
a.mv-btn{
    width: 280px;
    height: 60px;
    background-color: #990000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
a.mv-btn::before,.webp a.mv-btn::before{
    content: "";
    background: url("../images/lp/iryou/btn-arw.png");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 9px;
    position: absolute;
    right: 25px;
    top:25px;
}
.webp a.mv-btn::before{
    background: url("../images/lp/iryou/btn-arw.png.webp");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-info{
    width: 784px;
    height: 235px;
    display: flex;
    color: #fff;
    font-family: var(--mv-font-serif);
}
.mv-info-left,.webp .mv-info-left{
    background: url("../images/lp/iryou/mv-info1.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 392px;
    height:235px ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    border-right: 1px solid #475875;
}
.webp .mv-info-left{
    background: url("../images/lp/iryou/mv-info1.jpg.webp");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-info-left .txt-big{
    font-size: 76px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top:5px;
    margin-top: -5px;
}
.mv-info-right,.webp .mv-info-right{
    background: url("../images/lp/iryou/mv-info2.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 392px;
    height:235px ;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 26px;
}
.webp .mv-info-right{
    background: url("../images/lp/iryou/mv-info2.jpg.webp");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-info-right .txt{
    display: block;
    line-height: 1.5;
}
.mv-info-right .txt-big{
    font-size: 43px;
    display: inline-block;
    margin-top: 3px;
}
@media screen and (min-width: 1921px){
    .mv,.webp .mv{
        height: 1000px;
    }
}
@media screen and (max-width: 1536px){
    .mv,.webp .mv{
        height: 65.1vw;
    }
    h1{
        font-size: 58px;
    }
    .mv-subtitle{
        font-size: 26px;
    }
    .mv-info {
        width: 627px;
        height: 188px;
    }
    .mv-info-left,.webp .mv-info-left{
        width: 314px;
        height:188px;
        font-size: 28px;
    }
    .mv-info-right,.webp .mv-info-right{
        width: 314px;
        height:188px;
        font-size: 24px;
    }
    .mv-info-left .txt-big{
        font-size: 68px;
    }
    .mv-info-right .txt-big{
        font-size: 40px;
    }
}
@media screen and (max-width: 1366px){
    .mv,.webp .mv{
        height: 73.2vw;
    }
    .mv-left {
        padding-bottom: 100px;
    }
    h1{
        font-size: 54px;
    }
    .mv-subtitle{
        font-size: 24px;
    }
    .mv-info {
        width: 533px;
        height: 160px;
    }
    .mv-info-left,.webp .mv-info-left{
        width: 267px;
        height:160px;
        font-size: 26px;
    }
    .mv-info-right,.webp .mv-info-right{
        width: 267px;
        height:160px;
        font-size: 22px;
    }
    .mv-info-left .txt-big{
        font-size: 64px;
    }
    .mv-info-right .txt-big{
        font-size: 38px;
    }
}
@media screen and (max-width: 1280px){
    .mv,.webp .mv{
        height: 78vw;
        background: url("../images/lp/iryou/mv-bg_takeo-inouchi_akihiko-sakuma.png");
        background-size: cover;
        background-position: center left -6.5vw;
        background-repeat: no-repeat;
    }
    .webp .mv {
        background: url(../images/lp/iryou/mv-bg_takeo-inouchi_akihiko-sakuma.png.webp);
        background-size: cover;
        background-position: center left -6.5vw;
        background-repeat: no-repeat;
    }
    h1{
        font-size: 5vw;
    }
    .mv-subtitle{
        font-size: 2.3vw;
    }
    a.mv-btn{
        width: 240px;
        height: 50px;
        margin-top: 2vw;
        font-size: 18px;
    }
    a.mv-btn::before,.webp a.mv-btn::before{
        right: 20px;
        top:20px;
    }
    .mv-left {
        padding-bottom: 10vw;
    }
    .mv-info{
        width: 39.2vw;
        height: 11.75vw;
    }
    .mv-info-left,.webp .mv-info-left{
        width: 19.6vw;
        height: 11.75vw;
        font-size: 2vw;
    }
    .mv-info-right,.webp .mv-info-right{
        width: 19.6vw;
        height: 11.75vw;
        font-size: 1.5vw;
    }
    .mv-info-left .txt-big{
        font-size: 5vw;
        top:5px;
        margin-top: -5px;
    }
    .mv-info-right .txt-big{
        font-size: 3vw;
        margin-top: 3px;
    }
    .mv-right{
        padding-bottom: 5vw;
    }
}
@media screen and (max-width: 1024px){
    .mv,.webp .mv{
        height: 82vw;
    }
    h1 {
        font-size: 6vw;
        white-space: nowrap;
    }
    .mv-subtitle{
        font-size: 2.7vw;
        white-space: nowrap;
    }
    .mv-info{
        width: 43.12vw;
        height: 14.2175vw;
    }
    .mv-info-left,.webp .mv-info-left{
        width: 21.56vw;
        height: 14.2175vw;
        font-size: 2.4vw;
    }
    .mv-info-right,.webp .mv-info-right{
        width: 21.56vw;
        height: 14.2175vw;
        font-size: 1.8vw;
    }
    .mv-right {
        padding-bottom: 5vw;
        margin-left: -3vw;
    }
    .mv-info-left .txt-big{
        font-size: 6vw;
        top:5px;
        margin-top: -5px;
    }
    .mv-info-right .txt-big{
        font-size: 3.5vw;
        margin-top: 3px;
    }
}
@media screen and (max-width: 768px){
    .mv,.webp .mv{
        background: url("../images/lp/iryou/mv-bg-sp_takeo-inouchi_akihiko-sakuma.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 150vw;
    }
    .webp .mv{
        background: url("../images/lp/iryou/mv-bg-sp_takeo-inouchi_akihiko-sakuma.jpg.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv-inner{
        width: 100%;
        flex-direction: column;
    }
    .mv-left{
        text-align: center;
        padding-top: 8vw;
    }
    h1 {
        font-size: 8.5vw;
    }
    .lp_iryou p.mv-subtitle {
        font-size: 3.8vw;
        line-height: 1.5;
    }
    a.mv-btn{
        margin: 22vw auto 0;
        width: 38vw;
        height: 8vw;
        font-size: 2.5vw;
    }
    a.mv-btn::before, .webp a.mv-btn::before{
        width: 3.15vw;
        height: 1.35vw;
        right: 3vw;
        top: 3vw;
    }
    .mv-right{
        padding-bottom: 0;
        margin-left: 0;
        width: 100%;
    }
    .mv-info {
        width: 100%;
        height: 28vw;
    }
    .mv-info-left, .webp .mv-info-left {
        width: 50%;
        height: 28vw;
        font-size: 4.5vw;
        background: url("../images/lp/iryou/mv-info1.jpg");
        background-size:auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .mv-info-left {
        background: url("../images/lp/iryou/mv-info1.jpg.webp");
        background-size:auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv-info-left .txt-big {
        font-size: 9vw;
        top: 5px;
        margin-top: -5px;
    }
    .mv-info-left .txt-small{
        font-size: 3.8vw;
    }
    .mv-info-right, .webp .mv-info-right {
        width: 50%;
        height: 28vw;
        font-size: 3.8vw;
        background: url("../images/lp/iryou/mv-info2.jpg");
        background-size:auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .webp .mv-info-right {
        background: url("../images/lp/iryou/mv-info2.jpg.webp");
        background-size:auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv-info-right .txt-big {
        font-size: 6vw;
        margin-top: 3px;
    }
    .mv h1 .maru{
        display: inline-block;
        width: 0.3em;
    }
}
@media screen and (max-width: 499px){
    h1 {
        font-size: 9.5vw;
    }
    .lp_iryou p.mv-subtitle {
        font-size: 4.2vw;
        line-height: 1.5;
    }
    a.mv-btn {
        margin: 20vw auto 0;
        width: 42vw;
        height: 10vw;
        font-size: 3.5vw;
    }
    a.mv-btn::before, .webp a.mv-btn::before{
        top: 4vw;
    }
    .mv-info-left, .webp .mv-info-left{
        font-size: 5vw;
    }
    .mv-info-left .txt-big {
        font-size: 10vw;
        top: 5px;
        margin-top: -5px;
    }
    .mv-info-left .txt-small{
        font-size: 4.2vw;
    }
    .mv-info-right, .webp .mv-info-right{
        font-size: 4.2vw;
    }
    .mv-info-right .txt-big {
        font-size: 6.5vw;
        margin-top: 1px;
    }
}

/* なぜ、医療訴訟を志すならALGなのか */
.lp_iryou section.section-alg{
    background: linear-gradient(to bottom, #eef4f4 0%, #d2e2ef 100%);
    position: relative;
    margin-top: -120px;
    padding-top: 200px;
    padding-bottom: 240px;
}
.lp_iryou section.section-alg::before{
    content: "";
    background: url(../images/lp/iryou/alg_logo.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 1240px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.28;
}
.lp_iryou .section-alg h2{
    text-align: left;
    position: relative;
    font-size: clamp(36px, 2.1355vw, 41px);
    color: #0f254c;
}
.lp_iryou .section-alg h2::before,.webp .lp_iryou .section-alg h2::before{
    content: "";
    background: url(../images/lp/iryou/h2-logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 477px;
    height: 50px;
    position: absolute;
    top:-30px;
    left: -90px;
}
.webp .lp_iryou .section-alg h2::before{
    background: url(../images/lp/iryou/h2-logo.png.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp_iryou .section-alg h2 span{
    position: relative;
}
.section-alg-flex{

}
.section-alg-flex-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.section-alg-flex-box.box02{
    flex-direction: row-reverse;
}
.section-alg-flex-box:last-of-type{
    margin-bottom: 0;
}
.section-alg-flex-box-img{
    width: 600px;
    width: calc(100% - 600px);
    height: 370px;
}
.section-alg-flex-box.box01 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img1_akinaga-takahashi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-alg-flex-box.box02 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img2_takeo-inouchi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-alg-flex-box.box03 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img3_akihiko-sakuma_takeo-inouchi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-alg-flex-box.box01 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img1_akinaga-takahashi.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-alg-flex-box.box02 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img2_takeo-inouchi.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-alg-flex-box.box03 .section-alg-flex-box-img{
    background: url(../images/lp/iryou/section-alg-img3_akihiko-sakuma_takeo-inouchi.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-alg-flex-box-content{
    width: calc(520px);
}
.section-alg-flex-box-content h3{
    font-size: 30px;
    color: #0f254c;
    margin-bottom: 15px;
}
.lp_iryou p.section-alg-flex-box-no{
    font-size: 70px;
    color: #b5a663;
    font-family: var(--mincho-Noto);
    opacity: 0.4;
    display: block;
    line-height: 1;
    position: relative;
    top:-0.5em;
    left: -0.5em;
}
.section-alg-flex-box-list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.section-alg-flex-box-list li{
    max-width: 255px;
    width: 49.5%;
    background-color: #fff;
    text-align: center;
    padding: 20px 10px 10px;
    min-height: 140px;
}
.section-alg-flex-box-list .txt{
    font-family: var(--mincho-Noto);
    font-size: 20px;
    line-height: 1.3;
}
.section-alg-flex-box-list .txt .txt-note{
    font-size: 12px;
    font-family: var(--base-font);
}
.section-alg-flex-box-list .txt .txt-big{
    font-size: 42px;
    color: #194069;
    margin-right: 0.2em;
}
.section-alg-flex-box.box02 .section-alg-flex-box-list li:last-of-type,.section-alg-flex-box.box03 .section-alg-flex-box-list li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.section-alg-flex-box.box02 .section-alg-flex-box-list li:first-of-type .txt-big{
    margin-top: 0.3em;
    display: inline-block;
}
.section-alg-flex-box.box02 .section-alg-flex-box-list li:last-of-type .txt-big{
    font-size: 26px;
    margin-right: 0;
}
.section-alg-flex-box.box03 .section-alg-flex-box-list li .txt-big{
    font-size: 22px;
    margin-right: 0;
}
@media screen and (max-width: 1400px){
    .lp_iryou .section-alg h2::before,.webp .lp_iryou .section-alg h2::before{
        left: -40px;
    }
}
@media screen and (max-width: 1280px){
    .lp_iryou section.section-alg{
        margin-top: -120px;
        padding-top: 160px;
        padding-bottom: 200px;
    }
    .lp_iryou section.section-alg::before{
        width: 930px;
        height: 98px;
    }
    .lp_iryou .section-alg h2{
        font-size: clamp(34px, 3.2vw, 38px);
    }
    .lp_iryou .section-alg h2::before,.webp .lp_iryou .section-alg h2::before{
        width: 358px;
        height: 38px;
        top:-20px;
        left: -20px;
    }
    .section-alg-flex-box{
        margin-bottom: 120px;
    }
    .section-alg-flex-box-img {
        width: calc(100% - 530px);
        height: 290px;
    }
    .section-alg-flex-box-content {
        width: calc(480px);
    }
    .section-alg-flex-box-content h3{
        font-size: 26px;
        margin-bottom: 15px;
        margin-top: -10px;
    }
    .lp_iryou p.section-alg-flex-box-no{
        font-size: 58px;
        top:-0.5em;
        left: -0.5em;
    }
    .section-alg-flex-box-list li{
        min-height: 130px;
    }
    .section-alg-flex-box-list .txt{
        font-size: 18px;
    }
    .section-alg-flex-box-list .txt .txt-big{
        font-size: 36px;
    }
    .section-alg-flex-box.box02 .section-alg-flex-box-list li:last-of-type .txt-big{
        font-size: 24px;
    }
    .section-alg-flex-box.box03 .section-alg-flex-box-list li .txt-big{
        font-size: 20px;
    }
}
@media screen and (max-width: 1024px){
    .lp_iryou section.section-alg::before{
        width: 698px;
        height: 74px;
    }
    .section-alg-flex-box-img {
        width: calc(100% - 410px);
        height: 270px;
    }
    .section-alg-flex-box-content {
        width: calc(390px);
    }
    .section-alg-flex-box-list .txt .txt-note{
        font-size: 10px;
    }
    .section-alg-flex-box.box03 .section-alg-flex-box-list li .txt-big{
        font-size: 18px;
    }
}
@media screen and (max-width: 768px){
    .lp_iryou section.section-alg{
        margin-top: 0px;
        padding-top: 80px;
        padding-bottom: 160px;
    }
    .lp_iryou section.section-alg::before{
        width: 93vw;
        height: 9.8vw;
    }
    .lp_iryou .section-alg h2{
        font-size: clamp(30px, 4vw, 34px);
        text-align: center;
    }
    .lp_iryou .section-alg h2::before,.webp .lp_iryou .section-alg h2::before{
        width: 53.7vw;
        height: 5.7vw;
        top:-4vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-alg-flex-box,.section-alg-flex-box.box02{
        margin-bottom: 100px;
        flex-direction: column;
        align-items: center;
    }
    .section-alg-flex-box-img{
        width: 60vw;
        height: 30vw;
    }
    .section-alg-flex-box-content{
        width: 100%;
    }
    .section-alg-flex-box-content h3{
        font-size: 24px;
        margin-bottom: 12px;
        margin-top: -2px;
        text-align: center;
    }
    .lp_iryou p.section-alg-flex-box-no{
        font-size: 50px;
        top:0;
        left: 0;
        text-align: center;
    }
    .section-alg-flex-box-list {
        margin: 15px auto 0;
        max-width: 500px;
    }
    .section-alg-flex-box.box01 .section-alg-flex-box-list,
	.section-alg-flex-box.box03 .section-alg-flex-box-list{
        justify-content: center;
    }
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-alg{
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .lp_iryou .section-alg h2{
        font-size: clamp(24px, 6vw, 30px);
    }
    .lp_iryou .section-alg h2::before,.webp .lp_iryou .section-alg h2::before{
        width: 80.55vw;
        height: 8.55vw;
        top:-5vw;
    }
    .section-alg-flex-box,.section-alg-flex-box.box02{
        margin-bottom: 60px;
    }
    .section-alg-flex-box-img{
        width: 80vw;
        height: 40vw;
    }
    .section-alg-flex-box-content h3{
        font-size: 22px;
        margin-bottom: 12px;
        margin-top: -2px;
    }
    .lp_iryou p.section-alg-flex-box-no{
        font-size: 42px;
    }
    .section-alg-flex-box-list li {
        min-height: auto;
        padding: 15px 5px 10px;
    }
    .section-alg-flex-box-list .txt {
        font-size: 14px;
    }
    .section-alg-flex-box-list .txt .txt-big {
        font-size: 30px;
    }
    .section-alg-flex-box-list .txt .txt-note {
        font-size: 9px;
        letter-spacing: 0;
    }
    .section-alg-flex-box.box02 .section-alg-flex-box-list li:last-of-type .txt-big {
        font-size: 22px;
    }
    .section-alg-flex-box.box03 .section-alg-flex-box-list li{
        width: auto;
        min-height: 80px;
    }
    .section-alg-flex-box.box03 .section-alg-flex-box-list li .txt-big {
        font-size: 18px;
    }

}

/* リーダーメッセージ */
.lp_iryou section.section-message{
    background-color: #eef4f4;
    padding: 220px 0 280px;
}
.section-message-box{
    background: linear-gradient(to right, #eef4f4 20%,#0f254c 20%, #0f254c 80%);
    padding: 80px 0;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.section-message-box-img,.webp .section-message-box-img{
    background: url(../images/lp/iryou/section-message-img_takeo-inouchi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 440px;
}
.webp .section-message-box-img{
    background: url(../images/lp/iryou/section-message-img_takeo-inouchi.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-message-box-content{
    width: calc(100% - 560px);
    padding-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp_iryou p.section-message-box-pr{
    position: absolute;
    top:-15px;
    right: 0;
    font-family: var(--mincho-Noto);
    font-size: 78px;
    opacity: 0.1;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
.lp_iryou .section-message-box h2{
    color: #b5a663;
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
}
.lp_iryou p.section-message-box-post{
    font-family: var(--mincho-Noto);
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
}
.lp_iryou p.section-message-box-name{
    font-family: var(--mincho-Noto);
    font-size: 20px;
    font-weight: 600;
}
.txt-box-main {
	background: linear-gradient(to right, #eef4f4 20%,#0f254c 20%, #0f254c 80%);
	padding: 0 5% 5% 25%;
}
.txt-box-main p {
	color: #fff;
	margin-bottom: 20px;
}
.txt-box h3 {
	color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
}
.txt-box-main h4 {
	color: #fff;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin: 30px 0;
}
@media screen and (max-width: 1280px){
    .lp_iryou section.section-message{
        padding: 180px 0 240px;
    }
    .section-message-box{
        padding: 70px 0;
    }
    .section-message-box-img,.webp .section-message-box-img{
        width: 450px;
        height: 396px;
    }
    .section-message-box-content{
        width: calc(100% - 500px);
        padding-right: 50px;
    }
    .lp_iryou .section-message-box h2{
        font-size: 24px;
    }
    .lp_iryou p.section-message-box-pr{
        top:-15px;
        font-size:68px;
    }
}
@media screen and (max-width: 1023px){
    .section-message-box-img,.webp .section-message-box-img{
        width: 375px;
        height: 330px;
    }
    .section-message-box-content{
        width: calc(100% - 415px);
        padding-right: 40px;
    }
    .lp_iryou p.section-message-box-post{
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px){
    .lp_iryou section.section-message{
        padding: 120px 0 160px;
    }
    .section-message-box{
        padding: 40px 0 70px;
        flex-direction: column;
        align-items: center;
        background: linear-gradient(to bottom, #eef4f4 25%, #0f254c 25%, #0f254c 80%);
    }
    .section-message-box-img,.webp .section-message-box-img{
        width: 60vw;
        height: 50vw;
    }
    .section-message-box-content{
        width: 90%;
        padding-right: 0;
    }
    .lp_iryou .section-message-box h2{
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }
    .lp_iryou p.section-message-box-pr{
        top:unset;
        bottom: 0;
        left: 2%;
        font-size:8vw;
    }
    .lp_iryou p.section-message-box-post{
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
    }
    .lp_iryou p.section-message-box-name{
        font-size: 18px;
        text-align: center;
    }
	.txt-box h3 {
		text-align: center;
	}
	.txt-box-main {
		background: #0f254c;
		padding: 4% 5% 5% 5%;
	}
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-message{
        padding: 60px 0 100px;
    }
    .section-message-box{
        padding: 40px 0 50px;
        background: linear-gradient(to bottom, #eef4f4 20%, #0f254c 20%, #0f254c 80%);
    }
    .section-message-box-img,.webp .section-message-box-img{
        width: 80vw;
        height: 65vw;
    }
    .lp_iryou .section-message-box h2{
        font-size: 20px;
        margin-top: 20px;
    }
    .lp_iryou p.section-message-box-pr{
        font-size:14vw;
    }
}

/* 未経験から、医療訴訟のスペシャリストへ */
.lp_iryou section.section-specialist,.webp .lp_iryou section.section-specialis{
    padding: 180px 0 100px;
    background: url(../images/lp/iryou/section-specialist-bg.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.webp .lp_iryou section.section-specialis{
    background: url(../images/lp/iryou/section-specialist-bg.png.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.lp_iryou section.section-specialist h2{
    text-align: left;
    font-size: 42px;
    color: #0f254c;
    margin-bottom: 20px;
}
.lp_iryou p.section-specialist-subtitle{
    font-size: 20px;
    font-weight: 500;
    color: #b5a663;
    margin-bottom: 30px;
}
.section-specialist-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
.section-specialist-flex-box{
    max-width: 520px;
    width: 49%;
}
.section-specialist-flex-box.box01{
    padding-top: 130px;
}
.section-specialist-flex-box-img{
    width: 100%;
    height: 310px;
    margin-bottom: 30px;
}
.section-specialist-flex-box.box01 .section-specialist-flex-box-img{
    background: url(../images/lp/iryou/section-specialist-img01_akihiko-sakuma.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-box.box02 .section-specialist-flex-box-img{
    background: url(../images/lp/iryou/section-specialist-img02_kaori-ito.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-specialist-flex-box.box01 .section-specialist-flex-box-img{
    background: url(../images/lp/iryou/section-specialist-img01_akihiko-sakuma.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-specialist-flex-box.box02 .section-specialist-flex-box-img{
    background: url(../images/lp/iryou/section-specialist-img02_kaori-ito.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-box h3{
    display: flex;
    gap: 15px;
    font-size: 24px;
    color: #0f254c;
    margin-bottom: 30px;
}
.section-specialist-flex-box h3 .no{
    background-color: #0f254c;
    color: #fff;
    font-size: 22px;
    padding: 2px 15px;
    min-width: 130px;
    text-align: center;
}
.section-specialist-flex-bottom{
    display: flex;
}
.section-specialist-flex-bottom h4{
    max-width: 535px;
    width: 44.58%;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 40px;
    color: #0f254c;
    padding-right: 2em;
}
.section-specialist-flex-list{
    max-width: 560px;
    width: 46.67%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-specialist-flex-list li{
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-specialist-flex-list li .list-icon{
    background-color: #eef4f4;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}
.section-specialist-flex-list li.list01 .list-icon{
    background: url(../images/lp/iryou/icon_1.svg),#eef4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-list li.list02 .list-icon{
    background: url(../images/lp/iryou/icon_2.svg),#eef4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-list li.list03 .list-icon{
    background: url(../images/lp/iryou/icon_3.svg),#eef4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-list li.list04 .list-icon{
    background: url(../images/lp/iryou/icon_4.svg),#eef4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-list li.list05 .list-icon{
    background: url(../images/lp/iryou/icon_5.svg),#eef4f4;
    background-position: center;
    background-repeat: no-repeat;
}
.section-specialist-flex-list li .txt{ 
    width: calc(100% - 89px);
    font-size: 15px;
}
.section-specialist-flex-list li .txt .title{
    font-size: 20px;
	font-weight: 500;
    display: block;
    margin-bottom: 0.1em;
    font-family: var(--mincho-Noto);
}



@media screen and (max-width: 1280px){
    .lp_iryou section.section-specialist,.webp .lp_iryou section.section-specialis{
        padding: 160px 0 80px;
    }
    .lp_iryou section.section-specialist h2{
        font-size: 38px;
        margin-bottom: 20px;
    }
    .section-specialist-flex-box-img{
        height: 280px;
    }
    .section-specialist-flex-bottom h4{
        font-size: 36px;
    }

}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 768px){
    .lp_iryou section.section-specialist,.webp .lp_iryou section.section-specialis{
        padding: 120px 0 60px;
    }
    .lp_iryou section.section-specialist h2{
        font-size: clamp(28px, 6vw, 32px);
        margin-bottom: 15px;
        text-align: center;
    }
    .lp_iryou p.section-specialist-subtitle {
        font-size: 18px;
        margin-bottom: 25px;
        text-align: center;
    }
    .section-specialist-flex{
        flex-direction: column;
        align-items: center;
        gap: 80px;
        margin-bottom: 120px;
    }
    .section-specialist-flex-box.box01 {
        padding-top: 0;
    }
    .section-specialist-flex-box {
        max-width: 520px;
        width: 100%;
    }
    .section-specialist-flex-box-img{
        margin-bottom: 25px;
    }
    .section-specialist-flex-box h3{
        justify-content: center;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section-specialist-flex-box h3 .no{
        font-size: 20px;
        min-width: 120px;
    }
    .section-specialist-flex-bottom{
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .section-specialist-flex-bottom h4{
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        font-size: clamp(24px, 5vw, 28px);
    }
    .section-specialist-flex-bottom h4 br{
        display: none;
    }
    .section-specialist-flex-list{
        width: 100%;
    }
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-specialist,.webp .lp_iryou section.section-specialis{
        padding: 80px 0 60px;
    }
    .lp_iryou section.section-specialist h2{
        font-size: clamp(24px, 6.5vw, 28px);
        margin-bottom: 15px;
    }
    .lp_iryou p.section-specialist-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .section-specialist-flex {
        gap: 60px;
        margin-bottom: 100px;
    }
    .section-specialist-flex-box-img {
        height: 220px;
    }
    .section-specialist-flex-box h3 {
        font-size: 20px;
        gap: 10px;
    }
    .section-specialist-flex-box h3 .no {
        font-size: 18px;
        min-width: 100px;
    }
    .section-specialist-flex-bottom {
        gap: 30px;
    }
    .section-specialist-flex-bottom h4{
        font-size: clamp(22px, 6vw, 26px);
    }
    .section-specialist-flex-list li {
        padding: 10px 15px;
    }
    .section-specialist-flex-list li .list-icon{
        width: 66px;
        height: 66px;
    }
    .section-specialist-flex-list li .txt {
        width: calc(100% - 75px);
        font-size: 14px;
    }
    .section-specialist-flex-list li .txt .title {
        font-size: 18px;
    }
}

/* キャリアパス・待遇 */
.lp_iryou section.section-treatment{
    background-color: #eef4f4;
    padding: 220px 0 275px;
}
.lp_iryou section.section-treatment .inner{
    max-width: 1400px;
    width: 90%;
}
.section-treatment-box,.webp .section-treatment-box{
    background: url(../images/lp/iryou/section-treatment-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 130px;
}
.webp .section-treatment-box{
    background: url(../images/lp/iryou/section-treatment-bg.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-treatment-box .box-inner,.webp .section-treatment-box .box-inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #fff;
}
.lp_iryou section.section-treatment h2{
    color: #fff;
}
.section-treatment-box-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.section-treatment-box-info .box-info{
    max-width: 275px;
    width: 28%;
    font-family: var(--mincho-Noto);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px;
}
.section-treatment-box-info .box-info p{
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.section-treatment-box-info .box-info.box01{
    background-color: #00815a;
}
.section-treatment-box-info .box-info.box02{
    background-color: #0077c8;
}
.section-treatment-box-info .box-info.box03{
    background-color: #cc4e00;
}
.section-treatment-box-info .box-arw{
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #8d939f;
    margin: auto 0;
}
.section-treatment-box-list{
    width: fit-content;
    margin: 0 auto 60px;
}
.section-treatment-box-list li{
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.section-treatment-box-list li + li{
    margin-top: 0.3em;
}
.section-treatment-box-list li::before{
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top:10px;
}
.section-treatment-box-flex{
    background-color: #fff;
    display: flex;
}
.section-treatment-box-flex .title{
    width: 290px;
    background-color: #9a9dba;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
}
.section-treatment-box-flex .txt{
    width: calc(100% - 290px);
    font-size: 15px;
    color: #000;
    padding: 20px 40px;
}

@media screen and (max-width: 1280px){
    .lp_iryou section.section-treatment{
        padding: 180px 0 220px;
    }
    .section-treatment-box,.webp .section-treatment-box{
        padding: 70px 0 110px;
    }
    .section-treatment-box-flex .title{
        width: 270px;
    }
    .section-treatment-box-flex .txt {
        width: calc(100% - 270px);
        padding: 20px 30px;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .lp_iryou section.section-treatment{
        padding: 120px 0 140px;
    }
    .section-treatment-box,.webp .section-treatment-box{
        padding: 60px 0 80px;
    }
    .section-treatment-box-info {
        margin-bottom: 40px;
    }
    .section-treatment-box-info .box-info{
        width: 30%;
    }
    .section-treatment-box-info .box-info p {
        font-size: 14px;
    }
    .section-treatment-box-info .box-arw{
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #8d939f;
    }
    .section-treatment-box-list{
        margin: 0 auto 40px;
    }
    .section-treatment-box-list li{
        font-size: 14px;
    }
    .section-treatment-box-flex{
        flex-direction: column;
    }
    .section-treatment-box-flex .title{
        width: 100%;
        font-size: 18px;
        padding: 20px 10px;
    }
    .section-treatment-box-flex .txt {
        width: 100%;
        padding: 20px 20px;
    }
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-treatment{
        padding: 80px 0 80px;
    }
    .section-treatment-box,.webp .section-treatment-box{
        padding: 50px 0 50px;
    }
    .section-treatment-box-info {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .section-treatment-box-info .box-info {
        width: 70%;
    }
    .section-treatment-box-info .box-arw{
        border-bottom: none;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 12px solid #8d939f;
    }
    .section-treatment-box-list {
        margin: 0 auto 30px;
        padding-left: 1em;
    }
    .section-treatment-box-flex .title {
        width: 100%;
        font-size: 16px;
        padding: 10px 8px;
    }
    .section-treatment-box-flex .txt {
        font-size: 14px;
        padding: 15px 15px;
    }

}

/* 患者さんの人生を守る誇り */
.lp_iryou section.section-interview{
    background: linear-gradient(to right, #0f254c 87%, #eef4f4 87%, #eef4f4 100%);
    padding: 120px 0 100px;
}
.lp_iryou section.section-interview .inner{
    max-width: 1400px;
    width: 90%;
}
.section-interview-box{
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 100px 0 90px 100px;
}
.section-interview-box::after{
    content: "";
    width: 141px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top:0;
    right: -140px;
}
.section-interview-flex{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.section-interview-img,.webp .section-interview-img{
    background: url(../images/lp/iryou/section-interview-img_akinaga-takahashi.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 345px;
    height: 483px;
}
.webp .section-interview-img{
    background: url(../images/lp/iryou/section-interview-img_akinaga-takahashi.jpg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-interview-content{
    max-width: 600px;
    width: calc(100% - 360px);
}
.lp_iryou p.section-interview-title{
    font-size: 18px;
    color: #b5a663;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: -1.5em;
}
.lp_iryou section.section-interview h2{
    text-align: left;
    font-size: 32px;
    color: #0f254c;
    margin-bottom: 20px;
    font-weight: 400;
}
.lp_iryou p.section-interview-post{
    font-family: var(--mincho-Noto);
    font-size: 13px;
    font-weight: 500;
}
.lp_iryou p.section-interview-name{
    font-family: var(--mincho-Noto);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
}
.section-interview-flowbox{
    margin-top: 40px;
    max-width: 450px;
    width: 100%;
    background-color: #eef4f4;
    padding: 50px 0;
}
.lp_iryou p.section-interview-flowbox-title{
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    color: #194069;
    font-weight: 500;
    margin-bottom: 15px;
}
.section-interview-flowlist{
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 400;
}
.section-interview-flowlist li + li{
    margin-top: 0.4em;
}
.section-interview-flowlist li span{
    font-weight: 500;
    margin-right: 0.2em;
}
@media screen and (max-width: 1280px){
    .lp_iryou section.section-interview{
        background: linear-gradient(to right, #0f254c 87%, #eef4f4 87%, #eef4f4 100%);
        padding: 100px 0 80px;
    }
    .section-interview-box {
        width: 100%;
        background-color: #fff;
        position: relative;
        padding: 80px 0 70px 80px;
    }
    .lp_iryou section.section-interview h2{
        font-size: 30px;
    }
    .section-interview-img, .webp .section-interview-img {
        width: 276px;
        height: 386px;
    }
    .section-interview-content{
        width: calc(100% - 305px);
    }
}
@media screen and (max-width: 1024px){
    .section-interview-flex{
        width: 100%;
    }
    .section-interview-box {
        padding: 80px 0 70px 5%;
    }
    .lp_iryou section.section-interview h2{
        font-size: 28px;
    }
}
@media screen and (max-width: 767px){
    .lp_iryou section.section-interview{
        background: linear-gradient(to right, #0f254c 80%, #eef4f4 80%, #eef4f4 100%);
        padding: 80px 0 60px;
    }
    .lp_iryou section.section-interview .inner {
        width: 95%;
    }
    .section-interview-box {
        padding: 40px 2.5% 40px 2.5%;
    }
    .section-interview-flex {
        position: relative;
        flex-direction: column;
    }
    .section-interview-content{
        width: 100%;
        max-width:100%;
    }
    .section-interview-img,.webp .section-interview-img{
        width: 173px;
        height: 242px;
        position: absolute;
        top:0px;
        right: 0;
    }
    .lp_iryou p.section-interview-title {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .lp_iryou section.section-interview h2 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-right: 200px;
    }
    .lp_iryou p.section-interview-post {
        font-size: 12px;
    }
    .lp_iryou p.section-interview-name {
        font-size: 14px;
        margin-bottom: 130px;
    }
    .section-interview-flowbox {
        margin-top: 30px;
        max-width: 100%;
        padding: 30px 0;
    }

}
@media screen and (max-width: 553px){
    .lp_iryou p.section-interview-name {
        font-size: 14px;
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 499px){
    .section-interview-box {
        padding: 30px 2.5% 30px 2.5%;
    }
    .section-interview-img,.webp .section-interview-img{
        width: 130px;
        height: 182px;
    }
    .lp_iryou p.section-interview-title{
        font-size: 14px;
    }
    .lp_iryou section.section-interview h2 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-right: 140px;
    }
    .lp_iryou p.section-interview-name {
        margin-bottom: 90px;
    }
    .section-interview-flowbox {
        margin-top: 25px;
        max-width: 100%;
        padding: 20px 0;
    }
    .lp_iryou p.section-interview-flowbox-title{
        font-size: 16px;
        text-align: center;
        margin-bottom: 12px;
    }
    .section-interview-flowlist {
        font-size: 14px;
    }
}
@media screen and (max-width: 431px){
    .lp_iryou p.section-interview-name {
        margin-bottom: 60px;
    }
}

/* 求める人物像 */
.lp_iryou section.section-profile{
    padding: 0;
}
.section-profile-bg,.webp .section-profile-bg{
    background: url(../images/lp/iryou/section-profile_akihiko-sakuma_takeo-inouchi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 475px;
}
.webp .section-profile-bg{
    background: url(../images/lp/iryou/section-profile_akihiko-sakuma_takeo-inouchi.png.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lp_iryou section.section-profile .inner{
    background-color: #fff;
    margin-top: -110px;
    padding-top: 110px;
}
.lp_iryou section.section-profile h2{
    font-size: 32px;
    color: #0f254c;
}
.section-profile-list{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
.section-profile-list li{
    max-width: 480px;
    width: 49%;
    height: 120px;
    background: linear-gradient(to bottom, #0f254b 0%, #08162f 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--mincho-Noto);
    font-size: 20px;
}
.section-profile-list li:last-child {
	margin: 0 auto;
}

@media screen and (max-width: 1280px){
    .section-profile-bg,.webp .section-profile-bg{
        height: 400px;
    }
    .lp_iryou section.section-profile .inner{
        margin-top: -100px;
        padding-top: 100px;
    }
    .lp_iryou section.section-profile h2{
        font-size: 30px;
    }
    .section-profile-list{
        gap: 30px 0;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    .section-profile-bg,.webp .section-profile-bg{
        height: 40vw;
    }
    .lp_iryou section.section-profile .inner{
        margin-top: -10vw;
        padding-top: 10vw;
    }
    .lp_iryou section.section-profile h2{
        font-size: 28px;
    }
    .section-profile-list{
        gap: 20px 0;
    }
    .section-profile-list li{
        height: 100px;
        font-size: 18px;
    }

}
@media screen and (max-width: 629px){
    .section-profile-list{
        justify-content: center;
    }
    .section-profile-list li{
        width: 100%;
        max-width: 400px;
    }
}
@media screen and (max-width: 499px){
    .section-profile-bg,.webp .section-profile-bg{
        height: 50vw;
    }
    .lp_iryou section.section-profile .inner{
        margin-top: -14vw;
        padding-top: 14vw;
    }
    .lp_iryou section.section-profile h2{
        font-size: clamp(20px, 6vw, 26px);
    }
    .section-profile-list {
        gap: 15px 0;
    }
    .section-profile-list li {
        height: 80px;
        font-size: 16px;
    }

}

/* 募集要項・選考フロー */
.lp_iryou section.section-flow{
    padding: 160px 0 200px;
}
.lp_iryou section.section-flow .inner{
    max-width: 900px;
}
.lp_iryou .section-flow h2{
    font-size: 32px;
    color: #0f254c;
    margin-bottom: 60px;
}
.section-flow-list{
    margin-bottom: 80px;
}
.section-flow-list li{
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #dddddd;
    padding: 35px 30px;
    font-size: 16px;
}
.section-flow-list li:first-of-type{
    border-top: 1px solid #dddddd;
}
.section-flow-list li .title{
    width: 180px;
}
.section-flow-list li .txt{
    width: calc(100% - 200px);
    font-weight: 400;
}
.section-flow-flex{
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.section-flow-flex .txt{
    writing-mode: vertical-rl;
    background-color: #0f254c;
    color: #fff;
    width: 80px;
    height: 280px;
    display: flex;
    align-items: center;
    font-family: var(--mincho-Noto);
    font-size: 24px;
    letter-spacing: 0.2em;
    padding: 40px 0 20px;
}
.section-flow-flex .txt:last-of-type{
    background-color: #cc4e00;
}
.flow-arw{
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #b5a663;
    margin: auto 0;
}
.section-flow-list li ol{
    list-style-type: disc;
}
.section-flow-list li ol li{
    border-bottom: none;
    padding: 0 10px;
    position: relative;
}
.section-flow-list li .txt li{
    border-top: none !important;
}
.section-flow-list li ol li + li{
    margin-top: 1em;
}
.section-flow-list li ol li::before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top:0.65em;
    left: 0;
}

@media screen and (max-width: 1280px){
    .lp_iryou section.section-flow{
        padding: 120px 0 160px;
    }
    .lp_iryou .section-flow h2{
        font-size: 30px;
        margin-bottom: 50px;
    }
    .section-flow-list li .title {
        width: 150px;
    }
    .section-flow-list li .txt{
        width: calc(100% - 170px);
    }

}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 768px){
    .lp_iryou section.section-flow{
        padding: 100px 0 120px;
    }
    .lp_iryou .section-flow h2{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .section-flow-list {
        margin-bottom: 60px;
    }
    .section-flow-list li{
        gap: 20px;
        padding: 30px 25px;
        font-size: 16px;
    }
    .section-flow-list li .title {
        width: 100px;
    }
    .section-flow-list li .txt{
        width: calc(100% - 120px);
    }
    .section-flow-flex .txt {
        width: 60px;
        height: 220px;
        font-size: 20px;
        padding: 30px 0 20px;
    }
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-flow{
        padding: 80px 0 100px;
    }
    .lp_iryou .section-flow h2{
        font-size: clamp(20px, 6vw, 26px);
        margin-bottom: 30px;
    }
    .section-flow-list {
        margin-bottom: 50px;
    }
    .section-flow-list li {
        gap: 20px;
        padding: 20px 10px;
        font-size: 14px;
    }
    .section-flow-list li .title {
        width: 80px;
    }
    .section-flow-list li .txt{
        width: calc(100% - 85px);
    }
    .section-flow-flex{
        flex-direction: column;
        gap: 10px;
    }
    .section-flow-flex .txt {
        width: 100%;
        height: 50px;
        font-size: 18px;
        padding: 0;
        writing-mode:unset;
        justify-content: center;
    }
    .flow-arw{
        margin: 0 auto;
        border-bottom: none;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 18px solid #b5a663;
    }

}

/* よくある質問 */
.lp_iryou section.section-qanda{
    padding: 100px 0 180px;
    background-color: #eef4f4;
}
.lp_iryou section.section-qanda h2{
    font-size: 32px;
    color: #0f254c;
    margin-bottom: 70px;
}
.section-qanda-box{
    background-color: #fff;
    margin-bottom: 50px;
    padding: 30px 25px;
}
.section-qanda-box:last-of-type{
    margin-bottom: 0;
}
.section-qanda-box-title{
    font-size: 17px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding-left: 1.5em;
    padding-right: 35px;
}
.section-qanda-box-title::before{
    content: "Q.";
    color: #001a63;
    position: absolute;
    top:0;
    left: 0;
}
.section-qanda-box-title::after,.webp .section-qanda-box-title::after{
    content: "";
    background: url(../images/lp/iryou/icon-qanda01.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top:0;
    right: 0;
    transition: 0.5s;
}
.section-qanda-box-title.active::after,.webp .section-qanda-box-title.active::after{
    background: url(../images/lp/iryou/icon-qanda02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.webp .section-qanda-box-title::after{
    background: url(../images/lp/iryou/icon-qanda01.png.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.webp .section-qanda-box-title.active::after{
    background: url(../images/lp/iryou/icon-qanda02.png.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.section-qanda-box-txt{
    font-size: 15px;
    position: relative;
    padding-left: 1.5em;
    margin-top: 25px;
    display: none;
}
.section-qanda-box-txt::before{
    content: "A.";
    color: #cc4e00;
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top:0;
    left: 0;
}

@media screen and (max-width: 1280px){
    .lp_iryou section.section-qanda{
        padding: 80px 0 140px;
    }
    .lp_iryou section.section-qanda h2{
        font-size: 30px;
        margin-bottom: 60px;
    }

}
@media screen and (max-width: 1023px){

}
@media screen and (max-width: 768px){
    .lp_iryou section.section-qanda{
        padding: 70px 0 100px;
    }
    .lp_iryou section.section-qanda h2{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .section-qanda-box {
        margin-bottom: 40px;
        padding: 25px 20px;
    }
}
@media screen and (max-width: 499px){
    .lp_iryou section.section-qanda{
        padding: 60px 0 80px;
    }
    .lp_iryou section.section-qanda h2{
        font-size: clamp(22px, 6vw, 26px);
        margin-bottom: 40px;
    }
    .section-qanda-box {
        margin-bottom: 30px;
        padding: 20px 15px;
    }
    .section-qanda-box-title {
        font-size: 16px;
    }
    .section-qanda-box-title::after, .webp .section-qanda-box-title::after {
        width: 24px;
        height: 24px;
        top:4px;
    }
    .section-qanda-box-txt{
        font-size: 14px;
        margin-top: 20px;
    }
    .section-qanda-box-txt::before{
        font-size: 16px;
    }

}

/* 医学を極め、弱者の権利を守る。一生を捧げるに値する専門性を、ここで。 */
.section-entry{
    background: linear-gradient(to bottom, #0f254c 0%, #08162f 100%);
    padding: 110px 0 150px;
}
.lp_iryou .section-entry h2{
    color: #fff;
    font-size: 26px;
    line-height: 1.8;
}
.section-entry a{
    background-color: #fff;
    color: #0f254c;
    max-width: 500px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 26px;
    font-family: var(--mincho-Noto);
    font-weight: 600;
}
@media screen and (max-width: 1280px){
    .section-entry{
        padding: 90px 0 120px;
    }
    .lp_iryou .section-entry h2{
        font-size: 24px;
    }
}
@media screen and (max-width: 768px){
    .section-entry{
        padding: 80px 0 100px;
    }
    .lp_iryou .section-entry h2{
        font-size: 22px;
    }
    .section-entry a{
        max-width: 420px;
        height: 68px;
        font-size: 22px;
    }
}
@media screen and (max-width: 499px){
    .section-entry{
        padding: 60px 0 80px;
    }
    .lp_iryou .section-entry h2{
        font-size: 18px;
    }
    .section-entry a{
        max-width: 400px;
        height: 64px;
        font-size: 20px;
    }
}

/* footer */
.lp_iryou_footer{
    background-color: #333333;
    color: #fff;
    padding: 20px 0 30px;
}
.lp_iryou_footer .inner{
    width: 90%;
    margin: 0 auto;
}
.footer-logo{
    background: url("../images/logo.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 28px;
    display: block;
    margin: 0 auto;
}
.copyright{
    font-size: 12px;
}
@media screen and (max-width: 768px){
    .footer-logo{
        width: 210px;
        height: 21px;
    }
    .copyright{
        font-size: 10px;
    }
}