
*{
	font-family: -apple-system, BlinkMacSystemFont,"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	margin:0;
	padding:0;
}

img{
	border:0;
}

header{
	background:#007DB3 url(../images/paper_gb.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-blend-mode:multiply;
	background-size:cover;
    position:relative;
}

header > a{
	position:absolute;
	right:5%;
    bottom:20%;
}

header a{
	color:#FFFFFF;
	font-weight:500;
	font-size:120%;
	letter-spacing:0.1em;
	text-decoration:none;
	transition:.5s;
}

header a:hover{
	color:#F1C24D;
}

@media screen and (min-width:768px){

header{
	padding:60px 0;
}

.page_title{
	width:160px;
	position:absolute;
	left:5%;
	bottom:25%;
}

.page_title span{
	font-weight:500;
	color:#FFFFFF;
	letter-spacing:0.1em;
	white-space: nowrap;
	font-size:12px;
}

.page_title h1.logo{
	margin:0;
	line-height:1;
}

.page_title h1.logo img{
	width:100%;
}

.lecturers{
  position:absolute;
  right:5%;
  bottom: 15%;
  /*bottom:5%;*/
	width:500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.lecturers h3{
	margin:0 0 5px;
  color:#FFFFFF;
  padding-left:1em;
  border-radius:15px;
  font-size:11px;
  line-height:2;
	letter-spacing:0.2em;
	border:2px solid #FFFFFF;
	width: 100%;
}

.lecturer_01,
.lecturer_02,
.lecturer_03,
.lecturer_04,
.lecturer_05,
.lecturer_06,
.lecturer_07,
.lecturer_08{
	margin: 3px 0;
  width:100px;
}

.lecturer_01 a,
.lecturer_02 a,
.lecturer_03 a,
.lecturer_04 a,
.lecturer_05 a,
.lecturer_06 a,
.lecturer_07 a,
.lecturer_08 a{
  font-weight:600;
  color:#FFFFFF;
}

.lecturer_inner{
	display:flex;
	align-items:center;
}

.lecturer_inner_l{
	width:30%;
	margin-right:7px;
}

.lecturer_inner_l:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.lecturer_inner p{
	margin:0;
	font-size:10px;
}

.pagetop{
	width:12%;
}

}

@media screen and (max-width:767px){

html{
	font-size:2.5vw;
}

header{
	padding:30px 0;
}

.page_title{
	width:220px;
	margin:0 auto 7em;
	text-align:center;
}

.page_title span{
	font-weight:500;
	color:#FFFFFF;
	letter-spacing:0.1em;
	font-size:16px;
}

.page_title h1.logo{
	margin:0;
	line-height:1;
}

.page_title h1.logo img{
	width:100%;
}

.lecturers{
	width:300px;
	margin:0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lecturers h3{
	margin:0 0 15px;
  color:#FFFFFF;
  border-radius:15px;
  font-size:13px;
  line-height:2;
	letter-spacing:0.2em;
	border:2px solid #FFFFFF;
	text-align: center;
	width: 100%;
}

.lecturer_01,
.lecturer_02,
.lecturer_03,
.lecturer_04,
.lecturer_05,
.lecturer_06,
.lecturer_07,
.lecturer_08{
    width:45%;
}

.lecturer_01,
.lecturer_02,
.lecturer_03,
.lecturer_04,
.lecturer_05,
.lecturer_06,
.lecturer_07{
	margin-bottom: 10px;
}

.lecturer_01 a,
.lecturer_02 a,
.lecturer_03 a,
.lecturer_04 a,
.lecturer_05 a,
.lecturer_06 a,
.lecturer_07 a,
.lecturer_08 a{
    font-weight:600;
    color:#FFFFFF;
}

.lecturer_inner{
	display:flex;
	align-items:center;
}

.lecturer_inner_l{
	width:25%;
	margin-right:10px;
}

.lecturer_inner_l:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.lecturer_inner p{
	margin:0;
	font-size:13px;
}

.pagetop{
	width:26%;
}

}

/**** no image ****/
.no_image{
	background:url(../images/no_image.jpg)no-repeat center;
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年2月開始 写真 ****/
/*.y_akagi_image{
	background:url("../../y.akagi/images/ochiai.jpg")no-repeat center;
}*/
/*.y_fujisawa_image{
	background:url("../../y.fujisawa/images/ochiai.jpg")no-repeat center;
}*/
/*.k_enomoto_image{
	background:url("../../k.enomoto/images/ochiai.jpg")no-repeat center;
}*/
/*.y_akagi_image,*/
/*.y_fujisawa_image,*/
/*.k_enomoto_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}*/
/**** 2025年1月開始 写真 ****/
.yuta_uchiyama_image{
	background:url("../../yuta.uchiyama/images/ooo.jpg")no-repeat center;
}
/*.r_kataoka_image{
	background:url("../../r.kataoka/images/ochiai.jpg")no-repeat center;
}*/
.t_tokieda_image{
	background:url("../../t.tokieda/images/hatada.jpg")no-repeat center;
}
.d_horikoshi_image{
	background:url("../../d.horikoshi/images/d_horikoshi_zidori.jpg")no-repeat center;
}
.s_ochiai_image{
	background:url("../../s.ochiai/images/ochiai.jpg")no-repeat center;
}
.r_okamoto_image{
	background:url("../../r.okamoto/images/IMG_4783.jpg")no-repeat center;
}
.n_tomizawa_image{
	background:url("../../n.tomizawa/images/tomizawa.jpg")no-repeat center;
}
.r_matsushima_image{
	background:url("../../r.matsushima/images/1000005675.jpg")no-repeat center;
}
.t_takamine_image{
	background:url("../../t.takamine/images/IMG_5698.jpg")no-repeat center;
}
.yuta_uchiyama_image,
/*.r_kataoka_image,*/
.t_tokieda_image,
.d_horikoshi_image,
.r_okamoto_image,
.n_tomizawa_image,
.r_matsushima_image,
.t_takamine_image,
.s_ochiai_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年12月開始 写真 ****/
.k_shimizu_image{
	background:url("../../k.shimizu/images/02.jpg")no-repeat center;
}
.j_tamiya_image{
	background:url("../../j.tamiya/images/image0.jpeg")no-repeat center;
}
.yuya_kobayashi_image{
	background:url("../../yuya.kobayashi/images/12B34170-24E8-4E3E-9FFD-7467108D55D6.jpg")no-repeat center;
}
.yuya_saito_image{
	background:url("../../yuya.saito/images/IMG_5553.jpg")no-repeat center;
}
.s_takeshita_image{
	background:url("../../s.takeshita/images/zigazou.jpg")no-repeat center;
}
.masaharu_saito_image{
	background:url("../../masaharu.saito/images/saito.jpg")no-repeat center;
}
.t_munakata_image{
	background:url("../../t.munakata/images/2.jpg")no-repeat center;
}
.c_takayama_image{
	background:url("../../c.takayama/images/takayama.jpg")no-repeat center;
}
.n_takamatsu_image{
	background:url("../../n.takamatsu/images/takamatsu.jpg")no-repeat center;
}
.k_shimizu_image,
.j_tamiya_image,
.yuya_kobayashi_image,
.yuya_saito_image,
.s_takeshita_image,
.masaharu_saito_image,
.t_munakata_image,
.c_takayama_image,
.n_takamatsu_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年11月開始 写真 ****/
.k_yamashita_image{
	background:url("../../k.yamashita/images/yamashita.jpg")no-repeat center;
}
.i_fujikawa_image{
	background:url("../../i.fujikawa/images/IMG_5083.png")no-repeat center;
}
.y_kimura_image{
	background:url("../../y.kimura/images/kimura.jpeg")no-repeat center;
}
.k_hirono_image{
	background:url("../../k.hirono/images/pic01.jpg")no-repeat center;
}
.s_kubo_image{
	background:url("../../s.kubo/images/kubo-prf.jpg")no-repeat center;
}
.d_kai_image{
	background:url("../../d.kai/images/kai.jpg")no-repeat center;
}
.h_abe_image{
	background:url("../../h.abe/images/me.jpeg")no-repeat center;
}
.r_kudou_image{
	background:url("../../r.kudou/images/myFace.jpg")no-repeat center;
}
.mikoto_takahashi_image{
	background:url("../../mikoto.takahashi/images/mikoto.jpg")no-repeat center;
}
.keiichi_takahashi_image{
	background:url("../../keiichi.takahashi/images/IMG_4451.jpg")no-repeat center;
}
.r_nezu_image{
	background:url("../../r.nezu/images/r.nezu.jpg")no-repeat center;
}
.w_ma_image{
	background:url("../../w.ma/images/MA.jpg")no-repeat center;
}
.n_oide_image{
	background:url("../../n.oide/images/oide.jpg")no-repeat center;
}
.yui_yoshida_image{
	background:url("../../yui.yoshida/images/yoshida.jpg")no-repeat center;
}
.g_kimura_image{
	background:url("../../g.kimura/images/kimura.jpeg")no-repeat center;
}
.y_kikuchi_image{
	background:url("../../y.kikuchi/images/avaterpic.jpg")no-repeat center;
}
.seiji_kobayashi_image{
	background:url("../../seiji.kobayashi/images/kobayashi.jpg")no-repeat center;
}
.t_ootaki_image{
	background:url("../../t.ootaki/images/product.jpg")no-repeat center;
}
.k_yamashita_image,
.i_fujikawa_image,
.y_kimura_image,
.k_hirono_image,
.s_kubo_image,
.d_kai_image,
.h_abe_image,
.r_kudou_image,
.mikoto_takahashi_image,
.keiichi_takahashi_image,
.r_nezu_image,
.w_ma_image,
.n_oide_image,
.yui_yoshida_image,
.g_kimura_image,
.y_kikuchi_image,
.seiji_kobayashi_image,
.t_ootaki_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年10月開始 写真 ****/
.kazushige_sato_image{
	background:url("../../kazushige.sato/images/sato.jpg")no-repeat center;
}
.kenji_nakajima_image{
	background:url("../../kenji.nakajima/images/face.jpg")no-repeat center;
}
.o_asakawa_image{
	background:url("../../o.asakawa/images/2-8a66212d.jpg")no-repeat center;
}
.takahiro_nakamura_image{
	background:url("../../takahiro.nakamura/images/tn.jpg")no-repeat center;
}
.t_yamakawa_image{
	background:url("../../t.yamakawa/images/jibun.jpg")no-repeat center;
}
.h_uchikawa_image{
	background:url("../../h.uchikawa/images/haru.jpg")no-repeat center;
}
.takumi_yamauchi_image{
	background:url("../../takumi.yamauchi/images/yamauchi.jpeg")no-repeat center;
}
.m_sugizaki_image{
	background:url("../../m.sugizaki/images/hatada.jpg")no-repeat center;
}
.b_jin_image{
	background:url("../../b.jin/images/image.jpg")no-repeat center;
}
.shogo_shibata_image{
	background:url("../../shogo.shibata/images/hatada.jpg")no-repeat center;
}
.y_ooe_image{
	background:url("../../y.ooe/images/ooe.jpg")no-repeat center;
}
.m_sarashina_image{
	background:url("../../m.sarashina/images/m.sarshina.jpg")no-repeat center;
}
.kazushige_sato_image,
.kenji_nakajima_image,
.o_asakawa_image,
.takahiro_nakamura_image,
.t_yamakawa_image,
.h_uchikawa_image,
.takumi_yamauchi_image,
.m_sugizaki_image,
.b_jin_image,
.shogo_shibata_image,
.y_ooe_image,
.m_sarashina_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年9月開始 写真 ****/
.k_okada_image{
	background:url("../../k.okada/images/okada.jpg")no-repeat center;
}
.t_okazaki_image{
	background:url("../../t.okazaki/images/image1.jpeg")no-repeat center;
}
.yuichi_takagi_image{
	background:url("../../yuichi.takagi/images/my2.jpg")no-repeat center;
}
.t_inuki_image{
	background:url("../../t.inuki/images/IMG_4164.jpg")no-repeat center;
}
.m_uematsu_image{
	background:url("../../m.uematsu/images/photo.jpg")no-repeat center;
}
.y_umeki_image{
	background:url("../../y.umeki/images/umeki.jpg")no-repeat center;
}
.y_dairi_image{
	background:url("../../y.dairi/images/IMG_4089.jpeg")no-repeat center;
}
.t_shida_image{
	background:url("../../t.shida/images/S__34627598.jpg")no-repeat center;
}
.c_okada_image{
	background:url("../../c.okada/images/IMG_8944.jpg")no-repeat center;
}

.k_okada_image,
.t_okazaki_image,
.yuichi_takagi_image,
.t_inuki_image,
.m_uematsu_image,
.y_umeki_image,
.y_dairi_image,
.t_shida_image,
.c_okada_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年8月開始 写真 ****/
.m_tanaka_image{
	background:url("../../m.tanaka/images/profile.jpg")no-repeat center;
}
.m_shibasaki_image{
	background:url("../../m.shibasaki/images/shibasaki_2.jpg")no-repeat center;
}
.x_mi_image{
	background:url("../../x.mi/images/hatada.jpg")no-repeat center;
}
.t_maeda_image{
	background:url("../../t.maeda/images/maeda.jpg")no-repeat center;
}
.c_cui_image{
	background:url("../../c.cui/images/hatada.jpg")no-repeat center;
}
.m_tanaka_image,
.m_shibasaki_image,
.x_mi_image,
.t_maeda_image,
.c_cui_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年7月開始 写真 ****/
.taketo_sato_image{
	background:url("../../taketo.sato/images/sato.jpg")no-repeat center;
}
.t_fujimoto_image{
	background:url("../../t.fujimoto/images/fujimoto.jpg")no-repeat center;
}
.t_beharu_image{
	background:url("../../t.beharu/images/profile.jpg")no-repeat center;
}
.h_iwasaki_image{
	background:url("../../h.iwasaki/images/IMG_0856.png")no-repeat center;
}
.r_ootera_image{
	background:url("../../r.ootera/images/hito.jpg")no-repeat center;
}
.s_shiroma_image{
	background:url("../../s.shiroma/images/shiroma.jpeg")no-repeat center;
}
.m_okumura_image{
	background:url("../../m.okumura/images/plf.jpg")no-repeat center;
}
.y_akahane_image{
	background:url("../../y.akahane/images/profile.jpeg")no-repeat center;
}
.m_maenosono_image{
	background:url("../../m.maenosono/images/maenosono.jpg")no-repeat center;
}
.y_mutou_image{
	background:url("../../y.mutou/images/mutou.jpg")no-repeat center;
}
.t_uchiyama_image{
	background:url("../../t.uchiyama/images/uchiyama.jpg")no-repeat center;
}
.taketo_sato_image,
.t_fujimoto_image,
.t_beharu_image,
.h_iwasaki_image,
.r_ootera_image,
.s_shiroma_image,
.m_okumura_image,
.y_akahane_image,
.m_maenosono_image,
.y_mutou_image,
.t_uchiyama_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年6月開始 写真 ****/
.shinichiro_sato_image{
	background:url("../../shinichiro.sato/images/mypic.jpg")no-repeat center;
}
.y_kojima_image{
	background:url("../../y.kojima/images/kojima.jpg")no-repeat center;
}
.t_mori_image{
	background:url("../../t.mori/images/mori.jpg")no-repeat center;
}
.hikaru_endou_image{
	background:url("../../hikaru.endou/images/endo.jpg")no-repeat center;
}
.shinichiro_sato_image,
.y_kojima_image,
.t_mori_image,
.hikaru_endou_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年5月開始 写真 ****/
.k_komiyama_image{
	background:url("../../k.komiyama/images/komiyama.png")no-repeat center;
}
.s_sekiguchi_image{
	background:url("../../s.sekiguchi/images/s.sekiguchi.png")no-repeat center;
}
.s_kojima_image{
	background:url("../../s.kojima/images/ore.jpeg")no-repeat center;
}
.y_uehara_image{
	background:url("../../y.uehara/images/uehara.jpg")no-repeat center;
}
.rei_kobayashi_image{
	background:url("../../rei.kobayashi/images/rei.png")no-repeat center;
}
.k_komiyama_image,
.s_sekiguchi_image,
.s_kojima_image,
.y_uehara_image,
.rei_kobayashi_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年4月開始 写真 ****/
.k_takeda_image{
	background:url("../../k.takeda/images/IMG_4918.jpg")no-repeat center;
}
.t_furukawa_image{
	background:url("../../t.furukawa/images/furukawa.jpg")no-repeat center;
}
.s_otake_image{
	background:url("../../s.otake/images/otake.jpg")no-repeat center;
}
.k_takeda_image,
.t_furukawa_image,
.s_otake_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年3月開始 写真 ****/
.s_matsufuji_image{
	background:url("../../s.matsufuji/images/shiori.jpg")no-repeat center;
}
.a_ide_image{
	background:url("../../a.ide/images/face.jpg")no-repeat center;
}
.yasuhiro_saitou_image {
    background: url(../../yasuhiro.saitou/images/hatada.jpg) no-repeat center;
}
.k_senoo_image{
	background:url("../../k.senoo/images/senoo.jpg")no-repeat center;
}
.k_adachi_image{
	background:url("../../k.adachi/images/adachi.png")no-repeat center;
}
.k_asano_image{
	background:url("../../k.asano/images/hatada.jpg")no-repeat center;
}
.m_asou_image{
	background:url("../../m.asou/images/m.asou.jpg")no-repeat center;
}
.s_matsufuji_image,
.yasuhiro_saitou_image,
.a_ide_image,
.k_senoo_image,
.k_adachi_image,
.k_asano_image,
.m_asou_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年2月開始 写真 ****/
.h_souma_image{
	background:url("../../h.souma/images/maiku2.jpg")no-repeat center;
}
.takuya_hashimoto_image{
	background:url("../../takuya.hashimoto/images/DSC4.jpg")no-repeat center;
}
.yuta_doi_image{
	background:url("../../yuta.doi/images/profile.jpg")no-repeat center;
}
.m_ide_image{
	background:url("../../m.ide/images/ide.jpg")no-repeat center;
}
.nao_watanabe_image{
	background:url("../../nao.watanabe/images/watanabe.jpg")no-repeat center;
}
.masataka_suzuki_image{
	background:url("../../masataka.suzuki/images/suzuki.jpg")no-repeat center;
}
.j_choi_image{
	background:url("../../j.choi/images/choi.jpg")no-repeat center;
}
.s_li_image{
	background:url("../../s.li/images/lisongyang.jpg")no-repeat center;
}
.s_ip_image{
	background:url("../../s.ip/images/ipszeting.jpg")no-repeat center;
}
.h_souma_image,
.takuya_hashimoto_image,
.yuta_doi_image,
.m_ide_image,
.nao_watanabe_image,
.masataka_suzuki_image,
.j_choi_image,
.s_li_image,
.s_ip_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2025年1月開始 写真 ****/
.m_oosawa_image{
	background:url("../../m.oosawa/images/m_o.png")no-repeat center;
}
.t_tyubachi_image{
	background:url("../../t.tyubachi/images/tyubachi.jpg")no-repeat center;
}
.t_poe_image{
	background:url("../../t.poe/images/hatada.jpg")no-repeat center;
}
.y_koike_image{
	background:url("../../y.koike/images/profile_picture.jpg")no-repeat top;
}
.r_ookawa_image{
	background:url("../../r.ookawa/images/my_picture.jpg")no-repeat center;
}
.k_makino_image{
	background:url("../../k.makino/images/makino.jpg")no-repeat center;
}
.s_horiuchi_image {
	background:url("../../s.horiuchi/images/hori.jpg")no-repeat center;
}
.k_tatsukawa_image {
	background:url("../../k.tatsukawa/images/mypicture.jpg")no-repeat center;
}
.k_andou_image {
	background:url("../../k.andou/images/andou.jpg")no-repeat center;
}
.nobuyuki_kojima_image {
	background:url("../../nobuyuki.kojima/images/profile.jpg")no-repeat center;
}
.y_anzai_image {
	background:url("../../y.anzai/images/anzai.jpg")no-repeat center;
}
.m_oosawa_image,
.t_tyubachi_image,
.t_poe_image,
.y_koike_image,
.r_ookawa_image,
.k_makino_image,
.s_horiuchi_image,
.k_tatsukawa_image,
.k_andou_image,
.nobuyuki_kojima_image,
.y_anzai_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年12月開始 写真 ****/
.t_nagoya_image {
	background:url("../../t.nagoya/images/IMG_4216.jpg")no-repeat center;
}
.t_nagoya_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年11月開始 写真 ****/
.m_numakura_image {
	background:url("../../m.numakura/images/numakura.jpg")no-repeat center;
}
.h_an_image {
	background:url("../../h.an/images/an.png")no-repeat center;
}
.j_kim_image {
	background:url("../../j.kim/images/kim.jpg")no-repeat center;
}
.m_arakaki_image {
	background:url("../../m.arakaki/images/profile.jpg")no-repeat center;
}
.f_isozaki_image {
	background:url("../../f.isozaki/images/fumitaka.jpg")no-repeat center;
}
.m_numakura_image,
.h_an_image,
.j_kim_image,
.m_arakaki_image,
.f_isozaki_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年10月開始 写真 ****/
.seeun_kawakami_image {
	background:url("../../seeun.kawakami/images/kawakami.jpg")no-repeat center;
}
.y_fujii_image {
	background:url("../../y.fujii/images/fujii.jpg")no-repeat center;
}
.m_wakamatsu_image {
	background:url("../../m.wakamatsu/images/wakamatsu.jpg")no-repeat center;
}
.yamato_murata_image {
	background:url("../../yamato.murata/images/murata.jpg")no-repeat center;
}
.seeun_kawakami_image,
.y_fujii_image,
.m_wakamatsu_image,
.yamato_murata_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年9月開始 写真 ****/
.s_hanada_image {
	background:url("../../s.hanada/images/profile_image.jpg")no-repeat center;
}
.h_iijima_image {
	background:url("../../h.iijima/images/iijima.jpg")no-repeat center;
}
.a_uehara_image {
	background:url("../../a.uehara/images/IMG_1467.jpg")no-repeat center;
}
.h_sekiya_image {
	background:url("../../h.sekiya/images/h_sekiya.png")no-repeat center;
}
.h_terao_image {
	background:url("../../h.terao/images/terao.jpeg")no-repeat center;
}
.t_waseda_image {
	background:url("../../t.waseda/images/IMG_22.jpg")no-repeat center;
}
.kaho_kobayashi_image {
	background:url("../../kaho.kobayashi/images/kaho.jpg")no-repeat center;
}
.e_takagi_image {
	background:url("../../e.takagi/images/takagi.jpg")no-repeat center;
}
.r_kuwata_image {
	background:url("../../r.kuwata/images/kuwata.jpg")no-repeat center;
}
.s_hanada_image,
.h_iijima_image,
.a_uehara_image,
.h_sekiya_image,
.h_terao_image,
.t_waseda_image,
.kaho_kobayashi_image,
.e_takagi_image,
.r_kuwata_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年8月開始 写真 ****/
.r_hori_image {
	background:url("../../r.hori/images/hori.JPG")no-repeat center;
}
.n_jung_image {
	background:url("../../n.jung/images/profile.jpg")no-repeat center;
}
.t_motonakano_image {
	background:url("../../t.motonakano/images/icon.jpg")no-repeat center;
}
.y_wada_image {
	background:url("../../y.wada/images/wada.jpg")no-repeat center;
}
.t_amemiya_image {
	background:url("../../t.amemiya/images/ame.png")no-repeat center;
}
.h_kusama_image {
	background:url("../../h.kusama/images/49652.jpg")no-repeat center;
}
.r_hori_image,
.n_jung_image,
.t_motonakano_image,
.y_wada_image,
.t_amemiya_image,
.h_kusama_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年7月開始 写真 ****/
.s_okano_image {
	background:url("../../s.okano/images/okano.jpg")no-repeat center;
}
.r_tadanou_image {
	background:url("../../r.tadanou/images/PXL_20230129_035546939.MP\ \(1\).jpg")no-repeat center;
}
.q_li_image {
	background:url("../../q.li/images/li.jpg")no-repeat center;
}
.k_lee_image {
	background:url("../../k.lee/images/k_lee_i.jpg")no-repeat center;
}
.tsuyoshi_inoue_image {
	background:url("../../tsuyoshi.inoue/images/IMG_1.jpg")no-repeat center;
}
.k_kusakawa_image {
	background:url("../../k.kusakawa/images/kusakawa.jpg")no-repeat center;
}
.k_kuroda_image {
	background:url("../../k.kuroda/images/kuroda.jpg")no-repeat center;
}
.k_abe_image {
	background:url("../../k.abe/images/koki.jpg")no-repeat center;
}
.r_kokado_image {
	background:url("../../r.kokado/images/kokado.jpg")no-repeat center;
}
.h_kawano_image {
	background:url("../../h.kawano/images/kawano.jpg")no-repeat center;
}
.jianchen_wu_image {
	background:url("../../jianchen.wu/images/wu.jpg")no-repeat center;
}
.y_haga_image {
	background:url("../../y.haga/images/haga.png")no-repeat center;
}
.s_okano_image,
.r_tadanou_image,
.q_li_image,
.k_lee_image,
.tsuyoshi_inoue_image,
.k_kusakawa_image,
.k_kuroda_image,
.k_abe_image,
.r_kokado_image,
.h_kawano_image,
.jianchen_wu_image,
.y_haga_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年6月開始 写真 ****/
.k_maida_image {
	background:url("../../k.maida/images/my.png")no-repeat center;
}
.r_ogata_image {
	background:url("../../r.ogata/images/ogata.png")no-repeat center;
}
.k_maida_image,
.r_ogata_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年5月開始 写真 ****/
.k_hagiwara_image {
	background:url("../../k.hagiwara/images/profile.png")no-repeat center;
}
.k_ogomori_image {
	background:url("../../k.ogomori/images/syukatu.jpg")no-repeat center;
}
.s_kurosawa_image {
	background:url("../../s.kurosawa/images/kurosawa.jpg")no-repeat center;
}
.m_tokumura_image {
	background:url("../../m.tokumura/images/mayuko.jpg")no-repeat center;
}
.m_sugiyama_image {
	background:url("../../m.sugiyama/images/kao.jpg")no-repeat center;
}
.t_obara_image {
	background:url("../../t.obara/images/obara.jpg")no-repeat center;
}
.i_kawata_image {
	background:url("../../i.kawata/images/picture.jpg")no-repeat center;
}
.k_tani_image {
	background:url("../../k.tani/images/tani.jpg")no-repeat center;
}
.m_nagase_image {
	background:url("../../m.nagase/images/ngs.jpg")no-repeat center;
}
.k_asakawa_image {
	background:url("../../k.asakawa/images/face.jpg")no-repeat center;
}
.s_kim_image {
	background:url("../../s.kim/images/profile.jpg")no-repeat center;
}
.a_yamamura_image {
	background:url("../../a.yamamura/images/yamamura.jpg")no-repeat center;
}
.m_myouga_image {
	background:url("../../m.myouga/images/myouga.jpg")no-repeat center;
}
.n_honma_image {
	background:url("../../n.honma/images/honma2.png")no-repeat center;
}
.t_nagatani_image {
	background:url("../../t.nagatani/images/nagatani.jpeg")no-repeat center;
}
.k_hagiwara_image,
.k_asakawa_image,
.k_ogomori_image,
.s_kurosawa_image,
.m_tokumura_image,
.m_sugiyama_image,
.t_obara_image,
.i_kawata_image,
.k_tani_image,
.m_nagase_image,
.k_asakawa_image,
.s_kim_image,
.a_yamamura_image,
.m_myouga_image,
.n_honma_image,
.t_nagatani_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年4月開始 写真 ****/
.h_shimabukuro_image {
	background:url("../../h.shimabukuro/images/shimabukuro.jpg")no-repeat center;
}
.t_nakazawa_image {
	background:url("../../t.nakazawa/images/nakazawa.jpg")no-repeat center;
}
.y_yanaka_image {
	background:url("../../y.yanaka/images/yanaka.jpg")no-repeat center;
}
.mika_watanabe_image {
	background:url("../../mika.watanabe/images/watanabe.jpg")no-repeat center;
}
.m_totsuka_image {
	background:url("../../m.totsuka/images/totsuka.jpg")no-repeat center;
}
.m_tazawa_image {
	background:url("../../m.tazawa/images/profile.png")no-repeat center;
}
.k_hirayama_image {
	background:url("../../k.hirayama/images/hira.jpg")no-repeat center;
}

.h_shimabukuro_image,
.t_nakazawa_image,
.y_yanaka_image,
.mika_watanabe_image,
.m_totsuka_image,
.m_tazawa_image,
.k_hirayama_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年3月開始 写真 ****/
.y_nabeshima_image {
	background:url("../../y.nabeshima/images/7395.jpg")no-repeat center;
}
.m_sato_image {
	background:url("../../m.sato/images/sato.jpg")no-repeat center;
}
.r_taguchi_image {
	background:url("../../r.taguchi/images/P_B3C1_0124_175522.jpg")no-repeat center;
}
.yoshino_miura_image {
	background:url("../../yoshino.miura/images/miura.png")no-repeat center;
}
.m_hon_image {
	background:url("../../m.hon/images/hon.jpg")no-repeat center;
}
.s_matsuura_image {
	background:url("../../s.matsuura/images/self.png")no-repeat center;
}
.a_kondou_image {
	background:url("../../a.kondou/images/kondou.jpg")no-repeat center;
}
.h_kato_image {
	background:url("../../h.kato/images/kato.jpeg")no-repeat center;
}
.y_nabeshima_image,
.m_sato_image,
.r_taguchi_image,
.yoshino_miura_image,
.m_hon_image,
.s_matsuura_image,
.a_kondou_image,
.h_kato_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年2月開始 写真 ****/
.c_watanabe_image {
	background:url("../../c.watanabe/images/watanabe.jpg")no-repeat center;
}
.c_watanabe_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2024年1月開始 写真 ****/
.m_hisa_image {
	background:url("../../m.hisa/images/hprof.jpeg")no-repeat center;
}
.s_kanno_image {
	background:url("../../s.kanno/images/my.jpg")no-repeat center;
}
.r_fujimura_image {
	background:url("../../r.fujimura/images/fujimura.jpg")no-repeat center;
}
.h_seino_image {
	background:url("../../h.seino/images/KAO.jpg")no-repeat center;
}
.n_oka_image {
	background:url("../../n.oka/images/oka.jpg")no-repeat center;
}
.t_tanimichi_image {
	background:url("../../t.tanimichi/images/image_6209779.jpg")no-repeat center;
}
.k_ooki_image {
	background:url("../../k.ooki/images/kouhei.jpg")no-repeat center;
}
.k_nishiono_image {
	background:url("../../k.nishiono/images/nishiono.jpg")no-repeat center;
}
.d_amano_image {
	background:url("../../d.amano/images/kkk.jpg")no-repeat center;
}
.y_sawai_image {
	background:url("../../y.sawai/images/sawai.jpg")no-repeat center;
}
.m_ishizuka_image {
	background:url("../../m.ishizuka/images/IMG_4427.jpg")no-repeat center;
}
.a_shingyouchi_image {
	background:url("../../a.shingyouchi/images/shingyouchi.jpg")no-repeat center;
}
.k_kurumada_image {
	background:url("../../k.kurumada/images/kurumada.jpg")no-repeat center;
}
.k_tanabe_image {
	background:url("../../k.tanabe/images/tanabe.jpg")no-repeat center;
}
.s_kanno_image,
.m_hisa_image,
.r_fujimura_image,
.h_seino_image,
.n_oka_image,
.t_tanimichi_image,
.k_ooki_image,
.k_nishiono_image,
.d_amano_image,
.y_sawai_image,
.m_ishizuka_image,
.k_tanabe_image,
.k_kurumada_image,
.a_shingyouchi_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年12月開始 写真 ****/
.sarina_yamamoto_image {
	background:url("../../sarina.yamamoto/images/yamamoto_s.jpg")no-repeat center;
}
.y_fujita_image {
	background:url("../../y.fujita/images/jibun.jpeg")no-repeat center;
}
.sarina_yamamoto_image,
.y_fujita_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年11月開始 写真 ****/
.y_asaiu_image {
	background:url("../../y.asai/images/top.jpg")no-repeat center;
}
.y_muta_image {
	background:url("../../y.muta/images/muta.jpeg")no-repeat center;
}
.d_sutou_image {
	background:url("../../d.sutou/images/地鶏２.jpeg")no-repeat center;
}
.y_terui_image {
	background:url("../../y.terui/images/terui.jpg")no-repeat center;
}
.y_oku_image {
	background:url("../../y.oku/images/oku.jpg")no-repeat center;
}
.t_aiso_image {
	background:url("../../t.aiso/images/t.aiso.jpg")no-repeat center;
}
.t_ishizaki_image {
	background:url("../../t.ishizaki/images/ishizaki.jpg")no-repeat center;
}
.m_fukagawa_image {
	background:url("../../m.fukagawa/images/fukagawa.jpg")no-repeat center;
}
.t_amaki_image {
	background:url("../../t.amaki/images/me.jpg")no-repeat center;
}
.m_aoyama_image {
	background:url("../../m.aoyama/images/DSC_0708.png")no-repeat center;
}
.nana_akiyama_image {
	background:url("../../nana.akiyama/images/akiyama.jpg")no-repeat center;
}
.h_uchibori_image {
	background:url("../../h.uchibori/images/uchibori.jpeg")no-repeat center;
}
.y_asaiu_image,
.y_muta_image,
.d_sutou_image,
.y_terui_image,
.y_oku_image,
.t_aiso_image,
.t_ishizaki_image,
.m_fukagawa_image,
.t_amaki_image,
.m_aoyama_image,
.nana_akiyama_image,
.h_uchibori_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年9月・10月開始 写真 ****/
.m_wakisaka_image {
	background:url("../../m.wakisaka/images/wakisaka.jpg")no-repeat center;
}
.y_tobe_image {
	background:url("../../y.tobe/images/tobe.jpg")no-repeat center;
}
.y_tamotsu_image {
	background:url("../../y.tamotsu/images/y.tamotsu.jpg")no-repeat center;
}
.y_moue_image {
	background:url("../../y.moue/images/moue.jpg")no-repeat center;
}
.k_shingai_image {
	background:url("../../k.shingai/images/k.shingai.jpg")no-repeat center;
}
.m_hasegawa_image {
	background:url("../../m.hasegawa/images/hasegawa.jpg")no-repeat center;
}
.natsuki_suzuki_image {
	background:url("../../natsuki.suzuki/images/IMG_8531.jpg")no-repeat center;
}
.shu_yamazaki_image {
	background:url("../../shu.yamazaki/images/yamazaki.png")no-repeat center;
}
.m_emoto_image {
	background:url("../../m.emoto/images/1994-rt1-480x640.jpg")no-repeat center;
}
.s_imu_image {
	background:url("../../s.imu/images/lim.jpg")no-repeat center;
}
.y_yoneyama_image {
	background:url("../../y.yoneyama/images/yoneyama.jpg")no-repeat center;
}
.a_itou_image {
	background:url("../../a.itou/images/itou.jpg")no-repeat center;
}
.h_eguchi_image {
	background:url("../../h.eguchi/images/IMG_3681.jpg")no-repeat center;
}
.k_takeuchi_image {
	background:url("../../k.takeuchi/images/takeuchi.jpg")no-repeat center;
}
.y_ikemoto_image {
	background:url("../../y.ikemoto/images/me.jpg")no-repeat center;
}
.m_wakisaka_image,
.y_tobe_image,
.y_tamotsu_image,
.y_moue_image,
.k_shingai_image,
.m_hasegawa_image,
.h_fujii_image,
.natsuki_suzuki_image,
.shu_yamazaki_image,
.m_emoto_image,
.s_imu_image,
.y_yoneyama_image,
.a_itou_image,
.h_eguchi_image,
.k_takeuchi_image,
.y_ikemoto_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年7月・8月開始 写真 ****/
.c_nagase_image{
	background:url("../../c.nagase/images/c-bd.jpg")no-repeat center;
}
.y_honma_image{
	background:url("../../y.honma/images/honma.jpg")no-repeat center;
}
.r_chang_image{
	background:url("../../r.chang/images/chang.jpg")no-repeat center;
}
.y_chiba_image{
	background:url("../../y.chiba/images/IMG-0459.jpg")no-repeat center;
}
.t_dangami_image{
	background:url("../../t.dangami/images/dangami.jpg")no-repeat center;
}
.c_ikeda_image{
	background:url("../../c.ikeda/images/ikeda.jpg")no-repeat center;
}
.m_ouchi_image{
	background:url("../../m.ouchi/images/ouchi.png")no-repeat center;
}
.i_fukuda_image{
	background:url("../../i.fukuda/images/fukuda.jpg")no-repeat center;
}
.r_namiki_image {
	background:url("../../r.namiki/images/ryota.jpg")no-repeat center;
}
.k_kamada_image {
	background:url("../../k.kamada/images/kamada.jpg")no-repeat center;
}
.a_nakano_image {
	background:url("../../a.nakano/images/nakano.jpg")no-repeat center;
}
.c_nagase_image,
.y_honma_image,
.r_chang_image,
.y_chiba_image,
.t_dangami_image,
.c_ikeda_image,
.m_ouchi_image,
.i_fukuda_image,
.r_namiki_image,
.k_kamada_image,
.a_nakano_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年5月・6月開始 写真 ****/
.r_hamada_image {
	background:url("../../r.hamada/images/r.hamada.jpg")no-repeat center;
}
.m_nagamatsu_image {
	background:url("../../m.nagamatsu/images/nagamatsu.jpg")no-repeat center;
}
.y_sato_image {
	background:url("../../y.sato/images/prf_icon.jpg")no-repeat center;
}
.k_saga_image {
	background:url("../../k.saga/images/saga.jpg")no-repeat center;
}
.s_kobayashi_image {
	background:url("../../s.kobayashi/images/kobayashi.jpg")no-repeat center;
}
.r_aizawa_image {
	background:url("../../r.aizawa/images/aizawa.jpg")no-repeat center;
}
.d_tanaka_image {
	background:url("../../d.tanaka/images/tanaka.jpg")no-repeat center;
}
.k_shigino_image {
	background:url("../../k.shigino/images/shigino.jpg")no-repeat center;
}
.r_seki_image {
	background:url("../../r.seki/images/seki.jpeg")no-repeat center;
}

.r_hamada_image,
.m_nagamatsu_image,
.y_sato_image,
.k_saga_image,
.s_kobayashi_image,
.r_aizawa_image,
.d_tanaka_image,
.k_shigino_image,
.r_seki_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2023年3月・4月開始 写真 ****/
.aya_watanabe_image {
	background:url("../../aya.watanabe/images/me.jpg")no-repeat center;
}
.yuta_suzuki_image {
	background:url("../../yuta.suzuki/images/ho.jpg")no-repeat center;
}
.t_shimada_image {
	background:url("../../t.shimada/images/IMG_8382.jpg")no-repeat center;
}
.n_hosozawa_image {
	background:url("../../n.hosozawa/images/profile.png")no-repeat center;
}
.s_nakajima_image {
	background:url("../../s.nakajima/images/IMG_20230311_090848.jpg")no-repeat center;
}
.y_fujiwara_image {
	background:url("../../y.fujiwara/images/fujiwara.jpg")no-repeat center;
}
.s_okamura_image {
	background:url("../../s.okamura/images/todoeba_okamura.jpg")no-repeat center;
}
.m_yamada_image {
	background:url("../../m.yamada/images/m.yamada.jpg")no-repeat center;
}
.r_anzawa_image {
	background:url("../../r.anzawa/images/eba.jpg")no-repeat center;
}
.h_ikeda_image {
	background:url("../../h.ikeda/images/h.ikeda\ .jpg")no-repeat center;
}
.aya_watanabe_image,
.yuta_suzuki_image,
.t_shimada_image,
.n_hosozawa_image,
.s_nakajima_image,
.y_fujiwara_image,
.s_okamura_image,
.m_yamada_image,
.r_anzawa_image,
.h_ikeda_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
.s_nakajima_image {
	border-radius:50%;
	padding:50%;
	background-position: left top;
	background-size: 200%;
	box-shadow:0px 1px 2px 0px #989898 inset;	
}
/**** 2023年1月・2月開始 写真 ****/
.y_katagiri_image{
	background:url("../../y.katagiri/images/y.katagiri.jpg")no-repeat center;
}
.n_kojima_image{
	background:url("../../n.kojima/images/man.jpg")no-repeat center;
}
.y_kikukawa_image{
	background:url("../../y.kikukawa/images/kikukawa.jpg")no-repeat center;
}
.e_mori_image{
	background:url("../../e.mori/images/e.mori.jpg")no-repeat center;
}
.k_kinoshita_image{
	background:url("../../k.kinoshita/images/k.kinoshita.jpg")no-repeat center;
}
.takahiro_honma_image{
	background:url("../../takahiro.honma/images/honma2.jpg")no-repeat center;
}
.m_ooya_image{
	background:url("../../m.ooya/images/profile.jpeg")no-repeat center;
}
.y_toyoda_image{
	background:url("../../y.toyoda/images/yusuke.jpg")no-repeat center;
}
.a_maeda_image{
	background:url("../../a.maeda/images/maeda.jpg")no-repeat center;
}
.m_kanbe_image{
	background:url("../../m.kanbe/images/kanbe.jpg")no-repeat center;
}
.m_yahiro_image{
	background:url("../../m.yahiro/images/kao.jpg")no-repeat center;
}
.k_miyata_image{
	background:url("../../k.miyata/images/miyata.jpg")no-repeat center;
}
.y_katagiri_image,
.n_kojima_image,
.y_kikukawa_image,
.e_mori_image,
.k_kinoshita_image,
.takahiro_honma_image,
.m_ooya_image,
.y_toyoda_image,
.a_maeda_image,
.m_kanbe_image,
.m_yahiro_image,
.k_miyata_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2022年11月・12月開始 写真 ****/
.k_yoshikawa_image{
	background:url("../../k.yoshikawa/images/yoshikawa.jpg")no-repeat center;
}
.y_tomonari_image{
	background:url("../../y.tomonari/images/IMG_1980.jpg")no-repeat center;
}
.m_shimada_image{
	background:url("../../m.shimada/images/shimada.png")no-repeat center;
}
.y_iwata_image{
	background:url("../../y.iwata/images/iwata.jpg")no-repeat center;
}
.r_akashio_image{
	background:url("../../r.akashio/images/akashio.jpg")no-repeat center;
}
.yusaku_hayashi_image{
	background:url("../../yusaku.hayashi/images/1241.jpg")no-repeat center;
}
.t_hidaka_image{
	background:url("../../t.hidaka/images/hidaka.jpg")no-repeat center;
}
.k_yoshikawa_image,
.y_tomonari_image,
.m_shimada_image,
.y_iwata_image,
.r_akashio_image,
.yusaku_hayashi_image,
.t_hidaka_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2022年9月・10月開始 写真 ****/
.m_watanabe_image{
	background:url("../../m.watanabe/images/miwa.jpg")no-repeat center;
}
.s_kumada_image{
	background:url("../../s.kumada/images/kumada.jpg")no-repeat center;
}
.y_matsuzaki_image{
	background:url("../../y.matsuzaki/images/matsuzaki.jpg")no-repeat center;
}
.n_watanabe_image{
	background:url("../../n.watanabe/images/nabe02.jpg")no-repeat center;
}
.f_uchiyama_image{
	background:url("../../f.uchiyama/images/pf.jpg")no-repeat center;
}
.w_sekigami_image{
	background:url("../../w.sekigami/images/icon.jpeg")no-repeat center;
}
.y_irikura_image{
	background:url("../../y.irikura/images/introduction_irikura.jpg")no-repeat center;
}
.y_shimaoka_image{
	background:url("../../y.shimaoka/images/shimaoka.png")no-repeat center;
}
.m_watanabe_image,
.s_kumada_image,
.y_matsuzaki_image,
.n_watanabe_image,
.f_uchiyama_image,
.w_sekigami_image,
.y_irikura_image,
.y_shimaoka_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2022年7月・8月開始 写真 ****/
.m_amada_image{
	background:url("../../m.amada/images/amada.jpg")no-repeat center;
}
.s_sato_image{
	background:url("../../s.sato/images/profile1.jpg")no-repeat center;
}
.t_hamamoto_image{
	background:url("../../t.hamamoto/images/t.hamamoto.jpg")no-repeat center;
}
.n_konuma_image{
	background:url("../../n.konuma/images/IMG_0219.jpg")no-repeat center;
}
.c_suzuki_image{
	background:url("../../c.suzuki/images/suzuki.jpg")no-repeat center;
}
.k_ido_image{
	background:url("../../k.ido/images/ido_icon.jpg")no-repeat center;
}
.y_takagi_image{
	background:url("../../y.takagi/images/pf01.png")no-repeat center;
}
.j_sugawara_image{
	background:url("../../j.sugawara/images/suga.jpg")no-repeat center;
}
.y_koyama_image{
	background:url("../../y.koyama/images/koyama.jpg")no-repeat center;
}
.m_amada_image,
.s_sato_image,
.t_hamamoto_image,
.n_konuma_image,
.c_suzuki_image,
.k_ido_image,
.y_takagi_image,
.j_sugawara_image,
.y_koyama_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2022年5月・6月開始 写真 ****/
.y_doi_image{
	background:url("../../y.doi/images/profile.jpg")no-repeat center;
}
.t_nishino_image{
	background:url("../../t.nishino/images/nishino.jpeg")no-repeat center;
}
.d_sugiura_image{
	background:url("../../d.sugiura/images/name.jpg")no-repeat center;
}
.shoko_suzuki_image{
	background:url("../../shoko.suzuki/images/suzuki.jpg")no-repeat center;
}
.r_taketomi_image{
	background:url("../../r.taketomi/images/IMG_8301[96].jpg")no-repeat center;
}
.r_kuroda_image{
	background:url("../../r.kuroda/images/my.png")no-repeat center;
}
.s_makino_image{
	background:url("../../s.makino/images/makino.jpg")no-repeat center;
}
.makoto_okada_image{
	background:url("../../makoto.okada/images/okada.jpg")no-repeat center;
}
.s_negishi_image{
	background:url("../../s.negishi/images/top.jpg")no-repeat center;
}
.a_yamada_image{
	background:url("../../a.yamada/images/yamada.jpg")no-repeat center;
}
.y_doi_image,
.t_nishino_image,
.d_sugiura_image,
.shoko_suzuki_image,
.r_taketomi_image,
.r_kuroda_image,
.s_makino_image,
.makoto_okada_image,
.s_negishi_image,
.a_yamada_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2022年3月・4月開始 写真 ****/
.k_yamaga_image{
	background:url("../../k.yamaga/images/hatada.jpg")no-repeat center;
}
.w_iwashina_image{
	background:url("../../w.iwashina/images/iwashina_icon.jpg")no-repeat center;
}
.k_nishikawa_image{
	background:url("../../k.nishikawa/images/unnamed\ \(2\).jpg")no-repeat center;
}
.a_kobayashi_image{
	background:url("../../a.kobayashi/images/akihito.jpg")no-repeat center;
}
.t_mushu_image{
	background:url("../../t.mushu/images/mushu.jpg")no-repeat center;
}
.s_matsuoka_image{
	background:url("../../s.matsuoka/images/seiko.jpg")no-repeat center;
}
.a_tamura_image{
	background:url("../../a.tamura/images/tamura.jpg")no-repeat center;
}
.m_harikae_image{
	background:url("../../m.harikae/images/m.harikae.jpg")no-repeat center;
}
.k_yamaga_image,
.w_iwashina_image,
.k_nishikawa_image,
.a_kobayashi_image,
.t_mushu_image,
.s_matsuoka_image,
.a_tamura_image,
.m_harikae_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2022年1月・2月開始 写真 ****/
.t_miyauchi_image{
	background:url("../../t.miyauchi/images/miyauchi.jpg")no-repeat center;
}
.h_otake_image{
	background:url("../../h.otake/images/otake.jpg")no-repeat center;
}
.m_hirano_image{
	background:url("../../m.hirano/images/hirano.jpg")no-repeat center;
}
.m_sakuma_image{
	background:url("../../m.sakuma/images/profile.jpg")no-repeat center;
}
.a_hiromoto_image{
	background:url("../../a.hiromoto/images/image_hiromoto.jpg")no-repeat center;
}
.d_ishizuka_image{
	background:url("../../d.ishizuka/images/picture.jpg")no-repeat center;
}
.s_nishimura_image{
	background:url("../../s.nishimura/images/nishi.jpg")no-repeat center;
}
.t_honma_image{
	background:url("../../t.honma/images/hatada.jpg")no-repeat center;
}
.s_igari_image{
	background:url("../../s.igari/images/profile.jpg")no-repeat center;
}
.t_miyauchi_image,
.h_otake_image,
.m_hirano_image,
.m_sakuma_image,
.a_hiromoto_image,
.d_ishizuka_image,
.s_nishimura_image,
.t_honma_image,
.s_igari_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年11月開始 写真 ****/
.ren_takahashi_image{
	background:url("../../ren.takahashi/images/r_t.png")no-repeat center;
}
.y_aratake_image{
	background:url("../../y.aratake/images/aratake.jpg")no-repeat center;
}
.y_matsuo_image{
	background:url("../../y.matsuo/images/matsuo.jpg")no-repeat center;
}
.ren_takahashi_image,
.y_aratake_image,
.y_matsuo_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年10月開始 写真 ****/
.r_takezaki_image{
	background:url("../../r.takezaki/images/1627566319000.jpg")no-repeat center;
}
.n_masuoka_image{
	background:url("../../n.masuoka/images/na.jpg")no-repeat center;
}
.r_takezaki_image,
.n_masuoka_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年9月開始 写真 ****/
.r_hosoi_image{
	background:url("../../r.hosoi/images/selfy2.jpg")no-repeat center;
}
.k_shiramizu_image{
	background:url("../../k.shiramizu/images/kiyo.jpg")no-repeat center;
}
.r_koike_image{
	background:url("../../r.koike/images/profile.png")no-repeat center;
}
.r_kato_image{
	background:url("../../r.kato/images/kato.jpg")no-repeat center;
}
.s_nagano_image{
	background:url("../../s.nagano/images/profile.jpg")no-repeat center;
}
.t_yoshida_image{
	background:url("../../t.yoshida/images/profile.jpg")no-repeat center;
}
.r_hosoi_image,
.k_shiramizu_image,
.r_koike_image,
.r_kato_image,
.s_nagano_image,
.t_yoshida_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年8月開始 写真 ****/
.s_takahashi_image{
	background:url("../../s.takahashi/images/takahashi.jpeg")no-repeat center;
}
.s_takahashi_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年7月開始 写真 ****/
.t_seki_image{
	background:url("../../t.seki/images/image01.jpeg")no-repeat center;
}
.nao_shimizu_image{
	background:url("../../nao.shimizu/images/mypic.jpg")no-repeat center;
}
.t_nagakura_image{
	background:url("../../t.nagakura/images/IMG_1260.jpg")no-repeat center;
}
.t_seki_image,
.nao_shimizu_image,
.t_nagakura_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年6月開始 写真 ****/
.e_kim_image{
	background:url("../../e.kim/images/profile.jpg")no-repeat center;
}
.h_kawaguchi_image{
	background:url("../../h.kawaguchi/images/kawaguchi.jpg")no-repeat center;
}
.j_abe_image{
	background:url("../../j.abe/images/abe.jpg")no-repeat center;
}
.k_tsunokawa_image{
	background:url("../../k.tsunokawa/images/DSC_0292.jpeg")no-repeat center;
}
.e_kim_image,
.h_kawaguchi_image,
.j_abe_image,
.k_tsunokawa_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年5月開始 写真 ****/
.t_takada_image{
	background:url("../../k.takada/images/my.jpg")no-repeat center;
}
.t_sato_image{
	background:url("../../t.sato/images/hatada.jpg")no-repeat center;
}
.r_murakami_image{
	background:url("../../r.murakami/images/profile.jpg")no-repeat center;
}
.t_hagura_image{
	background:url("../../t.hagura/images/hagura.png")no-repeat center;
}
.t_takada_image,
.t_sato_image,
.r_murakami_image,
.t_hagura_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年4月開始 写真 ****/
.y_kawahara_image{
	background:url("../../y.kawahara/images/kawahara.jpg")no-repeat center;
}
.y_kawahara_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}
/**** 2021年3月開始 写真 ****/
.m_kinoshita_image{
	background:url("../../m.kinoshita/images/kino.jpg")no-repeat center;
}
.s_tomita_image{
	background:url("../../s.tomita/images/sakura.jpg")no-repeat center;
}
.masashi_kimura_image{
	background:url("../../masashi.kimura/images/IMG_0075.jpg")no-repeat center;
}
.m_kinoshita_image,
.s_tomita_image,
.masashi_kimura_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2021年2月開始 写真 ****/

.y_murakami_image{
	background:url("../../y.murakami/images/murakami.jpg")no-repeat center;
}
.y_murakami_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2021年1月研修開始 写真 ****/
.k_hirai_image{
	background:url("../../k.hirai/images/hirai.jpg")no-repeat center;
}
.k_takanuki_image{
	background:url("../../k.takanuki/images/profile.jpg")no-repeat center;
}
.y_arai_image{
	background:url("../../y.arai/images/arai.png")no-repeat center;
}

.k_hirai_image,
.k_takanuki_image,
.y_arai_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2020年10月入社 写真 ****/
.m_endou_image{
	background:url("../../m.endou/images/self.jpg")no-repeat center;
}
.m_endou_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2020年9月研修開始 写真 ****/

.s_katagiri_image{
	background:url("../../s.katagiri/images/s.photo.jpg")no-repeat center;
}

.m_yamajo_image{
	background:url("../../m.yamajo/images/yamajo.jpg")no-repeat center;
}


.s_katagiri_image,
.m_yamajo_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2020年5月・6月研修開始 写真 ****/

.h_toriumi_image{
	background:url("../../h.toriumi/images/toriumi.jpg")no-repeat center;
}

.t_toida_image{
	background:url("../../t.toida/images/eba_img01.jpg")no-repeat center;
}

.h_odagiri_image{
	background:url("../../h.odagiri/images/dagiri1.jpg")no-repeat center;
}

.y_yamaguchi_image{
	background:url("../../y.yamaguchi/images/prof.jpg")no-repeat center;
}

.h_toriumi_image,
.t_toida_image,
.h_odagiri_image,
.y_yamaguchi_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2020年2月研修開始 写真 ****/

.k_seto_image{
	background:url("../../k.seto/images/image01.jpeg")no-repeat center;
}

.r_miyagi_image{
	background:url("../../r.miyagi/images/miyagirisa.jpg")no-repeat center;
}

.rena_iwasaki_image{
	background:url("../../rena.iwasaki/images/prof.jpg")no-repeat center;
}

.k_seto_image,
.r_miyagi_image,
.rena_iwasaki_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}


/**** 2020年1月研修開始 写真 ****/

.t_ohara_image{
	background:url("../../t.ohara/images/IMG_2400.jpg")no-repeat center;
}
.r_iwasaki_image,
.t_ohara_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}


