.sp {
  display: none;
}
.pc {
  display: block;
}

/* セクション設定 */
section {
  padding-top: 53px;
}
.section__inner {
  position: relative;
  width: 100%;
  max-width: calc(1366px - 35px);
  margin: 0 auto;
  padding-top: 127px;
}
.section__inner--bg {
  position: absolute;
  top: 0;
  left: 0;
}

#method .section__inner--bg {
  max-width: 1223px;
}
#issue .section__inner--bg img{
  max-width: 267px;
}
#solution .section__inner--bg {
  max-width: 511px;
}
#feature .section__inner--bg {
  max-width: 409px;
}
#faq .section__inner--bg {
  max-width: 197px;
}
#contact .section__inner--bg {
  max-width: 479px;
}


/* セクション背景色 */
section#method,
section#feature,
section#contact {
  background: linear-gradient(-165deg, #EDF5FC, #F0FFF6);
}



/* ヘッダー */
header .menu{
  display: flex;
}
.nav__inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  height: 80px;
}
.nav__inner h1 a{
  margin-left: 60px;
  width: 100%;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #2776AF !important;
  padding: 10px 0px;
}
.nav__inner h1 a:hover{
  opacity: 0.6;
}
.nav__inner--text {
  margin-right: 44px;
}
.nav__inner--text li a {
  font-weight: bold;
  font-size: 18px;
}


/* トップ */
#top {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.top__img {
  position: relative;
  overflow: hidden;
}

.top__mv {
  width: 100%;
  max-width: 1306px;
  margin: 0 0 0px 60px;
}
.top__mv--box {
  position: absolute;
  width: 100%;
  max-width: 703px;
  background: #fff;
  box-shadow: 2px 3px 30px #e0e0e0;
  padding: 26px 67px;
  bottom: 40px;
  left: 0;
}

.top__mv--box figure {
  max-width: 232px;
  margin-right: 39px;
}
.top__mv--box--text {
  max-width: 340px;
  margin-left: 39px;
}


.top__mv--box--text h2,
.top__mv--box--text h2 span {
  color: #D09B2F;
}
.top__mv--box--text h2 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top__mv--box--text-top {
  font-size: 31px;
  line-height: calc(70/31);
}
.top__mv--box--text-center {
  font-size: 59px;
  line-height: calc(59/59);
}
.top__mv--box--text-bottom{
  font-size: 19px;
  line-height: calc(37/19);
}

.top__mv--text {
  padding: 43px 0  65px;
}
.top__mv--text p{
  padding: 0 0 30px 0;
  font-size: 20px;
  width: 860px;
  margin: 0 auto;
}
.top__mv--text p:nth-child(1){
  text-align: center;
}

/* がん治療の種類 */

.method__text {
  width: 100%;
  max-width: 1000px;
  border: 2px solid #2296DE;
  padding: 25px 142px 25px 200px;
  margin: 18px 0;
}
.method__text p {
  position: relative;
}
.method__text p:before {
  position: absolute;
  content: '';
  background: url(../img/check.png) center center / cover;
  width: 20px;
  height: 15px;
  top: 50%;
  left: -27px;
  transform: translate( 0,-50%);
}


/* テーブル */
th,
td {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif !important;
}
/* .method__table {
  overflow-x: scroll;
  white-space: nowrap;
} */
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 1000px;
  table-layout: auto;
  margin: 75px 0 42px;
}
.table__head,
.table__title {
  background: #2296DE;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.table__head {
  padding: 50px 0;
}

table tr{
  border-bottom: solid 1px #C1C1C1;
}

.table__head--merit {
  border-right: solid 1px #C1C1C1;
}

.merit {
  border-right: solid 1px #C1C1C1;
}

table tr:hover{
  background-color: #d4f0fd;
  transition: 0.6s;
}

table th.table__head{
  font-size: 22px;
  padding: 0% 0;
  width: 400px;
  height: 68px;
}

table td {
  background: #fff;
  width: 400px;
  font-size: 16px;
  line-height: calc(35/16);
  padding: 10px 10px 10px 10px;
  vertical-align: top;
  box-sizing: border-box;
}