/**** 2019年10月・11月・12月研修開始 写真 ****/

.m_ishii_image{
	background:url("../../m.ishii/images/mishii.jpg")no-repeat center;
}

.n_nara_image{
	background:url("../../n.nara/images/IMG_0468.jpg")no-repeat center;
}

.t_gotou_image{
	background:url("../../t.gotou/images/gotou.jpg")no-repeat center;
}

.p_liu_image{
	background:url("../../p.liu/images/liu.jpg")no-repeat center;
}

.e_masuda_image{
	background:url("../../e.masuda/images/masuda.png")no-repeat center;
}

.s_sakai_image{
	background:url("../../s.sakai/images/image2.jpeg")no-repeat center;
}

.t_imamura_image{
	background:url("../../t.imamura/images/imamura.jpg")no-repeat center;
}

.h_oooka_image{
	background:url("../../h.oooka/images/oooka.jpg")no-repeat center;
}

.t_masaki_image{
	background:url("../../t.masaki/images/IMG_2581.jpg")no-repeat center;
}

.m_takizawa_image{
	background:url("../../m.takizawa/images/IMG_1082.jpg")no-repeat center;
}

.t_katou_image{
	background:url("../../t.katou/images/kato.jpg")no-repeat center;
}

.m_ishii_image,
.n_nara_image,
.t_gotou_image,
.p_liu_image,
.e_masuda_image,
.s_sakai_image,
.t_imamura_image,
.h_oooka_image,
.t_masaki_image,
.m_takizawa_image,
.t_katou_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年8月・9月研修開始 写真 ****/

.y_miura_image{
	background:url("../../y.miura/images/your_picture.jpg")no-repeat center;
}
.s_matsushita_image{
	background:url("../../s.matsushita/images/0f78e1a2d80d7c44af42189b6598f39e.jpg")no-repeat center;
}
.s_nagai_image{
	background:url("../../s.nagai/images/s.nagai.jpg")no-repeat center;
}
.y_hanada_image{
	background:url("../../y.hanada/images/hanada.jpg")no-repeat center;
}
.s_minami_image{
	background:url("../../s.minami/images/minami.jpg")no-repeat center;
}
.y_oonishi_image{
	background:url("../../y.oonishi/images/prf00.jpg")no-repeat center;
}

.y_miura_image,
.s_matsushita_image,
.s_nagai_image,
.y_hanada_image,
.s_minami_image,
.y_oonishi_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年6月・7月研修開始 写真 ****/
.h_miyashita_image{
	background:url("../../h.miyashita/images/h.miyashita.jpeg")no-repeat center;
}
.m_terashima_image{
	background:url("../../m.terashima/images/me.jpg")no-repeat center;
}
.m_terashima_image{
	background:url("../../m.terashima/images/me.jpg")no-repeat center;
}
.c_chisaka_image{
	background:url("../../r.chisaka/images/chi.jpg")no-repeat center;
}