table td.table__title{
  font-size: 22px;
  width: 200px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
table td.table__title--cure{
  height: 210px;
}

table tr {
  padding: 10px 20px;
}




/* 放射線治療の課題 */
.inner__text {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.inner__text p{
  font-size: 20px;
}
p.flow__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
}
.flow{
  position: relative;
}

.flow_bg {
  position: absolute;
  content: '';
  background:#EFEFEF;
  z-index: -10;
  width: 100%;
  max-width: 300px;
  height: 80%;
  top: 300px;
  left: 50%;
  transform: translate(-50%,0);
}
.flow__arrow {
  max-width: 87px;
  margin: 85px 50px;
}
.flow__img {
  max-width: 360px;
  height: 240px;
}
.flow__box {
  text-align: center;
  margin-bottom: 120px;
}
.flow__box--highlight {
  background: #F8F1E2;
  border: 5px solid #2296DE;
  padding: 30px;
  box-sizing: border-box;
}
.flow__box .flex__btw{
  justify-content: space-evenly;
  align-items: flex-start;
}
.flow__box figcaption{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 30px 0 0;
}

.issue__video {
  margin-top: 100px;
  height: 570px;
}
.circle {
  width: 100%;
  max-width: 15px;
  margin: 100px auto -200px;
}

/* フィーデュシャルマーカを使うと */

#solution h2 {
  color: #2296DE;
}
#solution h3 {
  background: #2296DE;
}
#solution .flow h3 {
  color: #fff;
}
#solution h3,
#solution .flow p,
#solution .flow figcaption {
  color: #2296DE;
}
#solution video {
  height: 570px;
}
.flow_bg-blue {
  background:#EFF7FF;
  height: 80%;
  top: 300px;
  left: 50%;
  transform: translate(-50%,0);
}
.fig__text p{
  text-align: left;
}
.fig__text--center{
  text-align: center !important;
}
.fig__main {
  margin-bottom: 20px;
}


/* フィデューシャルマーカの特徴 */
#feature .inner .flex {
  justify-content: space-evenly;
}
.feature__circle--1,
.feature__circle--2,
.feature__circle--3 {
  width: 100%;
  max-width: 378px;
  height: 378px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.feature__circle--1 p,
.feature__circle--2 p,
.feature__circle--3 p{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.feature__circle--1 {
  background: #2296DE;
}
.feature__circle--2 {
  background: #B1D169;
}
.feature__circle--3 {
  background: #3EC1B7;
}
p.feature__circle--title {
  font-size: 48px;
  margin-bottom: 30px;
}


/* よくある質問 */
.faq__box h3 {
  background: #2296DE;
  width: 100%;
  text-align: left;
  font-size: 26px;
  text-indent: -2em;
  padding-left: calc(19px +  2em);
  margin: 70px 0 25px;
}
.faq__box .question {
  color: #fff;
  /* width: 100%;
  max-width: 83px; */
}
.faq__box .p_space {
  width: 100%;
  max-width: 73px;
}
.faq__box p {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}

.faq__box:nth-of-type(5){
  justify-content: none;
  align-items: none;
}

.flex.answer {
    justify-content: flex-start;
}

#contact .btn {
  margin: 80px auto 0px;
}

/* フッター */


/* 導入医療機関リスト */
.hospital_list{
  width: 1000px;
  margin: 0 auto;
}
.hospital_list tr{
  width: 100%;
  height: auto;
}
.hospital_list th{
  color: #fff;
  padding: 16px 0 16px 16px;
  text-align: left;
  font-size: 18px;
  background: #2296DE;
  padding: 16px auto 16px 24px;
  border-right: 1px solid #C1C1C1;
}
.hospital_list th:nth-of-type(1){
  border-left: 1px solid #C1C1C1;
  width: 15%;
}
.hospital_list th:nth-of-type(4){
  width: 15%;
}
.hospital_list td{
  width: 0;
  vertical-align: middle;
  padding-left: 16px;
  border-left: 1px solid #C1C1C1;
  border-right: 1px solid #C1C1C1;
}
.hospital_list td a{
  color: #2296DE;
  display: inline;
}

@media screen and (max-width:1024px){
  main h2{
    font-size: 32px;
  }
  .hospital_list{
    width: 90%;
    margin: 0 auto;
  }
  .hospital_list table{
    margin: 64px 0;
  }
  .hospital_list tr{
    width: 100%;
    height: auto;
  }
  .hospital_list th{
    color: #fff;
    padding: 16px 0 16px 16px;
    text-align: left;
    font-size: 16px;
    background: #2296DE;
    padding: 16px auto 16px 24px;
    border-right: 1px solid #C1C1C1;
  }
  .hospital_list th:nth-of-type(1){
    border-left: 1px solid #C1C1C1;
  }
  .hospital_list th:nth-of-type(4){
    width: 20%;
  }
  .hospital_list td{
    width: 0;
    font-size: 14px;
    padding-left: 16px;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
  }
}
@media screen and (max-width:600px){
  main h2{
    font-size: 24px;
    margin: 0;
  }
  .hospital_list{
    width: 90%;
    margin: 0 auto;
  }
  .hospital_list table{
    margin: 32px 0;
  }
  .hospital_list tr{
    width: 100%;
    height: auto;
  }
  .hospital_list th{
    color: #fff;
    padding: 16px 8px 16px 8px;
    text-align: left;
    font-size: 12px;
    background: #2296DE;
    padding: 16px auto 16px 24px;
    border-right: 1px solid #C1C1C1;
  }
  .hospital_list th:nth-of-type(1){
    border-left: 1px solid #C1C1C1;
  }
  .hospital_list td{
    width: 0;
    font-size: 10px;
    padding: 4px 4px 4px 8px;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
  }
}

/* 導入医療機関リスト */

@media screen and (min-width:1025px){
  body{
    min-width: 1025px;
  }
}

@media screen and (min-width:601px) and (max-width:1024px){
.pc {
  display: none;
}
.sp {
  display: block;
}

h2 {
  font-size: 54px;
}

h3 {
  font-size: 48px;
}
p {
  font-size: 32px;
}
.inner {
  padding: 0 50px;
}
section {
  padding-top: 100px;
}
.section__inner {
  padding: 127px 20px 0;
}
header {
  height: 130px;
}
.nav__inner {
  height: 130px;
}
.nav__inner h1 {
  margin-left: 0px;
  max-width: 100%;
}
.nav__inner h1 a {
  margin-left: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 28px;
}
.top__mv {
  width: 100%;
  max-width: 1306px;
  margin-bottom: 250px;
}
.top__mv--box {
  max-width: 643px;
  padding: 26px 30px;
}
.top__mv--box--text-top {
  font-size: 32px;
  line-height: calc(40/24);
}
.top__mv--box--text-center {
  font-size: 64px;
  line-height: calc(70/56);
}
.top__mv--box--text-bottom {
  font-size: 24px;
  line-height: calc(60/24);
}
.top__mv--box--text {
  max-width: 270px;
  margin-left: 0px;
}

.top__mv--text p {
  text-align: left;
  letter-spacing: 0.02em;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px 30px;
  width: 100%;
}
.top__mv--text .flex{
  flex-direction: column;
}
.top__button--left,
.top__button--right {
  max-width: 600px;
}


#method .section__inner--bg {
  max-width: 95%;
}
#issue .section__inner--bg img{
  max-width: 40%;
}
#solution .section__inner--bg {
  max-width: 45%;
}
#feature .section__inner--bg {
  max-width: 45%;
}
#faq .section__inner--bg {
  max-width: 35%;
}
#contact .section__inner--bg {
  max-width: 50%;
}