.h_miyashita_image,
.m_terashima_image,
.c_chisaka_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年5月研修開始 写真 ****/

.m_kageyama_image{
	background:url("../../m.kageyama/images/IMG_2813.jpg")no-repeat center;
}
.h_kuwaori_image{
	background:url("../../h.kuwaori/images/ore2.jpg")no-repeat top;
}
.a_shinada_image{
	background:url("../../a.shinada/images/image1.png")no-repeat center;
}
.u_hayashida_image{
	background:url("../../u.hayashida/images/face.jpg")no-repeat center;
}
.r_bannai_image{
	background:url("../../r.bannai/images/face.jpeg")no-repeat center;
}

.m_kageyama_image,
.h_kuwaori_image,
.a_shinada_image,
.u_hayashida_image,
.r_bannai_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年5月研修開始 写真 end ****/

/**** 2019年4月研修開始 写真 ****/

.y_inagawa_image{
	background:url("../../y.inagawa/images/inagawa.jpg")no-repeat center;
}
.yoshi_suzuki_image{
	background:url("../../yoshi.suzuki/images/yoshi.suzuki.jpg")no-repeat center;
}
.n_omori_image{
	background:url("../../n.oomori/images/omori.jpg")no-repeat center;
}
.y_yokoyama_image{
	background:url("../../y.yokoyama/images/profile.jpg")no-repeat center;
}

.y_inagawa_image,
.yoshi_suzuki_image,
.n_omori_image,
.y_yokoyama_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年4月研修開始 写真 end ****/

/**** 2019年3月研修開始 写真 ****/

.t_yoshizawa_image{
	background:url("../../t.yoshizawa/images/yoshizawa.jpg")no-repeat center;
}
.t_amano_image{
	background:url("../../t.amano/images/amano.jpg")no-repeat center;
}
.s_ito_image{
	background:url("../../s.ito/images/ito.jpg")no-repeat center;
}
.a_sugino_image{
	background:url("../../a.sugino/images/a.sugino.jpg")no-repeat center;
}

.t_yoshizawa_image,
.t_amano_image,
.s_ito_image,
.a_sugino_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年3月研修開始 写真 end ****/

/**** 2019年2月研修開始 写真 ****/

.k_soushi_image{
	background:url(../../k.soushi/images/kaori.jpg)no-repeat center;
}
.s_suzuki_image{
	background:url(../../s.suzuki/images/suzuki.jpg)no-repeat center;
}
.s_yabe_image{
	background:url(../../s.yabe/images/ys.jpg)no-repeat center;
}
.s_nara_image{
	background:url(../../s.nara/images/s_nara.jpg)no-repeat center;
}
.s_oka_image{
	background:url(../../s.oka/images/IMG_1339.jpeg)no-repeat center;
}