.section__inner--bg {
  padding: 0 0 0 50px;
}
.method__text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 0px 25px 70px;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
.method__text p {
  margin: 5px 0;
}
.text__info {
  text-align: left;
}


table th.table__head {
  font-size: 28px;
  padding: 0% 0;
  width: 100%;
  height: 100px;
}

.table__head,
.table__title {
  font-size: 28px;
}

table td {
  font-size: 22px;
  line-height: calc(28/16);
  padding: 20px 20px 20px 20px;
}

table td.table__title{
  font-size: 24px;
  width: 100%;
  min-width: 150px;
  height: auto;
  min-height: 320px;
  padding: 0;
}
table td.table__title--cure{
  height: auto;
  min-height: 400px;
}



.inner__text p {
  font-size: 32px;
}

.flow_bg {
  max-width: 170px;
  height: 90%;
  top: 400px;
}
p.flow__title {
  font-size: 48px;
  margin-bottom: 37px;
  text-align: center;
}

.flow__box .flex__btw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flow__box figcaption {
  max-width: 90%;
  margin: 0 auto;
}
.flow__arrow {
  transform: rotate(90deg);
}
.flow__img {
  max-width: 100%;
  height: auto;
}
figcaption p {
  font-size: 32px;
}
figcaption span {
  font-size: 32px;
  padding: 5px 20px;
}
.fig__text p {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.issue__video {
  margin-top: 50px;
  height: auto;
}
.circle {
  margin: 100px auto -100px;
}


#solution h3 {
  font-size: 40px;
}

#feature .inner .flex {
  flex-direction: column;
}
.feature__circle--1, .feature__circle--2, .feature__circle--3 {
  max-width: 100%;
  height: 310px;
  border-radius: 30px;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 40px;
}
.feature__circle--1 p, .feature__circle--2 p, .feature__circle--3 p {
  font-size: 32px;
}
p.feature__circle--title {
  font-size: 64px;
  margin: 0 70px 0 0;
}
.faq__box .p_space {
  max-width: 10px;
}

.contact__text {
  text-align: justify;
}
#contact .btn {
  max-width: 85%;
}
footer small {
  font-size: 14px;
  font-weight: bold;
}


}