.k_soushi_image,
.s_suzuki_image,
.s_yabe_image,
.s_nara_image,
.s_oka_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年2月研修開始 写真 end ****/

/**** 2019年1月研修開始 写真 ****/

.k_yamada_image{
	background:url(../../k.yamada/images/my.jpg)no-repeat center;
}
.s_okubo_image{
	background:url(../../s.ookubo/images/ookubo.jpg)no-repeat center;
}
.k_shoji_image{
	background:url(../../k.shoji/images/shoji.jpg)no-repeat center;
}

.k_yamada_image,
.s_okubo_image,
.k_shoji_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2019年1月研修開始 写真 end ****/

/**** 2018年11月・12月研修開始 写真 ****/

.s_sogawa_image{
	background:url(../../s.sogawa/images/sogawa.jpg)no-repeat center;
}
.k_imai_image{
	background:url(../../k.imai/images/imai.jpg)no-repeat center;
}

.s_sogawa_image,
.k_imai_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年11月・12月研修開始 写真 end ****/

/**** 2018年10月研修開始 写真 ****/

.h_kim_image{
	background:url(../../h.kim/images/me.jpg)no-repeat center;
}
.m_kaneko_image{
	background:url(../../m.kaneko/images/maya_k.jpg)no-repeat center;
}

.y_yamanaka_image,
.h_kim_image,
.m_kaneko_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年10月研修開始 写真 end ****/

/**** 2018年9月研修開始 写真 ****/

.k_miyazaki_image{
	background:url(../../k.miyazaki/images/miyazaki.jpg)no-repeat center;
}
.k_suzuki_image{
	background:url(../../k.suzuki/images/suzuki.jpg)no-repeat center;
}
.k_miyazaki_image,
.k_suzuki_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年9月研修開始 写真 end ****/

/**** 2018年7月・8月研修開始 写真 ****/

.k_iwabuchi_image{
	background:url(../../k.iwabuchi/images/profile.jpg)no-repeat center;
}
.s_hara_image{
	background:url(../../s.hara/images/profile.jpg)no-repeat center;
}
.k_shirado_image{
	background:url(../../k.shirado/images/IMG_0740.jpg)no-repeat center;
}
.k_harikae_image{
	background:url(../../k.harikae/images/k.harika.jpg)no-repeat center;
}

.k_iwabuchi_image,
.s_hara_image,
.k_shirado_image,
.k_harikae_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年5月・6月研修開始 写真 ****/

.y_kurihara_image{
	background:url(../../y.kurihara/images/kurihara02.jpg)no-repeat center;
}
.ami_kaneko_image{
	background:url(../../ami.kaneko/images/kaneko.jpg)no-repeat center;
}
.k_onodera_image{
	background:url(../../k.onodera/images/onodera.jpg)no-repeat center;
}
.s_ishino_image{
	background:url(../../s.ishino/images/ishino.jpg)no-repeat center;
}