@media screen and (min-width:280px) and (max-width:600px ){

.pc {
  display: none;
}
.sp {
  display: block;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
  margin: 50px 0 30px;
}
p {
  font-size: 16px;
}
.inner {
  padding: 0 20px;
}
section {
  padding-top: 50px;
}

header {
  height: 60px;
}
.nav__inner {
  height: 60px;
}
.nav__inner h1 a {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.top__mv {
  margin: 0 0 120px 20px;
}
.top__mv--box {
  max-width: 330px;
  padding: 10px 20px;
  bottom: 30px;
}
.top__mv--box--text-top {
  font-size: 16px;
}
.top__mv--box--text-center {
  font-size: 32px;
}
.top__mv--box--text-bottom {
  font-size: 14px;
}
.top__mv--box--text {
  max-width: 270px;
  margin-left: 0px;
}
.top__mv--box figure {
  max-width: 120px;
  margin-right: 10px;
}

.top__mv--text {
  padding: 0px 20px 65px;
}

.top__mv--text p {
  text-align: left;
  letter-spacing: 0.02em;
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
}
.top__mv--text .flex{
  flex-direction: column;
}
.top__button--left,
.top__button--right {
  max-width: 600px;
}

#issue .section__inner--bg img {
  max-width: 150px;
}

.section__inner--bg {
  padding: 0 0 0 50px;
}
.method__text {
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.method__text p {
  width: 100%;
  text-align: left;
  max-width: 220px;
  margin-left: 80px;
  margin: 5px 0px 5px 80px;
}


table th.table__head {
  font-size: 16px;
}

.table__head,
.table__title {
  font-size: 16px;
}

table td {
  font-size: 14px;
  padding: 10px;
}

table td.table__title {
  font-size: 16px;
  width: 100px;
  min-width: 100px;
  height: auto;
  min-height: 240px;
}
table td.table__title--cure {
  height: 300px;
}
.demerit table td.table__title--cure {
  height: 200px;
  min-height: 200px;
}
table th.table__head {
  font-size: 16px;
  width: 100%;
  height: 100px;
}



.text__info {
  text-align: left;
}


.inner__text p {
  font-size: 32px;
}

.flow_bg {
  max-width: 170px;
  height: 85%;
  top: 400px;
}
p.flow__title {
  font-size: 48px;
  margin-bottom: 37px;
}
.flow__box .flex__btw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flow__box figcaption {
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0 0;
}
.flow__arrow {
  transform: rotate(90deg);
}
.flow__img {
  max-width: 100%;
  height: auto;
}

figcaption p {
  font-size: 32px;
}
figcaption span {
  font-size: 32px;
  padding: 5px 20px;
}
.issue__video {
  margin-top: 50px;
  height: auto;
}
.circle {
  margin: 100px auto -100px;
}


#solution h3 {
  font-size: 40px;
}
#solution video {
  height: auto;
}
#solution .section__inner--bg {
  max-width: 260px;
}
#feature .section__inner--bg {
  max-width: 230px;
}

#feature .inner .flex {
  flex-direction: column;
}
.feature__circle--1, .feature__circle--2, .feature__circle--3 {
  max-width: 100%;
  height: 310px;
  border-radius: 30px;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 40px;
}
.feature__circle--1 p, .feature__circle--2 p, .feature__circle--3 p {
  font-size: 32px;
}
p.feature__circle--title {
  font-size: 64px;
  margin: 0 70px;
}

#faq .section__inner--bg {
  max-width: 130px;
}
.faq__box .p_space {
  max-width: 10px;
}

.contact__text {
  text-align: justify;
}
#contact .btn {
  max-width: 85%;
}
#contact .section__inner--bg {
  max-width: 270px;
}


footer small {
  font-size: 10px;
}


.btn a {
  padding: 16px 0;
  font-size: 20px;
}

.section__inner--bg {
  padding: 0 0 0 20px;
}
.section__inner {
  padding-top: 100px;
}

.method__text {
  padding: 20px 0;
}

.inner__text p {
  font-size: 16px;
}

p.flow__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.flow__box--highlight {
  padding: 20px;
}
.flow_bg {
  height: 83%;
  top: 300px;
}
.flow__arrow {
  max-width: 70px;
  margin: 50px 50px;
}

figcaption p {
  font-size: 16px;
  margin: 10px 0;
}
figcaption span {
  font-size: 20px;
  padding: 5px 10px;
}
.circle {
  margin: 50px auto -50px;
  max-width: 10px;
}

#solution h3 {
  font-size: 20px;
}



p.feature__circle--title {
  font-size: 28px;
  margin: 0 25px;
}
.feature__circle--1 p, .feature__circle--2 p, .feature__circle--3 p {
  font-size: 18px;
}
.feature__circle--1, .feature__circle--2, .feature__circle--3 {
  height: 150px;
  margin-bottom: 30px;
  justify-content: center;
  width: 100%;
  max-width: 375px;
}


.faq__box h3 {
  font-size: 18px;
}
.faq__box p {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
}
.faq__box .p_space {
  max-width: 0px;
}

#contact .btn {
  margin: 40px auto 0px;
}


footer small {
  font-size: 10px;
}



}