.y_kurihara_image,
.ami_kaneko_image,
.k_onodera_image,
.s_ishino_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年4月研修開始 写真 ****/

.y_tonomura_image{
	background:url(../../y.tonomura/images/tonomura1.jpg)no-repeat center;
}

.y_tonomura_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年3月研修開始 写真 ****/

.n_kashima_image{
	background:url(../../n.kashima/images/kashima.jpg)no-repeat center;
}
.a_tanaka_image{
	background:url(../../a.tanaka/images/tanaka.jpg)no-repeat center;
}
.megu_sato_image{
	background:url(../../megu.sato/images/m_sato.jpg)no-repeat center;
}
.r_agarie_image{
	background:url(../../r.agarie/images/agarie.jpg)no-repeat center;
}
.n_shimizu_image{
	background:url(../../n.shimizu/images/shimizu.jpg)no-repeat center;
}

.n_kashima_image,
.r_agarie_image,
.n_kashima_image,
.a_tanaka_image,
.n_shimizu_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年1月・2月研修開始 写真 ****/

.m_kamataki_image{
	background:url(../images/no_image.jpg)no-repeat center;
}
.r_kobayashi_image{
	background:url(../../r.kobayashi/images/10660329_1457855554479698_349007331969845330_n.jpg)no-repeat center;
}

.m_kamataki_image,
.r_kobayashi_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 2018年以前開始 写真 ****/
.y_kanou_image {
	background:url("../../y.kanou/images/kanou.jpg")no-repeat center;	
}
.k_onobe_image {
	background:url("../../k.onobe/images/miya01.jpg")no-repeat center;	
}
.a_takanashi_image {
	background:url("../../a.takanashi/images/takanashi.jpg")no-repeat center;	
}
.y_seki_image {
	background:url("../../y.seki/images/seki.jpg")no-repeat center;	
}
.k_taketomi_image {
	background:url("../../k.taketomi/images/taketomi_portrait.jpg")no-repeat center;	
}
.m_suzuki_image {
	background:url("../../m.suzuki/images/suzuki.jpg")no-repeat center;	
}
.r_kuroiwa_image {
	background:url("../../r.kuroiwa/images/kuroiwa.jpg")no-repeat center;	
}
.k_nishiumi_image {
	background:url("../../k.nishiumi/images/nishiumi.jpg")no-repeat center;	
}
.y_mitsuhashi_image {
	background:url("../../y.mitsuhashi/images/mitsuhashi.jpg")no-repeat center;	
}
.e_tatsumi_image{
	background:url("../../e.tatsumi/images/tatsumi.jpg")no-repeat center;
}
.t_kametani_image{
	background:url("../../t.kametani/images/kametani.png")no-repeat center;
}
.y_kanou_image,
.k_onobe_image,
.a_takanashi_image,
.y_seki_image,
.k_taketomi_image,
.m_suzuki_image,
.r_kuroiwa_image,
.k_nishiumi_image,
.y_mitsuhashi_image,
.e_tatsumi_image,
.t_kametani_image {
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

/**** 研修担当の写真 ****/
.a_watanabe_image{
	background:url(../../a.watanabe/images/aw.jpg)no-repeat center;
}
.y_funaki_image{
	background:url(../../y.funaki/images/funaki.png)no-repeat center;
}
.k_kuriyama_image{
	background:url(../../k.kuriyama/images/kuriyama.jpg)no-repeat center;
}
.a_matsuda_image{
	background:url(../../a.matsuda/images/matsuda.jpg)no-repeat center;
}
.s_chiba_image{
	background:url(../../s.chiba/images/chiba.jpg)no-repeat center;
}
.t_fukushima_image{
	background:url(../../t.fukushima/images/fukushima.jpg)no-repeat center;
}

.a_watanabe_image,
.y_funaki_image,
.k_kuriyama_image,
.a_matsuda_image,
.s_chiba_image,
.t_fukushima_image{
	border-radius:50%;
	padding:50%;
	background-size: cover;
	box-shadow:0px 1px 2px 0px #989898 inset;
}

.pagetop{
	opacity: 0;
	margin:0 auto;
	background:#007DB3 url(../images/paper_gb.jpg);
	background-blend-mode:multiply;
	position:fixed;
    bottom:0;
    right:0;
	z-index: 2;
    overflow:hidden;
	animation-duration: .5s;
	text-align: center;
	border-radius: 1em 1em 0 0;
}

.pagetop a{
	color:#FFFFFF;
	font-weight:600;
	text-decoration:none;
	letter-spacing:0.1em;
	padding:0.5em 0;
	display:block;
}

.pagetop.show { /* ボタン表示の状態 */
  height: auto;
  opacity: 1;
  animation-name: fadein;
}

.pagetop.hide { /* ボタン非表示の状態 */
  height: 0;
  opacity: 0;
  animation-name: fadeout;
}

.pagetop.static { /* フッターで止めた時の状態を設定 */
  position: absolute;
  bottom: auto;
  margin: -2em 0 0;
}

@keyframes fadein { /* ボタン表示のキーフレーム */
  0% {
    height: 0;
    opacity: 0;
  }
  1% {
    height: auto;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeout { /* ボタン非表示のキーフレーム */
  0% {
    height: auto;
    opacity: 1;
  }
  99% {
    height: auto;
    opacity: 0;
  }
  100% {
    height: 0;
  }
}

footer{
	background:#007DB3 url(../images/paper_gb.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-blend-mode:multiply;
	padding:3em 0;
}

footer p{
	text-align: center;
	color:#FFFFFF;
	letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 80%;
}

@media screen and (min-width:768px) and (max-width:1100px){

html{
	font-size:1.4vw;
}

}

@media screen and (min-width:1101px) and (max-width:1300px){

html{
	font-size:1.3vw;
}

}

@media screen and (min-width:1301px) and (max-width:1500px){

html{
	font-size:1.2vw;
}

}

@media screen and (min-width:1501px) and (max-width:1800px){

html{
	font-size:1.1vw;
}

}

@media screen and (min-width:1801px){

html{
	font-size:1vw;
}

}
